Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
Now any sound playing on the channels is stopped immediately. This
fixes missing voice-overs in the intro, makes it possible to skip
lines of conversation, and fixes a problem where the sound effect
from the Altar Room would keep playing after leaving the room.
Possibly other glitches as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added modifychar stub
|
|
|
|
|
|
This tries to make our code a bit more compliant with our code formatting
conventions. For future use, this is the command I used:
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
|
|
credits
|
|
|
|
dosreturn, cleaned up dosreturn stub
|
|
|
|
|
|
|
|
|
|
It's still not quite as the original. In the original, Ctrl-<letter>
would be treated as <letter>. Is that worth fixing? Probably not.
|
|
|