Commit History

Author SHA1 Message Date
  Alex Szpakowski e71f27c65d Move Lua wrapper code for Variants out of the Variant class file. 5 years ago
  Alex Szpakowski 5c06b2a860 Replace getCanvas/ImageFormats with getTextureFormats 5 years ago
  Alex Szpakowski fc4847c69d Update copyright for the new year 5 years ago
  Alex Szpakowski fe2c204a2c Use Data:getFFIPointer instead of Data:getPointer for internal ImageData and SoundData FFI code. 5 years ago
  Alex Szpakowski 2eefa859e3 Attempt to fix VS2013 compatibility. 5 years ago
  Alex Szpakowski 93802a3247 Use doubles instead of lightuserdata for keys into love's internal object registry (issue #1515). 5 years ago
  Alex Szpakowski cb4b45dcf1 Add Data:getFFIPointer. Similar to Data:getPointer but returns a cdata pointer directly (or nil if the FFI isn't available). 6 years ago
  Alex Szpakowski 46d8b07e41 Fix non-integer dpi scale values specified in love.graphics.newCanvas. 6 years ago
  Alex Szpakowski 0752f27bdf Update copyright year for 2019 6 years ago
  Bart van Strien 7253118100 Make and use a vector variant of luax_convobj 6 years ago
  Bart van Strien fb793944e4 Restore lua 5.2/5.3 compatibility (fixes #1408) 7 years ago
  Bart van Strien e80247c191 Happy new year! ✨ 7 years ago
  Bart van Strien 9e4374935d Show (short) list of possible enum values when an invalid value is encountered (resolves #1318) 8 years ago
  Bart van Strien 3278ea5580 Fix compilation with lua 5.2 and 5.3 8 years ago
  Alex Szpakowski fcd9f1526c Use different output messages for deprecated methods versus functions. 8 years ago
  Alex Szpakowski de28c6e6a8 Add the ability to have formally deprecated functions. 8 years ago
  Alex Szpakowski fee157b6b9 Functions that take a boolean argument now properly type-check for it. 8 years ago
  Alex Szpakowski 74d9bc7faf Add traceback information to the error string generated if a thread causes a Lua error. 8 years ago
  Alex Szpakowski b590edf27d Merge default into minor 8 years ago
  raidho36 6b7172bd40 Fix Issue #1273 8 years ago
  Alex Szpakowski 43fea45f9f Fix a memory leak when pushing love objects to threads which never load that object’s module (resolves issue #1267). 8 years ago
  Alex Szpakowski 73fd45558b Implement Array, Cubemap, and Volume texture types (issue #1111). 8 years ago
  Alex Szpakowski abb72cb813 Happy new year! 🥂 8 years ago
  Alex Szpakowski d26002f5cc Revamped and streamlined retina / high-DPI support (resolves issue #1122). 8 years ago
  Bart van Strien 9f6aa716fa Pass Type to luax_register_type by pointer instead of reference 8 years ago
  Bart van Strien d967a755e5 Make love::Type handle type names 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 37520bd18b Added Object:release. Calling it is the equivalent of removing all Lua-side references to an object and doing a full garbage collection cycle (thus deleting the object from memory if nothing else in LÖVE's code is referencing it). 9 years ago
  Alex Szpakowski 46a2e7b85c Happy new year! 🎉 9 years ago
  Alex Szpakowski cabf6dcae2 Made type checking for love objects slightly more robust. 9 years ago