Commit History

Author SHA1 Message Date
  Alex Szpakowski 43ee232897 macOS: Use a (non-persistent) map/sync approach for stream buffers, instead of glBufferSubData. This usually won't affect performance either way, but avoids some worst-case performance cliffs on my Intel GPU in my testing. 6 years ago
  Alex Szpakowski 5f9f8c18ba Update CMake script to generate zip/exe filenames which match love's new version naming scheme. 6 years ago
  Alex Szpakowski de813dd42d Add an Xcode 10 auto-generated file to the repository. 6 years ago
  Alex Szpakowski a96c2e77e6 Add platform/xcode/ios/luajit-git to the hgignore file. 6 years ago
  Alex Szpakowski dc5e43adf3 Split wrap_Graphics.lua into two files to work around VS2013's 16kB limit for raw string literals. 6 years ago
  Alex Szpakowski 1896f82f5d GL3/GLES3: Work around some drivers (e.g. Intel on Windows) making pixel shaders unnecessarily expensive when MRT is not used, because love declares ~8 pixel shader outputs even when only the first is used by shader code. 6 years ago
  Alex Szpakowski bcc5e77632 Simplify OpenGL 3+ stream buffer syncing code used with automatic batching. 6 years ago
  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 7 years ago
  Alex Szpakowski 40febe0a81 Update changelog 7 years ago
  Alex Szpakowski a1604f4294 Update Xcode project with the latest changes from Xcode 10. 7 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