Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
for 'backobject' and 'mainman' (because addr_backobject is used)
|
|
Conflicts:
devtools/tasmrecover/tasm-recover
|
|
|
|
|
|
|
|
|
|
|
|
regenerated the source
|
|
|
|
|
|
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
|
|
|