This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
58b3cb0971
vkdoom_m
/
src
/
common
/
objects
History
Christoph Oelckers
d71ef66957
- fixes copied from Raze.
2020-04-29 23:58:50 +02:00
..
autosegs.h
- moved DObject and core parts of the VM to 'common'.
2020-04-11 20:20:51 +02:00
dobject.cpp
- moved dumpactors CCMD out of dobject.cpp.
2020-04-11 20:20:52 +02:00
dobject.h
- fixes copied from Raze.
2020-04-29 23:58:50 +02:00
dobjgc.cpp
- moved most of the root marking out of the garbage collector, replacing it with callbacks.
2020-04-11 20:20:52 +02:00
dobjgc.h
- moved most of the root marking out of the garbage collector, replacing it with callbacks.
2020-04-11 20:20:52 +02:00
dobjtype.cpp
- took InitializeDefaults out of PClass and moved it to PClassActor.
2020-04-11 20:20:53 +02:00
dobjtype.h
- common fixes for compilation with GCC and Clang
2020-04-12 11:02:05 +03:00