aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/savegame.cpp
AgeCommit message (Expand)Author
2018-07-25LAB: Fix thumbnail issuesDavid Fioramonti
2018-04-07ALL: Load savegame thumbnail only when necessaryAdrian Frühwirth
2016-02-08LAB: Merge all the different scene restoring code after saving/loadingFilippos Karapetis
2016-01-14LAB: Call checkRoomMusic() when changing a roomFilippos Karapetis
2016-01-14LAB: Get rid of setDirection()Filippos Karapetis
2016-01-14LAB: Rename the members of the CrumbData structFilippos Karapetis
2015-12-27LAB: Add support for loading games from the launcherFilippos Karapetis
2015-12-27LAB: Refactor the music codeFilippos Karapetis
2015-12-27LAB: Rename TilePuzzle to SpecialLocks, to better reflect its purposeFilippos Karapetis
2015-12-26LAB: Reduce passing around of pointers to the near-global _closeDataPtrWillem Jan Palenstijn
2015-12-25LAB: Use constant for breadcrumbs-related loopsStrangerke
2015-12-24LAB: Stop adding useless garbage at the end of the savegamesStrangerke
2015-12-24LAB: Cleanup the way shouldQuit is calledStrangerke
2015-12-23LAB: Use int in for loops, instead of uint16Filippos Karapetis
2015-12-23LAB: Replace g_system by _systemStrangerke
2015-12-23LAB: Move some more comments to header filesStrangerke
2015-12-23LAB: Constify some parametersStrangerke
2015-12-23LAB: Set a default to the second parameter of readPictStrangerke
2015-12-23LAB: Correct compiler warning in savegame code.D G Turner
2015-12-23LAB: Fix memory leaks in savegame codeStrangerke
2015-12-23LAB: Reduced scope of a few more variablesEugene Sandulenko
2015-12-23LAB: Fix mouse cursor after save/loadStrangerke
2015-12-23LAB: Finally get rid of g_labStrangerke
2015-12-23LAB: Some renames, simplified saveGame() and loadGame()Filippos Karapetis
2015-12-23LAB: Move all the tile puzzle related functionality into its own classFilippos Karapetis
2015-12-23LAB: Rename CloseDataPtr pointers, some refactoringStrangerke
2015-12-23LAB: Move saveRestoreGame() to saveload.cppEugene Sandulenko
2015-12-23LAB: Reduced header dependency: dispman.h, eventman.hEugene Sandulenko
2015-12-23LAB: More header dependency reduxEugene Sandulenko
2015-12-23LAB: Reduced header dependency: labsets.h, utils.hEugene Sandulenko
2015-12-23LAB: Reduced header dependency: savegame.hEugene Sandulenko
2015-12-23LAB: Removed unnecessary includesEugene Sandulenko
2015-12-23LAB: Use // for commentsStrangerke
2015-12-23LAB: Use doxygen format for function commentsStrangerke
2015-12-23LAB: Review spacingStrangerke
2015-12-23LAB: Remove more extern variablesStrangerke
2015-12-23LAB: Rename parse typesStrangerke
2015-12-23LAB: Move fade functions to DisplayMan, some renamingStrangerke
2015-12-23LAB: Move doNotes and doWestPaper to LabEngine, remove some useless definesStrangerke
2015-12-23LAB: Make more functions member of LabEngine classStrangerke
2015-12-23LAB: Start working on a separate DisplayMan classStrangerke
2015-12-23LAB: Renames and moved vars to classesEugene Sandulenko
2015-12-23LAB: Some renaming, move a couple of variables to game engineStrangerke
2015-12-23LAB: Get rid of stddefinesStrangerke
2015-12-23LAB: Move crumb variables to main classStrangerke
2015-12-23LAB: Move RoomNum to main engine classStrangerke
2015-12-15LAB: Move some static variables to the top. Some cleanupFilippos Karapetis
2015-12-15LAB: Fix loading of saved gamesFilippos Karapetis
2015-12-15LAB: Rewrite the save/load systemFilippos Karapetis
2015-12-15LAB: Objectify LabSetsEugene Sandulenko