A portable, flexible file i/o abstraction.
Go to file
Ryan C. Gordon ca34091863
zip: workaround Windows Explorer bug.
If you edit a zip file with Windows Explorer, it will rewrite the entire
central directory, setting all files version_needed field to 2.0/MS-DOS,
but it won't touch files that it doesn't plan to alter, so you might end
up with a local header that doesn't match the central directory details.

We aren't currently using the version_needed information, so now we just
favor the local header's copy of it in case we ever need it, and don't
complain if the central directory doesn't match.

Fixes #24.
2022-05-20 23:36:39 -04:00
docs Updated a URL to point to github.com 2022-05-20 23:31:01 -04:00
extras Use the GNUInstallDirs CMake module to respect installation locations 2022-05-20 23:31:16 -04:00
src zip: workaround Windows Explorer bug. 2022-05-20 23:36:39 -04:00
test Bumped version to 3.0.2! 2019-03-18 14:35:44 -04:00
.gitignore Renamed .hgignore -> .gitignore 2022-05-20 23:30:27 -04:00
CMakeLists.txt disable dllexport from static builds. 2022-05-20 23:36:26 -04:00
LICENSE.txt Reformat LICENSE.txt so GitHub sees it as zlib. 2022-05-20 23:29:37 -04:00
README.txt Minor documentation updates. 2017-07-22 13:48:31 -04:00

README.txt

PhysicsFS; a portable, flexible file i/o abstraction.

  https://icculus.org/physfs/

Please see the docs directory for documentation.

Please see LICENSE.txt for licensing information.