mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-08 05:51:26 +00:00
159c548c5a
string. With strings being passed as names this is unsafe. - Removed unused parameter types from the function parameter parser for DECORATE. - Changed: All actor name parameters in DECORATE are now passed as FNames, not as strings. - Fixed: The MAPINFO parser stored the RedirectType as a type pointer. But at this point DECORATE hasn't been read yet so this was limited to the internal classes. - Fixed: TXT_NEED_IDCARD wasn't terminated with a ';'. - Fixed: Strife's DeadRebel was missing its DoomEdNum. - With names as type identifiers it is no longer necessary to remap the monster types to internal constants in A_BossDeath. - Fixed: A_BossDeath got the string from a name - just to get a name from the string. Using the name directly is sufficient. SVN r103 (trunk) |
||
---|---|---|
.. | ||
a_arachnotron.cpp | ||
a_archvile.cpp | ||
a_bossbrain.cpp | ||
a_bruiser.cpp | ||
a_cacodemon.cpp | ||
a_cyberdemon.cpp | ||
a_demon.cpp | ||
a_doomartifacts.cpp | ||
a_doomglobal.h | ||
a_doomhealth.cpp | ||
a_doomimp.cpp | ||
a_doommisc.cpp | ||
a_doomplayer.cpp | ||
a_doomweaps.cpp | ||
a_fatso.cpp | ||
a_keen.cpp | ||
a_lostsoul.cpp | ||
a_painelemental.cpp | ||
a_possessed.cpp | ||
a_revenant.cpp | ||
a_scriptedmarine.cpp | ||
a_spidermaster.cpp | ||
doom_sbar.cpp |