Age | Commit message (Collapse) | Author |
|
|
|
and Blue Force
This fixes bug #3422141, which was also caused by special checks introduced to try and handle Blue Force hotspots differently
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Blue Force changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in-game scene
|
|
|
|
|
|
This matches the casing of the original engine name.
|
|
|
|
|
|
Conflicts:
engines/tsage/ringworld_scenes1.cpp
engines/tsage/ringworld_scenes5.cpp
engines/tsage/tsage.h
|
|
|
|
|
|
proper named methods
|
|
Ringworld demo scene creation to it's own game class
|
|
|
|
|
|
|
|
|
|
serialiser -> serializer
synchronise -> synchronize
|
|
|
|
|
|
|
|
|
|
|
|
Floppy Demo #2
|
|
|
|
|
|
Note that this undoes the recent compilation fix for GCC, since it didn't work. For now, used an explicit void ** conversion as previously suggested.
|
|
|
|
|
|
matches the original
|
|
|
|
This makes the code use Common::List for all cases where synchronization can
not be done with tSage::List::synchronise. Furthermore I renamed the custom
List class to SynchronisedList to stress its purpose.
I also removed clear2, contains and forEach and replaced them with algorithm
usage from Common:: or in the case of "contains" replaced them with a simple
inline function which uses Common::find.
|
|
|
|
|
|
broken, to be fixed
|
|
|