gzdoom/src/zscript
Randy Heit f88f601230 - Removed the third parameter from dumpclasses when it was restricted it to Actors, because
I have no idea what that was all about.
- Got rid of FActorInfo and merged it into a new PClassActor.

SVN r2240 (scripting)
2010-03-24 02:49:37 +00:00
..
vm.h - Removed the third parameter from dumpclasses when it was restricted it to Actors, because 2010-03-24 02:49:37 +00:00
vmbuilder.cpp - Allocate VM script code and constants in a single block for better locality of 2009-10-17 02:09:29 +00:00
vmbuilder.h - Use a union, rather than pointer aliasing, to access the parts of a VM instruction. 2009-10-17 00:33:23 +00:00
vmdisasm.cpp - State code now properly calls action functions and has a RET instruction. As expected, 2010-02-14 19:59:21 +00:00
vmexec.cpp - Added a vmengine console command to switch the VM engine at runtime. 2010-02-14 20:16:05 +00:00
vmexec.h - State code now properly calls action functions and has a RET instruction. As expected, 2010-02-14 19:59:21 +00:00
vmframe.cpp - Allocate VM script code and constants in a single block for better locality of 2009-10-17 02:09:29 +00:00
vmops.h - Added PARAMI for the common case of passing an integer constant to a function. 2009-10-15 21:59:37 +00:00
zcc-parse.lemon - Add a preliminary grammar and a test driver for it. 2010-03-19 04:04:13 +00:00
zcc_parser.cpp - Add a preliminary grammar and a test driver for it. 2010-03-19 04:04:13 +00:00