Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 617 Bytes

TODO

File metadata and controls

17 lines (13 loc) · 617 Bytes
 
Sep 14, 2001
Sep 14, 2001
1
Stuff that needs to be done and wishlist:
Sep 2, 2001
Sep 2, 2001
2
Oct 9, 2001
Oct 9, 2001
3
- autoconf?
Sep 2, 2001
Sep 2, 2001
4
5
- update the Makefile so that Cygwin can generate a DLL. The entire codebase
compiles under Cygwin otherwise.
Aug 29, 2001
Aug 29, 2001
6
7
- Hmm...we can determine the actual CD-ROM drives under Win32, but how do you
decide that there's no disc in the drive?
Oct 9, 2001
Oct 9, 2001
8
- MacOS (Classic and X) support.
Sep 2, 2001
Sep 2, 2001
9
- Move the integer types to something abstract. uint32, etc.
Sep 14, 2001
Sep 14, 2001
10
11
- Platform-specific functions/macros to handle byte ordering.
- A PHYSFS_readUint32(), _readSint32(), etc API.
Sep 2, 2001
Sep 2, 2001
12
13
- Ditch the "standard" i/o routines (fopen() and friends) and move this into
the platform drivers.
Aug 29, 2001
Aug 29, 2001
14
15
// end of TODO ...