Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This matches the casing of the original engine name.
|
|
within tSage
|
|
|
|
|
|
|
|
|
|
|
|
In preparation of using the sound code with Winnie
|
|
TOON: Grow size of path finding heap dynamically
|
|
|
|
DREAMWEB: Fixes, cleaning and more functions ported to C++
|
|
|
|
This doesn't make any practical difference, since the search
manager already guards against duplicate paths, but it does get rid
of a slightly confusing warning message when you have a global
extra path configured.
|
|
|
|
|
|
|
|
|
|
This ensures it uses the correct walk region loading code
|
|
|
|
|
|
Method associated was actually the standard getVisage method
|
|
|
|
|
|
|
|
|
|
|
|
The experiment tries to implement the program control of the V1 interpreter.
Maybe it is better to add another method for doing that once the workings of
it are more clear.
|
|
|
|
|
|
Also fix skipInstruction() for V1.
|
|
|
|
|
|
Yes, V1 has three versions of SAID, for one, two and three arguments.
Also add a few corrections to V1 instruction tables.
|
|
|
|
|
|
Preparations for V1 words.tok support.
|
|
|
|
|
|
That is, calculate the final offsets when loading the resource directories,
and when loading the resource simply seek into the disk image file.
|
|
|