提交历史

作者 SHA1 备注 提交日期
  Alex Szpakowski 2dd6408d00 Images/[Compressed]ImageData can be created using any Data, instead of just files or FileData. 8 年之前
  Alex Szpakowski 9654376bdd Rename love.errhand to love.errorhandler (see issue #573). 8 年之前
  Alex Szpakowski 254e50dbfe Rename love.mouse.hasCursor to isCursorSupported (resolves issue #1309). 8 年之前
  Alex Szpakowski f0c682d50d boot.lua cleanup and fixes 8 年之前
  Kyle McLamb c2ea3a846c Cleanup 8 年之前
  Kyle McLamb f6600953ec merge 8 年之前
  Alex Szpakowski b129d49a6c Move Color.h from modules/graphics/ to common/ 8 年之前
  Alex Szpakowski c11a4250e8 Fix CMakeLists.txt 8 年之前
  Alex Szpakowski 84d5d8b636 Move decoder-agnostic love.image code out of the magpie backend folder. 8 年之前
  Alex Szpakowski 217552b5ff love.graphics.newShader can accept File and FileData arguments (resolves issue #1308). 8 年之前
  Alex Szpakowski 02aa7937a1 Rename love.audio.setMixMode to setMixWithSystem. Fix some copyright notice typos. 8 年之前
  Alex Szpakowski 17cf7bba83 Cleaned up love.graphics.newShader's wrapper code a bit. 8 年之前
  Alex Szpakowski 5848b8c8b6 Set non-zero default sampling parameters for RecordingDevices. 8 年之前
  Alex Szpakowski 5ef6730497 Added a variant of love.graphics.captureScreenshot which takes a single filename parameter. Resolves issue #1293. 8 年之前
  Alex Szpakowski 2c80cce00b Fix RecordingDevice:start(). 8 年之前
  Alex Szpakowski bf7f082adb Re-added the no-argument variant of RecordingDevice:start(). 8 年之前
  Alex Szpakowski 68f1ab5f47 Check a couple more vendor strings to determine if an AMD driver is being used. 8 年之前
  Alex Szpakowski d338f274ff Update naming convention for builtin shader matrices. 8 年之前
  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 年之前
  Alex Szpakowski 19b4079ecc Merge default into minor 8 年之前
  Alex Szpakowski b19a8ab67e RecordingDevice:start has default arguments (resolves issue #1296). 8 年之前
  Bart van Strien 7fa8fe7572 Fix replacement when using love.joystick.setGamepadMapping (issue #1298) 8 年之前
  Alex Szpakowski 94ce558126 require now looks for both .dylib and .so extensions for C dynamic libraries in macOS, instead of just .so. 8 年之前
  Bart van Strien 6f7fe0611b Fix broken audio when attempting to stop or pause multiple sources, when not all of them were playing 8 年之前
  Bart van Strien 9ee11409c5 Add vararg versions of love.audio.play/pause/stop (fixes #1295) 8 年之前
  Alex Szpakowski d578c35f4a Fix love.graphics.circle (thanks xenthral!) 8 年之前
  Alex Szpakowski 2eb9b3bdcd love.timer.step now returns the calculated dt directly. 8 年之前
  Alex Szpakowski ef5897b22c Seed love.math.random when the math module is loaded, instead of in love.run. 8 年之前
  Alex Szpakowski d1d6fb6f68 Update stb_image from 2.12 to 2.16. 8 年之前
  Alex Szpakowski b3d4443f9d Added 'drawcallsbatched' field to the table returned by love.graphics.getStats. 8 年之前