aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld/ringworld_scenes5.cpp
AgeCommit message (Collapse)Author
2019-11-28TSAGE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
All these fall through were marked as deliberate, so again I've only changed the comment to silence GCC.
2016-03-14TSAGE: Changed engine to use Graphics::ManagedSurfacePaul Gilbert
2014-02-18TSAGE: Make GPL headers consistent with themselves.Johannes Schickel
2013-12-19TSAGE: Ringworld - Remove a useless variableStrangerke
2013-12-19TSAGE: Some renaming in StripManagerStrangerke
2013-11-10TSAGE: Janitorial - Remove trailing spaces and tabsStrangerke
2013-10-27TSAGE: Fix CID 1002392 and CID 1002387Strangerke
2012-08-09TSAGE: Fix "if" formatting.Johannes Schickel
2012-01-01TSAGE: Do all screen drawing in an intermediate temporary screen surface.Paul Gilbert
This will be the first half of properly handling on screen dirty rects.
2012-01-01TSAGE: Revert buggy implementation of dirty rectsPaul Gilbert
This reverts commit f69dfba21a5d4be8cc60a20a0dd0628717fa5373.
2011-12-18TSAGE: Implemented dirty rect handling in the enginePaul Gilbert
This should help improve performance when scalers are being used.
2011-11-17TSAGE: Ringworld - Cleanup: Rename some variablesStrangerke
2011-10-29JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2011-10-02TSAGE: Added 'g' prefix to global variablesPaul Gilbert
2011-09-11TSAGE: Implemented Scene 60 - MotorcyclePaul Gilbert
2011-08-15TSAGE: Corrected casing of tSage namespace to be TsAGEPaul Gilbert
This matches the casing of the original engine name.
2011-08-15TSAGE: Changed Ringworld/Blue Force namespaces to be embedded namespaces ↵Paul Gilbert
within tSage
2011-08-14TSAGE: Separated Ringworld and Blue Force game logic into their own namespacesPaul Gilbert
2011-08-13TSAGE: Split up the hard-coded logic files for Ringworld and Blue Force into ↵Paul Gilbert
separate sub-folderes