98
|
1 |
Stuff that needs to be done and wishlist:
|
92
|
2 |
|
136
|
3 |
These are in no particular order. A 1.0 release is reliant on doing most of
|
|
4 |
this stuff. Some might be dupes, some might be done already.
|
|
5 |
|
290
|
6 |
- Include the Visual Studio.NET project file in CVS directly.
|
366
|
7 |
- Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less
|
136
|
8 |
important, since streaming archives aren't of much value to games (which
|
|
9 |
is why zipfiles are king: random access), but it could have uses for, say,
|
|
10 |
an installer/updater. I thought it might be neat to have MBOX and Maildir
|
|
11 |
support so that both "archives" look identical to an application; might be
|
|
12 |
nice for an email program. That's blue sky, unless someone wants to tackle
|
|
13 |
it.
|
425
|
14 |
- Add all literal strings to physfs_internal.h and let people #ifdef
|
|
15 |
PHYSFS_LANG_ENGLISH, PHYSFS_LANG_FRENCH etc...
|
395
|
16 |
- Figure out that pesky pthread casting problem.
|
405
|
17 |
- macclassic.c :
|
|
18 |
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
|
380
|
19 |
- Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP,
|
|
20 |
MacOS 8.1
|
405
|
21 |
- Platforms to port to: PocketPC (Maybe can just use win32.c?),
|
|
22 |
Amiga (needs platform driver).
|
360
|
23 |
- Use __cdecl in physfs.h?
|
136
|
24 |
- Look for FIXMEs (many marked with "!!!" in comments).
|
|
25 |
- Probably other stuff. Requests and recommendations are welcome.
|
77
|
26 |
|
|
27 |
// end of TODO ...
|
|
28 |
|