Commit History

Author SHA1 Message Date
  Ryan C. Gordon 8bcd72b9c2 Make PHYSFS_exists() work with mounts from PHYSFS_mountIo(io, NULL, ...) 7 years ago
  Ryan C. Gordon de036d2280 Don't set readonly if PHYSFS_stat()'ing something not in the write dir. 7 years ago
  Ryan C. Gordon cc759d22cc Turns out we were doing this for a (maybe not good, but reasonable) reason. 7 years ago
  Ryan C. Gordon a10c24dc74 Archivers can now specify whether an archive definitely was intended for them. 7 years ago
  Ryan C. Gordon 0f8949e765 Reduced some FIXME-3.0 tags to normal FIXME. They can wait. 7 years ago
  Ryan C. Gordon 158f501116 Sanity check archivers that should only have low-ASCII filename. 7 years ago
  Ryan C. Gordon 83f140a362 Filled in more documentation. 7 years ago
  Ryan C. Gordon 4a3efcf5f2 7z: do global initialization once without risking a race condition. 7 years ago
  Ryan C. Gordon e24c95fc14 PHYSFS_setSaneConfig uses enum callbacks now. 7 years ago
  Ryan C. Gordon 04b0d45097 Improved some documentation. 7 years ago
  Ryan C. Gordon 61167697bf Patched to compile on various platforms and compilers. 7 years ago
  Ryan C. Gordon 6e275ebbfb Don't mark the PHYSFS_EnumFilesCallback _typedef_ as deprecated. 7 years ago
  Ryan C. Gordon 6419a73a74 Updated docs to use PHYSFS_getLastErrorCode() instead of PHYSFS_getLastError(). 7 years ago
  Ryan C. Gordon d1e9431102 FIXME removal: document enumerateFiles() sorting promises. 7 years ago
  Ryan C. Gordon c824bf76e7 Added some FIXMEs and deprecated PHYSFS_getLastError(). 7 years ago
  Ryan C. Gordon 55bfa69999 Reworked enumeration to be more powerful. 7 years ago
  Ryan C. Gordon cd49a7d0ca Removed __PHYSFS_stricmpASCII functions. 7 years ago
  Ryan C. Gordon f13645898a Made physfs_lzmasdk.h's include-once blockers match other files' formatting. 7 years ago
  Ryan C. Gordon a9b5314fb4 ignorecase.c: use PHYSFS_utf8stricmp() now. 7 years ago
  Ryan C. Gordon 2bb01a0c76 utf8: big improvements to case-insensitive UTF-8 string compare. 7 years ago
  Ryan C. Gordon fab9626d07 FIXME removal: this code is fine, I guess. 7 years ago
  Ryan C. Gordon 1a35bd7805 haiku: CD-ROM detection should report any mounted volume on a B_CD device. 7 years ago
  Ryan C. Gordon 1af74a397c FIXME removal: it's okay for the PHYSFS_Io to be NULL here. 7 years ago
  Ryan C. Gordon b371f24374 apple: Patched to compile on XCode versions < 7. 7 years ago
  Ryan C. Gordon 580921b92c windows: minor cleanup. 7 years ago
  Ryan C. Gordon 78ce32b9f8 apple: Start using some Cocoa APIs, clean up a few related things. 7 years ago
  Ryan C. Gordon 2bd9168a85 Rename physfs_platform_macos.c to physfs_platform_apple.m 7 years ago
  Ryan C. Gordon f2074e3fc6 cmake: Pacify warning about Policy CMP0042 not being set. 7 years ago
  Ryan C. Gordon 71a86304a2 Fixed compiler warnings on GCC. 7 years ago
  Ryan C. Gordon c265e033a1 Fixed compiler warnings on Visual Studio. 7 years ago