gzdoom-gles/src/resourcefiles
Randy Heit 93202a5488 - Removed -fno-strict-aliasing from the GCC flags for ZDoom and fixed the
issues that caused its inclusion. Is an optimized GCC build any faster
  for being able to use strict aliasing rules? I dunno. It's still slower
  than a VC++ build.
  
  I did run into two cases where TAutoSegIterator caused intractable problems
  with breaking strict aliasing rules, so I removed the templating from it,
  and the caller is now responsible for casting the probe value from void *.
- Removed #include "autosegs.h" from several files that did not need it
  (in particular, dobject.h when not compiling with VC++).


SVN r1743 (trunk)
2009-08-02 03:38:57 +00:00
..
ancientzip.cpp SBARINFO patch: 2009-05-20 01:42:47 +00:00
ancientzip.h SBARINFO patch: 2009-05-20 01:42:47 +00:00
file_7z.cpp - Rewrote IWAD detection code to use the ResourceFile classes instead of 2009-05-30 09:53:38 +00:00
file_directory.cpp - Applied patch for fixing directory reading on Linux. 2009-06-01 06:43:32 +00:00
file_grp.cpp - Rewrote IWAD detection code to use the ResourceFile classes instead of 2009-05-30 09:53:38 +00:00
file_lump.cpp - Rewrote IWAD detection code to use the ResourceFile classes instead of 2009-05-30 09:53:38 +00:00
file_pak.cpp - Rewrote IWAD detection code to use the ResourceFile classes instead of 2009-05-30 09:53:38 +00:00
file_rff.cpp - Rewrote IWAD detection code to use the ResourceFile classes instead of 2009-05-30 09:53:38 +00:00
file_wad.cpp - Changed wad namespacing so that wads with a missing end marker will be 2009-06-11 22:58:06 +00:00
file_zip.cpp - Added loading directories into the lump directory. 2009-05-31 10:49:47 +00:00
resourcefile.cpp - Added loading directories into the lump directory. 2009-05-31 10:49:47 +00:00
resourcefile.h - Removed -fno-strict-aliasing from the GCC flags for ZDoom and fixed the 2009-08-02 03:38:57 +00:00