Ryan C. Gordon
|
31209b7c2c
playdate: First shot at a Playdate port!
|
2 سال پیش |
Ozkan Sezer
|
7931b9b3f4
fix a warning from watcom compiler
|
2 سال پیش |
Jon Daniel
|
713d09f916
Support CSM.BIN in Chasm: The Rift and add ignores
|
2 سال پیش |
Ryan C. Gordon
|
4d9bcc3d1a
atomic: __PHYSFS_ATOMIC_(DECR|INCR) should return final value.
|
3 سال پیش |
Ryan C. Gordon
|
496817a9e8
PHYSFS_mkdir() should allow symlinks in the mounted writeDir itself.
|
3 سال پیش |
Ozkan Sezer
|
fb0901b10f
silence a -Wint-in-bool-context warning:
|
3 سال پیش |
Ryan C. Gordon
|
48e7c2e3af
root: Fix string handling of paths from PHYSFS_setRoot.
|
3 سال پیش |
Ryan C. Gordon
|
497934818b
Fixed memory leak when closing a DirHandle with a root (thanks, jajiradai!).
|
3 سال پیش |
Ryan C. Gordon
|
17b691b0ea
Let several archives be case-insensitive.
|
3 سال پیش |
Ryan C. Gordon
|
5ea6ba7557
msvc: Move stdarg.h include ahead of __PHYSFS_msvc_vsnprintf declaration.
|
5 سال پیش |
Ryan C. Gordon
|
55c3d9f9d8
android: PhysicsFS now has actual Android support.
|
5 سال پیش |
Ryan C. Gordon
|
235e31c420
Fixed mishandling of an allocation failure in PHYSFS_openRead().
|
5 سال پیش |
Ryan C. Gordon
|
5cbb460bcd
Only flush file handles on close if they were opened for writing.
|
7 سال پیش |
Ryan C. Gordon
|
b57d8960e8
Fixed some compiler warnings.
|
7 سال پیش |
Ryan C. Gordon
|
5786a58628
PHYSFS_flush() shouldn't call PHYSFS_Io::flush().
|
7 سال پیش |
Ryan C. Gordon
|
73d66441e3
Added PHYSFS_setRoot().
|
7 سال پیش |
Ryan C. Gordon
|
8ce294a458
PHYSFS_setWriteDir() shouldn't create an empty file if the dir doesn't exist.
|
8 سال پیش |
Ryan C. Gordon
|
a45afc5d50
Catch access to paths that are just "." or ".." without any path separator.
|
8 سال پیش |
Ryan C. Gordon
|
62d24e228f
Fixed mounting a symlink to a real directory.
|
8 سال پیش |
Ryan C. Gordon
|
1c7945461d
Don't allow NULL filenames to be mounted.
|
8 سال پیش |
Ryan C. Gordon
|
3d8817346d
Fixed seeking within read buffers.
|
8 سال پیش |
Ryan C. Gordon
|
425131ccda
Simplified doBufferedRead().
|
8 سال پیش |
Ryan C. Gordon
|
2b78f64c11
Fixed PHYSFS_flush().
|
8 سال پیش |
Ryan C. Gordon
|
4e0d3d55e9
Make PHYSFS_EnumerateCallback return an enum instead of an int.
|
8 سال پیش |
Ryan C. Gordon
|
8dfd3cff8d
Fixed some compiler warnings on Visual Studio.
|
8 سال پیش |
Ryan C. Gordon
|
395ea71990
This appears to have been fixed at some point.
|
8 سال پیش |
Ryan C. Gordon
|
660171f79f
Don't fail enumeration if a directory isn't available in a given archive.
|
8 سال پیش |
Ryan C. Gordon
|
f425f051db
Little tweaks to __PHYSFS_initSmallAlloc().
|
8 سال پیش |
Ryan C. Gordon
|
8db27a1236
Fix symlink filtering for enumeration under a virtual mount point.
|
8 سال پیش |
Ryan C. Gordon
|
cfe3f0180b
Make PHYSFS_exists() work with mounts from PHYSFS_mountIo(io, NULL, ...)
|
8 سال پیش |