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
/
script_manager.h
Age
Commit message (
Expand
)
Author
2013-08-24
ZVISION: Convert ScriptManager::_activeNodes to normal pointers instead of Sh...
richiesams
2013-08-20
ZVISION: Store the Puzzles in _activePuzzles and _globalPuzzles on the heap
richiesams
2013-08-18
ZVISION: Revert to normal pointers instead of shared pointers
richiesams
2013-08-18
ZVISION: Convert _puzzlesToCheck to a Queue instead of a Stack
richiesams
2013-08-18
ZVISION: Allow Puzzles to have mutiple 'sets' of CriteriaEntries
richiesams
2013-08-18
ZVISION: Allow controls to be enabled or disabled
richiesams
2013-08-18
ZVISION: Convert _activeControls from a List to a HashMap
richiesams
2013-08-16
ZVISION: Rename 'x' variable in changeLocation to 'offset'
richiesams
2013-08-10
ZVISION: Make ScriptManager::changeLocation delay the actual change until the...
richiesams
2013-08-10
ZVISION: Move the ScriptManager update functions to a single update() function.
richiesams
2013-08-10
ZVISION: Create a global puzzle list and parse universe.scr into it during Sc...
richiesams
2013-08-05
ZVISION: Pass the scr fileName as a const reference
richiesams
2013-08-04
ZVISION: Convert _activeNodes and _activeControls to Lists of SharedPtr
richiesams
2013-08-04
ZVISION: Convert ResultAction pointers to SharePtr
richiesams
2013-08-04
ZVISION: Remove redundant class qualifier
richiesams
2013-08-04
ZVISION: Optimize integer type usages
richiesams
2013-08-04
ZVISION: Move CriteriaOperator, Criteria, and StateFlag inside the Puzzle class
richiesams
2013-08-04
ZVISION: Create ScriptManager member function to change location
richiesams
2013-08-04
ZVISION: Modify Control parsing to use new Control class structure
richiesams
2013-08-04
ZVISION: Rename parseResult() to parseResults()
richiesams
2013-08-04
ZVISION: Modify Criteria parsing to handle empty Criteria
richiesams
2013-08-04
ZVISION: Replace includes with forward declarations
richiesams
2013-08-04
ZVISION: Conform to GCC spacing for template inside template
richiesams
2013-08-04
ZVISION: Create ScriptManager state handling logic
richiesams
2013-08-04
ZVISION: Create main containers in ScriptManager
richiesams
2013-08-04
ZVISION: Rename result_action.h/.cpp files to actions.h/.cpp
richiesams
2013-08-04
ZVISION: Change Puzzle::resultActions to a List of pointers instead of Result...
richiesams
2013-08-04
ZVISION: Fix includes to use new underscore names
richiesams
2013-08-04
ZVISION: Rename files to use underscores instead of camelCase
richiesams