Commit History

Author SHA1 Message Date
  Muh Muhten dda0200ffe Use proper type checking for coordinate arguments in love.graphics.points/line/polygon. Resolves issue #1325. 8 years ago
  Alex Szpakowski 23c9edcc52 Hopefully fix the build 8 years ago
  Alex Szpakowski 9d0e984c3d Add love.filesystem.getInfo. Deprecate love.filesystem.exists/isDirectory/isFile/isSymlink/getLastModified/getSize. Resolves issue #641. 8 years ago
  Alex Szpakowski fcd9f1526c Use different output messages for deprecated methods versus functions. 8 years ago
  Alex Szpakowski 3128a127cf Rename love.audio.getSourceCount to getActiveSourceCount and deprecate the old function (resolves issue #1302). 8 years ago
  Alex Szpakowski d8eb6e6012 Rename PrismaticJoint/RevoluteJoint:hasLimitsEnabled to areLimitsEnabled and deprecate the old methods (resolves issue #1324). 8 years ago
  Alex Szpakowski bf6983beac Rename Source/SoundData/Decoder:getChannels to getChannelCount (resolves issue #1307). Deprecate the old methods rather than completely removing them. 8 years ago
  Alex Szpakowski 0325663283 Fix build 8 years ago
  Alex Szpakowski de28c6e6a8 Add the ability to have formally deprecated functions. 8 years ago
  Alex Szpakowski 324ef8f690 Remove an unused variable. 8 years ago
  Alex Szpakowski 0b68c92570 Rename some internal functionality to better match what it actually is. 8 years ago
  Alex Szpakowski 25afd740b4 Fast gamma correction functions in shaders are now more accurate. Always use the fast versions by default. 8 years ago
  Alex Szpakowski 7fdad7c010 Workaround for off-by-one line numbers in shader validation errors. 8 years ago
  Alex Szpakowski a42f27db47 The default error handler sanitizes error messages to remove non UTF-8 bytes before displaying it. Resolves issue #1330. 8 years ago
  Alex Szpakowski fee157b6b9 Functions that take a boolean argument now properly type-check for it. 8 years ago
  Alex Szpakowski fea9f82cfa Remove the undocumented formatted variant of Text:set (Text:setf still exists). Resolves issue #1329. 8 years ago
  Alex Szpakowski 92df39181d Error for invalid constants passed to love.keyboard.isDown/isScancodeDown. Resolves issue #1313. 8 years ago
  Alex Szpakowski 01fe2c5df2 Fix FLAC decoder code to compile if someone uncomments it. Resolves issue #1322. 8 years ago
  Alex Szpakowski 74d9bc7faf Add traceback information to the error string generated if a thread causes a Lua error. 8 years ago
  Alex Szpakowski 01c091882a Fix love.graphics.newImage(ImageData). Thanks Santos! 8 years ago
  Alex Szpakowski 98eef9e88a Add a default love.threaderror callback which just calls error(). 8 years ago
  Alex Szpakowski b5f2bce0a6 Merge default into minor 8 years ago
  Alex Szpakowski dcd6365356 Backout changeset 5124a406a38b21a8206c552fb1c03bc8a0d93e25 8 years ago
  Alex Szpakowski f1cdb9145b Add an option to the Windows installer which puts the love directory in the system path variable (issue #878). 8 years ago
  Alex Szpakowski 7566db14f2 love.filesystem.isFile and isDirectory behave consistently between PhysFS 2.0 and 2.1/3.0 (see issue #641). 8 years ago
  Alex Szpakowski 9b6aa777ad love.image.newImageData(w, h, format, rawbytes) can accept a Data object. 8 years ago
  Alex Szpakowski 2dd6408d00 Images/[Compressed]ImageData can be created using any Data, instead of just files or FileData. 8 years ago
  Alex Szpakowski 9654376bdd Rename love.errhand to love.errorhandler (see issue #573). 8 years ago
  Alex Szpakowski 254e50dbfe Rename love.mouse.hasCursor to isCursorSupported (resolves issue #1309). 8 years ago
  Alex Szpakowski f0c682d50d boot.lua cleanup and fixes 8 years ago