Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
This fix the blocking problem in scene 60.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
clashes with scenes
|
|
|
|
This is mimicking the original engine, which breaks the entire game into groups of scenes
|
|
|
|
|
|
|
|
classes
|