98
|
1 |
Stuff that needs to be done and wishlist:
|
92
|
2 |
|
624
|
3 |
These are in no particular order.
|
|
4 |
Some might be dupes, some might be done already.
|
136
|
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,
|
624
|
9 |
an installer/updater.
|
572
|
10 |
- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc().
|
624
|
11 |
- Reduce malloc() pressure all over the place. We fragment memory like mad.
|
405
|
12 |
- macclassic.c :
|
|
13 |
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
|
572
|
14 |
- Platforms to port to: Amiga (needs platform driver), DOS4GW (platform driver).
|
466
|
15 |
- profile string list interpolation.
|
484
|
16 |
- We have two different ways to find dir entries in zip.c.
|
|
17 |
- Do symlinks in zip archiver work when they point to dirs?
|
469
|
18 |
- Enable more warnings?
|
360
|
19 |
- Use __cdecl in physfs.h?
|
136
|
20 |
- Look for FIXMEs (many marked with "!!!" in comments).
|
|
21 |
- Probably other stuff. Requests and recommendations are welcome.
|
77
|
22 |
|
|
23 |
// end of TODO ...
|
|
24 |
|