Ryan C. Gordon
|
9bac3bc908
Fixed some compiler warnings.
|
6 years ago |
Ryan C. Gordon
|
d394b8dcf0
PHYSFS_flush() shouldn't call PHYSFS_Io::flush().
|
6 years ago |
Ryan C. Gordon
|
f8b72063ad
Added PHYSFS_setRoot().
|
6 years ago |
Ryan C. Gordon
|
6b96dfa289
windows: Workaround GetUserProfileDirectory's API change in Win10 build 1809.
|
6 years ago |
Ryan C. Gordon
|
8a6b74da72
PHYSFS_setWriteDir() shouldn't create an empty file if the dir doesn't exist.
|
6 years ago |
Ryan C. Gordon
|
69aed290d9
Fix up physfs.h for compilers that are sensitive about preprocessor defines.
|
6 years ago |
Ryan C. Gordon
|
ebb5e45de0
apple: Patched to compile with older (mac 10.7) SDKs (thanks, Ken and Ryan!).
|
6 years ago |
Ryan C. Gordon
|
409b91b79c
ignorecase: Don't crash if enumeration returned a NULL pointer.
|
6 years ago |
Ryan C. Gordon
|
77575148e5
Updated copyright date.
|
6 years ago |
Ryan C. Gordon
|
20cb578ede
7zip: don't forget to destroy the PHYSFS_Io when closing the archive!
|
6 years ago |
Ryan C. Gordon
|
6f50519359
Call the default branch "3.1.0" to avoid confusion.
|
6 years ago |
Ryan C. Gordon
|
995a567bca
Remove deprecated PHYSFS_getLastError() from all the extras (thanks, Rob!).
|
6 years ago |
Ryan C. Gordon
|
a163d30df3
Patched physfsrwops to compile against SDL 1.2 (thanks, Rob!).
|
7 years ago |
Ryan C. Gordon
|
bbaa39973d
Added tag release-3.0.1 for changeset fa8e38bcc354
|
7 years ago |
Ryan C. Gordon
|
c487b7a232
Catch access to paths that are just "." or ".." without any path separator.
|
7 years ago |
Ryan C. Gordon
|
8d33388e2e
Fixed mounting a symlink to a real directory.
|
7 years ago |
Ryan C. Gordon
|
b3d1e98041
Fixed some infinite loops that a maliciously-crafted .iso can trigger.
|
7 years ago |
Ryan C. Gordon
|
5a81242ac2
Don't allow NULL filenames to be mounted.
|
7 years ago |
Ryan C. Gordon
|
acb4ac395a
Fixed crash when duplicating PHYSFS_Io for zipfiles.
|
7 years ago |
Ryan C. Gordon
|
0e71dc75e1
Added some notes on API documentation.
|
7 years ago |
Ryan C. Gordon
|
f3cb4ce8db
Tagging 3.0.0 release
|
7 years ago |
Ryan C. Gordon
|
af0a05ebe8
Bumped version to 3.0.0!
|
7 years ago |
Ryan C. Gordon
|
49296ca895
Added Rémi Verschelde to the credits.
|
7 years ago |
Rémi Verschelde
|
9ff67a341a
CMake: Honor LIB_SUFFIX for pkgconfig install path
|
7 years ago |
Ryan C. Gordon
|
3e8201d795
Added SLB to list of supported archives.
|
7 years ago |
Ryan C. Gordon
|
f2537af484
Fixed doxygen comment.
|
7 years ago |
Ryan C. Gordon
|
dca12e8772
Tagging 2.1.1 release
|
7 years ago |
Ryan C. Gordon
|
cfbc5c6770
Added Tobias Markus to CREDITS.txt.
|
7 years ago |
Ryan C. Gordon
|
509e9297b6
cmake: mark readline include directories as SYSTEM (thanks, Tobias!).
|
7 years ago |
Ryan C. Gordon
|
730f1578fd
Fixed seeking within read buffers.
|
7 years ago |