Commit History

Author SHA1 Message Date
  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
  Alex Szpakowski d3d970b925 Renamed iOS.mm and iOS.h to ios.mm and ios.h, to match the naming conventions of other files. 10 years ago
  Martin Felis 19b7d1e115 Implemented love.filesystem support for Android. 10 years ago
  Alex Szpakowski 3199482c3b Fixed filesystem writing on iOS. 10 years ago
  Alex Szpakowski e7f56241ec Removed the callback argument from love.filesystem.getDirectoryItems (resolves issue #877.) 10 years ago
  Alex Szpakowski cf0968fc6d Avoid some VC++ compiler warnings 10 years ago
  Alex Szpakowski aac4b3487a Replace deprecated PHYSFS_addToSearchPath calls with PHYSFS_mount. 10 years ago
  Alex Szpakowski ebc68023a7 Fix many warnings about implicit integer conversions when compiling for 64 bits. 10 years ago
  Alex Szpakowski 85de3c41fb Initial iOS implementation. 10 years ago
  Alex Szpakowski 24c7539182 Updated some Xcode project settings 10 years ago