This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
aab304c0cf
vkdoom_m
/
src
/
scripting
History
Christoph Oelckers
aab304c0cf
- fixed: Lemon includes ParseTrace only in debug builds so the option to use it must be #ifdef'd.
2016-11-27 17:43:11 +01:00
..
codegeneration
- fixed: Readonly pointers never were flagged as such.
2016-11-27 16:24:33 +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
- fixed: Readonly pointers never were flagged as such.
2016-11-27 16:24:33 +01:00
zscript
- fixed: Lemon includes ParseTrace only in debug builds so the option to use it must be #ifdef'd.
2016-11-27 17:43:11 +01:00
thingdef.cpp
- changed AInventory::HandlePickup to work iteratively instead of recursively.
2016-11-27 16:24:31 +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
- converted half of ClericHoly. (Making a commit before starting on the more complex stuff.)
2016-11-26 13:18:48 +01:00
thingdef_properties.cpp
- changed AInventory::HandlePickup to work iteratively instead of recursively.
2016-11-27 16:24:31 +01:00