Commit Graph
329 Commits
Author SHA1 Message Date
Paul Gilbert 11e33ba3fc JANITORIAL: Removing trailing spaces after int casts 2018-08-17 20:30:20 -07:00
Torbjörn Andersson 70a2ca8b7d JANITORIAL: Silence more GCC 7 warnings
All these fall through were marked as deliberate, so again I've only
changed the comment to silence GCC.
2017-08-06 13:30:51 +02:00
Ori Avtalion e9f196bb57 TSAGE: Reduce GUI header dependencies 2016-04-13 16:56:45 +03:00
Strangerke c878731937 TSAGE: Move Air Duct and Vampire lair mazes in separate source files 2014-10-16 07:56:48 +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 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
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 355c4d265e MADS: Fix using arrow keys in Miranda's maze 2014-06-29 18:27:27 -04: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
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 6e715e186a TSAGE: Make GPL headers consistent with themselves. 2014-02-18 02:39:39 +01:00
Strangerke 0261045ead TSAGE: Janitorial - Remove trailing spaces 2014-02-16 18:32:36 +01: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 b75da52cab TSAGE: R2R - Reduce the scope of some variables 2014-02-09 00:42:35 +01:00
Strangerke 144e4d0ff1 TSAGE: R2R - Fix level animation in dish control panel 2014-01-29 23:09:59 +01:00
Strangerke 72234834fe TSAGE: R2R - Fix bug #6508 - Dish status not set properly 2014-01-29 01:10:59 +01:00
Strangerke 0cc0c404bf TSAGE: R2R - Remove dead code in scene 1800 2014-01-04 22:56:07 +01:00
Strangerke 2f5e15d2e0 TSAGE: R2R - change a use of checkAntiDelayCard() for consistency 2013-12-24 18:31:09 +01:00
Strangerke d1a191ce59 TSAGE: R2R - more refactoring in scene group 1 2013-12-22 15:36:26 +01:00
Strangerke 27d1ac113c TSAGE: R2R - Fix a bug after check on _gameBoardSide[0]._delayCard._cardId, some renaming and refactoring 2013-12-22 15:13:29 +01:00
Strangerke 4ec63a6da1 TSAGE: R2R - Remove dead code in scene 1100 and 1850 2013-12-22 13:11:13 +01:00
Strangerke 7798c68512 TSAGE: R2R - Scene 1337 - optimize game logic based on board behavior 2013-12-22 13:11:12 +01:00
Strangerke abd0770cdb TSAGE: R2R - Some refactoring in scene 1337 2013-12-22 13:11:11 +01:00
Strangerke c1f6e1d1b5 TSAGE: Add some workarounds to avoid card game freezes 2013-12-21 17:30:45 +01:00