Commit History

Author SHA1 Message Date
  Ryan C. Gordon 4cfd7277f3 Made archiver list dynamic, in preparation for external archivers. 14 years ago
  Ryan C. Gordon 0de337eb75 Renamed PHYSFS_Archiver::dirClose() to PHYSFS_Archiver::closeArchive(). 14 years ago
  Ryan C. Gordon b2e6882f52 Another FIXME. 14 years ago
  Ryan C. Gordon dda627412c More FIXME cleanup. 14 years ago
  Ryan C. Gordon 9d01a645ed Make sure base dir always has a dirsep at the end of it. 14 years ago
  Ryan C. Gordon 0584117f85 Changed so that this builds a reasonable default with no command line #defines. 14 years ago
  Ryan C. Gordon 76fdd9cab6 Removed a FIXME: actually, the code DOES set an error, as far as I can tell. 14 years ago
  Ryan C. Gordon 46125c95b3 Removed a FIXME. 14 years ago
  Ryan C. Gordon a0af6bbb71 Removed fallback for systems that have no userdir. 14 years ago
  Ryan C. Gordon b1d4afcbd3 Cleaned up some FIXMEs. 14 years ago
  Ryan C. Gordon 60aa0e460c Make sure the prefdir has a final dirsep on it. 14 years ago
  Ryan C. Gordon 43367c0c29 Fixed some brainfarts in the Windows version of PHYSFS_getPrefDir(). 14 years ago
  Ryan C. Gordon 3a5a780988 PHYSFS_setSaneConfig() now uses PHYSFS_getPrefDir(). 14 years ago
  Ryan C. Gordon 24d6a925d1 Added PHYSFS_getPrefDir(). 14 years ago
  Ryan C. Gordon ba676b23e5 Reworked the error reporting API. Now we use error codes instead of strings. 14 years ago
  Ryan C. Gordon 8d7cf56651 Fixed mutex misuse. 14 years ago
  Ryan C. Gordon be4ae4d401 Removed __PHYSFS_platformCvtToDependent(). 14 years ago
  Ryan C. Gordon 03dbc3f758 Make __PHYSFS_platformDirSeparator into a single char. 14 years ago
  Ryan C. Gordon aaf8868c8d Removed __PHYSFS_convertToDependent(), as dead code. 14 years ago
  Ryan C. Gordon 624d7f3a42 Fixed PHYSFS_read() and PHYSFS_write() in the dev branch. 14 years ago
  Ryan C. Gordon 611aeec61b Removed __PHYSFS_platformRealPath(). 14 years ago
  Ryan C. Gordon df3c281014 Fixed some compiler warnings. 14 years ago
  Ryan C. Gordon 9dceda3d9f Align smallAllocs to the native pointer size. 14 years ago
  Ryan C. Gordon a0b21c9ae9 Cleaned up all the readAll() cut and paste. 14 years ago
  Ryan C. Gordon 9d11b991bc Fixed up some bugs that clang's static analysis reported. 14 years ago
  Ryan C. Gordon f5e0dbe78b Patched to compile on Windows. 15 years ago
  Ryan C. Gordon 4d567a0d2f Fixed cut-and-paste error in malloc() failure test (thanks, Tolga!). 15 years ago
  Ryan C. Gordon f871802f51 Cleaned up some #includes. 15 years ago
  Ryan C. Gordon 7f0e7105a7 Removed isDirectory, isSymLink and exists methods from internal code. 15 years ago
  Ryan C. Gordon 84c6e2242e Added PHYSFS_mountHandle(). Now you can do archives-in-archives! 15 years ago