Paul Gilbert
b3a05ee089
TSAGE: Bugfix to make Return to Launcher work correctly
2011-07-18 21:13:39 +10:00
eriktorbjorn
afdfff02f1
TSAGE: Don't crash if -x option points to an non-existing savegame.
...
Instead, just pretend there is no spoon^H^H^H^H^H-x option.
2011-06-22 22:00:59 +02:00
Paul Gilbert
69290ef7ae
TSAGE: Remove out of date TODO comments where applicable
2011-06-22 19:13:36 +10:00
Paul Gilbert
8aa368fe55
TSAGE: Fix updating the volume when changed in the Options dialog
2011-06-21 21:42:42 +10:00
Max Horn
88913c0139
ALL: Remove trailing whitespaces
...
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-20 00:59:48 +02:00
Paul Gilbert
9dddf76aa7
Merge remote branch 'remotes/dreammaster/tsage_sound'
...
Conflicts:
engines/tsage/ringworld_scenes1.cpp
engines/tsage/ringworld_scenes5.cpp
engines/tsage/tsage.h
2011-06-19 21:14:49 +10:00
strangerke
f51eaed595
TSAGE: Fix 'Restart' button, when game is over
2011-05-28 09:37:08 +02:00
Paul Gilbert
d50c6277e4
TSAGE: Bugfix for loading savegames directly from the launcher
2011-05-27 19:28:31 +10:00
Paul Gilbert
16666ec40c
TSAGE: Created stub classes for ASound and Sound, and reworked engine to use proper named methods
2011-05-24 21:22:21 +10:00
Paul Gilbert
2f79090e46
TSAGE: Added support for handling keypresses in the Game classes. Separated logic for full game versus demo into the respective Game classes.
2011-05-16 21:09:05 +10:00
eriktorbjorn
7ba345be57
TSAGE: Fix some errors in endGame().
...
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-15 22:49:19 +02:00
Paul Gilbert
1568f19569
TSAGE: Moved scene creation into the Game class, and separated out the Ringworld demo scene creation to it's own game class
2011-05-14 18:20:56 +10:00
Paul Gilbert
a255461ab3
TSAGE: Move the RingworldDemoGame class to the ringworld_demo file
2011-05-14 17:53:33 +10:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Paul Gilbert
2b112a9c58
TSAGE: Rework parts of the cursor code to better match the original
...
This also fixes the problem with the cursor appearing in cutscenes when you press any key
2011-05-11 20:28:30 +10:00
Paul Gilbert
26aca5ac43
TSAGE: Standardised on checks for showing the Save and Restore dialogs
2011-05-10 22:38:05 +10:00
strangerke
be3de84f7c
TSAGE: Review all Speakers
2011-05-06 08:39:22 +02:00
strangerke
10bdc85a27
TSAGE: Fix several glitches in the speakers used in scene 4000. Initial problem still present though.
2011-05-05 02:19:45 +02:00
md5
340d08bc30
TSAGE: Some more conversions to US English
2011-05-04 11:47:12 +03:00
md5
3430a3f347
TSAGE: Switched to American English, after the relevant discussion on -devel:
...
serialiser -> serializer
synchronise -> synchronize
2011-05-04 11:41:47 +03:00
md5
7b8f3021ac
TSAGE: Bumped up savegame version, so that the old savegames are still usable
...
Savegames from revisions bf9b98f
and 4f70162d
are now version 2 savegames
2011-05-04 10:52:36 +03:00
Paul Gilbert
bf9b98f316
TSAGE: Add missing calls to inherited method in various class synchronisation methods
2011-05-03 20:31:51 +10:00
strangerke
849094c884
TSAGE: Rename setPriority2 to setPriority for disambiguation
2011-04-30 10:13:35 +02:00
Paul Gilbert
13efaff2ad
TSAGE: Proper setting of startup cursor for full game versus demo
2011-04-28 20:41:01 +10:00
Paul Gilbert
c68641584b
TSAGE: Added framework for playing the Ringworld demo
2011-04-25 19:39:45 +10:00
strangerke
da0ade2bed
TSAGE: Describe scenes fro group 8 and 10
2011-04-18 08:42:00 +02:00
strangerke
8f544d578c
TSAGE: Fix initialization of MTEXT speaker
2011-04-17 23:11:25 +02:00
Max Horn
2e095e25f2
ALL: centre -> center
2011-04-14 14:34:28 +02:00
Max Horn
84184aabc0
ALL: colour -> color
2011-04-14 14:12:35 +02:00
strangerke
66b43f2312
TSAGE: "Cosmetic" cleanups
2011-04-13 21:27:46 +02:00
Johannes Schickel
6db40e0c6c
TSAGE: Cleanup custom List usage.
...
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-13 18:26:12 +02:00
strangerke
c1e58c1415
TSAGE: Implement most of the scene 9900. New palette animation is currently broken, to be fixed
2011-04-12 23:39:10 +02:00
strangerke
9466d3908e
Tsage: Add scene 9850 (with several bugs :/) and skeleton of scene 9900.
2011-04-08 14:08:05 +02:00
strangerke
a33001388b
TSAGE: Add scene 9500
2011-04-05 20:18:03 +02:00
strangerke
2e86dd0e80
Merge branch 'tsage' of http://github.com/dreammaster/scummvm
...
Conflicts:
engines/tsage/ringworld_scenes10.cpp
2011-04-05 20:13:39 +02:00
strangerke
760c6bea3e
TSAGE: Add scene 9450 (not perfect)
2011-04-05 14:12:47 +02:00
strangerke
38b3f18029
TSAGE: Fix SpeakerGText, Add SpeakerOR, implement Scene9400
2011-04-03 23:43:36 +02:00
Paul Gilbert
e5aaaa4199
TSAGE: Implemented Scene 5300 - Caverns - Pit
2011-04-03 22:48:31 +10:00
Paul Gilbert
2c8bac69bb
Merge remote branch 'remotes/Strangerke/master' into tsage
...
Conflicts:
engines/tsage/ringworld_logic.cpp
engines/tsage/ringworld_logic.h
2011-04-03 19:14:14 +10:00
Paul Gilbert
7676cca67a
TSAGE: Implemented Scene 5200 - Caverns - Throne-room
2011-04-03 17:25:07 +10:00
Paul Gilbert
06ff6c514e
TSAGE: Implemented Scene 5100 - Caverns
2011-04-03 11:21:33 +10:00
strangerke
753dcda503
Merge branch 'tsage' of http://github.com/dreammaster/scummvm
...
Conflicts:
engines/tsage/module.mk
engines/tsage/ringworld_logic.cpp
2011-04-02 18:06:53 +02:00
strangerke
80f51e5768
TSAGE: Implement Scene 9360, move Scene9350::Object1 to a separated subclass, Fix bug in scene 9350
2011-04-02 18:00:58 +02:00
strangerke
068fb01747
TSAGE: Implement Scene 9300
2011-04-02 08:23:55 +02:00
Paul Gilbert
cbfe04fc1f
TSAGE: Implemented Scene 5000 - Caverns - Entrance
2011-04-02 11:30:20 +11:00
strangerke
8d0feb01b9
TSAGE: Implement scene 9200
2011-04-01 23:47:39 +02:00
strangerke
fd1ad6b5a6
Merge branch 'tsage' of http://github.com/dreammaster/scummvm
...
Conflicts:
engines/tsage/ringworld_logic.cpp
engines/tsage/ringworld_logic.h
2011-03-31 20:19:57 +02:00
Paul Gilbert
8c02f87e55
TSAGE: Implemented Scene 4301 - Village - Slaver Ship Keypad
2011-03-31 22:10:32 +11:00
strangerke
05df97214e
TSAGE: Add scene 9150
2011-03-31 01:18:50 +02:00
strangerke
9a0693d168
TSAGE: Implement scene 9100
2011-03-30 21:59:20 +02:00