This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
0c95568d98
vkdoom_m
/
src
/
scripting
/
vm
History
Christoph Oelckers
0c95568d98
- exported native fields of several more classes.
2016-11-23 01:31:48 +01:00
..
vm.h
- exported native fields of several more classes.
2016-11-23 01:31:48 +01:00
vmbuilder.cpp
- scriptified the scripted marines.
2016-11-21 19:09:58 +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 the scripted marines.
2016-11-21 19:09:58 +01:00
vmexec.cpp
- added two new integral types SpriteID and TextureID, both are needed to allow proper serialization as they require something different to be written out than a regular integer.
2016-11-21 13:45:33 +01:00
vmexec.h
- added two new integral types SpriteID and TextureID, both are needed to allow proper serialization as they require something different to be written out than a regular integer.
2016-11-21 13:45:33 +01:00
vmframe.cpp
- removed all constant versions of vector instructions. The vector code does not use compound constants so there's no need to have instructions for them.
2016-11-20 23:00:05 +01:00
vmops.h
- removed all constant versions of vector instructions. The vector code does not use compound constants so there's no need to have instructions for them.
2016-11-20 23:00:05 +01:00