98
|
1 |
Stuff that needs to be done and wishlist:
|
92
|
2 |
|
509
|
3 |
These are in no particular order. A 1.0 release is reliant on doing some of
|
136
|
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.
|
572
|
13 |
- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc().
|
405
|
14 |
- macclassic.c :
|
|
15 |
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
|
572
|
16 |
- Platforms to port to: Amiga (needs platform driver), DOS4GW (platform driver).
|
466
|
17 |
- profile string list interpolation.
|
484
|
18 |
- We have two different ways to find dir entries in zip.c.
|
|
19 |
- Do symlinks in zip archiver work when they point to dirs?
|
469
|
20 |
- Enable more warnings?
|
360
|
21 |
- Use __cdecl in physfs.h?
|
136
|
22 |
- Look for FIXMEs (many marked with "!!!" in comments).
|
|
23 |
- Probably other stuff. Requests and recommendations are welcome.
|
77
|
24 |
|
|
25 |
// end of TODO ...
|
|
26 |
|