This commit is contained in:
Ryan C. Gordon 2002-09-23 18:33:57 +00:00
parent 0bc304268a
commit a8882c0cb8
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,8 @@
* CHANGELOG. * CHANGELOG.
*/ */
09232002 - Happy September. Updated VC++6 project files, fixed some
VC++ compile nags (more work to be done in zip.c).
08302002 - Cleaned tab stops out of zip.c, and fixed a possible infinite loop 08302002 - Cleaned tab stops out of zip.c, and fixed a possible infinite loop
in zip_find_entry(). in zip_find_entry().
08292002 - Fixed a mistake in makeos2.cmd, and updated the INSTALL docs. 08292002 - Fixed a mistake in makeos2.cmd, and updated the INSTALL docs.

4
TODO
View File

@ -3,7 +3,6 @@ Stuff that needs to be done and wishlist:
These are in no particular order. A 1.0 release is reliant on doing most of These are in no particular order. A 1.0 release is reliant on doing most of
this stuff. Some might be dupes, some might be done already. this stuff. Some might be dupes, some might be done already.
- Include the Visual Studio.NET project file in CVS directly.
- Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less - Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less
important, since streaming archives aren't of much value to games (which important, since streaming archives aren't of much value to games (which
is why zipfiles are king: random access), but it could have uses for, say, is why zipfiles are king: random access), but it could have uses for, say,
@ -13,8 +12,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of
it. it.
- Need PHYSFS_LANG_GERMAN. - Need PHYSFS_LANG_GERMAN.
- I'm a little nervous about the use of linked lists in qpak.c. - I'm a little nervous about the use of linked lists in qpak.c.
- Add qpak.c and PHYSFS_SUPPORTS_QPAK to mac classic and vc++6 projects. - Add qpak.c and PHYSFS_SUPPORTS_QPAK to mac classic projects.
- 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,