qzdoom/src/thingdef
Christoph Oelckers f0f17e531c - move static AM color initialization into the AM_StaticInit function.
- move D_LoadWadSettings to keysections.cpp.
- made some more data reloadable.
- data structures filled by P_SetupLevel should be cleared before loading the level. They can remain non-empty in case of an error. There's probably more to fix here...
- fixed: MidiDevices and MusicAliases were not cleared before reloading local SNDINFOs.
- fixed signed/unsigned warnings in AddSwitchPair for real (GCC really allows -1u? MSVC prints a warning for that.)


SVN r3036 (trunk)
2010-12-14 00:50:02 +00:00
..
olddecorations.cpp - Merged SetState and SetStateNF into a single function. 2010-04-19 02:46:50 +00:00
thingdef.cpp - move static AM color initialization into the AM_StaticInit function. 2010-12-14 00:50:02 +00:00
thingdef.h - added Gez's dumpactors patch. 2010-07-26 17:10:43 +00:00
thingdef_codeptr.cpp - Added DavidPH's AProp_ScaleX/Y / A_SetScale submission. 2010-11-08 00:01:21 +00:00
thingdef_data.cpp - move static AM color initialization into the AM_StaticInit function. 2010-12-14 00:50:02 +00:00
thingdef_exp.cpp - Added the frandom decorate function, which is exactly like random except 2009-09-06 02:16:55 +00:00
thingdef_exp.h - Added the frandom decorate function, which is exactly like random except 2009-09-06 02:16:55 +00:00
thingdef_expression.cpp - Added DavidPH's AProp_ScaleX/Y / A_SetScale submission. 2010-11-08 00:01:21 +00:00
thingdef_parse.cpp - added Gez's dumpactors patch. 2010-07-26 17:10:43 +00:00
thingdef_properties.cpp - merged menu branch back into trunk. 2010-09-14 17:28:18 +00:00
thingdef_states.cpp - Merged SetState and SetStateNF into a single function. 2010-04-19 02:46:50 +00:00
thingdef_type.h - Made several DECORATE errors which do not involve parsing non-fatal. 2008-12-29 23:03:38 +00:00