Commit History

Author SHA1 Message Date
  Alex Szpakowski d4a1247ca3 Potentially fix a compile error. 5 years ago
  Alex Szpakowski 453063e20f Windows: Use a more modern API for determining the save directory. 5 years ago
  Alex Szpakowski bc12312f0f macOS: rename most internal uses of "macosx" to "macos". 5 years ago
  Alex Szpakowski a27781aa6a macOS/iOS: Use more modern APIs for determining the save directory. 5 years ago
  Alex Szpakowski 0752f27bdf Update copyright year for 2019 6 years ago
  Alex Szpakowski a461f2d7af Improve the error message when love.filesystem.init fails. 7 years ago
  Alex Szpakowski 0bc820ee0e Merged in cigumo/love (pull request #99) 7 years ago
  Bart van Strien e80247c191 Happy new year! ✨ 7 years ago
  Alex Szpakowski 640e8f0d2e love.filesystem.mount can accept a Data object containing zipped data. 7 years ago
  Alex Szpakowski ce46fa3ebe Remove PhysFS 2.x-specific code, it's no longer needed since we always have PhysFS 3. 7 years ago
  Alex Szpakowski 1d8a3326b3 Include the physfs 3.0.1 source in love. 7 years ago
  Alex Szpakowski bf67d7ad0e PHYSFS_enumerateFiles bug has been fixed post-2.1.0. 8 years ago
  Alex Szpakowski e4e4c6673e Use PhysFS_getErrorByCode instead of PhysFS_getLastError, when available. 8 years ago
  Alex Szpakowski 9d0e984c3d Add love.filesystem.getInfo. Deprecate love.filesystem.exists/isDirectory/isFile/isSymlink/getLastModified/getSize. Resolves issue #641. 8 years ago
  Alex Szpakowski 7566db14f2 love.filesystem.isFile and isDirectory behave consistently between PhysFS 2.0 and 2.1/3.0 (see issue #641). 8 years ago
  Alex Szpakowski abb72cb813 Happy new year! 🥂 8 years ago
  Alex Szpakowski 31b44797bc Merge default into minor 9 years ago
  T-Bone 4ef7504c05 Fixed things pointed out by Alex Szpakowski and Bart von Strien 9 years ago
  T-Bone b2291fb62a Fixes to make Löve compile on Windows 10 UWP 9 years ago
  Alex Szpakowski 734789eb93 Added love.math.encode(format, data | string [, linelength]) and love.math.decode(format, data | string). Current formats are "base64" and "hex". The optional line length only applies to base64 and specifies the maximum number of characters per line in the encoded string. 9 years ago
  Bart van Strien 33341de7bc Rewrite the c module loader, adding a search path (fixes #1050) 9 years ago
  Alex Szpakowski 8566729229 Merged in Bobbyjones/love/new-conf-flag-for-android-2 (pull request #53) 9 years ago
  BobbyJones 3aa51763e2 made a method for setting external save location on android 9 years ago
  Alex Szpakowski 46a2e7b85c Happy new year! 🎉 9 years ago
  BobbyJones 3c83fb8626 Added a flag that changes android storage from internal to external. 9 years ago
  Alex Szpakowski b56a0cfc3d Avoid hard crashes when calling love.filesystem functions if love.filesystem.init was never called. 9 years ago
  Alex Szpakowski de0b63a48d Re-added love.filesystem.exists. 9 years ago
  Alex Szpakowski 7ee02e8d37 Fixed most PhysFS deprecated call warnings on iOS/Android. 9 years ago
  Alex Szpakowski b0c19ef2c5 Renamed love.window.set/isScreenSaverEnabled to love.window.set/isDisplaySleepEnabled. 9 years ago
  Alex Szpakowski c9c772613c Enable symlinks by default (resolves issue #1072.) 10 years ago