qzdoom/src/scripting/vm
Christoph Oelckers 1dcbe43d95 - User definable dynamic lights
This hasn't been tested yet!
2019-06-28 12:35:42 +02:00
..
jit.cpp - fix missing line number for the function throwing the exception and remove the duplicate call stack line 2018-12-20 04:50:45 +01:00
jit.h - don't include the native frames per default 2018-12-19 00:43:50 +01:00
jit_call.cpp - added null check for self pointer before calling a native function 2019-06-07 11:02:38 -04:00
jit_flow.cpp - made OP_NEW a builtin function instead of an opcode. 2019-01-23 21:12:23 +01:00
jit_load.cpp - inline VBTL opcode 2018-11-23 05:37:26 +01:00
jit_math.cpp added native double round(double) function 2019-06-03 19:48:45 +02:00
jit_move.cpp - reworked font loader to make adding multi-lump fonts easier. 2019-02-07 13:12:39 +01:00
jit_runtime.cpp - fixed crash on JIT allocations over 1 MB 2019-04-27 14:36:55 +03:00
jit_store.cpp - fixed missing null checks in JIT generated code 2019-04-27 17:05:36 +03:00
jitintern.h Fixed "if (!(lhs ~== rhs))" breaking with vectors. 2019-06-14 12:49:57 +02:00
vm.h - User definable dynamic lights 2019-06-28 12:35:42 +02:00
vmexec.cpp - moved the type infomation entirely out of VMValue. 2018-11-18 19:31:13 +01:00
vmexec.h added native double round(double) function 2019-06-03 19:48:45 +02:00
vmframe.cpp - disabled VM JIT completely on unsuported platforms 2019-02-04 15:53:35 +02:00
vmintern.h added native double round(double) function 2019-06-03 19:48:45 +02:00
vmops.h - made OP_NEW a builtin function instead of an opcode. 2019-01-23 21:12:23 +01:00