Age | Commit message (Collapse) | Author |
|
|
|
|
|
Rework and optimize Common::BitStream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All users of BitStream were in fact using a specific, hardcoded variant,
so we can hardcode that variant, removing the need for virtual calls,
and enabling inlining.
|
|
|
|
|
|
|
|
|
|
The original had a bug that didn't dispense chickens as cold when
the yellow fuse was removed from the fusebox. Too many walkthroughs
suggest removing it though, so I'm disabling fix to avoid confusion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TITANIC: Change ship view and position even if not moved
|
|
|
|
|
|
|
|
filter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This variable controls the number of transitions the game goes
through when the mover is changing position. This reduces
several 31/32s from the code.
|
|
Named some functions, made _speeds be an array instead of
a dynamic one.
|
|
|
|
|
|
Abort any scene entry protagonist animations and auto-cue speeches when
loading saved games, as the protagonist can get stuck in scene entry
animations
|
|
|
|
This fixes Command menu in WAGE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|