aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/scenes.h
AgeCommit message (Collapse)Author
2014-02-18TSAGE: Make GPL headers consistent with themselves.Johannes Schickel
2013-12-19TSAGE: Remove 3 useless variable from Scene, increment savegame versionStrangerke
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2011-10-22TSAGE: Beginnings of support for Return to RingworldPaul Gilbert
2011-10-14TSAGE: Bugfix for Ringworld demo having save/restore buttons enabled in GMMPaul Gilbert
This splits checking if save and load are enabled to the individual game classes.
2011-09-27TsAGE: Remove trailing spacesStrangerke
Thanks LordHoto for reminding this
2011-09-25TSAGE: Moved the _bgSceneObjects list from SceneManager to Scene.Paul Gilbert
This fixes a problem with Blue Force savegames in that they were being loaded too early, and being destroyed as the game scene was then loaded.
2011-09-24TSAGE: Fixed core engine display of background scene objectsPaul Gilbert
2011-09-10TSAGE: Cleaned up the savegame code, and enabled it for Blue ForcePaul Gilbert
2011-08-29TSAGE: Implemented the Blue Force right-click dialogPaul Gilbert
2011-08-15TSAGE: Corrected casing of tSage namespace to be TsAGEPaul Gilbert
This matches the casing of the original engine name.
2011-08-14TSAGE: Removed recently added preloadVisage methodPaul Gilbert
Method associated was actually the standard getVisage method
2011-08-07TSAGE: Implemented title screen of Blue ForcePaul Gilbert
2011-06-22TSAGE: Remove out of date TODO comments where applicablePaul Gilbert
2011-05-16TSAGE: Added support for handling keypresses in the Game classes. Separated ↵Paul Gilbert
logic for full game versus demo into the respective Game classes.
2011-05-14TSAGE: Moved scene creation into the Game class, and separated out the ↵Paul Gilbert
Ringworld demo scene creation to it's own game class
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-04TSAGE: Some more conversions to US Englishmd5
2011-05-04TSAGE: Switched to American English, after the relevant discussion on -devel:md5
serialiser -> serializer synchronise -> synchronize
2011-04-19TSAGE: Changed Scene::_sceneNumber to avoid confusion with ↵Paul Gilbert
SceneManager::_sceneNumber
2011-04-19TSAGE: Reworked the saving code to fix crashesPaul Gilbert
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.
2011-04-13TSAGE: "Cosmetic" cleanupsstrangerke
2011-04-05TSAGE: Reimplemented the old _sceneObjectListeners as _altSceneObjectsPaul Gilbert
2011-04-03TSAGE: Implemented Scene 5200 - Caverns - Throne-roomPaul Gilbert
2011-03-18TSAGE: Corrected background scrolling on wide-screen scenesPaul Gilbert
2011-02-27TSAGE: Initial implementation of Scene #1400 - Arriving at RingworldPaul Gilbert
2011-02-27TSAGE: Fixed bug with scene mode being used incorrectly as the scene load flagPaul Gilbert
2011-02-14TSAGE: Added the engine in a separate branchPaul Gilbert