qzdoom/src/scripting/zscript
2017-03-19 11:30:28 +01:00
..
ast.cpp Fixed builtin type names for -dumpast command line option 2017-03-18 13:11:13 +02:00
zcc-parse.lemon - allow parsing of static constant arrays in class scope. 2017-03-14 20:22:37 +01:00
zcc_compile.cpp - moved all trivial actor properties into the scripts as 'property' declarations. 2017-03-19 11:30:28 +01:00
zcc_compile.h - fixed: The evaluation of multi-string ZScript properties did not work correctly. 2017-03-18 15:45:36 +01:00
zcc_exprlist.h added class pointer casts. Due to grammar problems the type has to be put into parentheses to get the class token out of the global parsing namespace: 2016-11-17 20:31:53 +01:00
zcc_parser.cpp - allow parsing of static constant arrays in class scope. 2017-03-14 20:22:37 +01:00
zcc_parser.h - added some syntactic help to the ZScript parser to allow defining the arrays with native structs on the script side instead of having to define them internally. 2017-03-13 12:51:09 +01:00