aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2015-12-23LAB: Move utility functions to a separate classStrangerke
2015-12-23LAB: Get rid of the intermediate display bitmap pointerFilippos Karapetis
2015-12-23LAB: Use the correct bitmap buffer in the Anim classFilippos Karapetis
2015-12-23LAB: Replace some uses of malloc() with newFilippos Karapetis
2015-12-23LAB: Move readSound() into the Music classFilippos Karapetis
2015-12-23LAB: Get rid of _numHiddenFilippos Karapetis
2015-12-23LAB: Clean up checkGadgetHit() a bitFilippos Karapetis
2015-12-23LAB: Merge the uniffMemory() code into unDiff()Filippos Karapetis
2015-12-23LAB: Remove useless returnFilippos Karapetis
2015-12-23LAB: Fix spellingFilippos Karapetis
2015-12-23LAB: Clean up processArrow()Filippos Karapetis
2015-12-23LAB: Rename and clean up some of the scene transition codeFilippos Karapetis
2015-12-23LAB: Some refactoring, remove dead code and a useless return valueStrangerke
2015-12-23LAB: Move text functions to DisplayMan, some renamingStrangerke
2015-12-23LAB: Some more renaming, remove useless variablesStrangerke
2015-12-23LAB: Fix compilationEugene Sandulenko
2015-12-23LAB: Simplify the calling code of playSoundEffect()Filippos Karapetis
2015-12-23LAB: Simplify usage of the DIFF file bufferFilippos Karapetis
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: Move readMusic to the Music classStrangerke
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: Remove vga.cppStrangerke
2015-12-23LAB: Move more functions to DisplayManStrangerke
2015-12-23LAB: Use the windows keyboard mapping for the other versionsStrangerke
2015-12-23LAB: Small cleanup in drawMap()Filippos Karapetis
2015-12-23LAB: Simplify several calls to flowText() and rectFill()Filippos Karapetis
2015-12-23LAB: Some cleanup of the monitor codeFilippos Karapetis
2015-12-23LAB: Split the tile puzzle related functions into a separate fileFilippos Karapetis
2015-12-23LAB: Merge all of the different image drawing functionsFilippos Karapetis
2015-12-23LAB: Fix a regression in roomCoords()Filippos Karapetis
2015-12-23LAB: Remove unused codeFilippos Karapetis
2015-12-23LAB: Remove dead codeFilippos Karapetis
2015-12-23LAB: Simplify file handling codeFilippos Karapetis
2015-12-23LAB: Refactor the remaining functions in labfile.cppFilippos Karapetis
2015-12-23LAB: Remove some superfluous initialization codeFilippos Karapetis
2015-12-23LAB: Rewrite picture handling and get rid of the memory managerFilippos Karapetis
2015-12-23LAB: Get rid of g_lab in several LabEngine and DisplayMan functionsStrangerke
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: Fix bug in getText()Filippos Karapetis
2015-12-23LAB: Remove dead codeFilippos Karapetis
2015-12-23LAB: Rename roomCords to roomCoordsFilippos Karapetis
2015-12-23LAB: More renamesEugene Sandulenko
2015-12-23LAB: Move inventory to LabEngine classEugene Sandulenko