Commit Verlauf

Autor SHA1 Nachricht Datum
  Ryan C. Gordon b617766b50 Updated copyright to 2017. vor 7 Jahren
  Ryan C. Gordon 14a3b87bec Removed unused variable in extras/ignorecase.c ... vor 8 Jahren
  Ryan C. Gordon 0a1b2b8610 Added a mostly-harmless FIXME. vor 8 Jahren
  Ryan C. Gordon da04a0594c Added support for password-protected .zip files. vor 8 Jahren
  Ryan C. Gordon 5c7a8f0ce3 Platform deinit should happen last, since other deinit bits might depend on it. vor 8 Jahren
  Ryan C. Gordon ac1df5f441 Fixed miniz code that triggers recent GCCs' -Wmisleading-indentation. vor 8 Jahren
  Ryan C. Gordon a0071280f9 Removed one more rude thing from the comments. :/ vor 8 Jahren
  Ryan C. Gordon 74c08218e0 extras/ignorecase.h: Fixed some typos. vor 8 Jahren
  Ryan C. Gordon daa3f0628e Fixed some documentation typos (thanks, Paul!). vor 8 Jahren
  Ryan C. Gordon 7805899796 Replace unsigned long cast with cast to size_t (thanks, David!). vor 8 Jahren
  David Yip d8e01adebd Remove unused functions and variables in platform_windows. vor 8 Jahren
  David Yip 2a84f23e86 Remove unused variable in zip_hash_ancestors. vor 8 Jahren
  Ryan C. Gordon f3b45a94d0 Updated byte order tests to match what SDL does now. vor 8 Jahren
  Ryan C. Gordon afce1d12b9 HTTPS all the things. vor 8 Jahren
  Ryan C. Gordon f9b4cbeaf5 zip: Reworked how we organize ZIP entries. vor 8 Jahren
  Ryan C. Gordon 7c5cf75f3e Fixed a comment. vor 8 Jahren
  Ryan C. Gordon 5554090786 Move __PHYSFS_strdup() declaration up with other string helpers. vor 8 Jahren
  Ryan C. Gordon e44bbc2945 zip: Don't allocate a 256k buffer on the stack for zip64 parsing. vor 8 Jahren
  Ryan C. Gordon dc75ddfbc3 Added a minor comment. vor 8 Jahren
  Ryan C. Gordon 780e775eb7 Replaced PhysFS.NET with a README pointing to more modern C# bindings. vor 9 Jahren
  Ryan C. Gordon 87f8fc4608 Updated Copyright. vor 9 Jahren
  Ryan C. Gordon d9b76451c2 Fixes to SDL_RWops bridge code. vor 9 Jahren
  Ryan C. Gordon 7f1dee9255 Fixed compiler warning about unused variable because assert() is awful. vor 9 Jahren
  Ryan C. Gordon e68607a14e Removed a few tabstops to test something on the Mercurial server. vor 9 Jahren
  Ryan C. Gordon 99e0a2a50e Fixed incorrect logic ("!x != 5" instead of "x != 5"). vor 9 Jahren
  Ryan C. Gordon 79ca7a3866 Added some FIXMEs. vor 9 Jahren
  Ryan C. Gordon 8dd5c838ee dos2unix'd platform_winrt.cpp vor 9 Jahren
  Ryan C. Gordon 808d54edc5 Removed some tabs and an extra semicolon. vor 9 Jahren
  Ryan C. Gordon fce44d2650 Added Martin Ahrnbom to the credits. vor 9 Jahren
  Martin Ahrnbom 46db840607 Added support for WinRT 8.1 Universal Apps. vor 9 Jahren