~supertux-dev/supertux/+git/external-physfs:supertux

Last commit made on 2016-06-23
Get this branch:
git clone -b supertux https://git.launchpad.net/~supertux-dev/supertux/+git/external-physfs

Branch merges

Branch information

Recent commits

61d3b63... by Jacob Burroughs <email address hidden>

Fix builds with modern GCC

7c5cf75... by Ryan C. Gordon

Fixed a comment.

5554090... by Ryan C. Gordon

Move __PHYSFS_strdup() declaration up with other string helpers.

e44bbc2... by Ryan C. Gordon

zip: Don't allocate a 256k buffer on the stack for zip64 parsing.

dc75ddf... by Ryan C. Gordon

Added a minor comment.

780e775... by Ryan C. Gordon

Replaced PhysFS.NET with a README pointing to more modern C# bindings.

87f8fc4... by Ryan C. Gordon

Updated Copyright.

d9b7645... by Ryan C. Gordon

Fixes to SDL_RWops bridge code.

- Correct return values (number of objects, not bytes), thanks Reto!
- Updated for SDL 2.0 RWops interface. Threw away SDL 1.3 support.
- 1.2 support remains. For now!

7f1dee9... by Ryan C. Gordon

Fixed compiler warning about unused variable because assert() is awful.

e68607a... by Ryan C. Gordon

Removed a few tabstops to test something on the Mercurial server.