Miku AuahDark
|
b738668e9c
Only show deprecation notice of using slash in require if the file is found.
|
2 years ago |
slime
|
79c879a6b1
Fix love.filesystem.newFileData crashing when an invalid filename is used.
|
2 years ago |
Miku AuahDark
|
c35ceeb223
Add optional load mode parameter to love.filesystem.load.
|
2 years ago |
Alex Szpakowski
|
07f087c139
Fix newFileData and newThread outputting deprecation warnings.
|
3 years ago |
Alex Szpakowski
|
4e051c6faa
Re-add love.filesystem.exists.
|
3 years ago |
Alex Szpakowski
|
b8ff64e9e3
Add love.filesystem.openFile. Deprecate love.filesystem.newFile.
|
3 years ago |
Alex Szpakowski
|
d5865e160c
File objects inherit from Stream.
|
3 years ago |
Miku AuahDark
|
00e4ec1e04
Show deprecation notice when slashes is passed to require.
|
3 years ago |
Alex Szpakowski
|
7f3538d2ba
Merge branch 'main' into 12.0-development
|
3 years ago |
Alex Szpakowski
|
c8038f22df
Merge branch 'main' into 12.0-development
|
3 years ago |
megagrump
|
b359311832
accept Data objects in newFileData
|
3 years ago |
Miku AuahDark
|
b79b99bbaa
Use specialized logic when loading C modules in Android.
|
3 years ago |
Alex Szpakowski
|
9b4aea8f17
Missed some copyright date updates
|
4 years ago |
Alex Szpakowski
|
f151190548
filesystem restructure work.
|
4 years ago |
Alex Szpakowski
|
f61a650a87
Add 'readonly' field to love.filesystem.getInfo's returned table
|
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
|
23db4f4a59
Remove functions that were deprecated in LÖVE 11.
|
5 years ago |
Alex Szpakowski
|
2a7e39d58b
Rename DroppedFile to NativeFile.
|
5 years ago |
Alex Szpakowski
|
d9ec1d8aa4
Clean up some hacky love.filesystem code.
|
5 years ago |
Bart van Strien
|
cb625d890a
Make sure luax_getfile always returns a retained value
|
6 years ago |
Alex Szpakowski
|
639bdb10e9
Fix love.filesystem.mount(data). Resolves issue #1506.
|
6 years ago |
Alex Szpakowski
|
528c1e2390
love.filesystem's loaders in the package.loaders table error instead of crashing when no argument is given to them (resolves issue #1504).
|
6 years ago |
Alex Szpakowski
|
459d31db7e
Fix the Data-returning variant of love.filesystem.read/File:read to return the size that was read. Now it's consistent with the string-returning variant.
|
6 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
|
0b7cb4a353
Add variants of File:read and love.filesystem.read which take an enum to determine whether they return a FileData or string.
|
7 years ago |