gzdoom-gles/src/textures
Christoph Oelckers 77b9c162e2 - Changed: The texture loader now looks for a TEXTURES lump for text based
texture definitions. HIRESTEX is still supported but deprecated.
- Removed all 16 bit values from texture manager.
- Changed: The texture manager now sorts all textures for a WAD by type
  to avoid priority issues with HIRESTEX defined textures.
- Changed sidedef flag WALLF_ADDTRANS into a linedef flag because it is
  always the same for both sides of a linedef. This also makes handling
  this in the UDMF parser easier because the linedef parsing function does
  not need to access the sidedef data.
- Added new ZDoom specific UDMF linedef and sidedef properties to map parser.
- Added new ZDoom specific UDMF sector properties to map parser.
- Added class definitions for new interpolators that are better 
  equipped to interact with the interpolated objects.
- Separated interpolation code into its own file r_interpolate.cpp.
- Added some simple customization options to the end game screens.
- Fixed: Polyobject detection in the internal node builder did not work 
  anymore due to some code rearrangement for UDMF map loading. To keep
  it compatible between all map formats the THINGS lump of binary format
  maps must be loaded before building the nodes. This also means that
  the spawning itself can be done in the same function for all map types
  (except Build) now.
- Changed 'Smooth mouse movement' menu option from m_filter to smooth_mouse
  which is more what would be expected from this option.
- Fixed: Weapons and ammo items that were modified by Dehacked gave full
  ammo when being dropped by monsters. To properly handle this the
  handling of spawning Dehacked modified pickups was changed to use
  the DECORATE replacement feature instead of hacking the spawn state
  of the original item and calling a spawn function from there.



SVN r1001 (trunk)
2008-05-30 06:56:50 +00:00
..
automaptexture.cpp - Turned on warning level 4 just to see what it would produce: a lot of 2006-12-21 04:34:43 +00:00
bitmap.cpp - Fixed: 3D hardware texture filling did not copy pixels with 0 alpha, 2008-05-16 23:36:47 +00:00
bitmap.h - Fixed: All translucent blending operations for CopyColors must treat an 2008-05-17 08:18:31 +00:00
buildtexture.cpp - Fixed: Thing_ProjectileAimed did not set the missile's speed correctly. 2007-03-06 01:33:18 +00:00
canvastexture.cpp - Fixed: The SimpleCanvas in FCanvasTexture must be declared as a soft 2008-03-12 17:47:22 +00:00
ddstexture.cpp - Made translation support for multipatch textures operational. 2008-04-16 18:17:20 +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 - Fixed: A_VileAttack positioned the fire on the wrong side of the target. 2008-04-14 12:10:45 +00:00
jpegtexture.cpp - Added translucent blending modes to FMultipatchTexture (not tested yet!) 2008-04-22 18:48:30 +00:00
multipatchtexture.cpp - Fixed: The first texture in a TEXTURE1 lump, although invalid when used 2008-05-23 14:04:16 +00:00
patchtexture.cpp - Fixed: A_VileAttack positioned the fire on the wrong side of the target. 2008-04-14 12:10:45 +00:00
pcxtexture.cpp - Added translucent blending modes to FMultipatchTexture (not tested yet!) 2008-04-22 18:48:30 +00:00
pngtexture.cpp - Added translucent blending modes to FMultipatchTexture (not tested yet!) 2008-04-22 18:48:30 +00:00
rawpagetexture.cpp - Fixed AInventory::PickupFlash setting with GCC. 2008-02-17 02:40:03 +00:00
texture.cpp - Fixed: 3D hardware texture filling did not copy pixels with 0 alpha, 2008-05-16 23:36:47 +00:00
texturemanager.cpp - Changed: The texture loader now looks for a TEXTURES lump for text based 2008-05-30 06:56:50 +00:00
tgatexture.cpp - Added translucent blending modes to FMultipatchTexture (not tested yet!) 2008-04-22 18:48:30 +00:00
warptexture.cpp - Fixed: Warped textures didn't work anymore because the default speed was 0. 2008-05-01 23:52:57 +00:00