gzdoom-gles/src/scripting/vm
Christoph Oelckers 6dea3eef8e - exported DrawTexture to scripting.
This uses templates to avoid source duplication of ParseDrawTextureTags. Not tested yet.
2017-02-04 22:09:49 +01:00
..
vm.h - exported DrawTexture to scripting. 2017-02-04 22:09:49 +01:00
vmbuilder.cpp - atags for null pointers have no meaning so do not assert on them. 2017-02-04 19:37:19 +01:00
vmbuilder.h - fixed: Class and struct name lookup was not context aware. 2017-01-23 19:10:28 +01:00
vmdisasm.cpp - added a 'new' intrinsic to create new objects from inside scripts. 2017-02-03 22:56:03 +01:00
vmexec.cpp - exported line_t's functions to the VM. 2017-01-08 15:45:37 +01:00
vmexec.h Fixed compilation with GCC/Clang 2017-02-04 18:10:30 +02:00
vmframe.cpp - exported DrawTexture to scripting. 2017-02-04 22:09:49 +01:00
vmops.h - fixed: Stack based local VM object pointers should not be subjected to a read barrier. 2017-02-04 16:23:14 +01:00