提交歷史

作者 SHA1 備註 提交日期
  Bart van Strien f5603b0291 Make love compile against lua5.2 12 年之前
  Martin Felis 14ca401158 Add enet and lua-enet 12 年之前
  Bart van Strien 25d0d87247 Add love.window.getIcon, and reset it after setMode, so it doesn't get reset (issue #667 and issue #513) 12 年之前
  Bart van Strien aaa301ead2 Error if getting/setting out-of-range samples (issue #674) 12 年之前
  Bart van Strien 7e50691b6c Threads can now start with arguments, which will be in ... inside of the thread 12 年之前
  Alex Szpakowski d5ef29e015 Removed the optional variation parameter from ParticleSystem:setSpin (issue #634). ParticleSystem:setSpinVariation still exists. 12 年之前
  Alex Szpakowski da7bc06976 ParticleSystem:setSizes no longer resets size variation to 0 (issue #640) 12 年之前
  Alex Szpakowski ebd0896907 Updated changelog 12 年之前
  Alex Szpakowski de745aa37c Fixed ParticleSystem drawing order (issue #604) & added ParticleSystem:s/getInsertMode. Thanks @Boolsheet! 12 年之前
  Alex Szpakowski bf91d5cc6f Merged bartbes/love-experiments/love.filesystem.mount2 into default 12 年之前
  Alex Szpakowski 9155b7b0ee Removed dead code for the now-removed Thread:kill 12 年之前
  Alex Szpakowski 9da1af1e99 Canvas:clear() when multiple canvases are active is now more efficient when GL3+ is supported 12 年之前
  Bart van Strien 268fca156f Add release dates to changelog 12 年之前
  Alex Szpakowski 353e9b3b31 Fixed love.event.clear() (issue #666) 12 年之前
  Alex Szpakowski abd31ca4e2 Fixed ParticleSystems and Files crashing instead of erroring when given bad sizes (issue #666) 12 年之前
  Alex Szpakowski ee5e83635f Fixed rendering when a SpriteBatch is bound 12 年之前
  Alex Szpakowski 3880646a6a Fixed some uncaught exceptions in love.physics 12 年之前
  Alex Szpakowski 8084096937 Fixed the error screen sometimes not properly appearing until the next input event due to double/triple-buffering 12 年之前
  Alex Szpakowski 3b3c5c3711 Removed love.joystick.getBall and love.joystick.getBallCount (issue #648) 12 年之前
  Alex Szpakowski 01666f6c29 love.image.isCompressed now compares file extensions in a case-insensitive manner 12 年之前
  Bart van Strien ad8e0da351 Fix source reset, specifically audio wasn't always updating the AL_LOOPING flag 12 年之前
  Bart van Strien 2ad7562e6b Make sound decoder selection based on extension case-insensitive (issue #662) 12 年之前
  Alex Szpakowski 084a52da10 Fixed window visibility events not always triggering properly 12 年之前
  Alex Szpakowski 03bd4c1410 Fixed SpriteBatch:setBufferSize 12 年之前
  Alex Szpakowski 3fb78d5458 Added SpriteBatch:setBufferSize (issue #655) 12 年之前
  Alex Szpakowski 8fbf43fcc3 Added File:setBuffer/getBuffer, File:flush, and File:getMode. 12 年之前
  Alex Szpakowski 186bcae7cb Added File:isOpen 12 年之前
  Alex Szpakowski 80122d67e6 Slightly improved performance of love.graphics.setCanvases 12 年之前
  Alex Szpakowski 8b261abfdc Slightly improved performance and cleaned up code a bit for love.graphics.print 12 年之前
  Alex Szpakowski b04a2fee87 Improved performance when using ImageData methods in multiple threads when ImageData:encode is called 12 年之前