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.
|
2012-03-09 09:36:31 +01:00
|
|
|
Some might be dupes, some might be done already, some might be bad ideas.
|
|
|
|
|
|
|
|
|
2017-06-20 20:06:13 +02:00
|
|
|
From https://icculus.org/pipermail/physfs/2009-March/000698.html ...
|
2012-03-09 09:36:31 +01:00
|
|
|
|
2012-03-09 09:55:04 +01:00
|
|
|
- Write support for various archives. I haven't decided how to do this yet,
|
|
|
|
but I'd like to.
|
2012-03-09 09:36:31 +01:00
|
|
|
- Add an API to expose a file's extended attributes to the application?
|
2012-03-09 09:55:04 +01:00
|
|
|
- Deprecate PHYSFS_setSaneConfig(). It really should have been in the extras
|
|
|
|
directory.
|
2012-03-09 09:36:31 +01:00
|
|
|
- Clean up the sources to match my ever-changing coding style. :)
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-06-20 20:06:13 +02:00
|
|
|
From https://icculus.org/pipermail/physfs/2010-January/000826.html ...
|
2012-03-09 09:36:31 +01:00
|
|
|
|
|
|
|
- Lua bindings
|
|
|
|
|
|
|
|
|
2017-06-20 20:06:13 +02:00
|
|
|
From https://icculus.org/pipermail/physfs/2010-January/000833.html ...
|
2012-03-09 09:36:31 +01:00
|
|
|
|
|
|
|
- SWIG bindings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From old TODO.txt...
|
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.
|
2002-08-29 01:32:48 +02:00
|
|
|
- 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).
|
2004-09-23 08:38:51 +02:00
|
|
|
- fscanf and fprintf support in extras dir.
|
2004-09-26 02:24:05 +02:00
|
|
|
- Sanity check byte order at runtime.
|
|
|
|
- Memory locking?
|
2004-09-26 14:56:23 +02:00
|
|
|
- General code audit.
|
|
|
|
- Multiple write dirs with mount points?
|
2012-03-09 09:36:31 +01:00
|
|
|
|
|
|
|
|
|
|
|
Other stuff I thought of...
|
|
|
|
- moar asserts!
|
|
|
|
- constify!
|
|
|
|
- Does iPhone work?
|
|
|
|
- Fix CMake vs Doxygen.
|
|
|
|
- Doxygen replacement? (manpages suck.)
|
|
|
|
- Fix coding standards to match.
|
|
|
|
- See if we can ditch some #include lines...
|
|
|
|
- LZMA support in zip archiver?
|
|
|
|
- bzip2 support in zip archiver?
|
2012-03-20 20:38:12 +01:00
|
|
|
- Reduce the BAIL and GOTO macro use. A lot of these don't add anything.
|
2012-11-24 23:27:19 +01:00
|
|
|
- Change the term "search path" to something less confusing.
|
2012-03-09 09:36:31 +01:00
|
|
|
|
|
|
|
Probably other stuff. Requests and recommendations are welcome.
|
2001-08-29 05:10:45 +02:00
|
|
|
|
2007-03-11 11:19:52 +01:00
|
|
|
// end of TODO.txt ...
|
2001-08-29 05:10:45 +02:00
|
|
|
|