aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/globals.cpp
AgeCommit message (Collapse)Author
2011-09-23TSAGE: Implement Blue Force Scene 900Strangerke
2011-09-23TSAGE: Fixes for conversation in Blue Force scene 340Paul Gilbert
2011-09-20TSAGE: Implemented Blue Force scene 355 - Future Wave exteriorPaul Gilbert
2011-09-17TSAGE: Implemented Blue Force scene 385 - City HallPaul Gilbert
2011-09-16TSAGE: Implemented Blue Force scene 840 - Boat RentalsPaul Gilbert
2011-09-15TSAGE: Fix problem with UI disappearing after using mapPaul Gilbert
2011-09-13TSAGE: Further UI visibility fixes for Scene 50 (Map)Paul Gilbert
2011-09-13TSAGE: Synchronise UI fields in savegames so it is correctly shown when ↵Paul Gilbert
restoring
2011-09-11TSAGE: Implemented Scene 666 - Death ScenePaul Gilbert
2011-09-11TSAGE: Reworked item startAction calls from void to bool, to accommodate ↵Paul Gilbert
Blue Force changes
2011-09-10TSAGE: Cleaned up the savegame code, and enabled it for Blue ForcePaul Gilbert
2011-09-08TSAGE: More core functionality needed for Blue ForcePaul Gilbert
2011-09-05TSAGE: Further user interface fixes, and minor dialog tweaksPaul Gilbert
2011-09-04TSAGE: Added missing default item response code logic in Blue ForcePaul Gilbert
2011-09-04TSAGE: Implemented missing interface functionality, including gun loading dialogPaul Gilbert
2011-08-31TSAGE: Implemented missing functionality for first game scenePaul Gilbert
2011-08-28TSAGE: Added lots of original source names from debugger, further work on ↵Paul Gilbert
first game scene
2011-08-26TSAGE: Implemented lots more Blue Force functionality, and started on first ↵Paul Gilbert
in-game scene
2011-08-23TSAGE: Started implementation of Blue Force UI classesPaul Gilbert
2011-08-20TSAGE: Implemented Blue Force Scene #50 - Map ScenePaul Gilbert
2011-08-16TSAGE: Completed Blue Force Scene #100Paul 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: Fix crash when exiting whilst a palette rotation is activePaul Gilbert
2011-08-13TSAGE: Split up the hard-coded logic files for Ringworld and Blue Force into ↵Paul Gilbert
separate sub-folderes
2011-08-11TSAGE: Implemented new Globals for Blue Force, and beginnings of ↵Paul Gilbert
implementation of Scene 100 (Title Screen)
2011-06-22TSAGE: Clarified Globals::_sceneListeners as Globals::_soundsPaul Gilbert
2011-06-20ALL: Remove trailing whitespacesMax Horn
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]*$//'
2011-06-19Merge remote branch 'remotes/dreammaster/tsage_sound'Paul Gilbert
Conflicts: engines/tsage/ringworld_scenes1.cpp engines/tsage/ringworld_scenes5.cpp engines/tsage/tsage.h
2011-06-04TSAGE: Bugfixes for displaying thick borders on default buttonsPaul Gilbert
2011-06-04TSAGE: Moved graphic edge adjustment amount to a global variablePaul Gilbert
This matches what was done in the Ringworld CD version
2011-06-03TSAGE: Add proper colors to buttons in the CD version of ringworldStrangerke
2011-05-28TSAGE: Add specific initialization for ringworld CD, fixing the color of the ↵strangerke
buttons
2011-05-27TSAGE: Tweaks to the destructor sequence to fix crashesPaul Gilbert
2011-05-27TSAGE: Bugfixes for sound de-initialisationPaul Gilbert
2011-05-17TSAGE: Name the RandomSourceMax Horn
2011-05-14TSAGE: Added skeleton game class for Blue ForcePaul Gilbert
2011-05-14TSAGE: Move the RingworldDemoGame class to the ringworld_demo filePaul Gilbert
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-08TSAGE: Bugfix for restoring savegames saved when palette effects are activePaul Gilbert
2011-05-06TSAGE: Added missing destructors for Globals fieldsPaul Gilbert
2011-05-04TSAGE: Switched to American English, after the relevant discussion on -devel:md5
serialiser -> serializer synchronise -> synchronize
2011-05-04TSAGE: Bumped up savegame version, so that the old savegames are still usablemd5
Savegames from revisions bf9b98f and 4f70162d are now version 2 savegames
2011-05-03TSAGE: Add missing calls to inherited method in various class ↵Paul Gilbert
synchronisation methods
2011-04-28TSAGE: Proper bugfix for problem saving/restoring game in Scene #5000 and othersPaul Gilbert
2011-04-28TSAGE: Added code to handle visual differences in Demo help dialogPaul Gilbert
2011-04-27TSAGE: Added temporary fix for some saved games (e.g. scenes 4050 and 5000)md5
2011-04-25TSAGE: Added framework for playing the Ringworld demoPaul Gilbert
2011-04-25TSAGE: Combined the resource files into a single generic overall ResourceManagerPaul Gilbert