aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.cpp
AgeCommit message (Expand)Author
2013-04-27SCI: Change wording for bug/further info referencesFilippos Karapetis
2012-11-15SCI: Properly reset the palVary signal when loading (bug #3575569)Filippos Karapetis
2012-11-07SCI: Fix bug #3575569 - "SCI: QFG1VGA: Palette/hue bug after loading"Filippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-06-15SCI: Further cleanup of the script codeFilippos Karapetis
2012-06-14SCI: A separate implementation is needed for syncStringHeap() for SCI3Filippos Karapetis
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2011-11-05SCI: Made the object map hashmap of the Script class privateFilippos Karapetis
2011-11-05SCI: Made more fields of the Script class private. Some cleanup.Filippos Karapetis
2011-10-22SCI: fix thread lockup issue when loading savegames using a sound driver whic...athrxx
2011-09-26SCI: Changes to the sound resource initialization codeFilippos Karapetis
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
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