Ryan C. Gordon пре 23 година
родитељ
комит
3e3bdd28c2
3 измењених фајлова са 11 додато и 7 уклоњено
  1. 1 0
      CHANGELOG
  2. 7 6
      CREDITS
  3. 3 1
      TODO

+ 1 - 0
CHANGELOG

@@ -2,6 +2,7 @@
  * CHANGELOG.
  * CHANGELOG.
  */
  */
 
 
+08092002 - Added Quake PAK archiver (qpak.c) by Ed Sinjiashvili. Thanks!
 08012002 - Patched win32.c to compile.
 08012002 - Patched win32.c to compile.
 07302002 - Minor error handling fix (thanks, Alexander!)
 07302002 - Minor error handling fix (thanks, Alexander!)
 07292002 - Found some memory leaks, thanks to Valgrind (which rules, btw).
 07292002 - Found some memory leaks, thanks to Valgrind (which rules, btw).

+ 7 - 6
CREDITS

@@ -18,24 +18,25 @@ More win32 hacking:
 
 
 Fixes for missing current working directories,
 Fixes for missing current working directories,
 PHYSFS_setSaneConfig() improvements,
 PHYSFS_setSaneConfig() improvements,
-other bugfixes,
+other bugfixes:
     David Hedbor
     David Hedbor
 
 
-Darwin support,
+Darwin support:
     Patrick Stein
     Patrick Stein
 
 
 configure fixes,
 configure fixes,
-RPM specfile,
+RPM specfile:
     Edward Rudd
     Edward Rudd
 
 
 GetLastModTime API,
 GetLastModTime API,
-other stuff,
+other stuff:
     John R. Hall
     John R. Hall
 
 
-Various support, fixes and suggestions,
+Various support, fixes and suggestions:
     Alexander Pipelka
     Alexander Pipelka
 
 
-Russian translation:
+Russian translation,
+QPAK archiver:
     Ed Sinjiashvili
     Ed Sinjiashvili
 
 
 Spanish translation:
 Spanish translation:

+ 3 - 1
TODO

@@ -12,13 +12,15 @@ These are in no particular order. A 1.0 release is reliant on doing most of
   nice for an email program. That's blue sky, unless someone wants to tackle
   nice for an email program. That's blue sky, unless someone wants to tackle
   it.
   it.
 - Need PHYSFS_LANG_GERMAN.
 - Need PHYSFS_LANG_GERMAN.
+- I'm a little nervous about the use of linked lists in qpak.c.
+- Add qpak.c and PHYSFS_SUPPORTS_QPAK to mac classic, os/2, and win32 projects.
 - Figure out that pesky pthread casting problem.
 - Figure out that pesky pthread casting problem.
 - macclassic.c :
 - macclassic.c :
   "/* (Hmm. Default behaviour is broken in the base library.  :)  )  */"
   "/* (Hmm. Default behaviour is broken in the base library.  :)  )  */"
 - Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP,
 - Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP,
   MacOS 8.1
   MacOS 8.1
 - Platforms to port to: PocketPC (Maybe can just use win32.c?),
 - Platforms to port to: PocketPC (Maybe can just use win32.c?),
-  Amiga (needs platform driver).
+  Amiga (needs platform driver), DOS4GW (platform driver).
 - Use __cdecl in physfs.h?
 - Use __cdecl in physfs.h?
 - Look for FIXMEs (many marked with "!!!" in comments).
 - Look for FIXMEs (many marked with "!!!" in comments).
 - Probably other stuff. Requests and recommendations are welcome.
 - Probably other stuff. Requests and recommendations are welcome.