index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
engine
/
savegame.cpp
Age
Commit message (
Expand
)
Author
2011-03-08
SCI: Cleanup
md5
2011-02-14
SCI: Fix loading SCI32 games
Matthew Hoops
2011-02-15
SCI2+: Set the correct segment for SCI32 strings/arrays when loading
md5
2011-02-14
SCI: Fix loading pre-version 28 saved games
Matthew Hoops
2011-02-11
SCI: Simplify SegManager::saveLoadWithSerializer, cleanup
Max Horn
2010-12-24
SCI: Only sync the synonyms vocabulary if the game actually has one (thanks wjp)
Filippos Karapetis
2010-12-24
SCI: Now saving/loading the list of synonyms (set by kSetSynonyms), like SSCI...
Filippos Karapetis
2010-12-07
SCI: Silence warnings
Matthew Hoops
2010-12-07
SCI: Removed the system strings code and replaced it with a much more simplif...
Filippos Karapetis
2010-11-27
SCI: Reverted changes to savegame.cpp made in r54510, as that still occurs
Filippos Karapetis
2010-11-27
SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object"
Filippos Karapetis
2010-11-25
SCI: implemented reverb handling and related functionality
Filippos Karapetis
2010-11-24
SCI: Some renaming and added several TODOs concerning reverb
Filippos Karapetis
2010-11-11
SCI: Fixed bug #3104624 - "PQ3: Crash when loading saved game on the highway"
Filippos Karapetis
2010-11-09
SCI: Added comments for rev. 54150 and fixed a typo
Filippos Karapetis
2010-11-08
Fix assertion failure in SCI0 saving code
Lars Skovlund
2010-11-08
SCI: Some changes regarding the string heap in saved games
Filippos Karapetis
2010-11-01
SCI: fixing port restoring
Martin Kiewitz
2010-11-01
SCI: fixing bug when restoring ports
Martin Kiewitz
2010-11-01
SCI: saving/restoring script created windows now
Martin Kiewitz
2010-10-31
SCI: Removing obsolete function parameter
Filippos Karapetis
2010-10-31
SCI: Play time related changes
Filippos Karapetis
2010-09-24
SCI: save/restore intensity of sysPalette
Martin Kiewitz
2010-08-24
SCI: now pausing/unpausing music in replaced restore dialog
Martin Kiewitz
2010-08-17
SCI: added a wrapper for GUI::MessageDialog
Filippos Karapetis
2010-08-07
SCI: Converted an error back into a warning when loading games
Filippos Karapetis
2010-08-04
SCI: Fix infinite recursion when saving.
Willem Jan Palenstijn
2010-08-04
SCI: Simplify code (let the compiler interfer types where possible)
Max Horn
2010-08-04
SCI: Remove reference to common/serializer.h from vm_types.h
Max Horn
2010-08-04
SCI: Fix restoring SCI32 games (a regression of r51712)
Matthew Hoops
2010-08-03
SCI: reset ports when restoring
Martin Kiewitz
2010-08-03
SCI: Cleanup
Filippos Karapetis
2010-08-02
SCI: Yet another slight leak fix.
Johannes Schickel
2010-08-02
GRAPHICS: Renamed skipThumbnailHeader to skipThumbnail.
Johannes Schickel
2010-08-02
SCI: Fix memory leak.
Johannes Schickel
2010-07-31
SCI: kGameIsRestarting returns 2 when we restored
Martin Kiewitz
2010-07-27
SCI: implemented kPalette(save/restore)
Martin Kiewitz
2010-07-23
SCI: Actually sync kPalVary data when saving/loading
Filippos Karapetis
2010-07-23
SCI: Dropped support for the very old savegame versions 12 and 13 (hopefully,...
Filippos Karapetis
2010-07-23
SCI: some changes to kPalVary saving
Martin Kiewitz
2010-07-23
SCI: Now saving the kPalVary state inside savegames
Filippos Karapetis
2010-07-22
SCI: Fixed a bug when loading some saved games (sometimes, the execution stac...
Filippos Karapetis
2010-07-17
SCI: checking if within kernel function before overwrite a save (thx @ digitall)
Martin Kiewitz
2010-07-09
SCI: implemented subsignatures for kDoSound
Martin Kiewitz
2010-07-07
SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ...
Filippos Karapetis
2010-07-06
SCI: Add version to obsolete string
Max Horn
2010-07-01
SCI: Invoke resetSegMan from SegManager::saveLoadWithSerializer, not from Eng...
Max Horn
2010-07-01
SCI: Make SegManager::_classTable private.
Max Horn
2010-07-01
SCI: Rename some variables to match our naming conventions
Max Horn
2010-06-30
SCI: Removed the FreeSCI music code
Filippos Karapetis
[next]