Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This makes whole Lingo compiled code relocatable
|
|
|
|
This will let us relocate code as we want, particularly when a
macro/handler is defined
|
|
|
|
|
|
|
|
|
|
|
|
SCUMM: Fix bug #4556 (Maniac: Purple Tentacle appears in Lab after being chased out)
|
|
SCUMM: Fix bug #4112 (MANIAC: Power never returns)
|
|
SCUMM: MM V0: Fix two walk animation issues
|
|
|
|
This reduces popping noises
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The original kept resetting the bomb's code wheels whenever the view
was entered, which meant reloading a savegame, you lost any progress
you'd made. Presumably this was done as a quick and dirty hack in
case anyone was stupid enough to rearm the bomb after fixing it the
first time. I've added new code that now only resets the wheels when
the bomb is initially armed, and you can now save in the bomb
closeup, and it will remember all your selections
|
|
|
|
|
|
|
|
|
|
|
|
|