gzdoom/src/scripting/vm
2016-11-05 18:56:04 +01:00
..
vm.h - scriptified parts of a_bossbrain.cpp. Some things cannot be done yet, the script code is there but commented out. 2016-10-31 17:03:26 +01:00
vmbuilder.cpp - fixed: The return checking code must be inside the nullptr check for item.code. 2016-11-05 18:56:04 +01:00
vmbuilder.h - removed the GetConstantInt overloads since it appears they are not needed. 2016-11-03 16:46:55 +01:00
vmdisasm.cpp - scriptified A_SpawnFly. 2016-11-03 13:38:40 +01:00
vmexec.cpp SHA-1: 8852bc7278d033bbed66c51bf23aee841ee977a9 2016-11-02 10:52:14 +01:00
vmexec.h SHA-1: 8852bc7278d033bbed66c51bf23aee841ee977a9 2016-11-02 10:52:14 +01:00
vmframe.cpp - fixed: A VM function's NumArgs value needs to count stack arguments, not logical ones, meaning that for vectors each element needs to count separately. 2016-10-30 09:05:42 +01:00
vmops.h - implemented vector operations. Vectors are now fully working as local variables. 2016-10-29 01:39:25 +02:00