Commit Graph

2001 Commits

Author SHA1 Message Date
Torbjörn Andersson
40f5d26c92 TSAGE: Fix typo in comment 2015-05-31 09:18:30 +02:00
Paul Gilbert
4e40441614 TSAGE: Fix incorrectly named header defines 2015-05-30 11:17:07 -04:00
Paul Gilbert
bb9586de9e TSAGE: Fixes for display of Sherlock Logo scene 2015-05-30 09:40:04 -04:00
Paul Gilbert
0141dd1af3 TSAGE: Showing background of Sherlock Logo scene 2015-05-29 23:31:23 -04:00
Paul Gilbert
08dc811baa TSAGE: Implemented game startup code for Sherlock Logo 2015-05-21 18:48:21 -04:00
Paul Gilbert
3fea1f4993 TSAGE: Implemented scene logic for Sherlock Logo 2015-05-20 22:20:52 -04:00
Paul Gilbert
0ca72189fd TSAGE: Beginnings of game & scene classes for Sherlock Holmes Logo display 2015-05-19 23:16:31 -04:00
Strangerke
f2e3bdd2e8 TSAGE: BF - Fix another color glitch 2015-01-26 23:34:48 +01:00
Strangerke
50be542f9c TSAGE: BF - Fix a glitch in scene 935 2015-01-26 23:33:26 +01:00
Strangerke
e8c9a828da TSAGE: Fix 3 uninitialized variables 2015-01-26 23:14:42 +01:00
Strangerke
27febf8574 TSAGE: Ringworld - Declare _sitFl as a boolean 2015-01-26 23:13:40 +01:00
Strangerke
3e8456e0f8 TSAGE: Ringworld - Fix unitialized variable 2015-01-26 22:59:32 +01:00
Strangerke
46c3b8c318 TSAGE: Ringworld - Fix unitialized variable 2015-01-26 22:59:04 +01:00
Strangerke
b336e9b12c TSAGE: BF - Remove unused variable 2015-01-26 22:51:41 +01:00
Filippos Karapetis
7e03520030 TSAGE: Remove trailing whitespace 2014-10-28 16:03:17 +02:00
Strangerke
fa5c223931 TSAGE: R2R - Remove useless includes 2014-10-16 08:07:38 +02:00
Strangerke
c878731937 TSAGE: Move Air Duct and Vampire lair mazes in separate source files 2014-10-16 07:56:48 +02:00
Strangerke
d175d58ce1 TSAGE: R2R - Fix a bug when trying to exit the ship console after playing Outpost Alpha 2014-10-14 17:57:02 +02:00
Strangerke
126417ae99 TSAGE: R2R - move Scene1337 to its own source file to reduce the size of ringworld2_scenes1 2014-10-13 23:17:24 +02:00
Strangerke
84c8e966bd TSAGE: R2R - Some refactoring in Scene1337::Action12 2014-10-13 08:28:45 +02:00
Strangerke
78accfa647 TSAGE: R2R - Fix bug in getRandomCardFromHand() 2014-10-13 08:12:21 +02:00
Strangerke
254c0a3b5c TSAGE: R2R - Some more renaming in scene 1337 2014-10-13 08:11:46 +02:00
Strangerke
004592e510 TSAGE: R2R - Remove a hack in Scene1337::Action12 2014-10-13 08:02:21 +02:00
Strangerke
f025a61558 TSAGE: R2R - Fix bug with short delay card discard for player 0 2014-10-12 21:58:42 +02:00
Strangerke
64979e696c TSAGE: R2R - Fix discard of own selected station when handling the meteor card effect 2014-10-12 20:38:51 +02:00
Strangerke
1e9cf1b646 TSAGE: R2R - Fix a bug in scene 1337, when playing a meteor card on a player owning an interceptor card 2014-10-12 18:02:11 +02:00
Strangerke
c053f9bf79 TSAGE: R2R - Remove a hack in playCentralOutpostCard() 2014-10-12 18:00:12 +02:00
Strangerke
47245e1516 TSAGE: R2R - More renaming in scene 1337, add some comments 2014-10-12 17:59:23 +02:00
Strangerke
fcb56b4d20 TSAGE: R2R - Add comments in scene 1337, some renaming 2014-10-12 12:07:40 +02:00
Strangerke
2003a4a2b4 TSAGE: R2R - Fix a bug in scene 1337
The bug was a rare skip of turn when playing a counter-attack card. Removing the call to handleNextTurn was introducing a
bug related to the cursor caching as well as an even rarer
eternal loop.
2014-10-09 21:37:26 +02:00
Strangerke
720a479b97 TSAGE: R2R - Remove TODO as the implementation isn't required in ScummVM 2014-10-09 07:48:29 +02:00
Strangerke
0328f19cb1 TSAGE: R2R - Remove some obsolete comments 2014-10-08 07:11:02 +02:00
Strangerke
6b0592756a TSAGE: R2R - rename the outpost alpha debugger command 2014-10-07 23:58:11 +02:00
Strangerke
9e6f3c5964 TSAGE: R2R - some renaming in scene 1337 2014-10-07 01:55:31 +02:00
Strangerke
65fc33fcc7 TSAGE: R2R - Fix card drawing choice when player #2 plays a special card #25 2014-10-06 08:26:22 +02:00
Strangerke
cd678117b7 TSAGE: R2R - Some renaming in scene 1337 2014-10-06 08:25:01 +02:00
Strangerke
6316e91a8c TSAGE: R2R - Fix position of stock pile after the first shuffle 2014-10-06 01:00:59 +02:00
Strangerke
179eee8343 TSAGE: R2R - Fix a bug while dealing card #2 during the game 2014-10-05 22:56:33 +02:00
Strangerke
4c9f0af320 TSAGE: R2R - Fix a crash when playing a counter card 2014-10-04 15:02:15 +02:00
Thierry Crozat
322279be77 TSAGE: Add list of files that contain translatable strings 2014-10-04 01:09:00 +01:00
Strangerke
a042efcc92 TSAGE: R2R - Fix variable check in scene 1337 2014-10-03 20:32:24 +02:00
Torbjörn Andersson
c728086a02 TSAGE: Silece GCC warnings 2014-10-03 08:18:03 +02:00
Strangerke
c4f49f1a54 TSAGE: R2R - Remove obsolete comment 2014-10-03 07:19:19 +02:00
Strangerke
73ee8943bc TSAGE: R2R - Fix Card::synchronize() in scene 1337 2014-10-02 18:26:30 +02:00
Strangerke
d7cbbdc80b TSAGE: R2R - Implement synchronize in Scene 1337 2014-10-02 08:41:38 +02:00
Strangerke
fe6fae490e TSAGE: R2R - Fix a bug in handlePlayer1, some renaming 2014-10-01 20:06:49 +02:00
Strangerke
e37a92fc7b TSAGE: R2R - Reduce the scope of a variable, some renaming 2014-09-29 23:57:51 +02:00
Strangerke
6eb3dc0719 TSAGE: R2R - fix a crash in scene 1337. Remove useless checks 2014-09-29 23:54:09 +02:00
Paul Gilbert
c1fcd5aa28 TSAGE: Fix for bug #6734 - insetUp being incorrect 2014-09-20 10:19:06 -04:00
Ben Castricum
cb94d1f943 MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user) 2014-08-22 06:40:06 +02:00
Paul Gilbert
9eb99792f8 TSAGE: Fix for R2R endgame crash when active character is Seeker 2014-07-09 21:43:33 -04:00
Paul Gilbert
3eae62378d TSAGE: Fix incorrect scene item resource in Ringworld 1 2014-07-01 22:15:36 -04:00
Paul Gilbert
6ba1ba86b9 TSAGE: Remove mutex locks that were causing occassional deadlocks 2014-06-30 23:31:42 -04:00
Paul Gilbert
53eee91c3f TSAGE: Fix for loading savegames in the R2R Flub tube maze 2014-06-30 20:23:00 -04:00
Paul Gilbert
355c4d265e MADS: Fix using arrow keys in Miranda's maze 2014-06-29 18:27:27 -04:00
Paul Gilbert
a8d1454e16 TSAGE: Fix for R2R game/help dialog not accepting Fn keys 2014-06-08 16:57:51 -04:00
Arnaud Boutonné
ec62d1e99f Merge pull request #449 from gazben/bug6545Fix
TSAGE: Fix bug #6545 "Ringworld2 - F5 doesn't create a save game the first time"
2014-06-08 20:52:49 +02:00
Strangerke
ec37a542ed TSAGE: R2R - Fix Nej position in scene position. Fix for bug #6619 2014-06-08 19:12:32 +02:00
D G Turner
06b01b8920 TSAGE: R2R - Correct possible out of range accesses checks.
These had an off-by-one error in the upper bound check.
This should fix the remaining warnings reported as bug #6621.
2014-06-08 17:00:14 +01:00
Torbjörn Andersson
ddff83a87e TSAGE: R2R - Fix right-side scene border
The right and left sides of the scene border are actually two
different images. You could see that the colors didn't line up at
the seams, but no one even noticed. Until now.
2014-06-08 12:09:14 +02:00
D G Turner
560812bd5e TSAGE: R2R - Error out on possible out of range accesses.
This will fix the warnings reported as bug #6621.
2014-06-08 03:12:07 +01:00
Johannes Schickel
30d64edac4 ALL: Make Debugger command function names conform to our guidelines. 2014-05-27 02:04:08 +02:00
Johannes Schickel
ae4ffe01f0 ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. 2014-05-27 02:04:08 +02:00
Johannes Schickel
daa8d57a86 ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. 2014-05-27 02:04:07 +02:00
Paul Gilbert
d91c8b9add TSAGE: Fix incorrect cursor when changing R2RW desert areas 2014-03-29 23:04:01 -04:00
Gazben
bee3fdd87e TSAGE: Fix bug #6545 "Ringworld2 - F5 doesn't create a save game the first time"
The save dialog glitched es the F5 event was already processed in
engines/tsage/core.cpp and it caused the to immediately reopen.
2014-03-20 17:51:20 +01:00
Strangerke
151f14fb92 TSAGE: R2R - Add current scene number in debug function Cmd_ListObjects 2014-03-18 08:11:24 +01:00
Strangerke
8f6971ae61 TSAGE: Remove useless variable in Voice structure entry Type 0 2014-03-16 13:01:31 +01:00
Strangerke
5cb9a04221 TSAGE: Reduce verbosity in Sound code 2014-03-16 12:57:58 +01:00
Strangerke
8cf896fc12 TSAGE: Change the type of two variables to boolean 2014-03-16 12:09:17 +01:00
Strangerke
b5c086270d TSAGE: Prevent possible null dereferenced in sound player 2014-03-16 12:00:39 +01:00
Strangerke
dc2094f7a6 TSAGE: Rename savegame header members 2014-03-07 14:21:46 +01:00
Strangerke
6a84bf61a5 MISC: Revert 2 files accidentally modified in 418de45d9c 2014-03-02 18:02:02 +01:00
Strangerke
418de45d9c TOLTECS: Reduce a variable scope, move a variable to boolean 2014-03-02 11:43:46 +01:00
Strangerke
68eb280116 R2R: Don't allow character to teleport (bug #6546) 2014-02-24 13:57:44 +01:00
Strangerke
a05ec5ea9e R2R: Fix bug #6547 - Invalid cursor during dialogs 2014-02-24 00:39:51 +01:00
Strangerke
4d16b4ef19 R2R: Add a little hack to get the correct sentence order after scanning ARM (bug #6504) 2014-02-23 18:40:35 +01:00
Strangerke
3584680587 TSAGE: Remove leftover debug display 2014-02-19 21:45:31 +01:00
Strangerke
93c06d52a5 TSAGE: Some British to American English 2014-02-19 21:45:27 +01:00
Johannes Schickel
6e715e186a TSAGE: Make GPL headers consistent with themselves. 2014-02-18 02:39:39 +01:00
Johannes Schickel
b1dd05281f TSAGE: Indent REGISTER_PLUGIN_* for consistency. 2014-02-17 23:03:12 +01:00
Strangerke
0657b7a072 TSAGE: Fix again #6507 - Regression introduced in a41db1939c 2014-02-16 22:57:52 +01:00
Strangerke
9bc001da90 TSAGE: Fix F5 in Help screen 2014-02-16 22:22:25 +01:00
Strangerke
828baf963a TSAGE: Fix bug #6509 - Topmost line of scene isn't drawn 2014-02-16 21:51:50 +01:00
Strangerke
a41db1939c TSAGE: Fix bug #6519 - Mouse pointer behavior in dialog menu 2014-02-16 19:25:32 +01:00
Strangerke
0261045ead TSAGE: Janitorial - Remove trailing spaces 2014-02-16 18:32:36 +01:00
Paul Gilbert
4ae6d57a03 TSAGE: Fix smoke transparency effect in the R2R drive room 2014-02-09 10:45:21 -05:00
Strangerke
49be3ba7a8 TSAGE: R2R - Fix previous commit, check was inverted 2014-02-09 11:11:46 +01:00
Strangerke
176e6da64e TSAGE: R2R - Fix sprite used when exiting scene 1800 using the South exit (Rim lift, exterior) 2014-02-09 11:10:14 +01:00
Strangerke
9a47b15daf TSAGE: R2R - Fix sound missing in scene 3500 (Flub tube maze) 2014-02-09 11:06:00 +01:00
Strangerke
fd576f1e94 TSAGE: R2R - Fix issue in ScannerDialog 2014-02-09 00:50:41 +01:00
Strangerke
b75da52cab TSAGE: R2R - Reduce the scope of some variables 2014-02-09 00:42:35 +01:00
Strangerke
0e6c4de8c6 TSAGE: Ringworld - Remove a redundant check on the previous scene number in scene 9500 2014-02-09 00:36:50 +01:00
Strangerke
2e388b3343 TSAGE: Ringworld - Reduce the scope of a couple of variables 2014-02-09 00:29:52 +01:00
Strangerke
078b738c5b TSAGE: BF - Remove a redundant check on the previous scene number in scene 900 2014-02-09 00:20:39 +01:00
Strangerke
fba5484387 TSAGE: BF - Fix a bug in scene 570 (entering password) 2014-02-08 19:20:22 +01:00
Strangerke
3c77b717b3 TSAGE: BF - Remove a redundant check on the previous scene number in scene 360 2014-02-08 19:13:18 +01:00
Strangerke
074c11f7e1 TSAGE: Silent some CppCheck warnings 2014-02-08 19:05:01 +01:00
Strangerke
a446968b10 TSAGE: R2R - rename EFFECT_3 2014-02-06 08:19:49 +01:00
Strangerke
4df0a42eea TSAGE: R2R - Get rid of some magic values 2014-02-06 08:10:11 +01:00