Historial de Commits

Autor SHA1 Mensaje Fecha
  Alex Szpakowski 61a8ce6a66 Remove obsolete code and hopefully fix VS2013 build hace 8 años
  Alex Szpakowski b4f8f08b70 Enable (when available) and improve performance of persistently mapped buffer path for the vertex/index buffers used with automatic batching. hace 8 años
  Alex Szpakowski 9bb105711a Fix a Font texture memory leak when love.window.setMode is called (resolves issue #1338). hace 8 años
  Alex Szpakowski a25cf3c432 Fix deprecation UI opacity when fading out. hace 8 años
  Alex Szpakowski a41f78dfe4 Simplified some compressed image parsing code. hace 8 años
  Bart van Strien 907630b04c Fix cycle detection hace 8 años
  Bart van Strien 5fbaf2a92a Update changelog hace 8 años
  Bart van Strien 5ddc89a033 Added cycle detection to Variant hace 8 años
  Alex Szpakowski d35f69bcff Fix the deprecation list UI to respect love.setDeprecationOutput. hace 8 años
  Muh Muhten dda0200ffe Use proper type checking for coordinate arguments in love.graphics.points/line/polygon. Resolves issue #1325. hace 8 años
  Alex Szpakowski 23c9edcc52 Hopefully fix the build hace 8 años
  Alex Szpakowski 9d0e984c3d Add love.filesystem.getInfo. Deprecate love.filesystem.exists/isDirectory/isFile/isSymlink/getLastModified/getSize. Resolves issue #641. hace 8 años
  Alex Szpakowski fcd9f1526c Use different output messages for deprecated methods versus functions. hace 8 años
  Alex Szpakowski 3128a127cf Rename love.audio.getSourceCount to getActiveSourceCount and deprecate the old function (resolves issue #1302). hace 8 años
  Alex Szpakowski d8eb6e6012 Rename PrismaticJoint/RevoluteJoint:hasLimitsEnabled to areLimitsEnabled and deprecate the old methods (resolves issue #1324). hace 8 años
  Alex Szpakowski bf6983beac Rename Source/SoundData/Decoder:getChannels to getChannelCount (resolves issue #1307). Deprecate the old methods rather than completely removing them. hace 8 años
  Alex Szpakowski 0325663283 Fix build hace 8 años
  Alex Szpakowski de28c6e6a8 Add the ability to have formally deprecated functions. hace 8 años
  Alex Szpakowski 324ef8f690 Remove an unused variable. hace 8 años
  Alex Szpakowski 0b68c92570 Rename some internal functionality to better match what it actually is. hace 8 años
  Alex Szpakowski 25afd740b4 Fast gamma correction functions in shaders are now more accurate. Always use the fast versions by default. hace 8 años
  Alex Szpakowski 7fdad7c010 Workaround for off-by-one line numbers in shader validation errors. hace 8 años
  Alex Szpakowski a42f27db47 The default error handler sanitizes error messages to remove non UTF-8 bytes before displaying it. Resolves issue #1330. hace 8 años
  Alex Szpakowski fee157b6b9 Functions that take a boolean argument now properly type-check for it. hace 8 años
  Alex Szpakowski fea9f82cfa Remove the undocumented formatted variant of Text:set (Text:setf still exists). Resolves issue #1329. hace 8 años
  Alex Szpakowski 92df39181d Error for invalid constants passed to love.keyboard.isDown/isScancodeDown. Resolves issue #1313. hace 8 años
  Alex Szpakowski 01fe2c5df2 Fix FLAC decoder code to compile if someone uncomments it. Resolves issue #1322. hace 8 años
  Alex Szpakowski 74d9bc7faf Add traceback information to the error string generated if a thread causes a Lua error. hace 8 años
  Alex Szpakowski 01c091882a Fix love.graphics.newImage(ImageData). Thanks Santos! hace 8 años
  Alex Szpakowski 98eef9e88a Add a default love.threaderror callback which just calls error(). hace 8 años