This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
3b1f411dce
vkdoom_m
/
src
/
scripting
History
Christoph Oelckers
3b1f411dce
- added a full set of 2D vector instructions to the VM. The existing one was 3D only but there's also need to handle two-dimensional vectors.
...
- added the missing divv* instructions.
2016-10-28 10:13:07 +02:00
..
codegeneration
- fixed bad register use in postincrement operator.
2016-10-27 19:14:16 +02:00
decorate
- actually evaluate the default parameters and store them in the VMFunction.
2016-10-27 01:30:34 +02:00
vm
- added a full set of 2D vector instructions to the VM. The existing one was 3D only but there's also need to handle two-dimensional vectors.
2016-10-28 10:13:07 +02:00
zscript
- fixed grammar rule for two-dimensional vectors.
2016-10-28 09:47:22 +02:00
thingdef.cpp
- removed the FxDamageValue hack and implemented it properly using FxReturnStatement.
2016-10-26 14:04:49 +02:00
thingdef.h
- removed the FxDamageValue hack and implemented it properly using FxReturnStatement.
2016-10-26 14:04:49 +02:00
thingdef_data.cpp
- got rid of all default parameter redundancies.
2016-10-28 00:32:52 +02:00
thingdef_properties.cpp
- removed the FxDamageValue hack and implemented it properly using FxReturnStatement.
2016-10-26 14:04:49 +02:00