physfs/docs/TODO.txt

81 lines
2.5 KiB
Plaintext
Raw Normal View History

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, some might be bad ideas.
From http://icculus.org/pipermail/physfs/2009-March/000698.html ...
- Archives formats provided by the implementation.
- Write support for various archives. I haven't decided how to do this yet,
but I'd like to.
- Add an API to expose a file's extended attributes to the application?
- Deprecate PHYSFS_setSaneConfig(). It really should have been in the extras
directory.
- Clean up the sources to match my ever-changing coding style. :)
From http://icculus.org/pipermail/physfs/2010-January/000821.html ...
- Plugin system for the archive handlers
From http://icculus.org/pipermail/physfs/2010-January/000826.html ...
- Lua bindings
From http://icculus.org/pipermail/physfs/2010-January/000833.html ...
- 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-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).
2004-09-23 08:38:51 +02:00
- Find some way to relax or remove the security model for external tools.
- 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?
2004-09-29 08:03:44 +02:00
- Replace code from SDL...
- Should file enumeration return an error or set error state?
2007-03-15 09:19:17 +01:00
- Write up a simple HOWTO on embedding physicsfs in another project.
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...
- We lost Vista symlink support when removing isSymLink(). Pull it back from
revision control.
- PHYSFS_exists() fails if you mountIo with a NULL filename. We need to decide
how this API should work.
- ZIP64 support?
- LZMA support in zip archiver?
- bzip2 support in zip archiver?
- rewrite 7zip archiver.
- ryanify iso9660 code.
- Reduce the BAIL and GOTO macro use. A lot of these don't add anything.
2012-10-23 21:08:57 +02:00
- Modernize CMakeLists.txt
Probably other stuff. Requests and recommendations are welcome.
2001-08-29 05:10:45 +02:00
// end of TODO.txt ...
2001-08-29 05:10:45 +02:00