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
/
zvision
/
actions.cpp
Age
Commit message (
Expand
)
Author
2013-08-28
ZVISION: Modify TimerNode to use Control base class
richiesams
2013-08-24
ZVISION: Convert ScriptManager::_activeNodes to normal pointers instead of Sh...
richiesams
2013-08-20
ZVISION: Implement ActionSetPartialScreen
richiesams
2013-08-18
ZVISION: Implement ActionEnableControl and ActionDisableControl
richiesams
2013-08-16
ZVISION: Rename 'x' variable in changeLocation to 'offset'
richiesams
2013-08-11
ZVISION: Fix parsed arguments in ActionStreamVideo
richiesams
2013-08-10
ZVISION: Implement ActionChangeLocation::execute()
richiesams
2013-08-10
ZVISION: Implement ActionStreamVideo
richiesams
2013-08-10
ZVISION: Implement ActionQuit
richiesams
2013-08-05
ZVISION: sscanf to a uint first instead of directly to a bool
richiesams
2013-08-05
ZVISION: Add ActionMusic
richiesams
2013-08-04
ZVISION: Add ActionSetScreen
richiesams
2013-08-04
ZVISION: Fix sscanf formatting errors
richiesams
2013-08-04
ZVISION: Remove ResultAction clone member function
richiesams
2013-08-04
ZVISION: Add filename parsing for ActionPlayAnimation
richiesams
2013-08-04
ZVISION: Convert sscanf formats to follow new int lengths
richiesams
2013-08-04
ZVISION: Convert String pointers to const references
richiesams
2013-08-04
ZVISION: Optimize integer type usages
richiesams
2013-08-04
ZVISION: Create ScriptManager member function to change location
richiesams
2013-08-04
ZVISION: Create clone member function for ResultAction class
richiesams
2013-08-04
ZVISION: Convert ResultActions to take a String pointer in their constructors
richiesams
2013-08-04
ZVISION: Implement ActionTimer::execute()
richiesams
2013-08-04
ZVISION: Standardize naming conventions to fit the rest of the code base
richiesams
2013-08-04
ZVISION: Rename result_action.h/.cpp files to actions.h/.cpp
richiesams