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.
|
2004-09-23 08:38:51 +02:00
|
|
|
- Cygwin should use unix/posix and not win32 platform code.
|
|
|
|
- Expose the archiver registration mechanism to the outside world.
|
|
|
|
- Find some way to relax or remove the security model for external tools.
|
|
|
|
- Non-blocking I/O
|
|
|
|
- mmap() in posix.c
|
|
|
|
- OSX shouldn't use ~/.app for userdir.
|
|
|
|
- fscanf and fprintf support in extras dir.
|
2004-09-26 02:24:05 +02:00
|
|
|
- Why do we call it openArchive and dirClose?
|
|
|
|
- Sanity check byte order at runtime.
|
|
|
|
- Memory locking?
|
2004-09-26 14:56:23 +02:00
|
|
|
- Find a better name than dvoid and fvoid.
|
|
|
|
- Can win32.c and pocketpc.c get merged?
|
|
|
|
- There's so much cut-and-paste between archivers...can this be reduced?
|
|
|
|
- General code audit.
|
|
|
|
- Multiple write dirs with mount points?
|
|
|
|
- Deprecate PHYSFS_setSaneConfig and move it to extras?
|
2004-09-26 15:15:03 +02:00
|
|
|
- Why is physfsrwops.c cut-and-pasted into the ruby bindings?
|
2004-09-29 08:03:44 +02:00
|
|
|
- Replace code from SDL...
|
|
|
|
- MIX grabs all archives that no other archivers claim.
|
|
|
|
- MIX enumerates files as hash values.
|
|
|
|
- Should file enumeration return an error or set error state?
|
|
|
|
- Ryanify pocketpc.c ...
|
2004-10-01 09:47:32 +02:00
|
|
|
- Update internal zlib?
|
2005-03-16 12:20:43 +01:00
|
|
|
- Need "getmountpoint" command in test_physfs.c ...
|
2005-03-16 14:10:40 +01:00
|
|
|
- Look for calloc() calls that aren't going through the allocation hooks.
|
2005-03-16 14:07:22 +01:00
|
|
|
- maybe other stuff.
|
2005-07-24 01:39:49 +02:00
|
|
|
- Is -Wall enabled?
|
2005-09-19 00:27:57 +02:00
|
|
|
- Make mutexes recursive, so callbacks can call into the API.
|
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
|
|
|
|