Ryan C. Gordon
|
6e7e45cdaf
|
API BREAKAGE: Changed PHYSFS_enumerateFilesCallback() to pass the originally
requested directory back to the app.
|
2005-09-18 21:44:42 +00:00 |
Ryan C. Gordon
|
64599213f1
|
Don't use size_t in physfs.h, since it relies on C runtime headers.
|
2005-09-06 06:24:42 +00:00 |
Ryan C. Gordon
|
49ebc305ac
|
More minor OS/2 tweaks.
|
2005-07-23 22:01:03 +00:00 |
Ryan C. Gordon
|
507b099d5d
|
Patched to compile on OS/2 again.
|
2005-07-21 18:10:17 +00:00 |
Ryan C. Gordon
|
d840403c1c
|
All memory management now goes through allocation hooks instead of directly to
C runtime malloc/realloc/free...
|
2005-03-14 11:49:30 +00:00 |
Ryan C. Gordon
|
c2765f8571
|
Added callback APIs and ripped up the internals everywhere to use them.
|
2004-09-29 06:09:29 +00:00 |
Ryan C. Gordon
|
1822399aec
|
Patched to compile on OS/2.
|
2003-11-11 14:08:32 +00:00 |
Ryan C. Gordon
|
09ef260209
|
Added internal function __PHYSFS_platformStrnicmp().
|
2003-11-09 20:59:07 +00:00 |
Ryan C. Gordon
|
9d82110b57
|
Some cleanups for PocketPC port.
|
2002-11-22 06:24:10 +00:00 |
Ryan C. Gordon
|
593db4b13b
|
Took out a FIXME comment (decided it was a safe operation anyhow).
|
2002-08-21 23:34:18 +00:00 |
Ryan C. Gordon
|
42be0046aa
|
Natural language #defines and build system support.
|
2002-07-28 21:03:27 +00:00 |
Ryan C. Gordon
|
d302b1e169
|
Minor error string correction.
|
2002-07-28 18:01:45 +00:00 |
Ryan C. Gordon
|
5aae2b749a
|
Determines correct case for basedir.
|
2002-07-28 04:02:06 +00:00 |
Ryan C. Gordon
|
e6e26f58bf
|
Lots of fixes...seems to be fully functional, now.
|
2002-07-27 22:41:58 +00:00 |
Ryan C. Gordon
|
ac74982b7a
|
Minor patch.
|
2002-07-27 06:49:36 +00:00 |
Ryan C. Gordon
|
ece998dd3a
|
Fixed basedir/userdir calculation.
|
2002-07-27 06:38:28 +00:00 |
Ryan C. Gordon
|
a83a9c81c6
|
Patched to compile...works a little.
|
2002-07-27 06:26:06 +00:00 |
Ryan C. Gordon
|
021752e953
|
Initial add.
|
2002-07-27 01:27:19 +00:00 |