vkdoom_m/src/textures
Christoph Oelckers d5c3693fd9 - Added SnowKate709's A_DamageMaster/A_DamageChildren patch.
- Added a SFX_TRANSFERAMBUSHFLAG for A_SpawnItemEx.
- Added "Shaded" as a valid parameter for DECORATE's RenderStyle.
- Added Karate Chris's patch for a MAPINFO option making Strife conversations
  not halt the game.
- Extended the $limit fix that $alias and $random definitions can have their
  own $limit now.
- Fixed: When resolving a linked sound the limit of the current sound was
  ignored and the one of the referenced sound being used. This was particularly
  noticable when using the chaingun in a group of Zombiemen.
- Added a namespc parameter to FWadCollection::CheckNumForFullName which is
  used when a normal lump name has to be looked up and changed all
  CheckNumForFullName/CheckNumForName combinations in the source to use
  the extended version of CheckNumForFullName only to have consistent
  behavior for lump name lookup. 

SVN r865 (trunk)
2008-03-29 22:59:41 +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
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 - Fixed: DFrameBuffer::CopyPixelData copied data as RGBA instead of BGRA. 2007-12-27 11:53:09 +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: If you called the FString assignment operator that accepts a 2007-01-25 04:02:06 +00:00
jpegtexture.cpp - Changed the way gamma works for D3DFB: In windowed mode, the display is 2007-12-27 04:30:12 +00:00
multipatchtexture.cpp - Fixed: ANIMATED allowed animations between different texture types. 2008-03-25 09:43:50 +00:00
patchtexture.cpp - Turned on warning level 4 just to see what it would produce: a lot of 2006-12-21 04:34:43 +00:00
pcxtexture.cpp - Fixed: D_ReadUserInfoString() parsed the final element of a compact string 2008-02-09 03:09:56 +00:00
pngtexture.cpp - Fixed: D_ReadUserInfoString() parsed the final element of a compact string 2008-02-09 03:09:56 +00:00
rawpagetexture.cpp - Fixed AInventory::PickupFlash setting with GCC. 2008-02-17 02:40:03 +00:00
texture.cpp - Fixed AInventory::PickupFlash setting with GCC. 2008-02-17 02:40:03 +00:00
texturemanager.cpp - Added SnowKate709's A_DamageMaster/A_DamageChildren patch. 2008-03-29 22:59:41 +00:00
tgatexture.cpp - Changed the way gamma works for D3DFB: In windowed mode, the display is 2007-12-27 04:30:12 +00:00
warptexture.cpp - Increased precision of texture scaling factors to full fixed point. In the process 2007-04-29 12:07:27 +00:00