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
/
scr_file_handling.cpp
Age
Commit message (
Expand
)
Author
2014-02-04
ZVISION: New search manager for handle right handle for ZIX-files.
Marisa-Chan
2014-01-17
ZVISION: Implement crossfade.
Marisa-Chan
2014-01-17
ZVISION: Implement attenuate code.
Marisa-Chan
2014-01-17
ZVISION: Implement PanTrack.
Marisa-Chan
2013-12-24
ZVISION: Slot control code.
Marisa-Chan
2013-11-26
ZVISION: Some scripts action arguments can be uppercased, make all lowercase.
Marisa-Chan
2013-11-25
ZVISION: Refactor parsing actions, it must handle presence/miss of slot key i...
Marisa-Chan
2013-11-20
ZVISION: Impliment inventory functions and ActionInventory.
Marisa-Chan
2013-11-01
ZVISION: Implement MusicNode and move ActionMusic to work with it.
Marisa-Chan
2013-11-01
ZVISION: Implement ActionStop.
Marisa-Chan
2013-11-01
ZVISION: Implement ActionKill.
Marisa-Chan
2013-10-29
ZVISION: Add engine pointer to actionResult for manipulations with
Marisa-Chan
2013-10-25
ZVISION: Refactoring script manager, massive changes.
Marisa-Chan
2013-10-20
ZVISION: Style modifing by astyle.
Marisa-Chan
2013-10-02
ZVISION: Standardize includes order and format
RichieSams
2013-09-15
ZVISION: Add support for ActionRandom and ActionTimer
RichieSams
2013-09-09
ZVISION: Implement ActionPlayPreloadAnimation
RichieSams
2013-09-07
ZVISION: Add scr parse line for ActionAssign
RichieSams
2013-08-28
ZVISION: Add LeverControl to scr file parsing
richiesams
2013-08-28
ZVISION: Change PushToggleControl to comply with new Control base class
richiesams
2013-08-24
ZVISION: Move PushToggleControl and LeverControl to their own files
richiesams
2013-08-24
ZVISION: Have PushToggleControl inherit from MouseEvent and handle the method...
richiesams
2013-08-20
ZVISION: Store the Puzzles in _activePuzzles and _globalPuzzles on the heap
richiesams
2013-08-20
ZVISION: Add TODO's of what is left for the engine to be complete
richiesams
2013-08-18
ZVISION: Revert to normal pointers instead of shared pointers
richiesams
2013-08-18
ZVISION: Allow Puzzles to have mutiple 'sets' of CriteriaEntries
richiesams
2013-08-18
ZVISION: Implement ActionEnableControl and ActionDisableControl
richiesams
2013-08-18
ZVISION: Convert _activeControls from a List to a HashMap
richiesams
2013-08-18
ZVISION: Prevent endless looping due to incorrect file structure
richiesams
2013-08-18
ZVISION: Re-enable video handling now that AVI code is fixed
richiesams
2013-08-16
ZVISION: Disable videos until I can figure out how to fix the decoder
richiesams
2013-08-11
ZVISION: Implement push_toggle control handling
richiesams
2013-08-11
ZVISION: Ignore .scr file lines that are empty
richiesams
2013-08-11
ZVISION: Throw a warning when a .scr file isn't opened
richiesams
2013-08-10
ZVISION: Add parsing skip for action::copy_file. It is not used.
richiesams
2013-08-10
ZVISION: Implement ActionChangeLocation::execute()
richiesams
2013-08-10
ZVISION: Create a global puzzle list and parse universe.scr into it during Sc...
richiesams
2013-08-10
ZVISION: Implement ActionStreamVideo
richiesams
2013-08-10
ZVISION: Implement ActionQuit
richiesams
2013-08-05
ZVISION: Comment out usage of ActionUnloadAnimation until it is implemented
richiesams
2013-08-05
ZVISION: Add ActionMusic
richiesams
2013-08-05
ZVISION: Pass the scr fileName as a const reference
richiesams
2013-08-04
ZVISION: Add ActionSetScreen
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: Convert String pointers to const references
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: Modify Control parsing to use new Control class structure
richiesams
2013-08-04
ZVISION: Rename parseResult() to parseResults()
richiesams
[next]