Commit Graph

60 Commits

Author SHA1 Message Date
Paul Gilbert
ebc3763d64 TSAGE: Removed game stubs for Geekwad 2011-11-01 21:59:43 +11:00
Paul Gilbert
79a9973b4a TSAGE: Bugfixes for R2RW scene 125 - Console 2011-10-31 15:52:18 +11:00
Paul Gilbert
ef1f96b674 TSAGE: Added skeleton for Geekwad 2011-10-31 10:44:37 +11:00
Paul Gilbert
7ec4052c1b TSAGE: In progress implementation of R2RW scene 125 - Console 2011-10-30 19:47:51 +11:00
Paul Gilbert
8b66b16c0e TSAGE: Further work on standardising user interface for use in Blue Force and Return to Ringworld 2011-10-24 21:45:08 +11:00
Paul Gilbert
fad2923658 TSAGE: Initialise the inventory properly in Ringworld 2 2011-10-23 22:12:06 +11:00
Paul Gilbert
1c4bc2f567 TSAGE: Hooking up Return to Ringworld to display the user interface 2011-10-22 22:41:32 +11:00
Paul Gilbert
d3193687a7 TSAGE: Beginnings of support for Return to Ringworld 2011-10-22 20:44:26 +11:00
Paul Gilbert
5c0ba0f6e2 TSAGE: Bugfixes for arresting Green in BF Scene 355 2011-10-22 08:14:07 +11:00
Strangerke
1375062480 TSAGE: Blue Force - Implement intro scene 140
This breaks the savegames again
2011-10-18 22:59:52 +02:00
Strangerke
96170150a9 TSAGE: Blue Force - Implement scene 115.
This breaks the previous savegame format.
2011-10-17 23:25:27 +02:00
Paul Gilbert
f4ad86b707 TSAGE: Implemented Blue Force scene 180 - Front of Home 2011-10-10 22:19:49 +11:00
Strangerke
7cd8184237 TsAGE: Add globals used in scene 910 2011-10-09 11:25:46 +02:00
Paul Gilbert
964ac1fad6 TSAGE: Implemented Blue Force scene 271 - Living Room/Kitchen #2 2011-10-06 23:09:23 +11:00
Paul Gilbert
f99e904f9a TSAGE: Added 'g' prefix to global variables 2011-10-02 19:59:13 +11:00
Paul Gilbert
aa57e79704 TSAGE: Implemented Blue Force scene 560 2011-10-01 16:05:08 +10:00
Paul Gilbert
072d7dcbc0 TSAGE: Implemented Blue Force scene 410 2011-09-26 22:55:29 +10:00
Strangerke
5a62f5bad0 TSAGE: Implement Blue Force Scene 900 2011-09-23 21:52:40 +02:00
Paul Gilbert
619767775e TSAGE: Fixes for conversation in Blue Force scene 340 2011-09-23 21:49:19 +10:00
Paul Gilbert
12b553c084 TSAGE: Implemented Blue Force scene 355 - Future Wave exterior 2011-09-20 22:06:58 +10:00
Paul Gilbert
fba3fc3602 TSAGE: Implemented Blue Force scene 385 - City Hall 2011-09-17 17:41:12 +10:00
Paul Gilbert
e506df40ce TSAGE: Implemented Blue Force scene 840 - Boat Rentals 2011-09-16 17:30:39 +10:00
Paul Gilbert
f803fa89ae TSAGE: Fix problem with UI disappearing after using map 2011-09-15 13:43:36 +10:00
Paul Gilbert
3e453675e0 TSAGE: Implemented Scene 666 - Death Scene 2011-09-11 21:50:39 +10:00
Paul Gilbert
406a8ca10e TSAGE: Reworked item startAction calls from void to bool, to accommodate Blue Force changes 2011-09-11 15:30:34 +10:00
Paul Gilbert
b3773f7c37 TSAGE: Cleaned up the savegame code, and enabled it for Blue Force 2011-09-10 11:22:39 +10:00
Paul Gilbert
8b17e8a9b8 TSAGE: More core functionality needed for Blue Force 2011-09-08 20:41:10 +10:00
Paul Gilbert
8f9af26292 TSAGE: Added missing default item response code logic in Blue Force 2011-09-04 21:09:22 +10:00
Paul Gilbert
b893f9f93f TSAGE: Implemented missing interface functionality, including gun loading dialog 2011-09-04 19:11:59 +10:00
Paul Gilbert
cee156d596 TSAGE: Implemented missing functionality for first game scene 2011-08-31 22:18:11 +10:00
Paul Gilbert
722a9459fe TSAGE: Added lots of original source names from debugger, further work on first game scene 2011-08-28 22:53:20 +10:00
Paul Gilbert
734e4f628b TSAGE: Implemented lots more Blue Force functionality, and started on first in-game scene 2011-08-26 19:07:43 +10:00
Paul Gilbert
c80af54ef9 TSAGE: Started implementation of Blue Force UI classes 2011-08-23 21:12:07 +10:00
Paul Gilbert
a21133ed12 TSAGE: Implemented Blue Force Scene #50 - Map Scene 2011-08-20 19:14:23 +10:00
Paul Gilbert
c280824b2d TSAGE: Completed Blue Force Scene #100 2011-08-16 21:15:18 +10:00
Paul Gilbert
697230709b TSAGE: Corrected casing of tSage namespace to be TsAGE
This matches the casing of the original engine name.
2011-08-15 20:47:59 +10:00
Paul Gilbert
28aef23a60 TSAGE: Changed Ringworld/Blue Force namespaces to be embedded namespaces within tSage 2011-08-15 19:26:15 +10:00
Paul Gilbert
da76e61336 TSAGE: Separated Ringworld and Blue Force game logic into their own namespaces 2011-08-14 20:18:32 +10:00
Paul Gilbert
3101dfab16 TSAGE: Added new global variables for Blue Force 2011-08-14 12:23:11 +10:00
Paul Gilbert
744f04bf50 TSAGE: Implemented new Globals for Blue Force, and beginnings of implementation of Scene 100 (Title Screen) 2011-08-11 22:05:44 +10:00
Paul Gilbert
7ef6bea74e TSAGE: Clarified Globals::_sceneListeners as Globals::_sounds 2011-06-22 18:31:33 +10: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
Paul Gilbert
a3ff8b5de6 TSAGE: Moved graphic edge adjustment amount to a global variable
This matches what was done in the Ringworld CD version
2011-06-04 14:22:09 +10:00
Strangerke
d0f721b728 TSAGE: Add proper colors to buttons in the CD version of ringworld 2011-06-03 15:02:59 +02: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
strangerke
9cbc360693 TSAGE: Fix bug "Scene 2100: Examining the middle console triggers an assertion: "./engines/tsage/globals.h:84: bool tSage::Globals::getFlag(int) const: Assertion `(flagNum > 0) && (flagNum < 256)' failed."" 2011-05-22 02:31:08 +02:00
strangerke
69b1485a22 GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +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
Paul Gilbert
c68641584b TSAGE: Added framework for playing the Ringworld demo 2011-04-25 19:39:45 +10:00