98
|
1 |
Stuff that needs to be done and wishlist:
|
92
|
2 |
|
136
|
3 |
These are in no particular order. A 1.0 release is reliant on doing most of
|
|
4 |
this stuff. Some might be dupes, some might be done already.
|
|
5 |
|
366
|
6 |
- Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less
|
136
|
7 |
important, since streaming archives aren't of much value to games (which
|
|
8 |
is why zipfiles are king: random access), but it could have uses for, say,
|
|
9 |
an installer/updater. I thought it might be neat to have MBOX and Maildir
|
|
10 |
support so that both "archives" look identical to an application; might be
|
|
11 |
nice for an email program. That's blue sky, unless someone wants to tackle
|
|
12 |
it.
|
447
|
13 |
- Need PHYSFS_LANG_GERMAN.
|
451
|
14 |
- I'm a little nervous about the use of linked lists in qpak.c.
|
493
|
15 |
- Add qpak.c and PHYSFS_SUPPORTS_QPAK to mac classic projects.
|
405
|
16 |
- macclassic.c :
|
|
17 |
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
|
380
|
18 |
- Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP,
|
|
19 |
MacOS 8.1
|
405
|
20 |
- Platforms to port to: PocketPC (Maybe can just use win32.c?),
|
451
|
21 |
Amiga (needs platform driver), DOS4GW (platform driver).
|
466
|
22 |
- profile string list interpolation.
|
484
|
23 |
- We have two different ways to find dir entries in zip.c.
|
|
24 |
- Do symlinks in zip archiver work when they point to dirs?
|
475
|
25 |
- Is building internal zlib broken?
|
469
|
26 |
- Enable more warnings?
|
360
|
27 |
- Use __cdecl in physfs.h?
|
136
|
28 |
- Look for FIXMEs (many marked with "!!!" in comments).
|
492
|
29 |
- Check for tab chars in the source.
|
136
|
30 |
- Probably other stuff. Requests and recommendations are welcome.
|
77
|
31 |
|
|
32 |
// end of TODO ...
|
|
33 |
|