Jacob Burroughs
|
61d3b63abc
Fix builds with modern GCC
|
8 år sedan |
Ryan C. Gordon
|
7c5cf75f3e
Fixed a comment.
|
9 år sedan |
Ryan C. Gordon
|
5554090786
Move __PHYSFS_strdup() declaration up with other string helpers.
|
9 år sedan |
Ryan C. Gordon
|
e44bbc2945
zip: Don't allocate a 256k buffer on the stack for zip64 parsing.
|
9 år sedan |
Ryan C. Gordon
|
dc75ddfbc3
Added a minor comment.
|
9 år sedan |
Ryan C. Gordon
|
780e775eb7
Replaced PhysFS.NET with a README pointing to more modern C# bindings.
|
9 år sedan |
Ryan C. Gordon
|
87f8fc4608
Updated Copyright.
|
9 år sedan |
Ryan C. Gordon
|
d9b76451c2
Fixes to SDL_RWops bridge code.
|
9 år sedan |
Ryan C. Gordon
|
7f1dee9255
Fixed compiler warning about unused variable because assert() is awful.
|
9 år sedan |
Ryan C. Gordon
|
e68607a14e
Removed a few tabstops to test something on the Mercurial server.
|
9 år sedan |
Ryan C. Gordon
|
99e0a2a50e
Fixed incorrect logic ("!x != 5" instead of "x != 5").
|
9 år sedan |
Ryan C. Gordon
|
79ca7a3866
Added some FIXMEs.
|
10 år sedan |
Ryan C. Gordon
|
8dd5c838ee
dos2unix'd platform_winrt.cpp
|
10 år sedan |
Ryan C. Gordon
|
808d54edc5
Removed some tabs and an extra semicolon.
|
10 år sedan |
Ryan C. Gordon
|
fce44d2650
Added Martin Ahrnbom to the credits.
|
10 år sedan |
Martin Ahrnbom
|
46db840607
Added support for WinRT 8.1 Universal Apps.
|
10 år sedan |
Ryan C. Gordon
|
8f0ed30f2b
Make sure read buffers get reinitialized before refilling (thanks, Michael!).
|
10 år sedan |
Ryan C. Gordon
|
4f90285c1d
Make static analysis happy.
|
10 år sedan |
Ryan C. Gordon
|
39fcb23314
Fixed resource leak when failing to mount a file that isn't an archive.
|
10 år sedan |
Ryan C. Gordon
|
3d221aa521
Short circuit case-insensitive compare of two equal Unicode codepoints.
|
10 år sedan |
Ryan C. Gordon
|
7e11e9ff43
PHYSFS_enumerateFiles() actually promises sorting order, and always has.
|
10 år sedan |
Willi Schinmeyer
|
ddc7de41fd
Fix NULL flush() in PHYSFS_Io crash
|
10 år sedan |
Ryan C. Gordon
|
e75766fd39
This returns -1 on error, not zero. :/
|
11 år sedan |
Ryan C. Gordon
|
87661735eb
PHYSFS_stat() returns zero on error, not -1.
|
11 år sedan |
Ryan C. Gordon
|
beee894158
We always use miniz now.
|
11 år sedan |
Ryan C. Gordon
|
3244d2ea9a
Renamed a function to make Clang static analysis happy.
|
11 år sedan |
Ryan C. Gordon
|
b296ebad3a
Added a FIXME.
|
11 år sedan |
Ryan C. Gordon
|
6743ae5c95
Fixed a single-line comment.
|
11 år sedan |
Ryan C. Gordon
|
35586dc3c8
Updated installation notes.
|
11 år sedan |
Ryan C. Gordon
|
d97957fcf3
Added pkg-config support (thanks, Jonas!).
|
11 år sedan |