aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.h
AgeCommit message (Expand)Author
2017-09-24SCI: Fix generation of save gamesColin Snover
2017-09-23SCI: Split save game metadata writing to separate functionColin Snover
2017-09-23SCI: Use reference instead of pointer for required out-data in metadata save ...Colin Snover
2017-06-09SCI32: Implement kLock & kDoAudio(1) for SCI32Colin Snover
2017-04-23SCI32: Fix missing mustSetViewVisible data in cloned objectsColin Snover
2017-04-23SCI32: Serialize Robots in SCI3Colin Snover
2017-04-23SCI: Convert Object to use Common::Array for SCI3Colin Snover
2017-04-22SCI32: Make version 41 the first supported save game versionColin Snover
2017-04-22SCI32: Add palette code for late SCI2.1mid+ gamesColin Snover
2017-04-22SCI: Implement delayed restore for SCI32 and move implementations to GuestAdd...Colin Snover
2017-01-06SCI: Unconditionally save palvary stateWillem Jan Palenstijn
2016-09-30SCI: Bump save game number to fix save game compatibilityColin Snover
2016-09-29SCI32: Fix warnings and incompatible save games when built without SCI32Colin Snover
2016-09-29SCI32: Emulate MGDX ego view metadataColin Snover
2016-09-29SCI32: Emulate Shivers 1 game score metadataColin Snover
2016-09-29SCI32: Rewrite kArray & kStringColin Snover
2016-08-28SCI32: Fix incorrect/missing cursor after restoring a save gameColin Snover
2016-08-19SCI32: Implement SCI32 cursor supportColin Snover
2016-08-13SCI: Fix pointer invalidation caused by array storage movesColin Snover
2016-08-01SCI32: Add bitmap segment and remove GC option from hunk segmentColin Snover
2016-06-26SCI32: Fix broken Remap implementationColin Snover
2016-02-09SCI: Script patch for Mixed Up Mother Goose SCI1Martin Kiewitz
2016-01-14SCI: Use tick-based timing more consistentlyColin Snover
2016-01-14SCI: Implement SCI32 kPalVary and kPalette setFadeColin Snover
2015-04-26SCI: implement delayed restore via ScummVM menuMartin Kiewitz
2015-02-15SCI: Use sound resource priority by default for songsWillem Jan Palenstijn
2015-02-14SCI: Register and save playBed option to PlaySoundWillem Jan Palenstijn
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-09-21SCI: sfx/music priority int16 fixes bug #3615038m-kiewitz
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-12-24SCI: Now saving/loading the list of synonyms (set by kSetSynonyms), like SSCI...Filippos Karapetis
2010-12-07SCI: Bumped up the save game version for rev #54805Filippos Karapetis
2010-11-08SCI: Some changes regarding the string heap in saved gamesFilippos Karapetis
2010-11-01SCI: fixing lfMartin Kiewitz
2010-11-01SCI: saving/restoring script created windows nowMartin Kiewitz
2010-10-31SCI: Play time related changesFilippos Karapetis
2010-09-24SCI: save/restore intensity of sysPaletteMartin Kiewitz
2010-07-23SCI: Dropped support for the very old savegame versions 12 and 13 (hopefully,...Filippos Karapetis
2010-07-23SCI: Now saving the kPalVary state inside savegamesFilippos Karapetis
2010-07-07SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ...Filippos Karapetis
2010-06-22Stop saving the buffer, script and heap sizes of each script in saved gamesFilippos Karapetis
2010-06-15- Swapped the return value of gamestate_save (false = failed, true = succeeded)Filippos Karapetis
2010-06-15Added a signature of the game itself inside saved games (the size of script 0...Filippos Karapetis
2010-06-13The offset of script local variables is now calculated when the script is loa...Filippos Karapetis
2010-05-30SCI: Script exports and synonyms are now initialized when a script is loaded....Filippos Karapetis
2010-05-19Updated the save game format for the changes in #49093Filippos Karapetis
2010-01-31Removed duplicate code. Some cleanupFilippos Karapetis
2010-01-30Add support for saving/loading Arrays/Strings in SCI32. It's possible to save...Matthew Hoops