Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.79 KB

TODO.txt

File metadata and controls

62 lines (42 loc) · 1.79 KB
 
Sep 14, 2001
Sep 14, 2001
1
Stuff that needs to be done and wishlist:
Sep 2, 2001
Sep 2, 2001
2
Jan 8, 2004
Jan 8, 2004
3
These are in no particular order.
Mar 9, 2012
Mar 9, 2012
4
5
6
Some might be dupes, some might be done already, some might be bad ideas.
Jun 20, 2017
Jun 20, 2017
7
From https://icculus.org/pipermail/physfs/2009-March/000698.html ...
Mar 9, 2012
Mar 9, 2012
8
Mar 9, 2012
Mar 9, 2012
9
10
- Write support for various archives. I haven't decided how to do this yet,
but I'd like to.
Mar 9, 2012
Mar 9, 2012
11
- Add an API to expose a file's extended attributes to the application?
Mar 9, 2012
Mar 9, 2012
12
13
- Deprecate PHYSFS_setSaneConfig(). It really should have been in the extras
directory.
Mar 9, 2012
Mar 9, 2012
14
15
16
17
- Clean up the sources to match my ever-changing coding style. :)
Jun 20, 2017
Jun 20, 2017
18
From https://icculus.org/pipermail/physfs/2010-January/000826.html ...
Mar 9, 2012
Mar 9, 2012
19
20
21
22
- Lua bindings
Jun 20, 2017
Jun 20, 2017
23
From https://icculus.org/pipermail/physfs/2010-January/000833.html ...
Mar 9, 2012
Mar 9, 2012
24
25
26
27
28
29
- SWIG bindings
From old TODO.txt...
Mar 25, 2002
Mar 25, 2002
30
Jul 23, 2002
Jul 23, 2002
31
- Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less
Mar 25, 2002
Mar 25, 2002
32
33
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,
Jan 8, 2004
Jan 8, 2004
34
an installer/updater.
Aug 28, 2002
Aug 28, 2002
35
- Do symlinks in zip archiver work when they point to dirs?
Aug 21, 2002
Aug 21, 2002
36
- Enable more warnings?
Jul 21, 2002
Jul 21, 2002
37
- Use __cdecl in physfs.h?
Mar 25, 2002
Mar 25, 2002
38
- Look for FIXMEs (many marked with "!!!" in comments).
Sep 23, 2004
Sep 23, 2004
39
- fscanf and fprintf support in extras dir.
Sep 26, 2004
Sep 26, 2004
40
41
- Sanity check byte order at runtime.
- Memory locking?
Sep 26, 2004
Sep 26, 2004
42
43
- General code audit.
- Multiple write dirs with mount points?
Mar 9, 2012
Mar 9, 2012
44
45
46
47
48
49
50
51
52
53
54
55
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?
Mar 20, 2012
Mar 20, 2012
56
- Reduce the BAIL and GOTO macro use. A lot of these don't add anything.
Nov 24, 2012
Nov 24, 2012
57
- Change the term "search path" to something less confusing.
Mar 9, 2012
Mar 9, 2012
58
59
Probably other stuff. Requests and recommendations are welcome.
Aug 29, 2001
Aug 29, 2001
60
Mar 11, 2007
Mar 11, 2007
61
// end of TODO.txt ...