aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld_logic.cpp
AgeCommit message (Collapse)Author
2011-05-28TSAGE: Fix 'Restart' button, when game is overstrangerke
2011-05-27TSAGE: Bugfix for loading savegames directly from the launcherPaul 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-15TSAGE: Fix some errors in endGame().eriktorbjorn
Save slot 0 is valid. It's -1 that indicates cancelling. Also, we need to check if the user tried to quit, to avoid a nasty loop of hard-to-terminate restore dialogs.
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-05-11TSAGE: Rework parts of the cursor code to better match the originalPaul Gilbert
This also fixes the problem with the cursor appearing in cutscenes when you press any key
2011-05-10TSAGE: Standardised on checks for showing the Save and Restore dialogsPaul Gilbert
2011-05-06TSAGE: Review all Speakersstrangerke
2011-05-05TSAGE: Fix several glitches in the speakers used in scene 4000. Initial ↵strangerke
problem still present though.
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-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-30TSAGE: Rename setPriority2 to setPriority for disambiguationstrangerke
2011-04-28TSAGE: Proper setting of startup cursor for full game versus demoPaul Gilbert
2011-04-25TSAGE: Added framework for playing the Ringworld demoPaul Gilbert
2011-04-18TSAGE: Describe scenes fro group 8 and 10strangerke
2011-04-17TSAGE: Fix initialization of MTEXT speakerstrangerke
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn
2011-04-13TSAGE: "Cosmetic" cleanupsstrangerke
2011-04-13TSAGE: Cleanup custom List usage.Johannes Schickel
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.
2011-04-12TSAGE: Implement most of the scene 9900. New palette animation is currently ↵strangerke
broken, to be fixed
2011-04-08Tsage: Add scene 9850 (with several bugs :/) and skeleton of scene 9900.strangerke
2011-04-05TSAGE: Add scene 9500strangerke
2011-04-05Merge branch 'tsage' of http://github.com/dreammaster/scummvmstrangerke
Conflicts: engines/tsage/ringworld_scenes10.cpp
2011-04-05TSAGE: Add scene 9450 (not perfect)strangerke
2011-04-03TSAGE: Fix SpeakerGText, Add SpeakerOR, implement Scene9400strangerke
2011-04-03TSAGE: Implemented Scene 5300 - Caverns - PitPaul Gilbert
2011-04-03Merge remote branch 'remotes/Strangerke/master' into tsagePaul Gilbert
Conflicts: engines/tsage/ringworld_logic.cpp engines/tsage/ringworld_logic.h
2011-04-03TSAGE: Implemented Scene 5200 - Caverns - Throne-roomPaul Gilbert
2011-04-03TSAGE: Implemented Scene 5100 - CavernsPaul Gilbert
2011-04-02Merge branch 'tsage' of http://github.com/dreammaster/scummvmstrangerke
Conflicts: engines/tsage/module.mk engines/tsage/ringworld_logic.cpp
2011-04-02TSAGE: Implement Scene 9360, move Scene9350::Object1 to a separated ↵strangerke
subclass, Fix bug in scene 9350
2011-04-02TSAGE: Implement Scene 9300strangerke
2011-04-02TSAGE: Implemented Scene 5000 - Caverns - EntrancePaul Gilbert
2011-04-01TSAGE: Implement scene 9200strangerke
2011-03-31Merge branch 'tsage' of http://github.com/dreammaster/scummvmstrangerke
Conflicts: engines/tsage/ringworld_logic.cpp engines/tsage/ringworld_logic.h
2011-03-31TSAGE: Implemented Scene 4301 - Village - Slaver Ship KeypadPaul Gilbert
2011-03-31TSAGE: Add scene 9150strangerke
2011-03-30TSAGE: Implement scene 9100strangerke
2011-03-31TSAGE: Implemented Scene 4300 - Slaver ShipPaul Gilbert
2011-03-29TSAGE: Implement scene 7700.strangerke
Also move doAction() to core when related to sceneHostpot_3.
2011-03-28TSAGE: Implemented Scene #4250 - Village - Near Slaver ShipPaul Gilbert
2011-03-28TSAGE: Implement scene 9350strangerke
2011-03-27Merge branch 'tsage' of http://github.com/dreammaster/scummvmstrangerke
Conflicts: engines/tsage/module.mk engines/tsage/ringworld_logic.cpp engines/tsage/ringworld_logic.h engines/tsage/ringworld_scenes1.cpp engines/tsage/staticres.cpp engines/tsage/staticres.h
2011-03-27TSAGE: Fix compilation after mergestrangerke
2011-03-27Merge remote branch 'dreammaster/tsage'strangerke
Conflicts: engines/tsage/module.mk engines/tsage/ringworld_logic.cpp engines/tsage/ringworld_logic.h