Commit History

Author SHA1 Message Date
  Alex Szpakowski ebd0896907 Updated changelog 12 years ago
  Alex Szpakowski de745aa37c Fixed ParticleSystem drawing order (issue #604) & added ParticleSystem:s/getInsertMode. Thanks @Boolsheet! 12 years ago
  Alex Szpakowski bf91d5cc6f Merged bartbes/love-experiments/love.filesystem.mount2 into default 12 years ago
  Alex Szpakowski 9155b7b0ee Removed dead code for the now-removed Thread:kill 12 years ago
  Alex Szpakowski 9da1af1e99 Canvas:clear() when multiple canvases are active is now more efficient when GL3+ is supported 12 years ago
  Bart van Strien 268fca156f Add release dates to changelog 12 years ago
  Alex Szpakowski 353e9b3b31 Fixed love.event.clear() (issue #666) 12 years ago
  Alex Szpakowski abd31ca4e2 Fixed ParticleSystems and Files crashing instead of erroring when given bad sizes (issue #666) 12 years ago
  Alex Szpakowski ee5e83635f Fixed rendering when a SpriteBatch is bound 12 years ago
  Alex Szpakowski 3880646a6a Fixed some uncaught exceptions in love.physics 12 years ago
  Alex Szpakowski 8084096937 Fixed the error screen sometimes not properly appearing until the next input event due to double/triple-buffering 12 years ago
  Alex Szpakowski 3b3c5c3711 Removed love.joystick.getBall and love.joystick.getBallCount (issue #648) 12 years ago
  Alex Szpakowski 01666f6c29 love.image.isCompressed now compares file extensions in a case-insensitive manner 12 years ago
  Bart van Strien ad8e0da351 Fix source reset, specifically audio wasn't always updating the AL_LOOPING flag 12 years ago
  Bart van Strien 2ad7562e6b Make sound decoder selection based on extension case-insensitive (issue #662) 12 years ago
  Alex Szpakowski 084a52da10 Fixed window visibility events not always triggering properly 12 years ago
  Alex Szpakowski 03bd4c1410 Fixed SpriteBatch:setBufferSize 12 years ago
  Alex Szpakowski 3fb78d5458 Added SpriteBatch:setBufferSize (issue #655) 12 years ago
  Alex Szpakowski 8fbf43fcc3 Added File:setBuffer/getBuffer, File:flush, and File:getMode. 12 years ago
  Alex Szpakowski 186bcae7cb Added File:isOpen 12 years ago
  Alex Szpakowski 80122d67e6 Slightly improved performance of love.graphics.setCanvases 12 years ago
  Alex Szpakowski 8b261abfdc Slightly improved performance and cleaned up code a bit for love.graphics.print 12 years ago
  Alex Szpakowski b04a2fee87 Improved performance when using ImageData methods in multiple threads when ImageData:encode is called 12 years ago
  Alex Szpakowski b8efa6372b oops 12 years ago
  Alex Szpakowski 6e3a7288dd Improved performance of ImageData:mapPixel (now up to 2x as fast as in 0.8.0!); love.graphics.newImage, Image:refresh, love.window.setIcon, and ImageRasterizers now prevent other threads from modifying the ImageData used in those functions until they're done accessing it 12 years ago
  Alex Szpakowski 579a3052e6 Removed restriction on mounting a filepath to root 12 years ago
  Alex Szpakowski b4fa9131d2 Fixed love.filesystem.[un]mount 12 years ago
  Bart van Strien bff2c1b5f1 Recreate love.filesystem.mount, adding mount and unmount, for your archive (and folder?) pleasure 12 years ago
  Alex Szpakowski 8d7e0b5629 Time-travelling license text 12 years ago
  Alex Szpakowski 958a25e0af Flipped the loading order of the graphics and window modules (first window, then graphics) 12 years ago