physfs/src
Ryan C. Gordon 57bbcc3eb3 Fixed compiler warning about unused variable because assert() is awful. 2015-07-02 23:36:33 -04:00
..
lzma Some targets need string.h here. 2010-02-03 22:50:07 -05:00
archiver_dir.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_grp.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_hog.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_iso9660.c Fixed incorrect logic ("!x != 5" instead of "x != 5"). 2015-06-16 10:46:56 -04:00
archiver_lzma.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_mvl.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_qpak.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_slb.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_unpacked.c Cleaned out "exists" nonsense in openRead() API. 2012-11-30 13:00:08 -05:00
archiver_wad.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_zip.c This returns -1 on error, not zero. :/ 2014-02-07 16:23:12 -05:00
physfs.c Fixed compiler warning about unused variable because assert() is awful. 2015-07-02 23:36:33 -04:00
physfs.h PHYSFS_enumerateFiles() actually promises sorting order, and always has. 2014-08-14 21:17:04 -04:00
physfs_byteorder.c Reworked the error reporting API. Now we use error codes instead of strings. 2012-03-20 15:38:12 -04:00
physfs_casefolding.h Moved directory structure around. 2009-03-27 15:10:42 -04:00
physfs_internal.h Added support for WinRT 8.1 Universal Apps. 2015-03-29 07:03:30 +02:00
physfs_miniz.h Replace C++/C99 single-line comments in miniz with C98 /* comments */ ... 2012-03-11 03:56:24 -04:00
physfs_platforms.h Removed some tabs and an extra semicolon. 2015-04-19 23:25:29 -04:00
physfs_unicode.c Short circuit case-insensitive compare of two equal Unicode codepoints. 2014-08-14 21:33:24 -04:00
platform_beos.cpp More FIXME cleanup. 2012-03-24 00:26:04 -04:00
platform_macosx.c Renamed a function to make Clang static analysis happy. 2014-02-07 16:17:48 -05:00
platform_posix.c Don't fsync() read-only filehandles (thanks, Andreas!). 2013-08-21 23:30:33 -04:00
platform_unix.c Make static analysis happy. 2014-08-19 10:55:56 -04:00
platform_windows.c Added support for WinRT 8.1 Universal Apps. 2015-03-29 07:03:30 +02:00
platform_winrt.cpp Removed a few tabstops to test something on the Mercurial server. 2015-06-18 00:12:15 -04:00