Historique des commits

Auteur SHA1 Message Date
  Ryan C. Gordon af32072304 Archivers with matching file extensions get first shot at an archive. il y a 24 ans
  Ryan C. Gordon 69859a7bd9 Minor cleanups. il y a 24 ans
  Ryan C. Gordon 01567b3dcf Added __PHYSFS_addToLinkedStringList(). il y a 24 ans
  Ryan C. Gordon 1db7c3b70f Reports correctly when opening files for read without a search path defined. il y a 24 ans
  Ryan C. Gordon 943904cdd9 Fixed a crashbug when calling PHYSFS_deinit() twice in a row. il y a 24 ans
  Ryan C. Gordon 56cbc659da More proper error reporting. il y a 24 ans
  Ryan C. Gordon 5386a5c6a2 Added PHYSFS_getLastModTime() API. (Thanks, John Hall!) il y a 24 ans
  Ryan C. Gordon 769b2a5464 FIXME removal. il y a 24 ans
  Ryan C. Gordon a2bec46a6b Initial autoconf support. il y a 24 ans
  Ryan C. Gordon 7ffd15fb42 Doesn't grab mutex in __PHYSFS_setError() if PHYSFS_init() hasn't been called. il y a 24 ans
  Ryan C. Gordon bf00a81579 Updated. il y a 24 ans
  Ryan C. Gordon d5a699ccd2 Error subsystem does basic initialization during PHYSFS_init(), now. il y a 24 ans
  Ryan C. Gordon a366cfe1a2 Approved zeph's comments, fixed a few of my screwups. il y a 24 ans
  Gregory S. Read 5d5f15ca9a -Made type cast changes that Ryan needs to approve. il y a 24 ans
  Ryan C. Gordon 21a2eda1b5 Fixed calculateUserDir() to prevent extra dir separator insertion in default case. il y a 24 ans
  Ryan C. Gordon cccf065f68 Patched to compile on MacOS Classic, with CodeWarrior 6. il y a 24 ans
  Ryan C. Gordon 39406cbacc First shot at thread-safety. il y a 24 ans
  Ryan C. Gordon f2887cf047 Added typedefs and platform-specific i/o. il y a 24 ans
  Ryan C. Gordon 419d5cd017 Added __PHYSFS_platformInit() and __PHYSFS_platformDeinit(). il y a 24 ans
  Ryan C. Gordon 57a176068c const correctness fixes. il y a 24 ans
  Ryan C. Gordon cd58c9e523 Reports trouble setting the write dir in PHYSFS_setSaneConfig(). il y a 24 ans
  Ryan C. Gordon e444f9ed02 PHYSFS_setSaneConfig() fixes: set write dir correctly, and put it at start il y a 24 ans
  Ryan C. Gordon 1e6f2bc0d9 Changed PHYSFS_setSaneConfig()'s behaviour. API BREAKAGE. il y a 24 ans
  Ryan C. Gordon c3a00ee94b Patches from David Hedbor to handle missing current working directories. il y a 24 ans
  Ryan C. Gordon ed2a43b2ea Patched to compile with an ancient version of CodeWarrior. il y a 24 ans
  Ryan C. Gordon 709626633e Compiles and runs on Visual C. What an uphill climb THAT was. il y a 24 ans
  Ryan C. Gordon 2ce179303b Removed #include <unistd.h>, since it isn't needed in this file, and il y a 24 ans
  Ryan C. Gordon 3be0550a6c Safety memset when creating error information for a new thread. il y a 25 ans
  Ryan C. Gordon c83a82497c Cleaned up PHYSFS_openRead() a little. PHYSFS_addToSearchPath() now il y a 25 ans
  Ryan C. Gordon 2ea6feeb2b Explicit check for negative positions in PHYSFS_seek(). il y a 25 ans