gzdoom-gles/src/thingdef
Christoph Oelckers 87f3c9c5b7 - fixed: The floor waggle code used FloatBobOffsets as sine table but this
only has 64 entries and is not precise enough. It now uses finesine instead.
- fixed: When compositing a multipatch texture any patch that is a multpatch
  texture itself and contains rotations may not be composited directly into
  the destination buffer. This must be done with an intermediate buffer.
- Fixed: Drawing a slider in the options menu did not scale the x-coordinate.
- Fixed: If the alt HUD had to draw negative numbers the minus sign was misplaced
  due to incorrect texture coordinate calculations.
- changed option menu scaling for widescreen modes so that it doesn't scale down
  so quickly. 
- made some error messages in DECORATE that don't affect the parsing non-fatal
  so that the parser can continue to find more problems.

SVN r2076 (trunk)
2010-01-02 11:38:27 +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 - Fixed: A_ThrowGrenade used the same code as the old fighter flechette, so 2009-12-31 06:13:47 +00:00
thingdef_data.cpp - Fixed: R_GetOneSkyColumn() and R_GetTwoSkyColumns are mulscaling an 2009-11-08 02:51:22 +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 - Replaced toint/quickertoint with the portable routines from xs_Float.h. The 2009-11-20 05:34:20 +00:00
thingdef_parse.cpp - fixed: The floor waggle code used FloatBobOffsets as sine table but this 2010-01-02 11:38:27 +00:00
thingdef_properties.cpp - Split weaveindex into two separate byte-sized properties and moved them into unused space 2009-12-25 00:19:28 +00:00
thingdef_states.cpp - made max. view pitch a property of the renderer so that it's overridable without 2009-10-25 15:26:19 +00:00
thingdef_type.h - Made several DECORATE errors which do not involve parsing non-fatal. 2008-12-29 23:03:38 +00:00