gzdoom/src/scripting
2016-11-04 10:35:14 +01:00
..
codegeneration - fixed: The RNG was not initialized for script calls that did not explicitly specify an RNG by name. 2016-11-04 09:23:29 +01:00
decorate - actually evaluate the default parameters and store them in the VMFunction. 2016-10-27 01:30:34 +02:00
vm - removed the GetConstantInt overloads since it appears they are not needed. 2016-11-03 16:46:55 +01:00
zscript - use different names for different AST dumps. 2016-11-04 10:35:14 +01:00
thingdef.cpp - moved declaration of native fields into the respective class definitions. 2016-11-04 00:19:36 +01:00
thingdef.h - removed the FxDamageValue hack and implemented it properly using FxReturnStatement. 2016-10-26 14:04:49 +02:00
thingdef_data.cpp - moved declaration of native fields into the respective class definitions. 2016-11-04 00:19:36 +01:00
thingdef_properties.cpp - removed the FxDamageValue hack and implemented it properly using FxReturnStatement. 2016-10-26 14:04:49 +02:00