Commit History

Author SHA1 Message Date
  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
  BobbyJones 3c83fb8626 Added a flag that changes android storage from internal to external. 9 years ago
  Alex Szpakowski de0b63a48d Re-added love.filesystem.exists. 9 years ago
  Bart van Strien 22f2175bec Add initial video playback support for Ogg Theora videos (resolves issue #66.) 9 years ago
  Alex Szpakowski 0f986b10aa Cleaned up some code, the 'ry' parameter of love.graphics.rectangle now defaults to the value of 'rx' rather than defaulting to 0. 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 e7f56241ec Removed the callback argument from love.filesystem.getDirectoryItems (resolves issue #877.) 10 years ago
  Alex Szpakowski 2844499ef7 Added the ability to have custom vertex attributes in Meshes (resolves issue #768.) 10 years ago
  Alex Szpakowski 2f419c1c83 Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's. 10 years ago
  Alex Szpakowski d229fb1129 Merged default into minor 10 years ago
  Alex Szpakowski 320ec8b472 Added love.filesystem.getRealDirectory(filepath). 10 years ago
  Alex Szpakowski a7e4148869 Merged default into minor 10 years ago
  Bart van Strien ca343e063e Allow require paths without replacements 10 years ago
  Alex Szpakowski c7b45b3505 Updated copyright for the new year 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