gzdoom/src/scripting
alexey.lysiuk 8815379e15 - fixed compilation of POSIX targets
Making callstack resolving operational will require a little bit more effort

src/scripting/vm/jit_runtime.cpp:900:31: error: use of undeclared identifier 'frames'
src/scripting/vm/jit_runtime.cpp:903:23: error: use of undeclared identifier 'cnt'
2018-12-18 18:42:37 +02:00
..
backend - let FxNop have a value type, even if it's just TypeError. 2018-12-15 20:08:05 +01:00
decorate Removed more literal references to AInventory. 2018-12-04 17:00:48 +01:00
vm - fixed compilation of POSIX targets 2018-12-18 18:42:37 +02:00
zscript - fixed handling of dummy flags. 2018-11-25 10:06:00 +01:00
symbols.cpp Merge branch 'asmjit' into weapon_scriptification 2018-11-26 00:14:44 +01:00
symbols.h Merge branch 'asmjit' into weapon_scriptification 2018-11-26 00:14:44 +01:00
thingdef.cpp - fixed deprecation warnings for member functions not checking the version. 2018-12-11 00:35:22 +01:00
thingdef.h - fixed deprecation warnings for member functions not checking the version. 2018-12-11 00:35:22 +01:00
thingdef_data.cpp - more direct native function calls. 2018-12-04 18:16:01 +01:00
thingdef_properties.cpp - improved error reporting for badly defined translations. 2018-12-16 09:56:53 +01:00
types.cpp - got rid of FNameNoInit and made the default constructor of FName non-initializing. 2018-08-19 08:19:19 +02:00
types.h - fixed compilation of targets with optimization 2018-11-15 10:59:37 +02:00
vmiterators.cpp - fixed: Direct native functions for the JIT compiler may not return bool. 2018-12-05 18:41:19 +01:00
vmthunks.cpp - made camera textures operational again. 2018-12-11 00:01:45 +01:00
vmthunks_actors.cpp - fixed Actor.A_StopSound() native call 2018-12-09 10:13:43 +02:00