gzdoom/src/scripting/zscript
2016-11-04 15:16:56 +01:00
..
ast.cpp Renamed "VectorInitializer" to "VectorValue" 2016-10-30 07:34:14 +01:00
zcc-parse.lemon - fixed: The identifier fallback which existed for all other basic types was missing for 'state'. 2016-11-04 09:56:03 +01:00
zcc_compile.cpp - fixed: ZCCCompiler tried to process replacements too early, it can only be done after all classes have been created. 2016-11-04 15:16:56 +01:00
zcc_compile.h - use the function defaults from the script instead of explicitly setting them again in the code. This is a needless cause of potential errors and since the values are readily available now it's better to use them in the functions. 2016-10-27 15:53:53 +02:00
zcc_expr.cpp - implemented '**' (power) operator. To ensure reliability, acustom 'pow' function will be used to calculate it. 2016-10-17 15:17:48 +02:00
zcc_exprlist.h - replaced 'vector<2>' and 'vector<3>' with 'vector2' and 'vector3'. 2016-10-28 01:14:21 +02:00
zcc_parser.cpp - use different names for different AST dumps. 2016-11-04 10:35:14 +01:00
zcc_parser.h Renamed "VectorInitializer" to "VectorValue" 2016-10-30 07:34:14 +01:00