qzdoom/src/resourcefiles
Randy Heit c24c31cc9f - Added directory detection to the -file parameter. This obsoletes -dir, so
that parameter is now gone.
- Removed automatic ".wad" appending from FWadCollection::InitMultipleFiles()
  since it isn't needed and prevented files without extensions from being
  loaded. D_AddFile() already takes care of adding the extension if the
  name as-given does not exist.
- Fixed: Loading single files did not print a newline in the startup text.


SVN r1784 (trunk)
2009-09-02 03:47:48 +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 - Added directory detection to the -file parameter. This obsoletes -dir, so 2009-09-02 03:47:48 +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 - Fixed: Some dmadds wads used zero-length sprites as placeholders. When you 2009-09-02 02:17:11 +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