Age | Commit message (Expand) | Author |
2014-06-03 | MADS: Changed several values to constants in action setup | Paul Gilbert |
2014-06-01 | MADS: Fix for getting bottle | Paul Gilbert |
2014-06-01 | MADS: Use correct article for throwing items over fence | Paul Gilbert |
2014-06-01 | MADS: Show correct article when using items on items | Paul Gilbert |
2014-06-01 | MADS: Fix dynamic hotspots in scenes with multiple such hotspots | Paul Gilbert |
2014-05-27 | MADS: Fix saving game in the village hut | Paul Gilbert |
2014-05-27 | MADS: Remove another double-init in MADSAction | Strangerke |
2014-05-27 | MADS: Initialize some variables in MADSAction | Strangerke |
2014-05-26 | MADS: Fix missing initialization in MADSAction class. | D G Turner |
2014-05-26 | MADS: Fix walking to dynamic hotspots | Paul Gilbert |
2014-05-25 | MADS: Fix for multiple selection of actions not working | Paul Gilbert |
2014-05-20 | MADS: Completely remove synchronizeString in favour of syncString | Paul Gilbert |
2014-05-19 | MADS: Reduce the scope of a variable in Action, rename some British variable ... | Strangerke |
2014-05-17 | MADS: Fix for using inventory actions | Paul Gilbert |
2014-05-11 | MADS: Fix hiding the status text when doing actions | Paul Gilbert |
2014-05-08 | MADS: Remove trailing whitespace | Filippos Karapetis |
2014-05-08 | MADS: Bugfix for using objects on dynamic hotspots | Filippos Karapetis |
2014-05-04 | MADS: Replace some more article magic numbers with their enum | Filippos Karapetis |
2014-05-04 | MADS: Fix several logic bugs in scenes 102, 109 and 212 | Filippos Karapetis |
2014-05-01 | MADS: Implemented more savegame synchronization | Paul Gilbert |
2014-05-02 | MADS: Add a sanity check in MADSAction::set() | Filippos Karapetis |
2014-04-30 | MADS: Further fix for using items on objects | Paul Gilbert |
2014-04-30 | MADS: Fixes for using items on other items | Paul Gilbert |
2014-04-29 | MADS: Fix for highlighting and using dynamic hotspots | Paul Gilbert |
2014-04-22 | MADS: Beginnings of savegame synchronisation | Paul Gilbert |
2014-04-20 | MADS: Implemented display of conversation topics | Paul Gilbert |
2014-04-15 | MADS: General cleanup and minor renamings | Paul Gilbert |
2014-04-12 | MADS: Fix a bunch of GCC warnings | Paul Gilbert |
2014-04-08 | MADS: Fix selecting inventory vocab actions in the user interface | Paul Gilbert |
2014-04-08 | MADS: Dropped old ActionMode enums in favour of ScrCategory | Paul Gilbert |
2014-04-08 | MADS: Cleanup of verb/preposition flags handling | Paul Gilbert |
2014-04-05 | MADS: Cleanup of the MADSAction class | Paul Gilbert |
2014-04-05 | MADS: Fix right mouse button handling | Paul Gilbert |
2014-04-05 | MADS: Fixes for actions triggering prematurely | Paul Gilbert |
2014-04-03 | MADS: Fix setting _commandError in MADSAction::startAction | Paul Gilbert |
2014-04-03 | MADS: Renamings for saving fields in MADSAction::startAction | Paul Gilbert |
2014-04-03 | MADS: Renaming to use InterWaiting enum entries | Paul Gilbert |
2014-04-02 | MADS: Further clean up/renaming of checkActionAtMousePos | Paul Gilbert |
2014-04-02 | MADS: In progress cleanup of checkActionAtMousePos | Paul Gilbert |
2014-03-30 | MADS: Implemented message parser for action dialog display | Paul Gilbert |
2014-03-29 | MADS: Remove some magic values related to verbs | Strangerke |
2014-03-29 | MADS: Minor renamings and added display of walk nodes to debugger | Paul Gilbert |
2014-03-29 | MADS: Implemented NebularGame::step | Paul Gilbert |
2014-03-28 | MADS: Cleanup of Scene::checkStartWalk to become Player::newWalk | Paul Gilbert |
2014-03-27 | MADS: Initial cleanup of action/player handling | Paul Gilbert |
2014-03-26 | MADS: Walking is now sort of working | Paul Gilbert |
2014-03-26 | MADS: Fix for selecting actions from the list | Paul Gilbert |
2014-03-25 | MADS: Added a Facing enum for the player directions | Paul Gilbert |
2014-03-23 | MADS: Implemented more action handling methods | Paul Gilbert |
2014-03-23 | MADS: In progress work on action starting | Paul Gilbert |