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
d21ddbce79
TSAGE: Add comments on actions and hotspots of scene 4000. The buggy sequence is clearly identified, for potential future fix.
2011-06-02 17:05:48 +02:00
strangerke
2aaeb19a2c
TSAGE: Fix priority glitch in scene 4000 when climbing down the right chimney
2011-05-28 09:22:29 +02:00
strangerke
daa69cce8b
TSAGE: Add a workaround for the mouse hidden bug in scene 4150 (also present in the original)
2011-05-27 23:52:16 +02:00
strangerke
6113724eb5
TSAGE: Fix a sound glitch in scene 4150
2011-05-27 23:32:38 +02:00
Paul Gilbert
6072f97641
TSAGE: Bugfix for saving game in scene #4025
2011-05-27 19:14:04 +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
strangerke
041a08b7c0
TSAGE: Fix bug "Scene 4150: Using the duck produces the message, "You don't need to use your stunner,[...]"
2011-05-22 09:08:33 +02:00
strangerke
f830d68130
TSAGE: Fix several glitches in scene 4000
2011-05-18 07:35:07 +02:00
strangerke
0ff4897938
TSAGE: Fix a serie of bugs in scenes 4045 and 4000
2011-05-18 01:38:08 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
strangerke
787f8b4bb6
TSAGE: Finally fix the dialogue bug in scene 4000
2011-05-06 22:31:23 +02: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
strangerke
9847083d63
TSAGE: Cleanup: Use NULL instead of 0 when handling pointers. Suppress some useless parameters too.
2011-05-03 23:11:13 +02:00
strangerke
ff635a385b
TSAGE: Fix a death loop in scene 4300/4250 (use helmet on alien)
2011-05-03 23:11:11 +02:00
strangerke
fbabcf0047
TSAGE: Fix freeze in scene 4250
2011-05-03 01:02:21 +02:00
strangerke
e149f5bedc
TSAGE: Fix a crash and a freeze in scene 4250.
2011-05-03 00:27:10 +02:00
strangerke
210f69c852
TSAGE: Fix two blocking bugs in scene 4301
2011-05-03 00:02:58 +02:00
strangerke
849094c884
TSAGE: Rename setPriority2 to setPriority for disambiguation
2011-04-30 10:13:35 +02:00
strangerke
2bd4c3c38c
TSAGE: Fix bug in scene 4050: The rope may now be used to climb too
2011-04-29 22:50:54 +02:00
strangerke
7046e09513
TSAGE: Fix bug in scene 4025 "The comet is turn in the wrong sense, screwing the palette animation"
2011-04-29 01:09:22 +02:00
strangerke
595570a117
TSAGE: Fix "map" bug in scene 4050. Thanks MD5 for reporting it.
2011-04-27 22:24:13 +02:00
strangerke
58d8f8c932
TsAGE: Fix dialog bug in scene 4150 (thanks [Md5] for reporting it)
2011-04-27 20:39:48 +02:00
Paul Gilbert
c68641584b
TSAGE: Added framework for playing the Ringworld demo
2011-04-25 19:39:45 +10:00
strangerke
06ef66cd35
TSAGE: Implement missing Scene4050::signal() and Scene4050::dispatch(), fix several bugs.
...
It's now possible to complete scene group 5 despite a couple of glitches in scene 4000 and 4045
2011-04-24 18:28:47 +02:00
strangerke
13804db888
TSAGE: Scene 4000: Fix several bugs that were blocking progress to the chimney
2011-04-23 14:39:53 +02:00
strangerke
a8dfcd6194
TSAGE: Fix Miranda in scene 4000, 4040 and 4045
2011-04-23 01:21:56 +02:00
strangerke
8fd3c688d1
TSAGE: Fix an inventory bug (ale)
2011-04-22 23:12:31 +02:00
strangerke
4d02cf52d2
TSAGE: Fix initialization bug in scene 4100.
2011-04-22 08:28:09 +02:00
strangerke
f236ecb5d3
TSAGE: Fix a bug in Scene 4100
2011-04-21 01:04:48 +02:00
strangerke
ecf5d62a10
TSAGE: Fix double-Miranda bug when Rock is drunk (scene 4100)
2011-04-20 00:00:07 +02:00
strangerke
3897e6f5e0
TSAGE: Fix blocking bug in scene 4100.
...
That unlocks the infamous "Alcohol? Cool, get my daughter!" scene :P
2011-04-19 22:53:19 +02:00
strangerke
551cc744f9
TSAGE: Rename several objects in Scene 4000
2011-04-19 20:13:33 +02:00
strangerke
e9c228564a
TSAGE: Fix region 8 in scene 4045
2011-04-18 16:37:50 +02:00
strangerke
12af50f2ff
TSAGE: Fix bug in scene 4045 "missing character".
...
I also renamed several objects and functions.
2011-04-18 13:44:59 +02:00
Max Horn
2e095e25f2
ALL: centre -> center
2011-04-14 14:34:28 +02:00
strangerke
66b43f2312
TSAGE: "Cosmetic" cleanups
2011-04-13 21:27:46 +02:00
strangerke
48542fb364
TSAGE: Cleanup: rename quickInit() methods into setup() for naming consistency
2011-04-09 10:06:38 +02:00
strangerke
2aba8a81bd
TSAGE: move NamedHotspot back into core. Replace HotspotBase4300 by NamedHotspot and suppress it.
2011-04-08 22:09:11 +02:00
Paul Gilbert
fefcf7720d
TSAGE: Renamed OBJFLAG_100 as OBJFLAG_HIDE
2011-04-08 21:42:39 +10:00
Paul Gilbert
8c02f87e55
TSAGE: Implemented Scene 4301 - Village - Slaver Ship Keypad
2011-03-31 22:10:32 +11:00
Paul Gilbert
bf8d5f3d28
TSAGE: Implemented Scene 4300 - Slaver Ship
2011-03-31 00:38:09 +11:00
Paul Gilbert
519057fbf7
TSAGE: Implemented Scene #4250 - Village - Near Slaver Ship
2011-03-28 22:30:54 +11:00
Paul Gilbert
4c804b9d93
TSAGE: Implemented Scene #4150 - Village - Bedroom
2011-03-27 22:43:34 +11:00
Paul Gilbert
99de6343c0
TSAGE: Completed scene #4100 - Village - Chief's Hut
2011-03-26 22:41:03 +11:00
Paul Gilbert
c0b376ad9a
TSAGE: Implemented objects in Scene #4100
2011-03-26 22:12:16 +11:00
Paul Gilbert
0b9d36cb6b
TSAGE: In progress implementation of Scene #4100
2011-03-24 22:49:20 +11:00
Paul Gilbert
44b466512f
TSAGE: Initial implementation of Scene #4050
2011-03-24 00:27:41 +11:00
Paul Gilbert
f612695a33
TSAGE: Implemented Scene #4045 - Temple Antechamber
2011-03-23 22:56:51 +11:00