qzdoom/src/thingdef
Christoph Oelckers 42ac64d964 - Fixed: Strife's quest based line actions also work in Deathmatch.
- Fixed: Gravity application was not correct. For actors with no vertical 
  momentum the initial pull is supposed to be twice as strong as when 
  vertical movement already takes place.
- added invquery CCMD like in Strife. Also removed all underscores from the
  tag strings so that they can be printed properly.
- Fixed: Skill baby was missing 'autousehealth' for all games.
- Added a new CVAR: sv_disableautohealth
- Autouse of health items is no longer hardwired to the default item classes. 
  There's a new property HealthPickup.Autouse. 0 means no autouse, 1 a small 
  Raven health item, 2 a large Raven health item and 3 a Strife item.



SVN r1452 (trunk)
2009-02-28 21:38:20 +00:00
..
olddecorations.cpp - Fixed: The map name display on the automap was incomplete. 2009-02-23 21:55:36 +00:00
thingdef.cpp - GCC compile fix and warning removal. 2009-02-21 21:44:15 +00:00
thingdef.h - GCC compile fix and warning removal. 2009-02-21 21:44:15 +00:00
thingdef_codeptr.cpp - fixed: Parsing of color strings with 6 characters and spaces did not work. 2009-01-06 00:03:18 +00:00
thingdef_data.cpp - Added GCC headers for intptr_t to tarray.h. 2009-02-24 21:19:10 +00:00
thingdef_exp.cpp - Fixed: The save percentage for Doom's green armor was slightly too low 2008-12-07 12:11:59 +00:00
thingdef_exp.h - Made several DECORATE errors which do not involve parsing non-fatal. 2008-12-29 23:03:38 +00:00
thingdef_expression.cpp - fixed: Parsing of color strings with 6 characters and spaces did not work. 2009-01-06 00:03:18 +00:00
thingdef_parse.cpp - GCC compile fix and warning removal. 2009-02-21 21:44:15 +00:00
thingdef_properties.cpp - Fixed: Strife's quest based line actions also work in Deathmatch. 2009-02-28 21:38:20 +00:00
thingdef_states.cpp - Fixed: The correct player class was not remembered when the menu had both 2008-12-27 20:18:31 +00:00
thingdef_type.h - Made several DECORATE errors which do not involve parsing non-fatal. 2008-12-29 23:03:38 +00:00