This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
53ff7f0c73
vkdoom_m
/
src
/
scripting
History
Christoph Oelckers
53ff7f0c73
- fixed: Do not allow empty function arguments pass. For unknown reasons the grammar accepts them as valid, so this needs to be checked when resolving them.
2016-11-25 16:35:07 +01:00
..
codegeneration
- fixed: Do not allow empty function arguments pass. For unknown reasons the grammar accepts them as valid, so this needs to be checked when resolving them.
2016-11-25 16:35:07 +01:00
decorate
- disabled the scripted virtual function module after finding out that it only works if each single class that may serve as a parent for scripting is explicitly declared.
2016-11-25 00:25:26 +01:00
vm
- disabled the scripted virtual function module after finding out that it only works if each single class that may serve as a parent for scripting is explicitly declared.
2016-11-25 00:25:26 +01:00
zscript
- disabled the scripted virtual function module after finding out that it only works if each single class that may serve as a parent for scripting is explicitly declared.
2016-11-25 00:25:26 +01:00
thingdef.cpp
- fixed: The morph actors stored their required classes as names, not as class pointers.
2016-11-23 22:34:17 +01:00
thingdef.h
- allow defining native fields through scripts. Internally this only requires exporting the address, but not the entire field.
2016-11-22 19:20:31 +01:00
thingdef_data.cpp
- scriptified Heretic's Skull Rod.
2016-11-25 16:05:03 +01:00
thingdef_properties.cpp
- fixed: The morph actors stored their required classes as names, not as class pointers.
2016-11-23 22:34:17 +01:00