Commit Graph
33 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Filippos Karapetis c6b164a0aa MADS: Split V2 games into a new subengine
Fixes bug #11759
2021-01-09 00:58:36 +02:00
D G Turner e75722665d MADS: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-06 03:34:11 +00:00
Paul Gilbert 162ddbea0f MADS: Cleanup of existing converstations skeleton code 2016-01-08 17:02:17 +11:00
Paul Gilbert cf5856492c MADS: Phantom: Flesh out walk triggers 2016-01-07 18:11:24 +11:00
Eugene Sandulenko 9033f8db13 MADS: Shut gcc warning. Requires checking 2015-11-27 22:41:39 +01:00
Strangerke b0c032275a MADS: Phantom - Initialize and synchronize a couple of variables 2015-11-24 18:19:35 +01:00
Strangerke 351ce463ca MADS: Phantom: Add more checks in exitCatacombs
Fix an assert in moveCatacombs
2015-11-24 17:44:21 +01:00
Strangerke 9b52ce590f MADS: Phantom: Fix asserts in moveCatacombs 2015-11-24 17:37:37 +01:00
Torbjörn Andersson 9cf7d1ba60 MADS: Silence two GCC warnings
The other warnings will require some further investigation.
2015-11-23 00:15:55 +01:00
Strangerke 7fb2ec9366 MADS: Replace the use of setTimingTrigger by a call to addTimer for V2+ games 2015-11-10 09:15:55 +01:00
Strangerke 34d5f929ac MADS: Remove useless casts in per-game logic 2015-11-09 21:40:18 +01:00
Strangerke 925dc6b158 MADS: Phantom: Implement stopWalker() 2015-11-09 21:09:04 +01:00
Strangerke b177f6326f MADS: Phantom: Implement unhandledAction() 2015-11-09 18:33:13 +01:00
Strangerke 9abf901c28 MADS: Phantom: Implement doObjectAction() 2015-11-09 18:05:02 +01:00
Strangerke 9ef395524e MADS: Phantom: Remove obsolete comment, fix the use of a boolean 2015-11-04 18:22:23 +01:00
Strangerke d073f5767c MADS: Phantom: Add more Catacombs functions 2015-11-04 14:45:22 +01:00
Strangerke cdc564b060 MADS: Phantom: Phantom isn't naughty! 2015-11-03 23:12:44 +01:00
Strangerke 9d6bb85ce3 MADS: Phantom: Implement exitCatacombs 2015-11-03 23:07:47 +01:00
Strangerke 04868be95b MADS: Phantom: Implement setupCatacombs 2015-11-03 21:32:18 +01:00
Strangerke 7c4f6bae20 MADS: Phantom: Implement scene 401 2015-10-30 11:05:07 +01:00
Strangerke c21bf3cf38 MADS: Phantom: Implement scene 309 2015-10-28 16:41:42 +01:00
Strangerke 808ef06339 MADS: Phantom: Implement scene 111. Remove dead 'breaks'. 2015-10-19 21:32:27 +02:00
Filippos Karapetis ca6612e151 MADS: Phantom: Initial work on game globals 2015-07-04 01:51:46 +03:00
Johannes Schickel 5dd69b4dd1 MADS: Make GPL header consistent with what we normally use. 2015-05-09 15:56:27 +02:00
Strangerke a9bc36c6b5 MADS: Phantom - add preloadsequence call in initializeGlobals 2014-09-19 23:35:55 +02:00
Filippos Karapetis 1ff27b72dc MADS: Init scene variables for Phantom/Dragon, so they can start again 2014-06-14 17:48:29 +03:00
Paul Gilbert 17cc86d172 MADS: Refactoring and cleanup of the game startup code 2014-06-06 20:04:46 -04:00
Johannes Schickel 9866aba2e4 MADS: Slight formatting fixes. 2014-05-27 00:58:25 +02:00
Strangerke 6d1fc8256f MADS: Some more British -> American English modifications 2014-05-19 20:56:03 +02:00
Filippos Karapetis b7dd01fdef MADS: Remove trailing whitespace 2014-05-08 11:43:23 +03:00
Filippos Karapetis 66593ef302 MADS: Index and document all Phantom scenes 2014-05-06 05:32:21 +03:00
Filippos Karapetis 76950bf0ac MADS: Add skeleton classes for Phantom and Dragonsphere 2014-04-27 21:20:01 +03:00