gzdoom-gles/src/thingdef
Christoph Oelckers 5e2e389bd1 - fixed: The BFGBall's explosion sequence was missing a state.
- fixed: The brown Chaos Serpent in Hexen had an incorrect sprite for its
  ice death sequence set.
- fixed: Ammo upon game start does not get multiplied when on easy skill.
  Implementing this as an inventory flag IF_IGNORESKILL also allows to create
  ammo/weapon/backpack types that don't multiply the ammo given when on this
  skill.
- moved Doom exit sounds into SNDINFO as $random definitions.
- Fixed: Dying Lost Souls could be reset to their see state if they slammed into
  something.

SVN r540 (trunk)
2007-07-28 12:38:10 +00:00
..
olddecorations.cpp - Fixed: deadthings.txt contained a superfluous ';' which created parsing errors 2007-05-28 14:46:49 +00:00
thingdef.cpp - Split thingdef.cpp into several files so that the state and property code 2007-05-28 22:18:51 +00:00
thingdef.h - Split thingdef.cpp into several files so that the state and property code 2007-05-28 22:18:51 +00:00
thingdef_exp.cpp - Fixed: deadthings.txt contained a superfluous ';' which created parsing errors 2007-05-28 14:46:49 +00:00
thingdef_main.cpp - Split thingdef.cpp into several files so that the state and property code 2007-05-28 22:18:51 +00:00
thingdef_properties.cpp - fixed: The BFGBall's explosion sequence was missing a state. 2007-07-28 12:38:10 +00:00
thingdef_specials.gperf - Fixed: deadthings.txt contained a superfluous ';' which created parsing errors 2007-05-28 14:46:49 +00:00
thingdef_specials.h - Fixed: deadthings.txt contained a superfluous ';' which created parsing errors 2007-05-28 14:46:49 +00:00
thingdef_states.cpp - fixed: The BFGBall's explosion sequence was missing a state. 2007-07-28 12:38:10 +00:00