Commit History

Author SHA1 Message Date
  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
  Alex Szpakowski c2628fe4f9 Added a workaround for a bug in PhysFS 2.1-alpha involving trailing slashes and PHYSFS_enumerateFiles. 10 years ago
  Alex Szpakowski a7e4148869 Merged default into minor 10 years ago
  Bart van Strien 13594e3e38 Add missing include 10 years ago
  Alex Szpakowski c7b45b3505 Updated copyright for the new year 10 years ago
  Alex Szpakowski d4be84a630 Fixed love.filesystem.unmount. 10 years ago
  Alex Szpakowski 8d0654a6a7 Added runtime drag-and-drop file and folder support via new love.filedropped and love.directorydropped event callback functions. filedropped has a single File object argument, and directorydropped has a single string argument containing the full path of the directory, which can be used with love.filesystem.mount. 10 years ago
  Alex Szpakowski 8edb90a719 Added support for loading BMFont bitmap font files with love.graphics.newFont (see issue #190.) Some esoteric BMFont features are not supported. 11 years ago
  Bart van Strien 5b4ef23772 Move require path into filesystem module 11 years ago
  Alex Szpakowski aa05664d4c Merged default into minor 11 years ago
  Alex Szpakowski 73c0f1e222 Added love.filesystem.isSymlink, love.filesystem.setSymlinksEnabled, and love.filesystem.areSymlinksEnabled. Symbolic link support is disabled by default. 11 years ago
  Alex Szpakowski d52bab4221 Updated the new module changes to use more compile/link-time checking rather than runtime checking. 11 years ago
  Alex Szpakowski 014b9a46e5 Updated the Lua wrapper code for modules to account for cases where the module's instance is removed from memory completely and recreated during the program's lifetime. 11 years ago
  Bart van Strien 59ab602111 Normalize slashes in paths unless they are direct user input (XDG_DATA_HOME/APPDATA, specifically) 11 years ago
  Alex Szpakowski 53b20b63a5 Merged default into minor 11 years ago
  Alex Szpakowski e25cdfc71c Fixed creating and setting the write directory on some sandboxed operating systems 11 years ago
  Alex Szpakowski 9d293af176 Fixed love.filesystem.setIdentity breaking if a file has been written to an old identity dir before the new setIdentity call 11 years ago
  Alex Szpakowski 4d579074a1 Removed love.filesystem.exists (resolves issue #641.) 11 years ago
  Alex Szpakowski aba17607aa Added an optional callback function argument to love.filesystem.getDirectoryItems. Callback function takes a single argument containing a filepath string. 11 years ago
  Alex Szpakowski a13fd761cc Updated love.filesystem's C library loader for require to look in paths added via love.filesystem.mount, when in fused mode 11 years ago
  Alex Szpakowski 3120a0e650 Goodbye 2013, hello 2014! 11 years ago
  Alex Szpakowski 8cc5364d15 Changed the SearchOrder argument of love.filesystem.setIdentity and love.filesystem.mount to a boolean (append) instead of an enum 11 years ago
  Alex Szpakowski 249dad3cae love.filesystem.mkdir -> love.filesystem.createDirectory, love.filesystem.enumerate -> love.filesystem.getDirectoryItems. Resolves issue #609. 11 years ago
  Bart van Strien f6f8251234 Hopefully fix appdata dir creation on windows 12 years ago