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

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.