gzdoom-gles/src/scripting/zscript
Christoph Oelckers 479b216c06 - fixed: ZScript did not properly fill in tentatively created classes from defaults processing.
The proper setup for such classes was only done in CreateDerivedClass, but not in FindClassTentative itself. This extends CreateDerivedClass to allow it to create a class without fully initializing it.
2016-11-12 13:09:19 +01:00
..
ast.cpp Renamed "VectorInitializer" to "VectorValue" 2016-10-30 07:34:14 +01:00
zcc-parse.lemon - implemented handling for virtual function. 2016-11-11 20:05:07 +01:00
zcc_compile.cpp - fixed: ZScript did not properly fill in tentatively created classes from defaults processing. 2016-11-12 13:09:19 +01:00
zcc_compile.h use a memory arena for allocating code generation nodes. 2016-11-10 15:13:31 +01: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 - fixed: ZScript did not properly fill in tentatively created classes from defaults processing. 2016-11-12 13:09:19 +01:00
zcc_parser.h - implemented handling for virtual function. 2016-11-11 20:05:07 +01:00