Ryan C. Gordon
|
1c7945461d
Don't allow NULL filenames to be mounted.
|
8 anni fa |
Ryan C. Gordon
|
3d8817346d
Fixed seeking within read buffers.
|
8 anni fa |
Ryan C. Gordon
|
425131ccda
Simplified doBufferedRead().
|
8 anni fa |
Ryan C. Gordon
|
2b78f64c11
Fixed PHYSFS_flush().
|
8 anni fa |
Ryan C. Gordon
|
4e0d3d55e9
Make PHYSFS_EnumerateCallback return an enum instead of an int.
|
8 anni fa |
Ryan C. Gordon
|
8dfd3cff8d
Fixed some compiler warnings on Visual Studio.
|
8 anni fa |
Ryan C. Gordon
|
395ea71990
This appears to have been fixed at some point.
|
8 anni fa |
Ryan C. Gordon
|
660171f79f
Don't fail enumeration if a directory isn't available in a given archive.
|
8 anni fa |
Ryan C. Gordon
|
f425f051db
Little tweaks to __PHYSFS_initSmallAlloc().
|
8 anni fa |
Ryan C. Gordon
|
8db27a1236
Fix symlink filtering for enumeration under a virtual mount point.
|
8 anni fa |
Ryan C. Gordon
|
cfe3f0180b
Make PHYSFS_exists() work with mounts from PHYSFS_mountIo(io, NULL, ...)
|
8 anni fa |
Ryan C. Gordon
|
3b7ee3974c
Don't set readonly if PHYSFS_stat()'ing something not in the write dir.
|
8 anni fa |
Ryan C. Gordon
|
63277e500c
Turns out we were doing this for a (maybe not good, but reasonable) reason.
|
8 anni fa |
Ryan C. Gordon
|
3078acd1eb
Archivers can now specify whether an archive definitely was intended for them.
|
8 anni fa |
Ryan C. Gordon
|
dd68246737
7z: do global initialization once without risking a race condition.
|
8 anni fa |
Ryan C. Gordon
|
1364f6a915
PHYSFS_setSaneConfig uses enum callbacks now.
|
8 anni fa |
Ryan C. Gordon
|
0d61295781
Improved some documentation.
|
8 anni fa |
Ryan C. Gordon
|
cc3ac9539e
Patched to compile on various platforms and compilers.
|
8 anni fa |
Ryan C. Gordon
|
7fcddfb741
Don't mark the PHYSFS_EnumFilesCallback _typedef_ as deprecated.
|
8 anni fa |
Ryan C. Gordon
|
ee9687bca9
Reworked enumeration to be more powerful.
|
8 anni fa |
Ryan C. Gordon
|
d1f2637ca8
utf8: big improvements to case-insensitive UTF-8 string compare.
|
8 anni fa |
Ryan C. Gordon
|
587ec88a0d
FIXME removal: this code is fine, I guess.
|
8 anni fa |
Ryan C. Gordon
|
0e778b0b16
FIXME removal: it's okay for the PHYSFS_Io to be NULL here.
|
8 anni fa |
Ryan C. Gordon
|
eb46d82500
Fixed compiler warnings on GCC.
|
8 anni fa |
Ryan C. Gordon
|
af555317b9
Fixed compiler warnings on Visual Studio.
|
8 anni fa |
Ryan C. Gordon
|
f0eb5c0db9
Marked a bunch of things as "FIXME-3.0" that I want resolved before 3.0 ships.
|
8 anni fa |
Ryan C. Gordon
|
0287160f3c
Removed some FIXMEs that aren't valid.
|
8 anni fa |
Ryan C. Gordon
|
36c51d40d1
PHYSFS_File buffering now uses size_t.
|
8 anni fa |
Ryan C. Gordon
|
a7ce178eec
Add basic atomic operations for refcounting, etc.
|
8 anni fa |
Ryan C. Gordon
|
61bdee4d78
__PHYSFS_platformDeinit() should return void.
|
8 anni fa |