2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  Alex Szpakowski 1b3745b58b Fix a crash on quit if a non-default shader is active when quitting. 8 жил өмнө
  Alex Szpakowski 5f64737956 Shader:send now optionally accepts a Data object (with optional byte offset and size parameters). Resolves issue #1343. 8 жил өмнө
  Bart van Strien 77663ed847 Replace love.graphics.pop("all") with love.graphics.getStackDepth (resolves #1248 again) 8 жил өмнө
  Alex Szpakowski 8ea2f09a1c Fix Fixture:getShape. Resolves issue #1319. 8 жил өмнө
  Alex Szpakowski 4ee85e1793 love get* APIs which return tables with fields can optionally accept a table argument to fill in, instead of creating a new table. 8 жил өмнө
  Bart van Strien a2ad1b462f Add love.graphics.pop("all"), which pops the entire stack (resolves #1248) 8 жил өмнө
  Alex Szpakowski 8a77ea1007 Improve the error message when a type other than a table is given as the 3rd arg to newCanvas. 8 жил өмнө
  Bart van Strien 23929cab14 Rename love.physics getObjectList functions to getObjects (resolves #1305) 8 жил өмнө
  Bart van Strien 7dae80f552 Fix return type of ParticleSystem:getAreaSpreadIsRelativeDirection, remove optional parameters from ParticleSystem:setAreaSpread (resolves #1340) 8 жил өмнө
  Bart van Strien 09c1259857 Add optional timeout values to Channel:supply and Channel:demand (resolves #1344) 8 жил өмнө
  Bart van Strien 7dfbfbda79 Error if ParticleSystem's particle lifetime is set to a negative value (resolves #1339) 8 жил өмнө
  Alex Szpakowski bf67d7ad0e PHYSFS_enumerateFiles bug has been fixed post-2.1.0. 8 жил өмнө
  Alex Szpakowski b6ecdb7c78 SpriteBatches/Text objects/ParticleSystems: use glBufferData+glBufferSubData instead of glBufferData+glBufferData for orphaning streaming vertex data, on most platforms. Apparently some Android drivers have a problem with the latter. 8 жил өмнө
  Alex Szpakowski 362013d3ec Update appveyor to build both 32 bit and 64 bit versions of love for Windows. 8 жил өмнө
  Alex Szpakowski e4e4c6673e Use PhysFS_getErrorByCode instead of PhysFS_getLastError, when available. 8 жил өмнө
  Alex Szpakowski 737433d157 Update love.filesystem backend to always use PhysFS 2.1+ codepaths when available. 8 жил өмнө
  Alex Szpakowski 61a8ce6a66 Remove obsolete code and hopefully fix VS2013 build 8 жил өмнө
  Alex Szpakowski b4f8f08b70 Enable (when available) and improve performance of persistently mapped buffer path for the vertex/index buffers used with automatic batching. 8 жил өмнө
  Alex Szpakowski 9bb105711a Fix a Font texture memory leak when love.window.setMode is called (resolves issue #1338). 8 жил өмнө
  Alex Szpakowski a25cf3c432 Fix deprecation UI opacity when fading out. 8 жил өмнө
  Alex Szpakowski a41f78dfe4 Simplified some compressed image parsing code. 8 жил өмнө
  Bart van Strien 907630b04c Fix cycle detection 8 жил өмнө
  Bart van Strien 5fbaf2a92a Update changelog 8 жил өмнө
  Bart van Strien 5ddc89a033 Added cycle detection to Variant 8 жил өмнө
  Alex Szpakowski d35f69bcff Fix the deprecation list UI to respect love.setDeprecationOutput. 8 жил өмнө
  Muh Muhten dda0200ffe Use proper type checking for coordinate arguments in love.graphics.points/line/polygon. Resolves issue #1325. 8 жил өмнө
  Alex Szpakowski 23c9edcc52 Hopefully fix the build 8 жил өмнө
  Alex Szpakowski 9d0e984c3d Add love.filesystem.getInfo. Deprecate love.filesystem.exists/isDirectory/isFile/isSymlink/getLastModified/getSize. Resolves issue #641. 8 жил өмнө
  Alex Szpakowski fcd9f1526c Use different output messages for deprecated methods versus functions. 8 жил өмнө
  Alex Szpakowski 3128a127cf Rename love.audio.getSourceCount to getActiveSourceCount and deprecate the old function (resolves issue #1302). 8 жил өмнө