This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
8beafbb7da
vkdoom_m
/
src
/
scripting
/
vm
History
Christoph Oelckers
1ed415014e
- fixed: 'self' may never be null for native VM functions so it must always abort if null gets passed.
2017-06-05 08:43:12 +02:00
..
vm.h
- fixed: 'self' may never be null for native VM functions so it must always abort if null gets passed.
2017-06-05 08:43:12 +02:00
vmexec.cpp
- avoid function call in VM code.
2017-05-30 17:50:56 +02:00
vmexec.h
- avoid function call in VM code.
2017-05-30 17:50:56 +02:00
vmframe.cpp
- moved the VM types into their own file and only include it where really needed.
2017-04-13 01:12:04 +02:00
vmintern.h
- moved the VM types into their own file and only include it where really needed.
2017-04-13 01:12:04 +02:00
vmops.h
- removed a few unused VM opcodes.
2017-05-19 10:27:22 +02:00