Age | Commit message (Expand) | Author |
2017-11-18 | FULLPIPE: Fix memory leaks and unnecessary indirect allocations in Motion and... | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leak of global message queues | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leaks in ModalMainMenu | Colin Snover |
2017-11-18 | FULLPIPE: Remove unnecessary and unsafe C-style casts | Colin Snover |
2017-11-18 | FULLPIPE: Fix deleted queue leaks & clarify flags | Colin Snover |
2017-11-18 | FULLPIPE: Reduce chance of Scene leaks, remove unused SceneTag member | Colin Snover |
2017-11-18 | FULLPIPE: Remove unused gap data from EntranceInfo | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leaks and ownership problems with Behavior objects | Colin Snover |
2017-11-18 | FULLPIPE: Correctly fix Bitmap leaks | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leak of MGMItem | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leaks of MovTable and remove unnecessary extra class | Colin Snover |
2017-11-18 | FULLPIPE: Remove manual memory management of streams | Colin Snover |
2017-11-18 | FULLPIPE: Use bool literals instead of ints for bool properties | Colin Snover |
2017-11-18 | FULLPIPE: Take references instead of pointers for required arguments in stati... | Colin Snover |
2017-11-18 | FULLPIPE: Remove memory leaks and manual memory management in Scene | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leaks of SceneTag | Colin Snover |
2017-11-18 | FULLPIPE: Remove unnecessary and illegal C-style casts | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leak of save game thumbnail | Colin Snover |
2017-11-18 | FULLPIPE: Fix leaks and unnecessary extra allocations in FullpipeEngine | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leak & unnecessary heap allocation of Rects | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leaks of inventory icons and items | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leaks in ModalVideoPlayer | Colin Snover |
2017-11-18 | FULLPIPE: Handle quit/RTL events correctly | Colin Snover |
2017-11-18 | FULLPIPE: Remove unnecessary extra allocation for RNG | Colin Snover |
2017-11-18 | FULLPIPE: Fix leaks of MGMSubItem | Colin Snover |
2017-11-18 | FULLPIPE: Improve memory ownership in Motion | Colin Snover |
2017-11-18 | FULLPIPE: Make TODO labelled so it is picked up by tools | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leaks, ownership issues, and endianness issues in graphi... | Colin Snover |
2017-11-18 | FULLPIPE: Fix whitespace errors | Colin Snover |
2017-11-18 | FULLPIPE: Make dimensions/coordinate getters pure functions | Colin Snover |
2017-11-18 | FULLPIPE: Remove illegal C-style cast to incompatible type | Colin Snover |
2017-11-18 | FULLPIPE: Improve memory safety and fix leaks in sound code | Colin Snover |
2017-11-18 | FULLPIPE: Improve memory safety and typing of NGIArchive | Colin Snover |
2017-11-18 | FULLPIPE: Fix illegal C-style cast to incompatible type | Colin Snover |
2017-10-25 | Merge pull request #1035 from bgK/require-64bits-integers | Bastien Bouclet |
2017-10-07 | ENGINES: Remove default1x scaler flag | Colin Snover |
2017-09-30 | COMMON: Introduce a shared hash function for pointer types | Bastien Bouclet |
2017-09-30 | BUILD: Define pointer sized integer types and remove SCUMM_64BITS | Bastien Bouclet |
2017-09-22 | FULLPIPE: Fix leaking the save MemoryWriteStreamDynamic buffer | Bastien Bouclet |
2017-08-01 | FULLPIPE: Fix warning | Willem Jan Palenstijn |
2017-03-27 | FULLPIPE: Sanity check on data loading | Eugene Sandulenko |
2017-03-27 | FULLPIPE: Safer string management | Eugene Sandulenko |
2017-03-24 | FULLPIPE: Plug one more memory leak in the Movement class destructor | Filippos Karapetis |
2017-03-24 | Unify all string function parameters to be const Common::String & | Filippos Karapetis |
2017-03-22 | FULLPIPE: Plug a memory leak in _dynamicPhases | Filippos Karapetis |
2017-03-22 | FULLPIPE: Fix corruption in flipped bitmaps | Filippos Karapetis |
2017-03-22 | FULLPIPE: Refactor _pixels so that it's not part of the Bitmap class | Filippos Karapetis |
2017-03-22 | FULLPIPE: _data is unused in the Statics and DynamicPhase classes | Filippos Karapetis |
2017-03-22 | FULLPIPE: Fix mismatched free() when deleting _bitmap | Filippos Karapetis |
2017-03-22 | FULLPIPE: Code optimization | Filippos Karapetis |