This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
b59f4e950f
vkdoom_m
/
src
/
scripting
/
vm
History
Christoph Oelckers
b59f4e950f
- fixed: The return prototyxpe may only be retrieved after the return state of the function has been checked. Also made this a real error message instead of an assert because it will inevitably result in a crash if the prototype cannot be generated, making diagnostics impossible.
2016-11-05 21:02:26 +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 prototyxpe may only be retrieved after the return state of the function has been checked. Also made this a real error message instead of an assert because it will inevitably result in a crash if the prototype cannot be generated, making diagnostics impossible.
2016-11-05 21:02:26 +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