aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld_demo.cpp
AgeCommit message (Collapse)Author
2011-06-21TSAGE: Fix updating the volume when changed in the Options dialogPaul 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-05-24TSAGE: Created stub classes for ASound and Sound, and reworked engine to use ↵Paul Gilbert
proper named methods
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-16TSAGE: Changed demo quit dialog to correctly handle ESCAPE and ENTER keysPaul Gilbert
2011-05-16TSAGE: Implemented the Exit dialog in the Ringworld demoPaul Gilbert
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-14TSAGE: Move the RingworldDemoGame class to the ringworld_demo filePaul Gilbert
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-25TSAGE: Bugfixes for Ringworld demo - demo is now completable with some ↵Paul Gilbert
remaining gfx glitches
2011-04-25TSAGE: Added framework for playing the Ringworld demoPaul Gilbert