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 (
Collapse
)
Author
2013-08-04
ZVISION: Modify Criteria parsing to handle empty Criteria
richiesams
2013-08-04
ZVISION: Convert ResultActions to take a String pointer in their constructors
richiesams
There's no point in copying the String since it's just being parsed
2013-08-04
ZVISION: Fix implicit conversion for scanf-type functions
richiesams
2013-08-04
ZVISION: Create main containers in ScriptManager
richiesams
2013-08-04
ZVISION: Clean up includes
richiesams
2013-08-04
ZVISION: Remove direct inclusion of stdio.h
Filippos Karapetis
2013-08-04
ZVISION: Change trimCommentsAndWhiteSpace to use a pointer instead of a ↵
richiesams
reference.
2013-08-04
ZVISION: Change Puzzle::resultActions to a List of pointers instead of ↵
richiesams
ResultAction objects ResultAction is abstract, therefore, it can't be directly stored in the list
2013-08-04
ZVISION: Create ResultAction 's for Add and Random.
richiesams
Create class templates for PlayAnimation, PreloadAnimation, and Attenuate
2013-08-04
ZVISION: Fix usage of Puzzle struct to use 'key' instead of 'id'
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]