Age | Commit message (Expand) | Author |
2015-12-23 | LAB: Move mapScale functions to the utility class | Strangerke |
2015-12-23 | LAB: Rename CloseDataPtr pointers, some refactoring | Strangerke |
2015-12-23 | LAB: Code naming, reduced variable scope | Eugene Sandulenko |
2015-12-23 | LAB: Reduced dependency on processroom.h. Yay! | 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 |
2015-12-23 | LAB: Removed unnecessary includes | Eugene Sandulenko |
2015-12-23 | LAB: Rename floor defines | Filippos Karapetis |
2015-12-23 | LAB: Simplify the journal and map gadget handling | Filippos Karapetis |
2015-12-23 | LAB: Use // for comments | Strangerke |
2015-12-23 | LAB: Use doxygen format for function comments | Strangerke |
2015-12-23 | LAB: Review spacing | Strangerke |
2015-12-23 | LAB: Merge parsetypes.h and parsefun.h into processroom.h | Filippos Karapetis |
2015-12-23 | LAB: Move utility functions to a separate class | Strangerke |
2015-12-23 | LAB: Move text functions to DisplayMan, some renaming | Strangerke |
2015-12-23 | LAB: Some more renaming, remove useless variables | Strangerke |
2015-12-23 | LAB: Change the gadget lists to use Common::List | Filippos Karapetis |
2015-12-23 | LAB: Move _rooms to LabEngine, some renaming | Strangerke |
2015-12-23 | LAB: Move fade functions to DisplayMan, some renaming | Strangerke |
2015-12-23 | LAB: Get rid of some global variables | Strangerke |
2015-12-23 | LAB: Move more functions to DisplayMan | Strangerke |
2015-12-23 | LAB: Small cleanup in drawMap() | Filippos Karapetis |
2015-12-23 | LAB: Simplify several calls to flowText() and rectFill() | Filippos Karapetis |
2015-12-23 | LAB: Fix a regression in roomCoords() | Filippos Karapetis |
2015-12-23 | LAB: Simplify file handling code | Filippos Karapetis |
2015-12-23 | LAB: Start working on a separate DisplayMan class | Strangerke |
2015-12-23 | LAB: Rename roomCords to roomCoords | Filippos Karapetis |
2015-12-23 | LAB: Remove superfluous image variables | Filippos Karapetis |
2015-12-23 | LAB: Image accepts a Common::File now | Filippos Karapetis |
2015-12-23 | LAB: Cleanup of roomCords() | Filippos Karapetis |
2015-12-23 | LAB: Some renaming and cleanup | Filippos Karapetis |
2015-12-23 | LAB: Cleanup of palette code | Filippos Karapetis |
2015-12-23 | LAB: Moved CPtr to engine class | Eugene Sandulenko |
2015-12-23 | LAB: Renames and moved vars to classes | Eugene Sandulenko |
2015-12-23 | LAB: Renamed mouse.* to eventman.* | Eugene Sandulenko |
2015-12-23 | LAB: Rename Image class members | Eugene Sandulenko |
2015-12-23 | LAB: Some renaming, move a couple of variables to game engine | Strangerke |
2015-12-23 | LAB: Put Image into a separate class. Leaks memory for now | Eugene Sandulenko |
2015-12-23 | LAB: Introduce the Anim class (WIP) | Strangerke |
2015-12-23 | LAB: Get rid of stddefines | Strangerke |
2015-12-23 | LAB: Move getText to the Resource class | Filippos Karapetis |
2015-12-23 | LAB: Renames in vga.cpp | Eugene Sandulenko |
2015-12-23 | LAB: Move RoomNum to main engine class | Strangerke |
2015-12-23 | LAB: Rename _music, delete it in engine destructor | Strangerke |
2015-12-23 | LAB: Make _music a member of LabEngine instead of a global | Strangerke |
2015-12-23 | LAB: Move the global variable g_resource to the main engine class | Strangerke |