qzdoom-gpl/src/thingdef
Christoph Oelckers 9cc67f565c - Added a check to Dehacked code which tries to set the blend color.
It must set it to 0 if the alpha is 0 to avoid problems with special
  colormap detection.
- Changed SPECIALCOLORMAP_MASK again so that it does not interfere with
  any valid setting. It must use a value with a 0-alpha because these
  are guaranteed not to be produced by the DECORATE code elsewhere.
- Fixed precision issues with AddFixedColormap's search for identical colormaps.
- Added custom colormap support to texture composition code.
- Fixed initialization of FSpecialColormap::GrayscaleToColor. This is not
  a mapping from the palette but from a [0,255] grayscale ramp and used to
  apply colormaps to true color images for texture composition.

SVN r1867 (trunk)
2009-09-22 08:06:52 +00:00
..
olddecorations.cpp - Split the bounce types completely into separate flags and consolidated 2009-09-06 01:49:17 +00:00
thingdef.cpp - GCC compile fix and warning removal. 2009-02-21 21:44:15 +00:00
thingdef.h - Fixed: Argument count for UsePuzzleItem was wrong. 2009-09-14 20:47:53 +00:00
thingdef_codeptr.cpp - added PinkSilver's A_Respawn enhancement patch. 2009-09-15 21:57:51 +00:00
thingdef_data.cpp - Gez's latest cleanup patch. 2009-09-17 20:54:07 +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 - Next round of things from Gez's experimental build: 2009-09-14 21:41:44 +00:00
thingdef_parse.cpp - Apply BHS's ThingActivation patch. 2009-09-22 01:16:54 +00:00
thingdef_properties.cpp - Added a check to Dehacked code which tries to set the blend color. 2009-09-22 08:06:52 +00:00
thingdef_states.cpp - Removed -fno-strict-aliasing from the GCC flags for ZDoom and fixed the 2009-08-02 03:38:57 +00:00
thingdef_type.h - Made several DECORATE errors which do not involve parsing non-fatal. 2008-12-29 23:03:38 +00:00