Commit History

Author SHA1 Message Date
  Alex Szpakowski 90e86c329d Add love.data module. 8 years ago
  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. 8 years ago
  Alex Szpakowski 23c9edcc52 Hopefully fix the build 8 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 fee157b6b9 Functions that take a boolean argument now properly type-check for it. 8 years ago
  Alex Szpakowski 2dd6408d00 Images/[Compressed]ImageData can be created using any Data, instead of just files or FileData. 8 years ago
  Alex Szpakowski 17cf7bba83 Cleaned up love.graphics.newShader's wrapper code a bit. 8 years ago
  Alex Szpakowski 5ef6730497 Added a variant of love.graphics.captureScreenshot which takes a single filename parameter. Resolves issue #1293. 8 years ago
  Alex Szpakowski 94ce558126 require now looks for both .dylib and .so extensions for C dynamic libraries in macOS, instead of just .so. 8 years ago
  Alex Szpakowski 28ed5e5a4b Actually merge the latest default into minor… 8 years ago
  evan yeung 8d269226c0 Let the love.filesystem loader support the template path for multiple interrogation mark. 8 years ago
  evan yeung 9b77dbe262 Let the love.filesystem loader support the template path for multiple interrogation mark. 8 years ago
  Alex Szpakowski abb72cb813 Happy new year! 🥂 8 years ago
  Bart van Strien 5d43c9601a Automatically deduce the type in luax_pushtype, if possible 8 years ago
  Bart van Strien 7dd960619d Automatically deduce the type in luax_checktype, luax_getmodule, luax_optmodule and luax_totype 8 years ago
  Bart van Strien c761202486 Build type information on first use (load-time), instead of using a hardcoded list 8 years ago
  Alex Szpakowski ef61573cd3 Merge default into minor 9 years ago
  Alex Szpakowski acde58d311 Improved the error message when nil is passed as the first argument to love.image.newImageData (resolves issue #1205). 9 years ago
  Bart van Strien db8e7a7670 Merge default into minor 9 years ago
  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. 9 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 2e5f385be3 Merge default into minor 9 years ago
  Alex Szpakowski f51bbb8462 Cleaned up some StrongRef-related code. 9 years ago
  Bart van Strien 33341de7bc Rewrite the c module loader, adding a search path (fixes #1050) 9 years ago
  Alex Szpakowski 8566729229 Merged in Bobbyjones/love/new-conf-flag-for-android-2 (pull request #53) 9 years ago
  BobbyJones 2c550fbf6d now I removed it from the wrap :) 9 years ago
  BobbyJones e855f2ae01 removed the isAndroidSaveExternal from the wrap 9 years ago
  BobbyJones 57467448ad Made the android set save functions private. 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