This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
28d79cc2b0
vkdoom_m
/
src
/
scripting
History
Download ZIP
Download TAR.GZ
Christoph Oelckers
28d79cc2b0
- added some profiling code to the VM.
2016-12-31 17:59:48 +01:00
..
codegeneration
Fixed additional format string warning reported by GCC/Clang
2016-12-24 23:51:08 +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
- added some profiling code to the VM.
2016-12-31 17:59:48 +01:00
zscript
- print proper information in zcc_compile.cpp.
2016-12-24 23:52:52 +01:00
thingdef.cpp
- fixed: All missiles which can bounce off actors need the CANPASS/PASSMOBJ flag so setting this in the 'bouncetype' property is insufficient, it needs to be done when the actor has been completely parsed.
2016-12-27 00:32:54 +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: All missiles which can bounce off actors need the CANPASS/PASSMOBJ flag so setting this in the 'bouncetype' property is insufficient, it needs to be done when the actor has been completely parsed.
2016-12-27 00:32:54 +01:00