Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Alex Szpakowski 7ee02e8d37 Fixed most PhysFS deprecated call warnings on iOS/Android. 9 vuotta sitten
  Alex Szpakowski b0c19ef2c5 Renamed love.window.set/isScreenSaverEnabled to love.window.set/isDisplaySleepEnabled. 9 vuotta sitten
  Alex Szpakowski c9c772613c Enable symlinks by default (resolves issue #1072.) 10 vuotta sitten
  Alex Szpakowski d3d970b925 Renamed iOS.mm and iOS.h to ios.mm and ios.h, to match the naming conventions of other files. 10 vuotta sitten
  Martin Felis 19b7d1e115 Implemented love.filesystem support for Android. 10 vuotta sitten
  Alex Szpakowski 3199482c3b Fixed filesystem writing on iOS. 10 vuotta sitten
  Alex Szpakowski e7f56241ec Removed the callback argument from love.filesystem.getDirectoryItems (resolves issue #877.) 10 vuotta sitten
  Alex Szpakowski cf0968fc6d Avoid some VC++ compiler warnings 10 vuotta sitten
  Alex Szpakowski aac4b3487a Replace deprecated PHYSFS_addToSearchPath calls with PHYSFS_mount. 10 vuotta sitten
  Alex Szpakowski ebc68023a7 Fix many warnings about implicit integer conversions when compiling for 64 bits. 10 vuotta sitten
  Alex Szpakowski 85de3c41fb Initial iOS implementation. 10 vuotta sitten
  Alex Szpakowski 24c7539182 Updated some Xcode project settings 10 vuotta sitten
  Alex Szpakowski c2628fe4f9 Added a workaround for a bug in PhysFS 2.1-alpha involving trailing slashes and PHYSFS_enumerateFiles. 10 vuotta sitten
  Alex Szpakowski a7e4148869 Merged default into minor 10 vuotta sitten
  Bart van Strien 13594e3e38 Add missing include 10 vuotta sitten
  Alex Szpakowski c7b45b3505 Updated copyright for the new year 10 vuotta sitten
  Alex Szpakowski d4be84a630 Fixed love.filesystem.unmount. 10 vuotta sitten
  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 vuotta sitten
  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 vuotta sitten
  Bart van Strien 5b4ef23772 Move require path into filesystem module 11 vuotta sitten
  Alex Szpakowski aa05664d4c Merged default into minor 11 vuotta sitten
  Alex Szpakowski 73c0f1e222 Added love.filesystem.isSymlink, love.filesystem.setSymlinksEnabled, and love.filesystem.areSymlinksEnabled. Symbolic link support is disabled by default. 11 vuotta sitten
  Alex Szpakowski d52bab4221 Updated the new module changes to use more compile/link-time checking rather than runtime checking. 11 vuotta sitten
  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 vuotta sitten
  Bart van Strien 59ab602111 Normalize slashes in paths unless they are direct user input (XDG_DATA_HOME/APPDATA, specifically) 11 vuotta sitten
  Alex Szpakowski 53b20b63a5 Merged default into minor 11 vuotta sitten
  Alex Szpakowski e25cdfc71c Fixed creating and setting the write directory on some sandboxed operating systems 11 vuotta sitten
  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 vuotta sitten
  Alex Szpakowski 4d579074a1 Removed love.filesystem.exists (resolves issue #641.) 11 vuotta sitten
  Alex Szpakowski aba17607aa Added an optional callback function argument to love.filesystem.getDirectoryItems. Callback function takes a single argument containing a filepath string. 11 vuotta sitten