Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-28 | TSAGE: Fix 'Restart' button, when game is over | strangerke | |
2011-05-27 | TSAGE: Bugfix for loading savegames directly from the launcher | Paul Gilbert | |
2011-05-16 | TSAGE: 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-15 | TSAGE: 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-14 | TSAGE: 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-14 | TSAGE: Move the RingworldDemoGame class to the ringworld_demo file | Paul Gilbert | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-11 | TSAGE: Rework parts of the cursor code to better match the original | Paul Gilbert | |
This also fixes the problem with the cursor appearing in cutscenes when you press any key | |||
2011-05-10 | TSAGE: Standardised on checks for showing the Save and Restore dialogs | Paul Gilbert | |
2011-05-06 | TSAGE: Review all Speakers | strangerke | |
2011-05-05 | TSAGE: Fix several glitches in the speakers used in scene 4000. Initial ↵ | strangerke | |
problem still present though. | |||
2011-05-04 | TSAGE: Some more conversions to US English | md5 | |
2011-05-04 | TSAGE: Switched to American English, after the relevant discussion on -devel: | md5 | |
serialiser -> serializer synchronise -> synchronize | |||
2011-05-04 | TSAGE: Bumped up savegame version, so that the old savegames are still usable | md5 | |
Savegames from revisions bf9b98f and 4f70162d are now version 2 savegames | |||
2011-05-03 | TSAGE: Add missing calls to inherited method in various class ↵ | Paul Gilbert | |
synchronisation methods | |||
2011-04-30 | TSAGE: Rename setPriority2 to setPriority for disambiguation | strangerke | |
2011-04-28 | TSAGE: Proper setting of startup cursor for full game versus demo | Paul Gilbert | |
2011-04-25 | TSAGE: Added framework for playing the Ringworld demo | Paul Gilbert | |
2011-04-18 | TSAGE: Describe scenes fro group 8 and 10 | strangerke | |
2011-04-17 | TSAGE: Fix initialization of MTEXT speaker | strangerke | |
2011-04-14 | ALL: centre -> center | Max Horn | |
2011-04-14 | ALL: colour -> color | Max Horn | |
2011-04-13 | TSAGE: "Cosmetic" cleanups | strangerke | |
2011-04-13 | TSAGE: 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-12 | TSAGE: Implement most of the scene 9900. New palette animation is currently ↵ | strangerke | |
broken, to be fixed | |||
2011-04-08 | Tsage: Add scene 9850 (with several bugs :/) and skeleton of scene 9900. | strangerke | |
2011-04-05 | TSAGE: Add scene 9500 | strangerke | |
2011-04-05 | Merge branch 'tsage' of http://github.com/dreammaster/scummvm | strangerke | |
Conflicts: engines/tsage/ringworld_scenes10.cpp | |||
2011-04-05 | TSAGE: Add scene 9450 (not perfect) | strangerke | |
2011-04-03 | TSAGE: Fix SpeakerGText, Add SpeakerOR, implement Scene9400 | strangerke | |
2011-04-03 | TSAGE: Implemented Scene 5300 - Caverns - Pit | Paul Gilbert | |
2011-04-03 | Merge remote branch 'remotes/Strangerke/master' into tsage | Paul Gilbert | |
Conflicts: engines/tsage/ringworld_logic.cpp engines/tsage/ringworld_logic.h | |||
2011-04-03 | TSAGE: Implemented Scene 5200 - Caverns - Throne-room | Paul Gilbert | |
2011-04-03 | TSAGE: Implemented Scene 5100 - Caverns | Paul Gilbert | |
2011-04-02 | Merge branch 'tsage' of http://github.com/dreammaster/scummvm | strangerke | |
Conflicts: engines/tsage/module.mk engines/tsage/ringworld_logic.cpp | |||
2011-04-02 | TSAGE: Implement Scene 9360, move Scene9350::Object1 to a separated ↵ | strangerke | |
subclass, Fix bug in scene 9350 | |||
2011-04-02 | TSAGE: Implement Scene 9300 | strangerke | |
2011-04-02 | TSAGE: Implemented Scene 5000 - Caverns - Entrance | Paul Gilbert | |
2011-04-01 | TSAGE: Implement scene 9200 | strangerke | |
2011-03-31 | Merge branch 'tsage' of http://github.com/dreammaster/scummvm | strangerke | |
Conflicts: engines/tsage/ringworld_logic.cpp engines/tsage/ringworld_logic.h | |||
2011-03-31 | TSAGE: Implemented Scene 4301 - Village - Slaver Ship Keypad | Paul Gilbert | |
2011-03-31 | TSAGE: Add scene 9150 | strangerke | |
2011-03-30 | TSAGE: Implement scene 9100 | strangerke | |
2011-03-31 | TSAGE: Implemented Scene 4300 - Slaver Ship | Paul Gilbert | |
2011-03-29 | TSAGE: Implement scene 7700. | strangerke | |
Also move doAction() to core when related to sceneHostpot_3. | |||
2011-03-28 | TSAGE: Implemented Scene #4250 - Village - Near Slaver Ship | Paul Gilbert | |
2011-03-28 | TSAGE: Implement scene 9350 | strangerke | |
2011-03-27 | Merge branch 'tsage' of http://github.com/dreammaster/scummvm | strangerke | |
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-27 | TSAGE: Fix compilation after merge | strangerke | |
2011-03-27 | Merge remote branch 'dreammaster/tsage' | strangerke | |
Conflicts: engines/tsage/module.mk engines/tsage/ringworld_logic.cpp engines/tsage/ringworld_logic.h |