This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
03c7b10fd6
vkdoom_m
/
src
/
scripting
History
Christoph Oelckers
03c7b10fd6
- fully scriptified HealthPickup.
2017-01-15 18:46:40 +01:00
..
codegeneration
- added property definitions to the ZScript parser. This will allow defining custom properties for the default block in custom base classes. See 'Health' for an example.
2017-01-15 16:55:30 +01:00
decorate
- fixed: DECORATE didn't pass all needed arguments to FunctionBuildList.AddFunction. Removed the default parameter values from this function's declaration to prevent it from happening again.
2016-12-03 18:14:07 +01:00
vm
- some minor optimization in the VM.
2017-01-15 01:27:01 +01:00
zscript
- added property definitions to the ZScript parser. This will allow defining custom properties for the default block in custom base classes. See 'Health' for an example.
2017-01-15 16:55:30 +01:00
thingdef.cpp
- scriptified the sector actions.
2017-01-13 13:51:47 +01:00
thingdef.h
- fixed: DECORATE didn't pass all needed arguments to FunctionBuildList.AddFunction. Removed the default parameter values from this function's declaration to prevent it from happening again.
2016-12-03 18:14:07 +01:00
thingdef_data.cpp
- sxriptified key and puzzleitem base classes.
2017-01-15 10:37:54 +01:00
thingdef_properties.cpp
- fully scriptified HealthPickup.
2017-01-15 18:46:40 +01:00