This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
0ba8448782
vkdoom_m
/
src
/
scripting
History
alexey.lysiuk
d2affc7c0c
Fixed crash on attempt to get string value of null
...
https://mantis.zdoom.org/view.php?id=231
2017-02-10 16:19:33 +02:00
..
backend
- ColorpickerMenu.MouseEvent exported.
2017-02-10 11:44:46 +01:00
decorate
- moved the three remaining variables from PClassInventory to PClassActor so that PClassInventory can be removed.
2017-02-08 18:11:23 +01:00
vm
- Turned DropItem into a plain struct again like it was before the scripting branch got merged.
2017-02-08 20:37:22 +01:00
zscript
Fixed crash on attempt to get string value of null
2017-02-10 16:19:33 +02:00
symbols.cpp
- remove all symbols that get linked into the symbol table from the garbage collector.
2017-02-08 14:34:39 +01:00
symbols.h
- remove all symbols that get linked into the symbol table from the garbage collector.
2017-02-08 14:34:39 +01:00
thingdef.cpp
- restored ZDoom 2.8.1's version of FindClassTentative which just modified the existing class instead of replacing it and having to run a costly and volatile PointerSubstitution call to replace all pointers to the old one.
2017-02-08 19:52:33 +01:00
thingdef.h
- remove all type table entries from garbage collection.
2017-02-08 22:43:20 +01:00
thingdef_data.cpp
- ColorpickerMenu.MouseEvent exported.
2017-02-10 11:44:46 +01:00
thingdef_properties.cpp
- Turned DropItem into a plain struct again like it was before the scripting branch got merged.
2017-02-08 20:37:22 +01:00