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
2017-09-24
SCI: Fix generation of save games
Colin Snover
2017-09-23
SCI: Split save game metadata writing to separate function
Colin Snover
2017-09-23
SCI: Use reference instead of pointer for required out-data in metadata save ...
Colin Snover
2017-09-08
SCI32: Add missing include for ConfMan
Colin Snover
2017-09-08
SCI32: Toggle Phant2 content censoring from game options
Colin Snover
2017-07-15
SCI: Stop double-initialization of SCI0/1 objects
Colin Snover
2017-06-18
SCI: Switch SCI2 games to use Audio32
Colin Snover
2017-06-09
SCI32: Implement kLock & kDoAudio(1) for SCI32
Colin Snover
2017-06-09
SCI: Remove unhelpful comment
Colin Snover
2017-06-09
SCI: Add serialization for ResourceId
Colin Snover
2017-06-09
SCI: Implement Serializable for Object
Colin Snover
2017-05-20
SCI: Fix warning about missing base object when loading save games
Colin Snover
2017-05-20
SCI: Nitpicky cleanup of some magic numbers and what-not-why comments
Colin Snover
2017-05-20
SCI: Stop making copies of ObjMap and remove related dead code
Colin Snover
2017-05-13
SCI32: Make sure all save game validity checks are in kCheckSaveGame32
Colin Snover
2017-05-08
SCI: Translate messages passed to dialogues
Colin Snover
2017-04-30
SCI: Clean up ugly syncBaseObject call
Colin Snover
2017-04-30
SCI: Hold script data as mutable internally
Colin Snover
2017-04-23
SCI32: Fix missing mustSetViewVisible data in cloned objects
Colin Snover
2017-04-23
SCI32: Serialize Robots in SCI3
Colin Snover
2017-04-23
SCI: Replace mostly-unused flags property with a single boolean
Colin Snover
2017-04-23
SCI: Convert Object to use Common::Array for SCI3
Colin Snover
2017-04-23
SCI32: Implement SCI3 Script::syncStringHeap
Colin Snover
2017-04-22
SCI32: Add palette code for late SCI2.1mid+ games
Colin Snover
2017-04-22
SCI: Fix compilation when SCI32 is disabled
Colin Snover
2017-04-22
SCI: Do not sync objects when saving games
Colin Snover
2017-04-22
SCI: Implement delayed restore for SCI32 and move implementations to GuestAdd...
Colin Snover
2017-04-22
SCI32: Remove original save/load option from games without ScummVM save integ...
Colin Snover
2017-04-22
SCI: Clean up unnecessary delayed restore flags
Colin Snover
2017-04-22
SCI: Move ScummVM save/restore to GuestAdditions and reimplement for SCI32
Colin Snover
2017-03-27
SCI: Implement bounds-checked reads of game resources
Colin Snover
2017-02-18
SCI: Remove check that is never triggered
Willem Jan Palenstijn
2017-01-16
SCI: Fix Possible Uninitialized Variable Usages.
D G Turner
2017-01-06
SCI: Unconditionally save palvary state
Willem Jan Palenstijn
2016-11-02
SCI32: Fix missing digital audio playback on save game restore
Colin Snover
2016-10-09
SCI32: Change storage type of int16 arrays to hold reg_ts instead
Colin Snover
2016-10-08
SCI: Release SCI music mutex earlier in reconstructPlayList
Willem Jan Palenstijn
2016-09-30
SCI: Bump save game number to fix save game compatibility
Colin Snover
2016-09-30
SCI32: Give savegame-only methods internal linkage
Colin Snover
2016-09-30
SCI32: Reset saved parts of GfxPalette32 when loading save games
Colin Snover
2016-09-30
SCI32: Fix some buildbot compiler warnings
Colin Snover
2016-09-29
SCI: Add prefix to global variable constants
Colin Snover
2016-09-29
SCI32: Fix warnings and incompatible save games when built without SCI32
Colin Snover
2016-09-29
SCI32: Emulate MGDX ego view metadata
Colin Snover
2016-09-29
SCI32: Emulate Shivers 1 game score metadata
Colin Snover
2016-09-29
SCI32: Start implementing kSave for SCI32
Colin Snover
2016-09-29
SCI32: Rewrite kArray & kString
Colin Snover
2016-08-28
SCI32: Fix incorrect/missing cursor after restoring a save game
Colin Snover
2016-08-19
SCI32: Implement SCI32 cursor support
Colin Snover
2016-08-13
SCI: Fix sign comparison warning
Colin Snover
[next]