Commit Graph

62783 Commits

Author SHA1 Message Date
Paul Gilbert
11403c5db6 MADS: Further cleanup of previously anonymous fields 2014-04-05 21:30:42 -04:00
Paul Gilbert
e37d1b7280 MADS: Cleanup of the MADSAction class 2014-04-05 21:01:41 -04:00
Paul Gilbert
0f1b1e3b8c MADS: Remove redundant if block around sequence sub-entries loop 2014-04-05 18:48:46 -04:00
Paul Gilbert
41e527bb73 MADS: Fix incorrect parameter in turky explosion sequence 2014-04-05 18:48:23 -04:00
Paul Gilbert
d3bc036a46 MADS: Fix display of dialog at end of taking turkey explosion sequence 2014-04-05 17:50:58 -04:00
Strangerke
3b27d99c39 MADS: Remove useless global variable 2014-04-05 23:38:09 +02:00
Strangerke
ae6e19d7fc MADS: Some rework in scene group 1 and 8 2014-04-05 23:37:48 +02:00
Strangerke
c117e59009 MADS: Implement scene 209 2014-04-05 23:37:10 +02:00
Strangerke
88dcc7e0d6 MADS: Add debugger command to display quotes 2014-04-05 23:36:10 +02:00
Paul Gilbert
0b9c802bf0 MADS: Fix for actions getting aborted due to _commandError being set 2014-04-05 17:19:51 -04:00
Paul Gilbert
ecdaf23344 MADS: Fix to stop daemon actions overwriting currently active player actions 2014-04-05 15:56:24 -04:00
Paul Gilbert
06aeba275a MADS: Fix right mouse button handling 2014-04-05 14:27:33 -04:00
Paul Gilbert
2a105149fe MADS: Fix pathfinding when dest pos is exactly the same as source pos 2014-04-05 14:27:14 -04:00
Paul Gilbert
ebe4d369a5 MADS: Fixes for actions triggering prematurely 2014-04-05 12:43:50 -04:00
Paul Gilbert
b778217d8e MADS: Fix for actions get repeated endlessly 2014-04-04 20:57:09 -04:00
Paul Gilbert
4639d37609 MADS: Fixes for properly displaying the text of a message dialog 2014-04-04 09:35:18 -04:00
Paul Gilbert
366e6ae38f MADS: Fix action checks in scene 103 actions code 2014-04-04 09:07:40 -04:00
Paul Gilbert
7f15c6d5fd MADS: Beginnings of proper look dialog display 2014-04-04 08:19:37 -04:00
Paul Gilbert
19a814f38c MADS: Fix setting _commandError in MADSAction::startAction 2014-04-03 22:50:47 -04:00
Paul Gilbert
25b93a11ee MADS: Fix hotspot loading, and a couple of other warnings 2014-04-03 22:36:36 -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
3f8ee8fafa MADS: Cleanup of UISlots and flag types 2014-04-02 21:24:22 -04:00
Paul Gilbert
041773705b MADS: Fix/clean up ending of ScreenObjects::check 2014-04-02 20:28:57 -04:00
Paul Gilbert
0c1001fbf4 MADS: Minor variable renaming and remove incorrect variable set in scene loop 2014-04-01 22:50:03 -04:00
Paul Gilbert
87124b4380 MADS: Fix for hotspot highlighting when mouse moves 2014-03-30 23:03:11 -04:00
Paul Gilbert
195c53a688 MADS: Added some missing code for scene change freeing 2014-03-30 22:37:08 -04:00
Paul Gilbert
57f1c6e9d9 MADS: Implemented message parser for action dialog display 2014-03-30 21:10:07 -04:00
Strangerke
49310e4a8e MADS: Some more rework in scene 208 2014-03-30 21:16:45 +02:00
Strangerke
30b1bd99eb MADS: Reduce the scope of a variable in scene 208::subAction() 2014-03-30 12:05:43 +02:00
Strangerke
fc61e79f29 MADS: Implement Scene208::subAction() 2014-03-30 11:51:36 +02:00
Paul Gilbert
89af9dde8c MADS: Implemented message loading/decoding 2014-03-29 22:28:22 -04:00
Paul Gilbert
32b9530789 MADS: Fixes for the pathfinder 2014-03-29 19:26:05 -04:00
Strangerke
0f3d4c02ad MADS: Implement Scene208::updateTrap() 2014-03-30 00:01:29 +01:00
Strangerke
03af091a16 MADS: Remove some magic values related to verbs 2014-03-29 22:47:21 +01:00
Strangerke
87c97a1bcb MADS: Implement two stubs in scene 207 (which is now complete) 2014-03-29 22:31:55 +01:00
Paul Gilbert
f3db90b646 MADS: Refactored pathfinder into it's own class 2014-03-29 17:12:12 -04:00
Strangerke
5f3a150225 MADS: Some renaming in scene 207 2014-03-29 19:44:52 +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
Strangerke
d801c2ffdd MADS: Implement palette::lock() and unlock(), get rid of some magic values in scene 202 and 203, some renaming 2014-03-29 09:41:55 +01:00
Strangerke
e8de00f877 MADS: Some more renaming in scene 202 2014-03-29 08:54:25 +01:00
Strangerke
f983add480 MADS: Replace some magic values by enums 2014-03-29 08:44:17 +01:00
Paul Gilbert
fac216be33 MADS: Cleanup of Scene::checkStartWalk to become Player::newWalk 2014-03-28 23:07:22 -04:00
Paul Gilbert
05459ac27f MADS: Clean up of Player::move method 2014-03-28 22:02:35 -04:00
Paul Gilbert
49278129f6 MADS: Cleanup of Player::updateFrame 2014-03-28 20:23:25 -04:00
Strangerke
5abec8506b MADS: Some work on scene 205 2014-03-28 23:23:46 +01:00
Strangerke
5df6ff9329 MADS: suppress optional parameters of isAction, rework and renaming in scene 202 2014-03-28 20:15:51 +01:00