gzdoom-gles/src/scripting
Christoph Oelckers 96b2cb0a45 - fixed code generation for local dynamic arrays.
- removed some code repetition by inherit all variable types which reference a PField for a variable offset from a base class so that PField replacements can be done with one set of code.
2017-02-06 22:57:42 +01:00
..
codegeneration - fixed code generation for local dynamic arrays. 2017-02-06 22:57:42 +01:00
decorate - do not use strtol for parsing critical values that can get large. 2017-02-01 11:19:55 +01:00
vm - exported DrawTexture to scripting. 2017-02-04 22:09:49 +01:00
zscript - major work on dynamic array support. Mostly working, some issues still exist with Move and Copy methods and with assignments in stack variables. 2017-02-06 21:39:21 +01:00
thingdef.cpp - fixed: Class and struct name lookup was not context aware. 2017-01-23 19:10:28 +01:00
thingdef.h - fixed: Class and struct name lookup was not context aware. 2017-01-23 19:10:28 +01:00
thingdef_data.cpp Fixed overflows in String.Mid 2017-02-06 13:31:01 +01:00
thingdef_properties.cpp - fixed: Class and struct name lookup was not context aware. 2017-01-23 19:10:28 +01:00