Ryan C. Gordon
|
468edd80eb
Removed unused variable in extras/ignorecase.c ...
|
9 jaren geleden |
Ryan C. Gordon
|
2777b5efe2
Added a mostly-harmless FIXME.
|
9 jaren geleden |
Ryan C. Gordon
|
66b7767cec
Added support for password-protected .zip files.
|
9 jaren geleden |
Ryan C. Gordon
|
ab7eb81a4a
Platform deinit should happen last, since other deinit bits might depend on it.
|
9 jaren geleden |
Ryan C. Gordon
|
dfd658ff92
Fixed miniz code that triggers recent GCCs' -Wmisleading-indentation.
|
9 jaren geleden |
Ryan C. Gordon
|
e05d1acc76
Removed one more rude thing from the comments. :/
|
9 jaren geleden |
Ryan C. Gordon
|
84f27f8fb5
extras/ignorecase.h: Fixed some typos.
|
9 jaren geleden |
Ryan C. Gordon
|
8363d15439
Fixed some documentation typos (thanks, Paul!).
|
9 jaren geleden |
Ryan C. Gordon
|
b66b2d4563
Replace unsigned long cast with cast to size_t (thanks, David!).
|
9 jaren geleden |
David Yip
|
51f0807cb3
Remove unused functions and variables in platform_windows.
|
9 jaren geleden |
David Yip
|
9293c3dc8d
Remove unused variable in zip_hash_ancestors.
|
9 jaren geleden |
Ryan C. Gordon
|
c3cc732a70
Updated byte order tests to match what SDL does now.
|
10 jaren geleden |
Ryan C. Gordon
|
32d4f4541e
HTTPS all the things.
|
10 jaren geleden |
Ryan C. Gordon
|
b479c57bcb
zip: Reworked how we organize ZIP entries.
|
10 jaren geleden |
Ryan C. Gordon
|
acd00dda94
Fixed a comment.
|
10 jaren geleden |
Ryan C. Gordon
|
e608c5c3de
Move __PHYSFS_strdup() declaration up with other string helpers.
|
10 jaren geleden |
Ryan C. Gordon
|
0278c30776
zip: Don't allocate a 256k buffer on the stack for zip64 parsing.
|
10 jaren geleden |
Ryan C. Gordon
|
ce85702893
Added a minor comment.
|
10 jaren geleden |
Ryan C. Gordon
|
cec3dad0aa
Replaced PhysFS.NET with a README pointing to more modern C# bindings.
|
10 jaren geleden |
Ryan C. Gordon
|
2b060f8127
Updated Copyright.
|
10 jaren geleden |
Ryan C. Gordon
|
c4deb67883
Fixes to SDL_RWops bridge code.
|
10 jaren geleden |
Ryan C. Gordon
|
57bbcc3eb3
Fixed compiler warning about unused variable because assert() is awful.
|
10 jaren geleden |
Ryan C. Gordon
|
1ab2afda15
Removed a few tabstops to test something on the Mercurial server.
|
10 jaren geleden |
Ryan C. Gordon
|
fb31167e11
Fixed incorrect logic ("!x != 5" instead of "x != 5").
|
10 jaren geleden |
Ryan C. Gordon
|
6cafcc4bc7
Added some FIXMEs.
|
11 jaren geleden |
Ryan C. Gordon
|
3d38708088
dos2unix'd platform_winrt.cpp
|
11 jaren geleden |
Ryan C. Gordon
|
e13803c101
Removed some tabs and an extra semicolon.
|
11 jaren geleden |
Ryan C. Gordon
|
0c4d9ec68f
Added Martin Ahrnbom to the credits.
|
11 jaren geleden |
Martin Ahrnbom
|
9d55f3f099
Added support for WinRT 8.1 Universal Apps.
|
11 jaren geleden |
Ryan C. Gordon
|
f6a62ecad1
Make sure read buffers get reinitialized before refilling (thanks, Michael!).
|
11 jaren geleden |