2001-09-15 00:57:22 +02:00
|
|
|
Stuff that needs to be done and wishlist:
|
2001-09-02 03:17:35 +02:00
|
|
|
|
2004-01-08 06:52:41 +01:00
|
|
|
These are in no particular order.
|
|
|
|
Some might be dupes, some might be done already.
|
2002-03-25 06:01:29 +01:00
|
|
|
|
2002-07-23 09:49:20 +02:00
|
|
|
- Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less
|
2002-03-25 06:01:29 +01:00
|
|
|
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,
|
2004-01-08 06:52:41 +01:00
|
|
|
an installer/updater.
|
2003-05-24 05:38:58 +02:00
|
|
|
- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc().
|
2004-01-08 06:52:41 +01:00
|
|
|
- Reduce malloc() pressure all over the place. We fragment memory like mad.
|
2002-07-27 03:29:40 +02:00
|
|
|
- macclassic.c :
|
|
|
|
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
|
2003-05-24 05:38:58 +02:00
|
|
|
- Platforms to port to: Amiga (needs platform driver), DOS4GW (platform driver).
|
2002-08-21 04:58:30 +02:00
|
|
|
- profile string list interpolation.
|
2002-08-29 01:32:48 +02:00
|
|
|
- We have two different ways to find dir entries in zip.c.
|
|
|
|
- Do symlinks in zip archiver work when they point to dirs?
|
2002-08-21 06:39:08 +02:00
|
|
|
- Enable more warnings?
|
2002-07-21 12:05:06 +02:00
|
|
|
- Use __cdecl in physfs.h?
|
2002-03-25 06:01:29 +01:00
|
|
|
- Look for FIXMEs (many marked with "!!!" in comments).
|
|
|
|
- Probably other stuff. Requests and recommendations are welcome.
|
2001-08-29 05:10:45 +02:00
|
|
|
|
2002-03-25 06:01:29 +01:00
|
|
|
// end of TODO ...
|
2001-08-29 05:10:45 +02:00
|
|
|
|