Age | Commit message (Collapse) | Author |
|
save/load dialogs.
|
|
Thanks to Fingolfin for the suggestion.
|
|
|
|
|
|
This fixes an assert in the madman sequence
|
|
This is quite useful for devices with limited storage, where the user
can use the CD version without its speech files
|
|
|
|
|
|
DreamWebEngine
Also, remove dead code (allocateMem/deallocateMem)
|
|
The data segment is now completely unused.
|
|
This has been done by an automated search/replace, culling unused
variables in the process. The remaining variables in data are all stored
in savegames.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Specifically, I started with openOb() and withWhat() which allowed to
remove offset_commandline and offset_openchangesize. A clean conversion of
these required a conversion of printMessage2 and getOpenedSize.
|
|
|
|
Also, make sure the save file is properly finalized before being closed.
|
|
|
|
|
|
|
|
DREAMWEB: Refactor segment management
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ideally
|
|
This is very error-prone, and needs testing.
|
|
The ScummVM menu will be used if dreamweb_originalsaveload
is set to true. This is very error-prone, and needs testing.
|