qzdoom/src/textures
Christoph Oelckers 6fe9c98b47 - Fixed: Hires texture replacements and auto-scaled flats require the
bWorldPanning flag. Also added some NULL pointer checks to the
  hires texture loading code.
- Added Sector_SetFloorScale2 and Sector_SetCeilingScale2 line specials.
  They are mostly the same as Sector_Set*Scale but take fixed point parameters.
  This makes them easier to use and more precise than the old ones which
  offered very small fractional precision.
- Changed Thing_Deactivate so that passing a tid of 0 deactivates the calling 
  actor.
- Added MeansOfDeath parameter to DamageThing.


SVN r350 (trunk)
2006-10-05 20:32:16 +00:00
..
automaptexture.cpp - Changed: Patch and IMGZ textures now initialize their dimensions upon creation. 2006-08-20 12:55:46 +00:00
buildtexture.cpp - Changed: Patch and IMGZ textures now initialize their dimensions upon creation. 2006-08-20 12:55:46 +00:00
canvastexture.cpp - Changed: Patch and IMGZ textures now initialize their dimensions upon creation. 2006-08-20 12:55:46 +00:00
ddstexture.cpp - Added support for DDS textures compressed with DXT1, DXT3, or DXT5. 2006-08-24 18:30:34 +00:00
flattexture.cpp - Changed: Patch and IMGZ textures now initialize their dimensions upon creation. 2006-08-20 12:55:46 +00:00
imgztexture.cpp - Changed: Patch and IMGZ textures now initialize their dimensions upon creation. 2006-08-20 12:55:46 +00:00
jpegtexture.cpp - Moved the text color definitions out of the executable and into an external 2006-08-30 02:38:39 +00:00
multipatchtexture.cpp - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +00:00
patchtexture.cpp - Fixed: Weapons did not give you double ammo at baby and nightmare skills. 2006-09-09 01:14:13 +00:00
pcxtexture.cpp - Added support for PCX textures (1, 4, 8 and 24 bit variants.) 2006-08-21 13:09:55 +00:00
pngtexture.cpp - Added support for PCX textures (1, 4, 8 and 24 bit variants.) 2006-08-21 13:09:55 +00:00
rawpagetexture.cpp - Changed: Patch and IMGZ textures now initialize their dimensions upon creation. 2006-08-20 12:55:46 +00:00
texture.cpp - Fixed: Hires texture replacements and auto-scaled flats require the 2006-10-05 20:32:16 +00:00
tgatexture.cpp - Moved the text color definitions out of the executable and into an external 2006-08-30 02:38:39 +00:00
warptexture.cpp - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +00:00