vkdoom_m/src/resourcefiles
alexey.lysiuk 878dcdc0a4 Fix loading of lumps from directory on OS X
Use POSIX-compliant opendir() / readdir() functions instead fts_open() / fts_read()
Unlike Linux version, on OS X fts_read() inserts extra slash character between source directory and traversed entry paths
2014-04-06 12:56:51 +03: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 - Fix c++11 literal suffix warnings / patch by Edward-san. 2013-07-22 22:25:44 +02:00
file_directory.cpp Fix loading of lumps from directory on OS X 2014-04-06 12:56:51 +03: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 - Added support for Blood's ambient sounds, because I thought it would be an easy way to 2010-03-18 05:01:10 +00:00
file_wad.cpp - Fix type conversion warning in file_wad.cpp. 2012-12-21 22:48:40 +00:00
file_zip.cpp - Ignored dehacked.exe from *.zip files to enable loading of *.deh files. 2013-08-02 10:17:06 +03:00
resourcefile.cpp - Remove 255 character length restriction on lump names. 2012-10-22 21:58:52 +00:00
resourcefile.h - Added support for Blood's ambient sounds, because I thought it would be an easy way to 2010-03-18 05:01:10 +00:00