Age | Commit message (Collapse) | Author |
|
This was blocking progress under linux...
|
|
|
|
This tries to make our code a bit more compliant with our code formatting
conventions. For future use, this is the command I used:
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
|
|
Conflicts:
engines/tsage/ringworld_scenes1.cpp
engines/tsage/ringworld_scenes5.cpp
engines/tsage/tsage.h
|
|
|
|
|
|
proper named methods
|
|
|
|
|
|
|
|
|
|
the screen
|
|
|
|
|
|
hitting sunflowers
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|