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.cpp
Age
Commit message (
Expand
)
Author
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: Add StateFlag handling to Puzzle checking
richiesams
2013-08-05
ZVISION: Fix typo in Puzzle checking
richiesams
2013-08-05
ZVISION: Set the puzzle global variable after a Puzzle is completed
richiesams
2013-08-05
ZVISION: Add debug statements for Puzzle checking
richiesams
2013-08-05
ZVISION: Check if a key exists before returning _globalState value.
richiesams
2013-08-04
ZVISION: Add logic to check _referenceTable Puzzles every time a globalState ...
richiesams
2013-08-04
ZVISION: Convert _activeNodes and _activeControls to Lists of SharedPtr
richiesams
2013-08-04
ZVISION: Sort using iterators instead of the actual elements
richiesams
2013-08-04
ZVISION: Convert ResultAction pointers to SharePtr
richiesams
2013-08-04
ZVISION: Fix typo in format string
richiesams
2013-08-04
ZVISION: Initialize the iterator
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: Move the criteriaMet bool outside of the loop
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: Fix includes to use new underscore names
richiesams
2013-08-04
ZVISION: Rename files to use underscores instead of camelCase
richiesams
[prev]