Age | Commit message (Expand) | Author |
2015-12-23 | LAB: Close _curBitmap before deleting it | Strangerke |
2015-12-23 | LAB: Constify some parameters | Strangerke |
2015-12-23 | LAB: Set a default to the second parameter of readPict | Strangerke |
2015-12-23 | LAB: Some cleanup and refactoring | Strangerke |
2015-12-23 | LAB: Fix crash in intro | Strangerke |
2015-12-23 | LAB: Fix a delete[] pointed out by eriktorbjorn | Strangerke |
2015-12-23 | LAB: Replace char* by Common::String in several functions | Strangerke |
2015-12-23 | LAB: Use an array of Common::Strings instead of bytes in Action | Strangerke |
2015-12-23 | LAB: Fix some GCC warnings | Strangerke |
2015-12-23 | LAB: Move and improve function comments to header in DispMan | Strangerke |
2015-12-23 | LAB: Refactor some DispMan functions to use Common::String | Strangerke |
2015-12-23 | LAB: Get rid of strcat by using Common::String | Strangerke |
2015-12-23 | LAB: Remove useless variable | Strangerke |
2015-12-23 | LAB: Avoid memory leaks with fonts | Strangerke |
2015-12-23 | LAB: Use Common::String for strings, removing a ton of memory leaks | Filippos Karapetis |
2015-12-23 | LAB: Avoid variable shadowing compiler warning. | D G Turner |
2015-12-23 | LAB: Handle some differences of the Amiga version | Filippos Karapetis |
2015-12-23 | LAB: Remove unused variables in DIFFHeader and BitMap | Strangerke |
2015-12-23 | LAB: Change the graphics and audio code to use Common::File directly | Filippos Karapetis |
2015-12-23 | LAB: Make setUpScreens() a bit easier to read | Filippos Karapetis |
2015-12-23 | LAB: Get rid of flowTextScaled | Strangerke |
2015-12-23 | LAB: Use Common::Rect in functions related to flowText (WIP) | Strangerke |
2015-12-23 | LAB: reduce a variable scope, remove useless code | Strangerke |
2015-12-23 | LAB: Make the use of nullptr consistent through the engine | Strangerke |
2015-12-23 | LAB: Fix memory leak | Strangerke |
2015-12-23 | LAB: Fix freePict as pointed by eriktorbjorn | Strangerke |
2015-12-23 | LAB: Some renaming in DisplayMan | Strangerke |
2015-12-23 | LAB: Use strlen to compute text length instead of a difference between start ... | Strangerke |
2015-12-23 | LAB: Fix a regression related to random number generation, some renaming | Strangerke |
2015-12-23 | LAB: Reduced variable scope. Renames | Eugene Sandulenko |
2015-12-23 | LAB: Variable rename | Eugene Sandulenko |
2015-12-23 | LAB: Add _vm to Image class | Strangerke |
2015-12-23 | LAB: Rename gadget to button | Filippos Karapetis |
2015-12-23 | LAB: Get rid of _unstoppableSoundEffect | Filippos Karapetis |
2015-12-23 | LAB: Remove interface.h, get rid of a lot of useless defines | Strangerke |
2015-12-23 | LAB: Move interface functions to EventMan | Strangerke |
2015-12-23 | LAB: Review Music declaration, some refactoring and renaming | Strangerke |
2015-12-23 | LAB: Some renaming and refactoring in special.cpp | Strangerke |
2015-12-23 | LAB: Merge transitions in dispman | Strangerke |
2015-12-23 | LAB: Refactor readPictToMem() | Filippos Karapetis |
2015-12-23 | LAB: Simplify bitmap flags | Filippos Karapetis |
2015-12-23 | LAB: Move getWord to DisplayMan | Strangerke |
2015-12-23 | LAB: Use a local buffer for moving tiles in the tile puzzle | Filippos Karapetis |
2015-12-23 | LAB: Converted DisplayMan::_dispBitMap to a pointer. | Eugene Sandulenko |
2015-12-23 | LAB: Reduced header dependency: interface.h | Eugene Sandulenko |
2015-12-23 | LAB: Reduced header dependency: dispman.h, eventman.h | Eugene Sandulenko |
2015-12-23 | LAB: More header dependency redux | Eugene Sandulenko |
2015-12-23 | LAB: Reduced header dependency: labsets.h, utils.h | Eugene Sandulenko |
2015-12-23 | LAB: Reduce header intra-dependency. Reduced image.h dependency | Eugene Sandulenko |
2015-12-23 | LAB: Reduce header dependency from music.h | Eugene Sandulenko |