Commit History

Author SHA1 Message Date
  Alex Szpakowski 2c80cce00b Fix RecordingDevice:start(). 8 years ago
  Alex Szpakowski bf7f082adb Re-added the no-argument variant of RecordingDevice:start(). 8 years ago
  Alex Szpakowski 68f1ab5f47 Check a couple more vendor strings to determine if an AMD driver is being used. 8 years ago
  Alex Szpakowski d338f274ff Update naming convention for builtin shader matrices. 8 years ago
  Alex Szpakowski 5fc2190ce4 Rename love.audio.getEffectsList and Source:getEffectsList to getActiveEffects. They now return an empty table instead of nil when there are no active effects, as well. 8 years ago
  Alex Szpakowski 19b4079ecc Merge default into minor 8 years ago
  Alex Szpakowski b19a8ab67e RecordingDevice:start has default arguments (resolves issue #1296). 8 years ago
  Bart van Strien 7fa8fe7572 Fix replacement when using love.joystick.setGamepadMapping (issue #1298) 8 years ago
  Alex Szpakowski 94ce558126 require now looks for both .dylib and .so extensions for C dynamic libraries in macOS, instead of just .so. 8 years ago
  Bart van Strien 6f7fe0611b Fix broken audio when attempting to stop or pause multiple sources, when not all of them were playing 8 years ago
  Bart van Strien 9ee11409c5 Add vararg versions of love.audio.play/pause/stop (fixes #1295) 8 years ago
  Alex Szpakowski d578c35f4a Fix love.graphics.circle (thanks xenthral!) 8 years ago
  Alex Szpakowski 2eb9b3bdcd love.timer.step now returns the calculated dt directly. 8 years ago
  Alex Szpakowski ef5897b22c Seed love.math.random when the math module is loaded, instead of in love.run. 8 years ago
  Alex Szpakowski d1d6fb6f68 Update stb_image from 2.12 to 2.16. 8 years ago
  Alex Szpakowski b3d4443f9d Added 'drawcallsbatched' field to the table returned by love.graphics.getStats. 8 years ago
  Alex Szpakowski c37e9ed6bf Use vector2 arrays instead of raw float arrays for graphics primitives. Simplifies the code a bit. 8 years ago
  Alex Szpakowski 72ba5080fb Update license.txt and relicense my .dds file parser code 8 years ago
  Alex Szpakowski 864147c38c love.graphics: move more platform-independent code out of the opengl backend 8 years ago
  Alex Szpakowski b568e267eb Reorganized the ImageData decoding/encoding implementation slightly. 8 years ago
  Alex Szpakowski 518ed6f524 Small code style cleanup 8 years ago
  Tiago Koji Castro Shibata 3dfe3808c6 Remove playmuted audio configuration 8 years ago
  Alex Szpakowski 34ebe18f14 Use luaL_check/optinteger instead of luaL_check/optnumber when getting integer arguments to functions. Resolves issue #1251. 8 years ago
  Alex Szpakowski abcade9421 Updated the changelog 8 years ago
  Tiago Koji Castro Shibata 4e9212b152 Add Android support to hasBackgroundMusic 8 years ago
  Alex Szpakowski 130ee7e1d9 Consolidated Image and Canvas dimension validation code. 8 years ago
  Alex Szpakowski 2b876d33ff Attempt to fix VS2013 compilation error; fix a couple logic errors in the audio Source implementation. 8 years ago
  Alex Szpakowski 942149f980 Merged in rcoaxil/love-audio/minor (pull request #91) 8 years ago
  raidho36 16180a7e9b That should be all. 8 years ago
  raidho36 8737e2e70f C++11 VLA usage removed, prettifyed naming. 8 years ago