qzdoom/src/scripting
alexey.lysiuk e8c2444ddd Fixed compilation with GCC/Clang
error: use of undeclared identifier 'op'
error: no matching function for call to 'ListEnd'
error: no matching function for call to 'ListGetInt'
error: no matching function for call to 'ListGetDouble'
...
2017-02-04 18:10:30 +02:00
..
codegeneration - fixed: Stack based local VM object pointers should not be subjected to a read barrier. 2017-02-04 16:23:14 +01:00
decorate - do not use strtol for parsing critical values that can get large. 2017-02-01 11:19:55 +01:00
vm Fixed compilation with GCC/Clang 2017-02-04 18:10:30 +02:00
zscript - do not use strtol for parsing critical values that can get large. 2017-02-01 11:19:55 +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 - exported some stuff for fonts and screen size that will be needed for the menus. 2017-02-04 00:46:22 +01:00
thingdef_properties.cpp - fixed: Class and struct name lookup was not context aware. 2017-01-23 19:10:28 +01:00