提交歷史

作者 SHA1 備註 提交日期
  Ryan C. Gordon 4eafb44817 Get rid of array of static archivers. 13 年之前
  Ryan C. Gordon 36b542ee7f Cleaned out "exists" nonsense in openRead() API. 13 年之前
  Ryan C. Gordon 697c31e81b Remove __PHYSFS_setError(), use the new public API instead. 13 年之前
  Ryan C. Gordon 7824a093fb Cleaned out the "exists" nonsense in the stat() API. 13 年之前
  Ryan C. Gordon ada24e9c5d Moved supportsSymlinks into PHYSFS_ArchiveInfo. 13 年之前
  Ryan C. Gordon 16ee8355db Centralize responsibility for filtering symlinks during enumeration. 13 年之前
  Ryan C. Gordon e40d80b00f Allow application-supplied archivers. 13 年之前
  Aleksi Nurmi fd137cba42 SLB archiver 13 年之前
  Ryan C. Gordon 5c18db7fe9 Don't sort if there's nothing to do (prevents array underflow, too). 14 年之前
  Ryan C. Gordon a865b14bec Added Zip64 support to the .zip archiver. 14 年之前
  Ryan C. Gordon 758e5beedb Moved PHYSFS_ArchiveInfo into PHYSFS_Archiver. 14 年之前
  Ryan C. Gordon 6222a4a92d Add binary compatibility to PHYSFS_Io. 14 年之前
  Ryan C. Gordon a7383c295f Moved some functions around. 14 年之前
  Ryan C. Gordon 107f07da97 Better cleanup if PHYSFS_init() fails halfway through. 14 年之前
  Ryan C. Gordon 4cfd7277f3 Made archiver list dynamic, in preparation for external archivers. 14 年之前
  Ryan C. Gordon 0de337eb75 Renamed PHYSFS_Archiver::dirClose() to PHYSFS_Archiver::closeArchive(). 14 年之前
  Ryan C. Gordon b2e6882f52 Another FIXME. 14 年之前
  Ryan C. Gordon dda627412c More FIXME cleanup. 14 年之前
  Ryan C. Gordon 9d01a645ed Make sure base dir always has a dirsep at the end of it. 14 年之前
  Ryan C. Gordon 0584117f85 Changed so that this builds a reasonable default with no command line #defines. 14 年之前
  Ryan C. Gordon 76fdd9cab6 Removed a FIXME: actually, the code DOES set an error, as far as I can tell. 14 年之前
  Ryan C. Gordon 46125c95b3 Removed a FIXME. 14 年之前
  Ryan C. Gordon a0af6bbb71 Removed fallback for systems that have no userdir. 14 年之前
  Ryan C. Gordon b1d4afcbd3 Cleaned up some FIXMEs. 14 年之前
  Ryan C. Gordon 60aa0e460c Make sure the prefdir has a final dirsep on it. 14 年之前
  Ryan C. Gordon 43367c0c29 Fixed some brainfarts in the Windows version of PHYSFS_getPrefDir(). 14 年之前
  Ryan C. Gordon 3a5a780988 PHYSFS_setSaneConfig() now uses PHYSFS_getPrefDir(). 14 年之前
  Ryan C. Gordon 24d6a925d1 Added PHYSFS_getPrefDir(). 14 年之前
  Ryan C. Gordon ba676b23e5 Reworked the error reporting API. Now we use error codes instead of strings. 14 年之前
  Ryan C. Gordon 8d7cf56651 Fixed mutex misuse. 14 年之前