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-18
ZVISION: Allow ONCE_PER_INST puzzles to be repeated once per room instead of ...
richiesams
2013-08-18
ZVISION: Set the background position after the .scr file has been parsed so w...
richiesams
2013-08-16
ZVISION: Rename 'x' variable in changeLocation to 'offset'
richiesams
2013-08-14
ZVISION: Add cursor and background image resets during location change
richiesams
2013-08-14
ZVISION: Set the initial game location (The opening video and menu)
richiesams
2013-08-11
ZVISION: Implement mouse event handling
richiesams
2013-08-11
ZVISION: Remove a verbose debug message
richiesams
2013-08-11
ZVISION: Fix enum qualifiers
richiesams
2013-08-11
ZVISION: Change the initializer list formatting to conform to how everything ...
richiesams
2013-08-10
ZVISION: Stop checking puzzles if ResultAction::execute() returns false
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: 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]