qzdoom/src/textures
Braden Obrzut 9c8bb236ec - Backport r1253 through r1256 and r1259 of GZDoom.
* By pressing request, allow Linux users to build ZDoom with an FMOD version that doesn't give them 3D sound positioning. :p
	* Fixed severe copy-pasta portal copy bug.
	* 3D floors hidden by being moved above the ceiling or below the floor will no longer show in the automap.
	* Reject TEXTURES scale of 0. They'd do nothing but provoke a division by zero error.
	* Maybe fixed Linux compilation?

SVN r3297 (trunk)
2011-09-27 01:14:31 +00:00
..
anim_switches.cpp - took all includes of farchive.h out of headers. This file will have to be included explicitly in each source file that needs it. 2011-07-06 14:20:54 +00:00
animations.cpp - removed unneeded includes of r_local.h. 2011-07-06 18:12:16 +00:00
automaptexture.cpp - moved the code from r_data.cpp to some better fitting places and deleted this file and r_data.h because the remaining parts of it were just a random collection of unrelated functions. 2011-07-05 10:02:38 +00:00
bitmap.cpp - moved r_interpolate.cpp and r_translate.cpp to r_data. 2011-07-06 08:50:15 +00:00
bitmap.h - merged menu branch back into trunk. 2010-09-14 17:28:18 +00:00
buildtexture.cpp - removed unneeded includes of r_local.h. 2011-07-06 18:12:16 +00:00
canvastexture.cpp - separation of software renderer from the rest of the code complete. All external access to the renderer is routed through the FRenderer interface class now, with two exceptions (2D texture drawing to a canvas and polymost testing code) that are handled by #defines. 2011-07-07 15:37:47 +00:00
ddstexture.cpp - removed unneeded includes of r_local.h. 2011-07-06 18:12:16 +00:00
emptytexture.cpp - moved the code from r_data.cpp to some better fitting places and deleted this file and r_data.h because the remaining parts of it were just a random collection of unrelated functions. 2011-07-05 10:02:38 +00:00
flattexture.cpp - moved the code from r_data.cpp to some better fitting places and deleted this file and r_data.h because the remaining parts of it were just a random collection of unrelated functions. 2011-07-05 10:02:38 +00:00
imgztexture.cpp - moved the code from r_data.cpp to some better fitting places and deleted this file and r_data.h because the remaining parts of it were just a random collection of unrelated functions. 2011-07-05 10:02:38 +00:00
jpegtexture.cpp - moved r_interpolate.cpp and r_translate.cpp to r_data. 2011-07-06 08:50:15 +00:00
multipatchtexture.cpp - Backport r1253 through r1256 and r1259 of GZDoom. 2011-09-27 01:14:31 +00:00
patchtexture.cpp - moved the code from r_data.cpp to some better fitting places and deleted this file and r_data.h because the remaining parts of it were just a random collection of unrelated functions. 2011-07-05 10:02:38 +00:00
pcxtexture.cpp - removed unneeded includes of r_local.h. 2011-07-06 18:12:16 +00:00
pngtexture.cpp - removed unneeded includes of r_local.h. 2011-07-06 18:12:16 +00:00
rawpagetexture.cpp - moved the code from r_data.cpp to some better fitting places and deleted this file and r_data.h because the remaining parts of it were just a random collection of unrelated functions. 2011-07-05 10:02:38 +00:00
texture.cpp - moved r_interpolate.cpp and r_translate.cpp to r_data. 2011-07-06 08:50:15 +00:00
texturemanager.cpp - separation of software renderer from the rest of the code complete. All external access to the renderer is routed through the FRenderer interface class now, with two exceptions (2D texture drawing to a canvas and polymost testing code) that are handled by #defines. 2011-07-07 15:37:47 +00:00
textures.h - separation of software renderer from the rest of the code complete. All external access to the renderer is routed through the FRenderer interface class now, with two exceptions (2D texture drawing to a canvas and polymost testing code) that are handled by #defines. 2011-07-07 15:37:47 +00:00
tgatexture.cpp - removed unneeded includes of r_local.h. 2011-07-06 18:12:16 +00:00
warptexture.cpp - removed more r_ header dependencies from the rest of the code. 2011-07-06 15:31:05 +00:00