Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.03 KB

TODO

File metadata and controls

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