Commit History

作者 SHA1 備註 提交日期
  Alex Szpakowski 7fdad7c010 Workaround for off-by-one line numbers in shader validation errors. 8 年之前
  Alex Szpakowski a42f27db47 The default error handler sanitizes error messages to remove non UTF-8 bytes before displaying it. Resolves issue #1330. 8 年之前
  Alex Szpakowski fee157b6b9 Functions that take a boolean argument now properly type-check for it. 8 年之前
  Alex Szpakowski fea9f82cfa Remove the undocumented formatted variant of Text:set (Text:setf still exists). Resolves issue #1329. 8 年之前
  Alex Szpakowski 92df39181d Error for invalid constants passed to love.keyboard.isDown/isScancodeDown. Resolves issue #1313. 8 年之前
  Alex Szpakowski 01fe2c5df2 Fix FLAC decoder code to compile if someone uncomments it. Resolves issue #1322. 8 年之前
  Alex Szpakowski 74d9bc7faf Add traceback information to the error string generated if a thread causes a Lua error. 8 年之前
  Alex Szpakowski 01c091882a Fix love.graphics.newImage(ImageData). Thanks Santos! 8 年之前
  Alex Szpakowski 98eef9e88a Add a default love.threaderror callback which just calls error(). 8 年之前
  Alex Szpakowski b5f2bce0a6 Merge default into minor 8 年之前
  Alex Szpakowski dcd6365356 Backout changeset 5124a406a38b21a8206c552fb1c03bc8a0d93e25 8 年之前
  Alex Szpakowski f1cdb9145b Add an option to the Windows installer which puts the love directory in the system path variable (issue #878). 8 年之前
  Alex Szpakowski 7566db14f2 love.filesystem.isFile and isDirectory behave consistently between PhysFS 2.0 and 2.1/3.0 (see issue #641). 8 年之前
  Alex Szpakowski 9b6aa777ad love.image.newImageData(w, h, format, rawbytes) can accept a Data object. 8 年之前
  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 年之前
  raidho36 e751278af1 Fix issue #1303 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 年之前