physfs/TODO

18 lines
617 B
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
2001-10-09 17:19:02 +02:00
- autoconf?
2001-09-02 03:17:35 +02:00
- update the Makefile so that Cygwin can generate a DLL. The entire codebase
compiles under Cygwin otherwise.
2001-08-29 19:13:06 +02:00
- Hmm...we can determine the actual CD-ROM drives under Win32, but how do you
decide that there's no disc in the drive?
2001-10-09 17:19:02 +02:00
- MacOS (Classic and X) support.
2001-09-02 03:17:35 +02:00
- Move the integer types to something abstract. uint32, etc.
2001-09-15 00:57:22 +02:00
- Platform-specific functions/macros to handle byte ordering.
- A PHYSFS_readUint32(), _readSint32(), etc API.
2001-09-02 03:17:35 +02:00
- Ditch the "standard" i/o routines (fopen() and friends) and move this into
the platform drivers.
2001-08-29 05:10:45 +02:00
// end of TODO ...