Ryan C. Gordon
|
6222a4a92d
Add binary compatibility to PHYSFS_Io.
|
14 年之前 |
Ryan C. Gordon
|
4cfd7277f3
Made archiver list dynamic, in preparation for external archivers.
|
14 年之前 |
Ryan C. Gordon
|
716ea0522f
Fixed Doxygen typo.
|
14 年之前 |
Ryan C. Gordon
|
de54065b31
Updated docs on PHYSFS_setSaneConfig().
|
14 年之前 |
Ryan C. Gordon
|
af4bf8419f
Changed enum typedef to make this Doxygen-friendly.
|
14 年之前 |
Ryan C. Gordon
|
d4a99cc204
Fixed comment.
|
14 年之前 |
Ryan C. Gordon
|
4aec77e618
Fixed a typo in the docs.
|
14 年之前 |
Ryan C. Gordon
|
24d6a925d1
Added PHYSFS_getPrefDir().
|
14 年之前 |
Ryan C. Gordon
|
ba676b23e5
Reworked the error reporting API. Now we use error codes instead of strings.
|
14 年之前 |
Ryan C. Gordon
|
7a8e3de103
Minor updates to the docs.
|
14 年之前 |
Ryan C. Gordon
|
25224b0e7a
We never use calloc() internally.
|
14 年之前 |
Ryan C. Gordon
|
9e2acfd8a6
Removed OS/2 support.
|
14 年之前 |
Ryan C. Gordon
|
4d46d42f73
Removed PocketPC support. It was old and crusty and targeted a dead platform.
|
14 年之前 |
Ryan C. Gordon
|
28007c9bae
Fixed a typo in the docs.
|
14 年之前 |
Ryan C. Gordon
|
7f0e7105a7
Removed isDirectory, isSymLink and exists methods from internal code.
|
15 年之前 |
Ryan C. Gordon
|
2219123cc5
SWIG bindings update.
|
15 年之前 |
Ryan C. Gordon
|
84c6e2242e
Added PHYSFS_mountHandle(). Now you can do archives-in-archives!
|
15 年之前 |
Ryan C. Gordon
|
d9e98704f7
PHYSFS_getRealDir() can't report a path for things that aren't real files.
|
15 年之前 |
Ryan C. Gordon
|
bb9f5e5049
Added PHYSFS_mountMemory().
|
15 年之前 |
Ryan C. Gordon
|
8cd320b858
Added PHYSFS_mountIo().
|
15 年之前 |
Ryan C. Gordon
|
4bc5ed1725
Abstracted file i/o into PHYSFS_Io interface.
|
15 年之前 |
Ryan C. Gordon
|
2beafa790d
Removed getLastModTime() interface from the archivers; it's not used anymore.
|
15 年之前 |
Ryan C. Gordon
|
c1969d0595
Added PHYSFS_unmount(), deprecated addToSearchPath and removeFromSearchPath.
|
15 年之前 |
Ryan C. Gordon
|
f7a8d9292c
Fixed PHYSFS_stat()'s return value to match rest of PhysicsFS API.
|
15 年之前 |
Ryan C. Gordon
|
b69dfedaf0
Deprecated PHYSFS_getLastModTime()...use PHYSFS_stat() instead, now.
|
15 年之前 |
Ryan C. Gordon
|
51a22c576e
Updated SWIG bindings.
|
15 年之前 |
Ryan C. Gordon
|
d797ea7cd8
Added PHYSFS_DEPRECATED.
|
15 年之前 |
Ryan C. Gordon
|
4000b234c0
Moved all the file i/o from stdio-style to POSIX-style.
|
15 年之前 |
Ryan C. Gordon
|
c88d2c3746
Added UTF-16 support.
|
15 年之前 |
Ryan C. Gordon
|
77d16c2bed
Zero-sized destination buffers when converting to UTF-8 shouldn't overflow.
|
15 年之前 |