Commit Graph
61 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
Johannes Schickel 5dd69b4dd1 MADS: Make GPL header consistent with what we normally use. 2015-05-09 15:56:27 +02:00
Strangerke 35c17d5066 MADS: Janitorial - fix some else statements with braces on separate lines or extra tabs 2015-01-31 13:01:23 +01:00
Paul Gilbert 9e9bd02ccd MADS: Changed several values to constants in action setup 2014-06-03 21:33:08 -04:00
Paul Gilbert abb3038106 MADS: Fix for getting bottle 2014-06-01 23:30:41 -04:00
Paul Gilbert 0dddc20530 MADS: Use correct article for throwing items over fence 2014-06-01 20:37:21 -04:00
Paul Gilbert f69a1fe2d7 MADS: Show correct article when using items on items 2014-06-01 18:21:29 -04:00
Paul Gilbert 69d6e72f84 MADS: Fix dynamic hotspots in scenes with multiple such hotspots 2014-06-01 14:43:26 -04:00
Paul Gilbert 0e99e02121 MADS: Fix saving game in the village hut 2014-05-27 08:41:07 -04:00
Strangerke 7caf5fba4b MADS: Remove another double-init in MADSAction 2014-05-27 00:13:05 +02:00
Strangerke d3860c573e MADS: Initialize some variables in MADSAction 2014-05-27 00:06:30 +02:00
D G Turner e80f960559 MADS: Fix missing initialization in MADSAction class.
Fixes CID #1216232.
2014-05-26 23:06:51 +01:00
Paul Gilbert d42d523ca2 MADS: Fix walking to dynamic hotspots 2014-05-26 11:29:03 -04:00
Paul Gilbert 4cc0add4a9 MADS: Fix for multiple selection of actions not working 2014-05-25 10:35:05 -04:00
Paul Gilbert 6bfc9ce8f2 MADS: Completely remove synchronizeString in favour of syncString 2014-05-20 21:22:01 -04:00
Strangerke e016e65767 MADS: Reduce the scope of a variable in Action, rename some British variable names 2014-05-19 20:53:40 +02:00
Paul Gilbert bc639c25c8 MADS: Fix for using inventory actions 2014-05-17 14:35:48 -04:00
Paul Gilbert 5e13514d28 MADS: Fix hiding the status text when doing actions 2014-05-11 19:56:31 -04:00
Filippos Karapetis b7dd01fdef MADS: Remove trailing whitespace 2014-05-08 11:43:23 +03:00
Filippos Karapetis 056e9b083f MADS: Bugfix for using objects on dynamic hotspots
This fixes usage of the twinkifruit on the trap in scene 208
2014-05-08 03:06:29 +03:00
Filippos Karapetis 5f2ca95771 MADS: Replace some more article magic numbers with their enum 2014-05-04 15:34:10 +03:00
Filippos Karapetis 27982c850a MADS: Fix several logic bugs in scenes 102, 109 and 212 2014-05-04 03:52:13 +03:00
Paul Gilbert b5949010a6 MADS: Implemented more savegame synchronization 2014-05-01 22:36:36 -04:00
Filippos Karapetis d888938d9b MADS: Add a sanity check in MADSAction::set() 2014-05-02 04:22:21 +03:00
Paul Gilbert 7a34dcf83d MADS: Further fix for using items on objects 2014-04-30 21:43:16 -04:00
Paul Gilbert b7776bdbdd MADS: Fixes for using items on other items 2014-04-30 21:28:49 -04:00
Paul Gilbert dccc4510e8 MADS: Fix for highlighting and using dynamic hotspots 2014-04-29 21:53:54 -04:00
Paul Gilbert 0e9e6cda40 MADS: Beginnings of savegame synchronisation 2014-04-22 23:00:41 -04:00
Paul Gilbert f0ce06f0e9 MADS: Implemented display of conversation topics 2014-04-20 21:32:29 -04:00
Paul Gilbert 7b907be937 MADS: General cleanup and minor renamings 2014-04-15 19:28:29 -04:00
Paul Gilbert 8b2a7525cc MADS: Fix a bunch of GCC warnings 2014-04-12 12:09:29 -04:00
Paul Gilbert 6c2c752d05 MADS: Fix selecting inventory vocab actions in the user interface 2014-04-08 23:37:16 -04:00
Paul Gilbert e144e9810f MADS: Dropped old ActionMode enums in favour of ScrCategory 2014-04-08 23:25:11 -04:00
Paul Gilbert 09adb571d3 MADS: Cleanup of verb/preposition flags handling 2014-04-08 23:01:46 -04:00
Paul Gilbert e37d1b7280 MADS: Cleanup of the MADSAction class 2014-04-05 21:01:41 -04:00
Paul Gilbert 06aeba275a MADS: Fix right mouse button handling 2014-04-05 14:27:33 -04:00
Paul Gilbert ebe4d369a5 MADS: Fixes for actions triggering prematurely 2014-04-05 12:43:50 -04:00
Paul Gilbert 19a814f38c MADS: Fix setting _commandError in MADSAction::startAction 2014-04-03 22:50:47 -04:00
Paul Gilbert d163ee088a MADS: Renamings for saving fields in MADSAction::startAction 2014-04-03 22:02:12 -04:00
Paul Gilbert 83ac948923 MADS: Renaming to use InterWaiting enum entries 2014-04-03 20:38:18 -04:00
Paul Gilbert 74c6bafed4 MADS: Further clean up/renaming of checkActionAtMousePos 2014-04-02 22:41:25 -04:00
Paul Gilbert f0458042f2 MADS: In progress cleanup of checkActionAtMousePos 2014-04-02 22:27:11 -04:00
Paul Gilbert 57f1c6e9d9 MADS: Implemented message parser for action dialog display 2014-03-30 21:10:07 -04:00
Strangerke 03af091a16 MADS: Remove some magic values related to verbs 2014-03-29 22:47:21 +01:00
Paul Gilbert addb3e2900 MADS: Minor renamings and added display of walk nodes to debugger 2014-03-29 13:38:52 -04:00
Paul Gilbert 71b1343adf MADS: Implemented NebularGame::step 2014-03-29 11:18:07 -04:00
Paul Gilbert fac216be33 MADS: Cleanup of Scene::checkStartWalk to become Player::newWalk 2014-03-28 23:07:22 -04:00
Paul Gilbert 6c85572d76 MADS: Initial cleanup of action/player handling 2014-03-27 22:38:28 -04:00
Paul Gilbert 0a4c4c8eda MADS: Walking is now sort of working 2014-03-26 22:58:24 -04:00