aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/engine.cpp
AgeCommit message (Collapse)Author
2015-12-23LAB: Review spacingStrangerke
2015-12-23LAB: Merge parsetypes.h and parsefun.h into processroom.hFilippos Karapetis
2015-12-23LAB: Move utility functions to a separate classStrangerke
2015-12-23LAB: Replace some uses of malloc() with newFilippos Karapetis
2015-12-23LAB: Remove useless returnFilippos Karapetis
2015-12-23LAB: Clean up processArrow()Filippos Karapetis
2015-12-23LAB: Move text functions to DisplayMan, some renamingStrangerke
2015-12-23LAB: Some more renaming, remove useless variablesStrangerke
2015-12-23LAB: Rename parse typesStrangerke
2015-12-23LAB: Change the gadget lists to use Common::ListFilippos Karapetis
2015-12-23LAB: Move _rooms to LabEngine, some renamingStrangerke
2015-12-23LAB: Remove some useless uses of g_labStrangerke
2015-12-23LAB: Move fade functions to DisplayMan, some renamingStrangerke
2015-12-23LAB: Get rid of some global variablesStrangerke
2015-12-23LAB: Move doNotes and doWestPaper to LabEngine, remove some useless definesStrangerke
2015-12-23LAB: Move more functions to DisplayManStrangerke
2015-12-23LAB: Remove unused codeFilippos Karapetis
2015-12-23LAB: Remove dead codeFilippos Karapetis
2015-12-23LAB: Rewrite picture handling and get rid of the memory managerFilippos Karapetis
2015-12-23LAB: Make more functions member of LabEngine classStrangerke
2015-12-23LAB: Start working on a separate DisplayMan classStrangerke
2015-12-23LAB: Small cleanup in from_crumbs()Filippos Karapetis
2015-12-23LAB: Move inventory to LabEngine classEugene Sandulenko
2015-12-23LAB: Image accepts a Common::File nowFilippos Karapetis
2015-12-23LAB: Moved CPtr to engine classEugene Sandulenko
2015-12-23LAB: More renamesEugene Sandulenko
2015-12-23LAB: Renames and moved vars to classesEugene Sandulenko
2015-12-23LAB: Merged in allocroom.cppEugene Sandulenko
2015-12-23LAB: More renamesEugene Sandulenko
2015-12-23LAB: Plug memory leakEugene Sandulenko
2015-12-23LAB: Renamed mouse.* to eventman.*Eugene Sandulenko
2015-12-23LAB: Some renaming, move a couple of variables to game engineStrangerke
2015-12-23LAB: Get rid of g_lab in IntroStrangerke
2015-12-23LAB: Move functions related to keyboard events to EventStrangerke
2015-12-23LAB: Renaming of AnimStrangerke
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: More renamesEugene Sandulenko
2015-12-23LAB: Get rid of stddefinesStrangerke
2015-12-23LAB: Remove leftover debug codeFilippos Karapetis
2015-12-23LAB: More renamesEugene Sandulenko
2015-12-23LAB: Renames in vga.cppEugene Sandulenko
2015-12-23LAB: Get rid of a gotoStrangerke
2015-12-23LAB: Move crumb variables to main classStrangerke
2015-12-23LAB: Move RoomNum to main engine classStrangerke
2015-12-23LAB: Rename _music, delete it in engine destructorStrangerke
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: Add some feedback when a file isn't foundStrangerke