Alex Szpakowski
|
4ee85e1793
love get* APIs which return tables with fields can optionally accept a table argument to fill in, instead of creating a new table.
|
hace 8 años |
Alex Szpakowski
|
23c9edcc52
Hopefully fix the build
|
hace 8 años |
Alex Szpakowski
|
9d0e984c3d
Add love.filesystem.getInfo. Deprecate love.filesystem.exists/isDirectory/isFile/isSymlink/getLastModified/getSize. Resolves issue #641.
|
hace 8 años |
Alex Szpakowski
|
fee157b6b9
Functions that take a boolean argument now properly type-check for it.
|
hace 8 años |
Alex Szpakowski
|
2dd6408d00
Images/[Compressed]ImageData can be created using any Data, instead of just files or FileData.
|
hace 8 años |
Alex Szpakowski
|
17cf7bba83
Cleaned up love.graphics.newShader's wrapper code a bit.
|
hace 8 años |
Alex Szpakowski
|
5ef6730497
Added a variant of love.graphics.captureScreenshot which takes a single filename parameter. Resolves issue #1293.
|
hace 8 años |
Alex Szpakowski
|
94ce558126
require now looks for both .dylib and .so extensions for C dynamic libraries in macOS, instead of just .so.
|
hace 8 años |
Alex Szpakowski
|
28ed5e5a4b
Actually merge the latest default into minor…
|
hace 8 años |
evan yeung
|
8d269226c0
Let the love.filesystem loader support the template path for multiple interrogation mark.
|
hace 8 años |
evan yeung
|
9b77dbe262
Let the love.filesystem loader support the template path for multiple interrogation mark.
|
hace 8 años |
Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
hace 8 años |
Bart van Strien
|
5d43c9601a
Automatically deduce the type in luax_pushtype, if possible
|
hace 8 años |
Bart van Strien
|
7dd960619d
Automatically deduce the type in luax_checktype, luax_getmodule, luax_optmodule and luax_totype
|
hace 8 años |
Bart van Strien
|
c761202486
Build type information on first use (load-time), instead of using a hardcoded list
|
hace 8 años |
Alex Szpakowski
|
ef61573cd3
Merge default into minor
|
hace 9 años |
Alex Szpakowski
|
acde58d311
Improved the error message when nil is passed as the first argument to love.image.newImageData (resolves issue #1205).
|
hace 9 años |
Bart van Strien
|
db8e7a7670
Merge default into minor
|
hace 9 años |
Alex Szpakowski
|
1b1572ad85
love.filesystem.mount accepts DroppedFiles in the first parameter. You could previously pass in DroppedFile:getFilename() and it would work too, this just makes it a bit nicer.
|
hace 9 años |
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.
|
hace 9 años |
Alex Szpakowski
|
2e5f385be3
Merge default into minor
|
hace 9 años |
Alex Szpakowski
|
f51bbb8462
Cleaned up some StrongRef-related code.
|
hace 9 años |
Bart van Strien
|
33341de7bc
Rewrite the c module loader, adding a search path (fixes #1050)
|
hace 9 años |
Alex Szpakowski
|
8566729229
Merged in Bobbyjones/love/new-conf-flag-for-android-2 (pull request #53)
|
hace 9 años |
BobbyJones
|
2c550fbf6d
now I removed it from the wrap :)
|
hace 9 años |
BobbyJones
|
e855f2ae01
removed the isAndroidSaveExternal from the wrap
|
hace 9 años |
BobbyJones
|
57467448ad
Made the android set save functions private.
|
hace 9 años |
BobbyJones
|
3aa51763e2
made a method for setting external save location on android
|
hace 9 años |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
hace 9 años |
BobbyJones
|
3c83fb8626
Added a flag that changes android storage from internal to external.
|
hace 9 años |