Cronologia Commit

Autore SHA1 Messaggio Data
  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 anni fa
  Bart van Strien 59ab602111 Normalize slashes in paths unless they are direct user input (XDG_DATA_HOME/APPDATA, specifically) 11 anni fa
  Alex Szpakowski e25cdfc71c Fixed creating and setting the write directory on some sandboxed operating systems 11 anni fa
  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 anni fa
  Alex Szpakowski aba17607aa Added an optional callback function argument to love.filesystem.getDirectoryItems. Callback function takes a single argument containing a filepath string. 11 anni fa
  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 anni fa
  Alex Szpakowski 3120a0e650 Goodbye 2013, hello 2014! 11 anni fa
  Alex Szpakowski 8cc5364d15 Changed the SearchOrder argument of love.filesystem.setIdentity and love.filesystem.mount to a boolean (append) instead of an enum 11 anni fa
  Alex Szpakowski 249dad3cae love.filesystem.mkdir -> love.filesystem.createDirectory, love.filesystem.enumerate -> love.filesystem.getDirectoryItems. Resolves issue #609. 11 anni fa
  Bart van Strien f6f8251234 Hopefully fix appdata dir creation on windows 11 anni fa
  Alex Szpakowski 8b7f151a4d Added joystick vibration support for most common controllers (resolves issue #159). 12 anni fa
  Bart van Strien 0e6786988e Try to create appdata dir if it doesn't exist (hopefully resolves #680) 12 anni fa
  Alex Szpakowski 06f80d5c08 Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729) 12 anni fa
  Alex Szpakowski daf50698b8 Added love.filesystem.getSourceBaseDirectory and changed love.filesystem.mount to allow mounting the path returned by love.filesystem.getSourceBaseDirectory in fused mode. 12 anni fa
  Alex Szpakowski fc3affb9b9 Removed 'release mode' and love.releaseerrhand, and added love.filesystem.isFused (resolves issue #579). 12 anni fa
  Alex Szpakowski 7a20bbc6c4 Added an optional search order enum ("first" or "last") to love.filesystem.setIdentity and love.filesystem.mount (resolves issue #694) 12 anni fa
  Alex Szpakowski ce9d0be1ea Fixed love.filesystem.mount to consistently fail to mount things which are inside the game source directory, instead of only failing when the source dir is a zipped .love 12 anni fa
  Alex Szpakowski 579a3052e6 Removed restriction on mounting a filepath to root 12 anni fa
  Alex Szpakowski b4fa9131d2 Fixed love.filesystem.[un]mount 12 anni fa
  Bart van Strien bff2c1b5f1 Recreate love.filesystem.mount, adding mount and unmount, for your archive (and folder?) pleasure 12 anni fa
  Alex Szpakowski 4b92c4bf4b Fixed old save directories not being removed from the filesystem search path properly when setIdentity is called 12 anni fa
  Alex Szpakowski d5aa807747 More internal code cleanup 12 anni fa
  Alex Szpakowski 2838208338 Cleaned up love.filesystem.load and love.filesystem.getLastModified code 12 anni fa
  Alex Szpakowski a2cb35f4e3 Constified some Filesystem module methods 12 anni fa
  Alex Szpakowski 129ae0f4eb Added love.filesystem.append (issue #541) 12 anni fa
  Alex Szpakowski 96229bcb5d Cleaned up love.filesystem.read/write code 12 anni fa
  Alex Szpakowski 8d4f35b86b Added love.filesystem.getSize (issue #541) 12 anni fa
  Alex Szpakowski 96161c66f6 Updated copyright text for the new year 12 anni fa
  rude 2149ecdf44 Use "L" to force wide literal string. 12 anni fa
  Bart van Strien 7793e7f02f CRLF to LF 13 anni fa