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-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
2016-08-13
SCI: Fix pointer invalidation caused by array storage moves
Colin Snover
2016-08-06
SCI32: Actually save and load remaps
Colin Snover
2016-08-01
SCI32: Implement bitmap save routine
Colin Snover
2016-08-01
SCI32: Fix invalid memory access after BitmapTable is extended
Colin Snover
2016-08-01
SCI32: Add bitmap segment and remove GC option from hunk segment
Colin Snover
2016-07-11
SCI32: Split GfxPalette and GfxPalette32 + HunkPalette
Colin Snover
2016-06-26
SCI32: Fix broken Remap implementation
Colin Snover
2016-05-28
SCI32: Remove invalid TODO about CLUT for 16-bit graphics
Colin Snover
2016-04-06
SCI: Fix compilation for C++98.
Johannes Schickel
2016-03-25
SCI: Remove commented out code line.
Johannes Schickel
2016-03-25
SCI: Use aggregation to store objects in SegmentObjTable.
Johannes Schickel
2016-03-25
SCI: Get rid of template hack for serialization.
Johannes Schickel
2016-03-16
SCI: Add workaround for restoring kq6 saved games (lowres/hires)
Martin Kiewitz
2016-03-02
SCI32: Don't do a syncWithScripts on restore from launcher
Martin Kiewitz
2016-02-22
SCI32: Do not clear screen when restoring for SCI32
Martin Kiewitz
2016-02-21
SCI32: Fix save patching for ScummVM dialog
Martin Kiewitz
2016-02-21
SCI32: Implement syncing planes+screen items from VM for restore
Martin Kiewitz
2016-02-09
SCI: Script patch for Mixed Up Mother Goose SCI1
Martin Kiewitz
2016-02-05
SCI: Silence false positive warning in MSVC
Filippos Karapetis
2016-01-14
SCI: Use tick-based timing more consistently
Colin Snover
[next]