Commit Graph
139 Commits
Author SHA1 Message Date
Paul Gilbert d8fec87200 MADS: Fix incorrect indentation 2016-07-20 19:34:24 -04:00
Strangerke 9789acce3e MADS: Nebular: Use INDEFINITE_TIMEOUT instead of an hardcoded value 2015-11-24 23:22:32 +01:00
Strangerke a475a7f18a MADS: Rex: Use a constant when checking _mainObjectSource 2015-11-13 11:36:04 +01:00
Strangerke 63ad675abf MADS: Allow multiple animations for Phantom and later games 2015-09-21 21:18:19 +02:00
Johannes Schickel 5dd69b4dd1 MADS: Make GPL header consistent with what we normally use. 2015-05-09 15:56:27 +02:00
Paul Gilbert c0df1248b5 MADS: Properly handle reloading scenes when closing dialogs 2015-03-13 21:54:20 -04:00
Paul Gilbert f37a0b2155 MADS: Improved fix for picking up plant stalk 2015-03-09 18:24:05 -04:00
Paul Gilbert 05250d14fa MADS: Fix crash picking up bamboo stalk 2015-03-09 08:56:33 -04:00
Paul Gilbert 29ac19947f MADS: Rename some outstanding 'abortTimers' to the more proper 'endTrigger' 2015-03-08 19:54:00 -04:00
Paul Gilbert 2b1155711f MADS: Fix showing covered pit by default in Easy mode 2015-03-08 11:44:06 -04:00
Paul Gilbert 10361d077a MADS: Fix game startup settings for pit & batteries based on difficulty 2015-03-08 11:18:10 -04:00
Paul Gilbert 14a8bb52a0 MADS: Fix a large number of incorrect animations 2015-03-07 18:33:11 -05:00
Paul Gilbert b84d2e8d73 MADS: Fix timer initialization in two scenes 2015-03-05 07:49:00 -05:00
Paul Gilbert aef874cf50 MADS: Fix animation of hand typing code in teleporter 2015-03-01 19:05:47 -05:00
Paul Gilbert 85aecfaad4 MADS: Fix animations of spider and vulture in witch doctor's hut scene 2015-02-21 18:56:06 -05:00
Paul Gilbert 549b5d435a MADS: Fix crash when trapping bouncy native in pit 2015-02-21 16:14:59 -05:00
Paul Gilbert 8c7dc6c142 MADS: Fix for native disappearing in scene 205 2014-06-01 19:23:20 -04:00
Filippos Karapetis 4cf72ee86f MADS: Use friendly names for the screen input mode 2014-06-01 13:44:25 +03:00
Filippos Karapetis d36155247f MADS: Fix teleporter animation in scene 201 (meteorologist station) 2014-05-30 03:11:21 +03:00
Filippos Karapetis 312139b86f MADS: Remove superfluous parentheses 2014-05-30 03:11:20 +03:00
Paul Gilbert 5eaddc5863 MADS: Formatting fix in scene 213 enter 2014-05-28 20:46:22 -04:00
Paul Gilbert 1e79f55180 MADS: Fix incorrect dynamic hotspot desc Ids in scene 202 2014-05-28 20:40:29 -04:00
Sven Hesse 2168d43d5d MADS: Janitorial - Trim more trailing whitespace 2014-05-28 23:25:49 +02:00
Paul Gilbert 0e8bf7de56 MADS: Fix climbing up/down watch tower in scene 202 2014-05-28 08:44:22 -04:00
Paul Gilbert 381ebe7816 MADS: Fix for picking up first bone in scene 202 2014-05-27 21:55:37 -04:00
Strangerke fce660e554 MADS: Initialize a couple of variables in Scene202 2014-05-28 00:56:43 +02:00
Filippos Karapetis 5a9003f2aa MADS: Bugfix for entering scene 205 as a man 2014-05-27 12:13:41 +03:00
Filippos Karapetis e0c44d3f7b MADS: Bugfix for loading saves made outside the woman's hut (scene 210) 2014-05-27 12:05:25 +03:00
Paul Gilbert c06e330ba8 MADS: Fix displaying multi-line messages in conversation with village girl 2014-05-26 21:25:18 -04:00
Filippos Karapetis 8061a415c9 MADS: Add more friendly names for action verbs and nouns 2014-05-27 00:32:21 +03:00
Filippos Karapetis 2878863fa4 MADS: Add more friendly names for action verbs and nouns 2014-05-26 21:24:23 +03:00
Paul Gilbert 87f7c0cda3 MADS: Generalize sequence record _msgPos as _position 2014-05-24 18:56:44 -04:00
Strangerke 55e6e2bdb4 MADS: Reorder some Synchronize functions for consistency across scene groups 2014-05-23 23:54:58 +02:00
Strangerke e8cbe9e7de MADS: Move contructors out of the header in scene group 2 2014-05-22 17:06:59 +02:00
Paul Gilbert 057f239ed6 MADS: Remove some redundant TODOs 2014-05-21 08:32:39 -04:00
Filippos Karapetis 5aa63bc71a MADS: Rename several nouns to verbs 2014-05-20 12:56:21 +03:00
Filippos Karapetis c548b70e91 MADS: Add more friendly names for nouns 2014-05-20 12:31:10 +03:00
Filippos Karapetis 59d7f8bfc0 MADS: Replace most of the action nouns with their friendly names 2014-05-20 06:47:18 +03:00
Filippos Karapetis 87418b66a0 MADS: Replace several verbs with their friendly names 2014-05-20 02:29:41 +03:00
Filippos Karapetis 42e8daf49d MADS: Replace hex values in dialogs with their decimal values
The decimal values make much more sense than their hex counterparts
in dialogs. Only scene groups 1 - 3 are affected, since the others
have decimal values already
2014-05-20 01:17:01 +03:00
Strangerke 2c5ef80218 MADS: Fix bug in scene 207 2014-05-19 22:56:34 +02:00
Strangerke 081a7ee30c MADS: Refactor a bit the calls of generateRandom() 2014-05-19 22:21:27 +02:00
Strangerke 7f82b0eafa MADS: Rework removePlayerSprites(), get rid of another TODO 2014-05-18 23:00:04 +02:00
Strangerke edb5db36b5 MADS: Add removePlayerSprites(), remove a TODO 2014-05-18 22:30:11 +02:00
Paul Gilbert 622f97244d MADS: In progress framework for on-screen random messages 2014-05-16 23:02:35 -04:00
Strangerke 54d8f17686 MADS: Implement scene 704 2014-05-16 18:56:22 +02:00
Strangerke dbf2cfef57 MADS: Remove some optional parameters 2014-05-16 18:56:21 +02:00
Filippos Karapetis f9fe18c506 MADS: Bugfixes and cleanup for scene 202 2014-05-16 06:25:00 +03:00
Filippos Karapetis c151132b12 MADS: Bugfixes for shooting down the monkey 2014-05-16 05:27:48 +03:00
Filippos Karapetis 80bac656ab MADS: Add some nouns for the teleporter 2014-05-16 03:41:12 +03:00