Ryan C. Gordon 14a3b87bec Removed unused variable in extras/ignorecase.c ... il y a 8 ans
..
README-CSharp.txt 780e775eb7 Replaced PhysFS.NET with a README pointing to more modern C# bindings. il y a 9 ans
abs-file.h 684f138a31 Updated TODO for development branch. il y a 16 ans
casefolding.txt 684f138a31 Updated TODO for development branch. il y a 16 ans
globbing.c d11bac6b3a Cleaned up returns that look like function calls for my updated coding style. il y a 15 ans
globbing.h fd5a810280 Put some include-once and extern "C" blocks in the extras' headers. il y a 13 ans
ignorecase.c 14a3b87bec Removed unused variable in extras/ignorecase.c ... il y a 7 ans
ignorecase.h a0071280f9 Removed one more rude thing from the comments. :/ il y a 7 ans
makecasefoldhashtable.pl afce1d12b9 HTTPS all the things. il y a 9 ans
physfs-swig.i 554ed755cd Added PHYSFS_getPrefDir(). il y a 13 ans
physfs.pc.in d97957fcf3 Added pkg-config support (thanks, Jonas!). il y a 11 ans
physfshttpd.c 13bdb3c212 Fixed some C++-style one-line comments in C code. il y a 15 ans
physfsrwops.c afce1d12b9 HTTPS all the things. il y a 9 ans
physfsrwops.h afce1d12b9 HTTPS all the things. il y a 9 ans
physfsunpack.c 684f138a31 Updated TODO for development branch. il y a 16 ans
selfextract.c d11bac6b3a Cleaned up returns that look like function calls for my updated coding style. il y a 15 ans
uninstall.sh 1de2ccda78 Added uninstall target for Unix platforms. il y a 15 ans

README-CSharp.txt

There used to be C# bindings in this directory, but they have been
unmaintained for many years.

Instead, there is a more modern PhysicsFS wrapper for .NET available.

You can find it at https://github.com/frabert/SharpPhysFS

Thanks to Francesco Bertolaccini for his efforts on that project!

--ryan.