qzdoom-gpl/src/scripting
2016-10-24 13:18:13 +02:00
..
codegeneration - added handling for structs. When defined inside classes or other structs the double member access will be merged, so there is no performance hit by using structs to group data. 2016-10-24 13:18:13 +02:00
decorate - reviewed all places where VARF_Action and NAP were used and fixed what was still wrong. 2016-10-22 18:24:47 +02:00
vm - named class functions are working. Yay!! 2016-10-23 14:26:33 +02:00
zscript - scriptified A_BruisAttack. 2016-10-23 17:15:24 +02:00
thingdef.cpp - reviewed all places where VARF_Action and NAP were used and fixed what was still wrong. 2016-10-22 18:24:47 +02:00
thingdef.h - added the required code genration nodes for member function calls. 2016-10-22 12:10:19 +02:00
thingdef_data.cpp - added handling for structs. When defined inside classes or other structs the double member access will be merged, so there is no performance hit by using structs to group data. 2016-10-24 13:18:13 +02:00
thingdef_properties.cpp Merge branch 'master' of https://github.com/rheit/zdoom into zscript 2016-10-21 19:31:08 +02:00