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.
|
12 years ago |
Bart van Strien
|
f6f8251234
Hopefully fix appdata dir creation on windows
|
12 years ago |
Alex Szpakowski
|
8b7f151a4d
Added joystick vibration support for most common controllers (resolves issue #159).
|
12 years ago |
Bart van Strien
|
0e6786988e
Try to create appdata dir if it doesn't exist (hopefully resolves #680)
|
12 years ago |
Alex Szpakowski
|
06f80d5c08
Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729)
|
12 years ago |
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 years ago |
Alex Szpakowski
|
fc3affb9b9
Removed 'release mode' and love.releaseerrhand, and added love.filesystem.isFused (resolves issue #579).
|
12 years ago |
Alex Szpakowski
|
7a20bbc6c4
Added an optional search order enum ("first" or "last") to love.filesystem.setIdentity and love.filesystem.mount (resolves issue #694)
|
12 years ago |
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 years ago |
Alex Szpakowski
|
579a3052e6
Removed restriction on mounting a filepath to root
|
12 years ago |
Alex Szpakowski
|
b4fa9131d2
Fixed love.filesystem.[un]mount
|
12 years ago |
Bart van Strien
|
bff2c1b5f1
Recreate love.filesystem.mount, adding mount and unmount, for your archive (and folder?) pleasure
|
12 years ago |
Alex Szpakowski
|
4b92c4bf4b
Fixed old save directories not being removed from the filesystem search path properly when setIdentity is called
|
12 years ago |