Commit History

Author SHA1 Message Date
  Alex Szpakowski 9cdb4300de Merged in PabloMayobre/love/PabloMayobre/fix-seteffecteffect-true-and-geteffectef-1540253791471 (pull request #114) 6 years ago
  Alex Szpakowski c8d2d76df7 Work around a compiler bug in old versions of VS2013 (resolves issue #1458). 6 years ago
  Alex Szpakowski 2e190f4fa0 Merged in PabloMayobre/love-1/PabloMayobre/fixed-hash-functions-in-data-module-not--1543171550077 (pull request #117) 6 years ago
  Bart van Strien 7253118100 Make and use a vector variant of luax_convobj 6 years ago
  Pablo Mayobre 1670edf4ba Fix Source:setEffect working incorrectly when a fourth or more arguments are passed 6 years ago
  Pablo Mayobre ed68ac6b28 Fix hash functions. The length appended at the end was the modified length (taking into consideration the appended bit) instead of the original length as it should be. 6 years ago
  Michael Vetter a1d6da4624 Silence compiler warning 6 years ago
  Pablo Mayobre 43633d7b44 Fix typo: paddedlength -> paddedLength 6 years ago
  Pablo Mayobre 7c1603537f Fixed hash functions in data module, not taking the appended 1bit into consideration when calculating padding length. Fixes #1453 6 years ago
  Alex Szpakowski 0113a25296 Added tag 11.2 for changeset 55dc225ee239 6 years ago
  Alex Szpakowski 0d969c6c80 Add release date for 11.2. 6 years ago
  Alex Szpakowski 009a98a112 Merged in AuahDark/love/android-fix (pull request #116) 6 years ago
  Alex Szpakowski 5143926b38 Copy the data size of old uniforms to the new uniform when reinitializing shader uniforms after love.window.setMode. 6 years ago
  Tae Hanazono c00849d573 Move java files to love-android repo 6 years ago
  Tae Hanazono 07fcc1e151 Rationale confusion 6 years ago
  Tae Hanazono 18e4f81f87 Request external storage 6 years ago
  Tae Hanazono 4c13278784 Modify openURL to return boolean from Java side 6 years ago
  Tae Hanazono a496bb7d52 Place Android Java codes to platform 6 years ago
  Alex Szpakowski da23448efe Update version to 11.2 6 years ago
  Alex Szpakowski 40febe0a81 Update changelog 6 years ago
  Alex Szpakowski a1604f4294 Update Xcode project with the latest changes from Xcode 10. 6 years ago
  Pablo Mayobre b53f3de4a7 Add Source:setAirAbsorption() and Source:getAirAbsorption() 7 years ago
  Pablo Mayobre e840631388 Fix :setEffect("effect", true) and :getEffect("effect") when no filter is associated to the effect. 7 years ago
  Joel Schumacher 9a9ac96c4b Fix Windows version of __PHYSFS_platformCalcUserDir after Update 1809 7 years ago
  Joel Schumacher 0499f03891 Remove extern declaration of std::vector<std::string>::emplace_back to fix compliation with MSVC 7 years ago
  Alex Szpakowski e1ec98ad64 Add an ARM NEON simd implementation of matrix multiplication. 7 years ago
  Alex Szpakowski 535be96f03 Optimize StreamBuffer::getUsableSize to not be a virtual method. 7 years ago
  Alex Szpakowski 0cf106fa6a Keep a reference to the SDL video subsystem in the mouse module, since cursors need it. Potentially resolves issue #1388. 7 years ago
  Josh Grams cca5af66e8 setCanvas: rephrase confusing error message. 7 years ago
  Alex Szpakowski 79679f6272 Fix an uninitialized variable causing (harmless) OpenGL errors. Resolves issue #1434. 7 years ago