Age | Commit message (Collapse) | Author |
|
|
|
|
|
This should help improve performance when scalers are being used.
|
|
|
|
|
|
This information includes savegame versioning and the saved game's
date/time, played time and game thumbnail. This information is stored
into an unused data block of the original save format, so the
generated ScummVM saves are (hopefully) fully compatible with the
original ones and can be loaded in the original interpreter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also change getAnyAd() behaviour to be consistent between Free/Ex and
Set objects, diverging from the original.
|
|
|
|
|
|
|
|
|
|
use listSavefiles() and use Common::strlcopy instead of strncpy
|
|
|
|
The WordRef accessor writes back its value too late. Example: in the
call printDirect(data.word(kLastxpos), .....)
the destructor isn't called until after printDirect returns.
This destroys the modifications to lastXPos that printDirect makes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
identifyOb()
|
|
|
|
launcher
|
|
|
|
|
|
|
|
|
|
|
|
|
|
associated offsets in the data blob
|
|
|
|
|
|
|
|
Dreamweb cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|