Age | Commit message (Collapse) | Author |
|
The game scripts detected Yellow or Red variants based on what binary was present. That could potentially cause problems with a Mac dump in case someone dumped into MacBinary format.
|
|
|
|
|
|
|
|
|
|
DREAMWEB: Translate printing subsystem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
DREAMWEB: More porting into C++
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
custom function definitions
It also generates C++ symbols for asm proc addresses
|
|
The original function would busy-wait for the user to press space
again. We can't do that, of course, since we don't have interrupt-
driven keyboard input.
|
|
Also, do the same commands for Release and Debug.
|
|
|
|
As requested by him
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added modifychar stub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Taskbar integration
|
|
|