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
/
scripting
/
scr_file_handling.cpp
Age
Commit message (
Expand
)
Author
2015-02-17
ZVISION: Fix script bug #6803 (tuning fork box state)
Filippos Karapetis
2015-02-03
ZVISION: Fix for script bug #6783 (no sound in the ZNem fist puzzle)
Filippos Karapetis
2015-01-23
ZVISION: Error out when a script file can't be found or be parsed
Filippos Karapetis
2015-01-23
ZVISION: Fix script bug #6780 (invalid hotspot at base of tower in ZGI)
Filippos Karapetis
2015-01-20
ZVISION: Fix mis-parsing of criteria, a.k.a bug #6774
Torbjörn Andersson
2015-01-20
ZVISION: Properly skip commented out puzzle criteria - fixes bug #6776
Filippos Karapetis
2015-01-10
Revert "ZVISION: Remove ActionRestoreGame and loading of r.svr (restart slot)"
Filippos Karapetis
2015-01-07
ZVISION: Remove ActionRestoreGame and loading of r.svr (restart slot)
Filippos Karapetis
2014-12-28
ZVISION: The fist control is only used in one location
Filippos Karapetis
2014-12-28
ZVISION: Document some more controls
Filippos Karapetis
2014-12-26
ZVISION: Remove some unused actions. Cleanup
Filippos Karapetis
2014-12-25
ZVISION: Resolve some TODOs
Filippos Karapetis
2014-12-25
ZVISION: Document some of the ActionRegion effects
Filippos Karapetis
2014-12-21
ZVISION: Document some controls that are only used in Zork: Nemesis
Filippos Karapetis
2014-12-19
ZVISION: Fix uninitialized scalar field (CID 1257089)
Marisa-Chan
2014-12-16
ZVISION: Move trimCommentsAndWhiteSpace() into the script manager
Filippos Karapetis
2014-12-16
ZVISION: Move all the remaining utility classes into the core
Filippos Karapetis
2014-12-03
ZVISION: Remove superfluous spacing and reorder some includes
Filippos Karapetis
2014-11-20
ZVISION: More CamelCase and a bit of comments cleanup
Marisa-Chan
2014-11-12
ZVISION: Implement missing action - cursor
Marisa-Chan
2014-11-08
ZVISION: Change comments of not implemented actions
Marisa-Chan
2014-11-08
ZVISION: Implement action:restore_game
Marisa-Chan
2014-11-08
ZVISION: Implement action:preferences
Marisa-Chan
2014-11-08
ZVISION: Implement action:menu_bar_enable
Marisa-Chan
2014-11-08
ZVISION: Implement action:flush_mouse_events
Marisa-Chan
2014-11-08
ZVISION: Implement action:dissolve
Marisa-Chan
2014-11-08
ZVISION: Implement action:disable_venus and action:set_venus
Marisa-Chan
2014-11-08
ZVISION: Implement action:delay_render
Marisa-Chan
2014-11-08
ZVISION: Implement action:animunload
Marisa-Chan
2014-11-07
ZVISION: Implement action:rotate_to
Marisa-Chan
2014-10-23
ZVISION: Implement action:distort and distort sidefx node
Marisa-Chan
2014-10-10
ZVISION: Action:region and visual effects implemented.
Marisa-Chan
2014-09-10
ZVISION: Titler control and DisplayMessage action implemented
Marisa-Chan
2014-09-10
ZVISION: PaintControl implemented
Marisa-Chan
2014-09-09
ZVISION: FistControl implementation.
Marisa-Chan
2014-08-27
ZVISION: Implemented hotmovie control
Marisa-Chan
2014-08-07
ZVISION: Implement safe control
Marisa-Chan
2014-08-04
ZVISION: Implementation of save control
Marisa-Chan
2014-08-04
ZVISION: Implement full code for input control
Marisa-Chan
2014-07-02
ZVISION: Reorgonize source files into directories.
Marisa-Chan
2014-06-14
ZVISION: Fix compilation errors with latest scummvm
Marisa-Chan
2014-06-13
Merge remote-tracking branch 'upstream/master' into zvision
Marisa-Chan
2014-02-18
ZVISION: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-01
ZVISION: Update includes to use the new file structure
RichieSams
2013-11-01
ZVISION: Create a folder structure for ZVision source files
RichieSams