Age | Commit message (Expand) | Author |
2017-12-08 | FULLPIPE: Load gameobj.h | Eugene Sandulenko |
2017-12-08 | FULLPIPE: Added debug output for GameObject | Eugene Sandulenko |
2017-12-08 | FULLPIPE: Better debug output for movement | Eugene Sandulenko |
2017-12-08 | FULLPIPE: More debug output to loading | Eugene Sandulenko |
2017-11-26 | FULLPIPE: Fix handleInteraction for non static ani objects | Bastien Bouclet |
2017-11-18 | FULLPIPE: Fix leaks of DynamicPhases | Colin Snover |
2017-11-18 | FULLPIPE: Clarify ownership of DynamicPhase::_exCommand | Colin Snover |
2017-11-18 | FULLPIPE: Clarify ownership of pointer arrays in StaticANIObject | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leaks, ownership issues with various point lists | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leaks and unnecessary indirect allocations in Motion and... | Colin Snover |
2017-11-18 | FULLPIPE: Remove unnecessary and unsafe C-style casts | Colin Snover |
2017-11-18 | FULLPIPE: Correctly fix Bitmap leaks | 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: Take references instead of pointers for required arguments in stati... | Colin Snover |
2017-11-18 | FULLPIPE: Fix memory leak & unnecessary heap allocation of Rects | 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-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: _data is unused in the Statics and DynamicPhase classes | Filippos Karapetis |
2017-03-22 | FULLPIPE: Change genFileName() and loadFile() to use Common::String | Filippos Karapetis |
2017-03-22 | FULLPIPE: Change more object-related functions to use Common::String | Filippos Karapetis |
2017-03-22 | FULLPIPE: Use Common::String in all scene object names | Filippos Karapetis |
2017-03-22 | FULLPIPE: Change transCyrillic() to accept a Common::String | Filippos Karapetis |
2017-03-22 | FULLPIPE: Use Common::String with _memfilename and loadFile() | Filippos Karapetis |
2017-03-22 | FULLPIPE: Change _staticsName to be a Common::String | Filippos Karapetis |
2016-12-31 | FULLPIPE: Fix leaks in surface and bitmap usage. | Aaryaman Vasishta |
2016-12-13 | FULLPIPE: Revert memory leak fixing as that introduced tons of regressions | Eugene Sandulenko |
2016-12-12 | FULLPIPE: Plug more memory leaks | Eugene Sandulenko |
2016-12-12 | FULLPIPE: Fix memory leak in bitmap code | Eugene Sandulenko |
2016-12-12 | FULLPIPE: Plug more memory leaks | Eugene Sandulenko |
2016-12-10 | FULLPIPE: Clarify null callback usage across the scenes | Eugene Sandulenko |
2016-10-26 | FULLPIPE: Fix if statement. Thanks to PVS-Studio | Eugene Sandulenko |
2016-09-24 | FULLPIPE: Fix Movement::calcDuration | Retro-Junk |
2016-09-21 | FULLPIPE: Added more debug output to scene09. Clarified pixel data type. | Eugene Sandulenko |
2016-09-21 | FULLPIPE: Remove obsolete warning | Eugene Sandulenko |
2016-09-18 | FULLPIPE: Remove workaround and follow the original in StaticANIObject copy c... | Eugene Sandulenko |
2016-09-18 | FULLPIPE: Fix StaticANIObject::getMovementIdById | Retro-Junk |
2016-09-11 | FULLPIPE: Fix reversed statics initialization | Retro-Junk |
2016-09-10 | FULLPIPE: Fix out of bounds write in Movement::removeFirstPhase | Retro-Junk |
2016-09-10 | FULLPIPE: Fix Movement::loadPixelData | Retro-Junk |
2016-09-07 | FULLPIPE: Added and using StaticANIObject::isPixelHitAtPos() | Eugene Sandulenko |
2016-09-07 | FULLPIPE: Further work on the hangers in scene09 | Eugene Sandulenko |
2016-09-07 | FULLPIPE: Fix invalid read | Eugene Sandulenko |
2016-09-05 | FULLPIPE: Rename is GabeObject | Eugene Sandulenko |