Updated.
This commit is contained in:
parent
94759513d9
commit
73044892fa
10
TODO
10
TODO
|
@ -35,6 +35,16 @@ Some might be dupes, some might be done already.
|
||||||
- Merge DirHandle and PhysDirInfo.
|
- Merge DirHandle and PhysDirInfo.
|
||||||
- Memory locking?
|
- Memory locking?
|
||||||
- Clean up file code to match DirHandle cleanups.
|
- Clean up file code to match DirHandle cleanups.
|
||||||
|
- Find a better name than dvoid and fvoid.
|
||||||
|
- Use something other than void * for platform file handlers.
|
||||||
|
- Can win32.c and pocketpc.c get merged?
|
||||||
|
- There's so much cut-and-paste between archivers...can this be reduced?
|
||||||
|
- General code audit.
|
||||||
|
- Just make PHYSFS_file * a void * typedef so we don't have to allocate?
|
||||||
|
- Multiple write dirs with mount points?
|
||||||
|
- Deprecate PHYSFS_setSaneConfig and move it to extras?
|
||||||
|
- PHYSFS_file should really be PHYSFS_File for consistency.
|
||||||
|
- (Re)move the profiling code in physfs.c.
|
||||||
- maybe other stuff.
|
- maybe other stuff.
|
||||||
|
|
||||||
// end of TODO ...
|
// end of TODO ...
|
||||||
|
|
Loading…
Reference in New Issue