Age | Commit message (Collapse) | Author |
|
proper named methods
|
|
|
|
|
|
|
|
SceneManager::_sceneNumber
|
|
|
|
This fix the blocking problem in scene 60.
|
|
the assassin)
|
|
the evasion.
Also add some comments in scene postInit in order to clarify the different actions available
|
|
still broken.
Also move some display() to display2() for consistency with the rest of the scenes in group1
|
|
|
|
|
|
|
|
|
|
|
|
The problem is the original game presumed that rendering a single frame would take at least 10 ticks (at 60Hz). Since the ScummVM renders it faster than then, the cutscene wasn't working. A new 'ProbeMover' class has been created to ensure the probe shrinking keeps correct pace with the probe's movement.
|
|
|
|
|
|
|
|
|
|
This fixes a problem in the title screen where the game title briefly appeared at full size.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is mimicking the original engine, which breaks the entire game into groups of scenes
|
|
|
|
|
|
|
|
|
|
|
|
classes
|