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

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.