gzdoom-gles/src/scripting
2019-04-18 13:02:21 +02:00
..
backend - let FxNop have a value type, even if it's just TypeError. 2019-04-18 13:02:21 +02:00
decorate Removed more literal references to AInventory. 2019-04-16 23:57:07 +02:00
vm - fixed: The JIT compiler crashed on missing ArgFlags. 2019-04-17 19:44:07 +02:00
zscript - fixed handling of dummy flags. 2019-04-15 22:29:55 +02:00
symbols.cpp - define the built-in functions defined in codegen.cpp through the regular interface instead uf just hacking them into the symbol table with incompletely set up data. 2019-04-15 22:30:01 +02:00
symbols.h - define the built-in functions defined in codegen.cpp through the regular interface instead uf just hacking them into the symbol table with incompletely set up data. 2019-04-15 22:30:01 +02:00
thingdef.cpp - fixed deprecation warnings for member functions not checking the version. 2019-04-17 19:44:10 +02:00
thingdef.h - fixed deprecation warnings for member functions not checking the version. 2019-04-17 19:44:10 +02:00
thingdef_data.cpp - more direct native function calls. 2019-04-17 14:32:06 +02:00
thingdef_properties.cpp Removed all native components from AInventory. 2019-04-16 23:57:22 +02:00
types.cpp - got rid of FNameNoInit and made the default constructor of FName non-initializing. 2018-08-19 10:36:10 +02:00
types.h - fixed compilation of targets with optimization 2018-11-16 21:33:11 +01:00
vmiterators.cpp - fixed: Direct native functions for the JIT compiler may not return bool. 2019-04-17 16:24:07 +02:00
vmthunks.cpp - fixed native calls to LevelLocals.GetUDMF*() functions 2019-04-17 18:39:53 +02:00
vmthunks_actors.cpp - fixed Actor.A_StopSound() native call 2019-04-17 18:44:14 +02:00