2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  Alex Szpakowski a78fa39113 Added “none” blend mode. This is equivalent to setBlendMode(“replace”, “premultiplied”) (which also effectively disables blending) but doesn’t require explicitly setting the alpha multiplication mode. 8 жил өмнө
  Alex Szpakowski 4ef91ed79f Use SIMD SSE functionality when available for 4x4 matrix multiplies. Slightly improves performance of large numbers of love.graphics.draw(texture) calls. 8 жил өмнө
  Alex Szpakowski 5fc076a8fb Fix compilation on iOS 8 жил өмнө
  Alex Szpakowski 19aee7e75c Minor optimizations to love.graphics.draw(texture). 8 жил өмнө
  Alex Szpakowski a6a7f03b3a Fix more Windows compilation issues 8 жил өмнө
  Alex Szpakowski 603c3e43d5 Moved line and shape drawing code out of the opengl folder, since it no longer directly calls any OpenGL functions. 8 жил өмнө
  Alex Szpakowski 70df473680 Fix compilation in VS2013. 8 жил өмнө
  Alex Szpakowski 3c1d4304b1 Is MSVC happy with this? 8 жил өмнө
  Alex Szpakowski 94d169dc85 Add missing files to CMakeLists 8 жил өмнө
  Alex Szpakowski 0d2e08baff Implement automatic batching for points, lines, shapes, and images/quads. 8 жил өмнө
  Alex Szpakowski f98b7ce1ed Fix ImageData:paste. 8 жил өмнө
  Alex Szpakowski 2a47a8c9e2 Revert most render pass API changes. The APIs need more work and iteration before they’re better to use than the old setCanvas APIs. 8 жил өмнө
  Alex Szpakowski 0a8c6f3ee6 Cleaned up some love.graphics code. 8 жил өмнө
  Alex Szpakowski 1e24a19bea Fix compilation.. 8 жил өмнө
  Alex Szpakowski d7feb20df9 Remove love.timer SDL implementation files, since they don’t do anything. 8 жил өмнө
  Alex Szpakowski b620f32200 Work around SDL issues in Joystick:getGamepadMapping with XInput controllers (issue #1239). 8 жил өмнө
  Alex Szpakowski 8e2d9c5138 Minor code style cleanup. Fix a couple compiler warnings. 8 жил өмнө
  Alex Szpakowski 7d68a72d5f Add audio Filter files to the Xcode project 8 жил өмнө
  Raidho 332ba76e62 Implement audio filters 8 жил өмнө
  Bart van Strien e5aad03f2d Update changelog 8 жил өмнө
  Bart van Strien cac5a3519a Fix automatically pausing and resuming audio on android (resolves #1237) 8 жил өмнө
  Bart van Strien 67d3146229 Fix love.audio.play{sources...} so it can resume paused sources 8 жил өмнө
  Alex Szpakowski 0126f7986a Add missing files to the Xcode project 8 жил өмнө
  Bart van Strien 7bd3581a52 Merge dynamiccore2 into minor 8 жил өмнө
  Bart van Strien 9aa921ef4c Add new files to cmakelists 8 жил өмнө
  Bart van Strien 06f4d6363e Move all love::Type initialisation to their respective (new) files 8 жил өмнө
  Alex Szpakowski cc1ea70272 Fix indentation 8 жил өмнө
  Alex Szpakowski 0a3adc0839 Unify pixel format enums for ImageData, CompressedImageData, and Canvas into a single PixelFormat enum. 8 жил өмнө
  Bart van Strien 24a7a3d367 Merge minor into dynamiccore2 8 жил өмнө
  Alex Szpakowski cbba8c40a6 Split Mesh:attachAttribute(name, nil) out into Mesh:detachAttribute. Fix attachAttribute. 8 жил өмнө