aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.cpp
AgeCommit message (Expand)Author
2011-03-08SCI: Cleanupmd5
2011-02-14SCI: Fix loading SCI32 gamesMatthew Hoops
2011-02-15SCI2+: Set the correct segment for SCI32 strings/arrays when loadingmd5
2011-02-14SCI: Fix loading pre-version 28 saved gamesMatthew Hoops
2011-02-11SCI: Simplify SegManager::saveLoadWithSerializer, cleanupMax Horn
2010-12-24SCI: Only sync the synonyms vocabulary if the game actually has one (thanks wjp)Filippos Karapetis
2010-12-24SCI: Now saving/loading the list of synonyms (set by kSetSynonyms), like SSCI...Filippos Karapetis
2010-12-07SCI: Silence warningsMatthew Hoops
2010-12-07SCI: Removed the system strings code and replaced it with a much more simplif...Filippos Karapetis
2010-11-27SCI: Reverted changes to savegame.cpp made in r54510, as that still occursFilippos Karapetis
2010-11-27SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object"Filippos Karapetis
2010-11-25SCI: implemented reverb handling and related functionalityFilippos Karapetis
2010-11-24SCI: Some renaming and added several TODOs concerning reverbFilippos Karapetis
2010-11-11SCI: Fixed bug #3104624 - "PQ3: Crash when loading saved game on the highway"Filippos Karapetis
2010-11-09SCI: Added comments for rev. 54150 and fixed a typoFilippos Karapetis
2010-11-08Fix assertion failure in SCI0 saving codeLars Skovlund
2010-11-08SCI: Some changes regarding the string heap in saved gamesFilippos Karapetis
2010-11-01SCI: fixing port restoringMartin Kiewitz
2010-11-01SCI: fixing bug when restoring portsMartin Kiewitz
2010-11-01SCI: saving/restoring script created windows nowMartin Kiewitz
2010-10-31SCI: Removing obsolete function parameterFilippos Karapetis
2010-10-31SCI: Play time related changesFilippos Karapetis
2010-09-24SCI: save/restore intensity of sysPaletteMartin Kiewitz
2010-08-24SCI: now pausing/unpausing music in replaced restore dialogMartin Kiewitz
2010-08-17SCI: added a wrapper for GUI::MessageDialogFilippos Karapetis
2010-08-07SCI: Converted an error back into a warning when loading gamesFilippos Karapetis
2010-08-04SCI: Fix infinite recursion when saving.Willem Jan Palenstijn
2010-08-04SCI: Simplify code (let the compiler interfer types where possible)Max Horn
2010-08-04SCI: Remove reference to common/serializer.h from vm_types.hMax Horn
2010-08-04SCI: Fix restoring SCI32 games (a regression of r51712)Matthew Hoops
2010-08-03SCI: reset ports when restoringMartin Kiewitz
2010-08-03SCI: CleanupFilippos Karapetis
2010-08-02SCI: Yet another slight leak fix.Johannes Schickel
2010-08-02GRAPHICS: Renamed skipThumbnailHeader to skipThumbnail.Johannes Schickel
2010-08-02SCI: Fix memory leak.Johannes Schickel
2010-07-31SCI: kGameIsRestarting returns 2 when we restoredMartin Kiewitz
2010-07-27SCI: implemented kPalette(save/restore)Martin Kiewitz
2010-07-23SCI: Actually sync kPalVary data when saving/loadingFilippos Karapetis
2010-07-23SCI: Dropped support for the very old savegame versions 12 and 13 (hopefully,...Filippos Karapetis
2010-07-23SCI: some changes to kPalVary savingMartin Kiewitz
2010-07-23SCI: Now saving the kPalVary state inside savegamesFilippos Karapetis
2010-07-22SCI: Fixed a bug when loading some saved games (sometimes, the execution stac...Filippos Karapetis
2010-07-17SCI: checking if within kernel function before overwrite a save (thx @ digitall)Martin Kiewitz
2010-07-09SCI: implemented subsignatures for kDoSoundMartin Kiewitz
2010-07-07SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ...Filippos Karapetis
2010-07-06SCI: Add version to obsolete stringMax Horn
2010-07-01SCI: Invoke resetSegMan from SegManager::saveLoadWithSerializer, not from Eng...Max Horn
2010-07-01SCI: Make SegManager::_classTable private.Max Horn
2010-07-01SCI: Rename some variables to match our naming conventionsMax Horn
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis