Commit History

Author SHA1 Message Date
  Miku AuahDark 00e4ec1e04 Show deprecation notice when slashes is passed to require. 3 years ago
  Alex Szpakowski 7f3538d2ba Merge branch 'main' into 12.0-development 3 years ago
  Alex Szpakowski c8038f22df Merge branch 'main' into 12.0-development 3 years ago
  megagrump b359311832 accept Data objects in newFileData 3 years ago
  Miku AuahDark b79b99bbaa Use specialized logic when loading C modules in Android. 3 years ago
  Alex Szpakowski 9b4aea8f17 Missed some copyright date updates 4 years ago
  Alex Szpakowski f151190548 filesystem restructure work. 4 years ago
  Alex Szpakowski f61a650a87 Add 'readonly' field to love.filesystem.getInfo's returned table 4 years ago
  Alex Szpakowski 0706b6243c Add love.filesystem.mountFullPath. 4 years ago
  Alex Szpakowski 5f9b5a21d0 Merge default into minor 5 years ago
  Alex Szpakowski fc4847c69d Update copyright for the new year 5 years ago
  Alex Szpakowski bc12312f0f macOS: rename most internal uses of "macosx" to "macos". 5 years ago
  Alex Szpakowski 23db4f4a59 Remove functions that were deprecated in LÖVE 11. 5 years ago
  Alex Szpakowski 2a7e39d58b Rename DroppedFile to NativeFile. 5 years ago
  Alex Szpakowski d9ec1d8aa4 Clean up some hacky love.filesystem code. 5 years ago
  Bart van Strien cb625d890a Make sure luax_getfile always returns a retained value 6 years ago
  Alex Szpakowski 639bdb10e9 Fix love.filesystem.mount(data). Resolves issue #1506. 6 years ago
  Alex Szpakowski 528c1e2390 love.filesystem's loaders in the package.loaders table error instead of crashing when no argument is given to them (resolves issue #1504). 6 years ago
  Alex Szpakowski 459d31db7e Fix the Data-returning variant of love.filesystem.read/File:read to return the size that was read. Now it's consistent with the string-returning variant. 6 years ago
  Alex Szpakowski 0752f27bdf Update copyright year for 2019 6 years ago
  Alex Szpakowski 0cefb12c13 Add a variant of love.filesystem.getInfo which filters based on file type. getInfo(filename, "directory") will only return info for non-symlinked directories, for example. 7 years ago
  Bart van Strien e80247c191 Happy new year! ✨ 7 years ago
  Alex Szpakowski 0b7cb4a353 Add variants of File:read and love.filesystem.read which take an enum to determine whether they return a FileData or string. 7 years ago
  Alex Szpakowski 640e8f0d2e love.filesystem.mount can accept a Data object containing zipped data. 7 years ago
  Bart van Strien 19ddc27069 Use a seekless implementation of File:lines/love.filesystem.lines 7 years ago
  Bart van Strien 9e4374935d Show (short) list of possible enum values when an invalid value is encountered (resolves #1318) 8 years ago
  Alex Szpakowski bdc6eb3b29 Fix copy/paste error in the love.filesystem.isDirectory deprecation message. 8 years ago
  Alex Szpakowski 90e86c329d Add love.data module. 8 years ago
  Alex Szpakowski 4ee85e1793 love get* APIs which return tables with fields can optionally accept a table argument to fill in, instead of creating a new table. 8 years ago
  Alex Szpakowski 23c9edcc52 Hopefully fix the build 8 years ago