index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
mads
/
action.cpp
Age
Commit message (
Expand
)
Author
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
2014-03-22
MADS: Added _savedLookFlag to MADSAction
Paul Gilbert
2014-03-20
MADS: Implemented more action logic for highlighting hotspots
Paul Gilbert
2014-03-19
MADS: Implemented methods for checking action at mouse position and clicking
Paul Gilbert
2014-03-03
MADS: Implementing Scene::doFrame
Paul Gilbert
2014-03-02
MADS: Bulk of implementation of ScreenObjects::check
Paul Gilbert
2014-03-02
MADS: Moved Player class into it's own file
Paul Gilbert
2014-03-02
MADS: Added skeleton class for actions
Paul Gilbert