qzdoom/src/textures
Braden Obrzut 93be5aca05 - Fixed: Modern versions of GCC on PowerPC inserted padding to the end of pragma packed structures.
- Worked aorund modern GCC bug where C++ exceptions in Objective-C++ code would result in an ICE (bug is already on their tracker, but I doubt it will be fixed unless I decide to dig into the issue myself).
- Turn off fused floating point instructions since these can cause slight deviations in floating point code.
- Use -static-libgcc when compiling on the Mac with GCC since we need to use a custom version of GCC to do so now.
- Note: ZDoom will currently still crash on exit on PowerPC since it seems to be deciding that NameManager needs to be destructed before the console commands.
2016-03-13 01:14:08 -05:00
..
anim_switches.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
animations.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
automaptexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
bitmap.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
bitmap.h Normalize line endings 2016-03-01 09:47:10 -06:00
buildtexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
canvastexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
ddstexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
emptytexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
flattexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
imgztexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
jpegtexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
multipatchtexture.cpp Use ScriptMessage to warn about missing patches in a TEXTURES texture 2016-03-12 19:23:49 -06:00
patchtexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
pcxtexture.cpp - Fixed: Modern versions of GCC on PowerPC inserted padding to the end of pragma packed structures. 2016-03-13 01:14:08 -05:00
pngtexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
rawpagetexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
texture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
texturemanager.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
textures.h Normalize line endings 2016-03-01 09:47:10 -06:00
tgatexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
warptexture.cpp Normalize line endings 2016-03-01 09:47:10 -06:00