gzdoom-gles/src/scripting
Christoph Oelckers b3ba5bfe2c - allow 'const' on class functions. This is preferable to 'clearscope' so that the UI code can call getter functions without having to declare things as 'clearscope'.
Clearscope is a dangerous context and should be limited to the minimum extent possible and preferably be blocked in user code.
This may still need some work on const functions but better have it in now.
2017-03-04 12:07:45 +01:00
..
backend - did a bit of cleanup. 2017-03-04 10:28:51 +01:00
decorate - replaced SDWORD with int32_t globally. 2017-03-03 19:35:08 +01:00
vm - the #if was in the wrong place. 2017-03-04 11:34:53 +01:00
zscript - allow 'const' on class functions. This is preferable to 'clearscope' so that the UI code can call getter functions without having to declare things as 'clearscope'. 2017-03-04 12:07:45 +01:00
symbols.cpp - remove all symbols that get linked into the symbol table from the garbage collector. 2017-02-08 14:34:39 +01:00
symbols.h - remove all symbols that get linked into the symbol table from the garbage collector. 2017-02-08 14:34:39 +01:00
thingdef.cpp Dynamic virtualscope checking. May yet be buggy. 2017-02-18 06:27:28 +02:00
thingdef.h - remove all type table entries from garbage collection. 2017-02-08 22:43:20 +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 - separated the blood translation index from the BloodColor variable to allow more than 255 blood translations and as a prerequisite for allowing to change the blood color. 2017-03-02 10:26:23 +01:00