qzdoom/src/g_doom
Randy Heit 01e1295c50 - Replaced all instances of "flags +=" in sbarinfo_parser.cpp with "flags |="
so that using the same flag multiple times will not have unexpected results.
- sbarinfo update #21
  * Added: sigil image type to correctly draw the sigil's icon.
  * Added: Strife inventory bar style.  This is the only style that is radically
    different from the others.  First of all it changes the SELECTBO to be
    INVCURS and draws it before the icons.  Each box is changed to have a width
    of 35 pixels instead of 31 pixels.  And the INVCURS graphic is drawn at
    (x-6, y-2).
  * Added: whennnotzero flag to drawnumber which will cause it to draw nothing if
    the value is 0.
  * Fixed: New mugshot code would not leave the god state when it was supposed to
    enter the rampage state.
  * Fixed: The ouch state was mostly broken.


SVN r981 (trunk)
2008-05-19 23:07:08 +00:00
..
a_arachnotron.cpp - Converted Arachnotron, Archvile, Cyberdemon, Spidermastermind and 2006-11-04 16:19:50 +00:00
a_archvile.cpp - Fixed: A_VileAttack positioned the fire on the wrong side of the target. 2008-04-14 12:10:45 +00:00
a_bossbrain.cpp - Added translucent blending modes to FMultipatchTexture (not tested yet!) 2008-04-22 18:48:30 +00:00
a_bruiser.cpp - Fixed: The global WeaponSection string was never freed. It has been replaced 2006-10-31 14:53:21 +00:00
a_cacodemon.cpp - Fixed: The global WeaponSection string was never freed. It has been replaced 2006-10-31 14:53:21 +00:00
a_cyberdemon.cpp - Converted Arachnotron, Archvile, Cyberdemon, Spidermastermind and 2006-11-04 16:19:50 +00:00
a_demon.cpp - Fixed: The global WeaponSection string was never freed. It has been replaced 2006-10-31 14:53:21 +00:00
a_doomglobal.h - Added damage factors that allows to make monsters more or less resistant 2007-04-28 09:06:32 +00:00
a_doomimp.cpp - Fixed: The global WeaponSection string was never freed. It has been replaced 2006-10-31 14:53:21 +00:00
a_doommisc.cpp - Converted ExplosiveBarrel, BulletPuff and DoomUnusedStates to DECORATE. 2006-11-04 13:06:42 +00:00
a_doomweaps.cpp - Eliminated some more global variables (onmobj, DoRipping, LastRipped, 2008-04-10 14:38:43 +00:00
a_fatso.cpp - Fixed: A_CustomMissile with aimmode 2 ignored spawnofs_xy. 2008-03-20 21:12:03 +00:00
a_keen.cpp - Converted Arachnotron, Archvile, Cyberdemon, Spidermastermind and 2006-11-04 16:19:50 +00:00
a_lostsoul.cpp - Fixed: The global WeaponSection string was never freed. It has been replaced 2006-10-31 14:53:21 +00:00
a_painelemental.cpp - Fixed: PIT_FindFloorCeiling required tmx and tmy to be set but 2008-04-06 17:33:43 +00:00
a_possessed.cpp - Converted ExplosiveBarrel, BulletPuff and DoomUnusedStates to DECORATE. 2006-11-04 13:06:42 +00:00
a_revenant.cpp - Fixed: POwered up weapons with a different ready state than their base 2007-10-19 08:49:02 +00:00
a_scriptedmarine.cpp - Eliminated some more global variables (onmobj, DoRipping, LastRipped, 2008-04-10 14:38:43 +00:00
a_spidermaster.cpp - Converted Arachnotron, Archvile, Cyberdemon, Spidermastermind and 2006-11-04 16:19:50 +00:00
doom_sbar.cpp - Replaced all instances of "flags +=" in sbarinfo_parser.cpp with "flags |=" 2008-05-19 23:07:08 +00:00