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-11-20
ZVISION: Impliment inventory functions and ActionInventory.
Marisa-Chan
2013-11-15
ZVISION: Don't add puzzle to referencetable[key] twice.
Marisa-Chan
2013-11-01
ZVISION: StateValue must be signed.
Marisa-Chan
2013-11-01
ZVISION: Don't use unneeded function.
Marisa-Chan
2013-10-31
ZVISION: Correct timer code to match original.
Marisa-Chan
2013-10-30
ZVISION: New class for handle values and values from [slots].
Marisa-Chan
2013-10-30
ZVISION: Add to sidefx and scriptManager classes stop and kill methods
Marisa-Chan
2013-10-25
ZVISION: Refactoring script manager, massive changes.
Marisa-Chan
2013-10-25
ZVISION: Added global StateFlags and set/get/unset functions.
Marisa-Chan
2013-10-24
ZVISION: Added clean function for script scope and body for queue
Marisa-Chan
2013-10-24
ZVISION: New data types for script files and puzzle reference.
Marisa-Chan
2013-10-22
ZVISION: Added system StateKey names enum.
Marisa-Chan
2013-10-20
ZVISION: Style modifing by astyle.
Marisa-Chan
2013-10-18
ZVISION: Basic integration of SideFX into scriptManager.
Marisa-Chan
2013-10-17
ZVISION: Consistently use the type of the state map
Matthew Hoops
2013-10-04
ZVISION: Add typedefs to shorten long type names
RichieSams
2013-10-02
ZVISION: Standardize includes order and format
RichieSams
2013-09-15
ZVISION: Add focus support for the ScriptManager
RichieSams
2013-09-15
ZVISION: Add ScriptManager support for key press events
RichieSams
2013-09-09
ZVISION: Add method for getting a pointer to a Control
RichieSams
2013-09-04
ZVISION: Initialize Location to the main menu
richiesams
2013-09-04
ZVISION: Create ScriptManager _activeControls serialization methods
richiesams
2013-09-04
ZVISION: Create ScriptManager state table serialization methods
richiesams
2013-09-04
ZVISION: Create method for getting the current location
richiesams
2013-09-04
ZVISION: Remove zero valued entries in the global state table once a frame
richiesams
2013-09-03
ZVISION: Allow changeLocation to be executed right away instead of next frame
richiesams
2013-09-24
ZVISION: Create console method for parsing ALL .scr files
richiesams
2013-08-28
ZVISION: Add ScriptManager mouse event handlers
richiesams
2013-08-28
ZVISION: Remove ScriptManager::_activeNodes and change all iterators to itera...
richiesams
2013-08-28
ZVISION: Update ScriptManager::enableControl()/disableControl() to fit new Co...
richiesams
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
[next]