gzdoom/src/scripting/vm
Christoph Oelckers 9064a5b0ac - scriptified Strife's coins.
- added a String class to allow attaching methods to the builtin string type. This works by checking if the left side of the member accessor is a string and just replacing the tyoe in this one place, all the rest is automatic.
2016-11-28 18:15:18 +01:00
..
vm.h - scriptified Hexen's Bloodscourge and Serpent. 2016-11-28 00:49:10 +01:00
vmbuilder.cpp - scriptified Hexen's flies. 2016-11-27 18:52:24 +01:00
vmbuilder.h - extended ExpEmit::RegNum to 16 bits so that it can hold larger values for constant registers. 2016-11-21 10:50:09 +01:00
vmdisasm.cpp - scriptified Strife's coins. 2016-11-28 18:15:18 +01:00
vmexec.cpp - scriptified Heretic's blaster. 2016-11-24 20:02:44 +01:00
vmexec.h - scriptified Hexen's flies. 2016-11-27 18:52:24 +01:00
vmframe.cpp - fixed: Readonly pointers never were flagged as such. 2016-11-27 16:24:33 +01:00
vmops.h - scriptified Hexen's flies. 2016-11-27 18:52:24 +01:00