gzdoom-gles/src/scripting
2017-03-09 19:31:45 +01:00
..
backend - fixed code generation for min/max when the first operand was a local variable or constant. 2017-03-09 09:36:12 +01:00
decorate - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
vm - made all iterator classes natively abstract so that they do not get a ConstructNative method so that OP_NEW can refuse creating them without the need to mark them as abstract. 2017-03-09 17:21:37 +01:00
zscript - replaced homegrown SWORD, SBYTE and uint32_t types. 2017-03-09 19:31:45 +01:00
symbols.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
symbols.h - added version check for member variables. 2017-03-05 20:41:41 +01:00
thingdef.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
thingdef.h - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
thingdef_data.cpp - declared the sectorplanes in Sector as read only and marked all relevant functions in the planes themselves const. 2017-03-04 11:48:36 +01:00
thingdef_properties.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00