Ryan C. Gordon
|
235e31c420
Fixed mishandling of an allocation failure in PHYSFS_openRead().
|
5 tahun lalu |
Ryan C. Gordon
|
5cbb460bcd
Only flush file handles on close if they were opened for writing.
|
7 tahun lalu |
Ryan C. Gordon
|
b57d8960e8
Fixed some compiler warnings.
|
7 tahun lalu |
Ryan C. Gordon
|
5786a58628
PHYSFS_flush() shouldn't call PHYSFS_Io::flush().
|
7 tahun lalu |
Ryan C. Gordon
|
73d66441e3
Added PHYSFS_setRoot().
|
7 tahun lalu |
Ryan C. Gordon
|
8ce294a458
PHYSFS_setWriteDir() shouldn't create an empty file if the dir doesn't exist.
|
8 tahun lalu |
Ryan C. Gordon
|
a45afc5d50
Catch access to paths that are just "." or ".." without any path separator.
|
8 tahun lalu |
Ryan C. Gordon
|
62d24e228f
Fixed mounting a symlink to a real directory.
|
8 tahun lalu |
Ryan C. Gordon
|
1c7945461d
Don't allow NULL filenames to be mounted.
|
8 tahun lalu |
Ryan C. Gordon
|
3d8817346d
Fixed seeking within read buffers.
|
8 tahun lalu |
Ryan C. Gordon
|
425131ccda
Simplified doBufferedRead().
|
8 tahun lalu |
Ryan C. Gordon
|
2b78f64c11
Fixed PHYSFS_flush().
|
8 tahun lalu |
Ryan C. Gordon
|
4e0d3d55e9
Make PHYSFS_EnumerateCallback return an enum instead of an int.
|
8 tahun lalu |
Ryan C. Gordon
|
8dfd3cff8d
Fixed some compiler warnings on Visual Studio.
|
8 tahun lalu |
Ryan C. Gordon
|
395ea71990
This appears to have been fixed at some point.
|
8 tahun lalu |
Ryan C. Gordon
|
660171f79f
Don't fail enumeration if a directory isn't available in a given archive.
|
8 tahun lalu |
Ryan C. Gordon
|
f425f051db
Little tweaks to __PHYSFS_initSmallAlloc().
|
8 tahun lalu |
Ryan C. Gordon
|
8db27a1236
Fix symlink filtering for enumeration under a virtual mount point.
|
8 tahun lalu |
Ryan C. Gordon
|
cfe3f0180b
Make PHYSFS_exists() work with mounts from PHYSFS_mountIo(io, NULL, ...)
|
8 tahun lalu |
Ryan C. Gordon
|
3b7ee3974c
Don't set readonly if PHYSFS_stat()'ing something not in the write dir.
|
8 tahun lalu |
Ryan C. Gordon
|
63277e500c
Turns out we were doing this for a (maybe not good, but reasonable) reason.
|
8 tahun lalu |
Ryan C. Gordon
|
3078acd1eb
Archivers can now specify whether an archive definitely was intended for them.
|
8 tahun lalu |
Ryan C. Gordon
|
dd68246737
7z: do global initialization once without risking a race condition.
|
8 tahun lalu |
Ryan C. Gordon
|
1364f6a915
PHYSFS_setSaneConfig uses enum callbacks now.
|
8 tahun lalu |
Ryan C. Gordon
|
0d61295781
Improved some documentation.
|
8 tahun lalu |
Ryan C. Gordon
|
cc3ac9539e
Patched to compile on various platforms and compilers.
|
8 tahun lalu |
Ryan C. Gordon
|
7fcddfb741
Don't mark the PHYSFS_EnumFilesCallback _typedef_ as deprecated.
|
8 tahun lalu |
Ryan C. Gordon
|
ee9687bca9
Reworked enumeration to be more powerful.
|
8 tahun lalu |
Ryan C. Gordon
|
d1f2637ca8
utf8: big improvements to case-insensitive UTF-8 string compare.
|
8 tahun lalu |
Ryan C. Gordon
|
587ec88a0d
FIXME removal: this code is fine, I guess.
|
8 tahun lalu |