aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/map.cpp
AgeCommit message (Expand)Author
2015-12-23LAB: Move utility functions to a separate classStrangerke
2015-12-23LAB: Move text functions to DisplayMan, some renamingStrangerke
2015-12-23LAB: Some more renaming, remove useless variablesStrangerke
2015-12-23LAB: Change the gadget lists to use Common::ListFilippos Karapetis
2015-12-23LAB: Move _rooms to LabEngine, some renamingStrangerke
2015-12-23LAB: Move fade functions to DisplayMan, some renamingStrangerke
2015-12-23LAB: Get rid of some global variablesStrangerke
2015-12-23LAB: Move more functions to DisplayManStrangerke
2015-12-23LAB: Small cleanup in drawMap()Filippos Karapetis
2015-12-23LAB: Simplify several calls to flowText() and rectFill()Filippos Karapetis
2015-12-23LAB: Fix a regression in roomCoords()Filippos Karapetis
2015-12-23LAB: Simplify file handling codeFilippos Karapetis
2015-12-23LAB: Start working on a separate DisplayMan classStrangerke
2015-12-23LAB: Rename roomCords to roomCoordsFilippos Karapetis
2015-12-23LAB: Remove superfluous image variablesFilippos Karapetis
2015-12-23LAB: Image accepts a Common::File nowFilippos Karapetis
2015-12-23LAB: Cleanup of roomCords()Filippos Karapetis
2015-12-23LAB: Some renaming and cleanupFilippos Karapetis
2015-12-23LAB: Cleanup of palette codeFilippos Karapetis
2015-12-23LAB: Moved CPtr to engine classEugene Sandulenko
2015-12-23LAB: Renames and moved vars to classesEugene Sandulenko
2015-12-23LAB: Renamed mouse.* to eventman.*Eugene Sandulenko
2015-12-23LAB: Rename Image class membersEugene Sandulenko
2015-12-23LAB: Some renaming, move a couple of variables to game engineStrangerke
2015-12-23LAB: Put Image into a separate class. Leaks memory for nowEugene Sandulenko
2015-12-23LAB: Introduce the Anim class (WIP)Strangerke
2015-12-23LAB: Get rid of stddefinesStrangerke
2015-12-23LAB: Move getText to the Resource classFilippos Karapetis
2015-12-23LAB: Renames in vga.cppEugene Sandulenko
2015-12-23LAB: Move RoomNum to main engine classStrangerke
2015-12-23LAB: Rename _music, delete it in engine destructorStrangerke
2015-12-23LAB: Make _music a member of LabEngine instead of a globalStrangerke
2015-12-23LAB: Move the global variable g_resource to the main engine classStrangerke
2015-12-23LAB: Move IsHiRes to main engine classStrangerke
2015-12-23LAB: Remove useless redirectionsStrangerke
2015-12-23LAB: Move mouse code in separate class, move some functions to LabEngine. (WIP)Strangerke
2015-12-23LAB: Rename RoomData membersStrangerke
2015-12-23LAB: Check all the 'for' loops, reduce the scope of variable accordinglyStrangerke
2015-12-23LAB: Put vga.cpp into LabEngine classEugene Sandulenko
2015-12-23LAB: Started vga code refactoringEugene Sandulenko
2015-12-23LAB: Rename IntuiMessage struct membersEugene Sandulenko
2015-12-23LAB: Use Common::File to load map dataFilippos Karapetis
2015-12-23LAB: Move more room reading functions to the Resource classFilippos Karapetis
2015-12-15LAB: Move static text loading to the Resource classFilippos Karapetis
2015-12-15LAB: Move the font loading code into the Resource classFilippos Karapetis
2015-12-15LAB: Simplify readViews()Filippos Karapetis
2015-12-15LAB: Remove the fillUpMusic() and checkMusic() wrappers. Some cleanupFilippos Karapetis
2015-12-15LAB: Remove dead codeFilippos Karapetis
2015-12-15LAB: Get rid of sizeOfFile(), some cleanupFilippos Karapetis
2015-12-15LAB: Remove dead/superfluous code, and remove the newCheckMusic() wrapperFilippos Karapetis