Miku AuahDark
|
c35ceeb223
Add optional load mode parameter to love.filesystem.load.
|
2 years ago |
Alex Szpakowski
|
7f3538d2ba
Merge branch 'main' into 12.0-development
|
3 years ago |
Alex Szpakowski
|
8e7fd10b6f
Update copyright year for 2022
|
3 years ago |
Alex Szpakowski
|
e258601bb5
Fix the save dir not being created if appdata/LOVE/ doesn't exist.
|
3 years ago |
Alex Szpakowski
|
21f5ba86d3
Merge branch 'master' into 12.0-development
|
4 years ago |
Alex Szpakowski
|
f89aabb0bb
Update copyright year for 2021
|
4 years ago |
Alex Szpakowski
|
cf67e97290
Fix another windows compile error
|
4 years ago |
Alex Szpakowski
|
6e6292ccb2
Fix a potential compile error on Windows
|
4 years ago |
Alex Szpakowski
|
f151190548
filesystem restructure work.
|
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
|
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
|
9d0e984c3d
Add love.filesystem.getInfo. Deprecate love.filesystem.exists/isDirectory/isFile/isSymlink/getLastModified/getSize. Resolves issue #641.
|
8 years ago |
Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
8 years ago |
Bart van Strien
|
06f4d6363e
Move all love::Type initialisation to their respective (new) files
|
8 years ago |
Alex Szpakowski
|
734789eb93
Added love.math.encode(format, data | string [, linelength]) and love.math.decode(format, data | string). Current formats are "base64" and "hex". The optional line length only applies to base64 and specifies the maximum number of characters per line in the encoded string.
|
9 years ago |
Alex Szpakowski
|
8566729229
Merged in Bobbyjones/love/new-conf-flag-for-android-2 (pull request #53)
|
9 years ago |
BobbyJones
|
e3da734ace
clean up
|
9 years ago |
BobbyJones
|
3aa51763e2
made a method for setting external save location on android
|
9 years ago |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 years ago |
Alex Szpakowski
|
9a1c4ad565
The iOS game list screen now also displays folders that contain main.lua.
|
10 years ago |
Alex Szpakowski
|
e44f20fdc6
Renamed OSX.mm/OSX.h to macosx.mm/macosx.h to match love's file naming conventions.
|
10 years ago |
Alex Szpakowski
|
811b2db466
The full executable path, rather than argv[0], is now used when determining whether the executable is fused (resolves issue #1043.)
|
10 years ago |
Alex Szpakowski
|
a7e4148869
Merged default into minor
|
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.
|
11 years ago |