This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
1e42c6f227
vkdoom_m
/
src
/
scripting
History
Christoph Oelckers
52645afb4b
- for the time being, make ZScript command line switch locked so that everybody understands that it's not ready for use in released mods yet.
2016-12-06 22:42:10 +01:00
..
codegeneration
- make dynamic object casts a dedicated VM instruction instead of a builtin function.
2016-12-05 14:52:34 +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
- make dynamic object casts a dedicated VM instruction instead of a builtin function.
2016-12-05 14:52:34 +01:00
zscript
- for the time being, make ZScript command line switch locked so that everybody understands that it's not ready for use in released mods yet.
2016-12-06 22:42:10 +01:00
thingdef.cpp
- 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.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
- corrected the export signatures of several script exports to contain the correct classes, so that the fudging in FindFunction could be removed.
2016-12-02 18:52:58 +01:00
thingdef_properties.cpp
- 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