2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  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 жил өмнө
  Alex Szpakowski b8efa6372b oops 12 жил өмнө
  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 жил өмнө
  Alex Szpakowski 8d7e0b5629 Time-travelling license text 12 жил өмнө
  Alex Szpakowski 958a25e0af Flipped the loading order of the graphics and window modules (first window, then graphics) 12 жил өмнө
  Alex Szpakowski 2426d97450 Fixed justify printf Align Mode (issue #635) 12 жил өмнө
  Alex Szpakowski 6281d60b8c Fixed compilation in visual studio 12 жил өмнө
  Alex Szpakowski 2be3479989 Updated changelog 12 жил өмнө
  Alex Szpakowski 621124ac28 love.keypressed's second argument is now a unicode character string instead of a unicode codepoint number. 12 жил өмнө
  Alex Szpakowski cd97e9ec05 Added Image:getData, returns the original ImageData (or CompressedData) used to create the image 12 жил өмнө
  Alex Szpakowski 76618f0328 Cleaned up font code to always use uint32 instead of the slightly more ambiguous "unsigned int" for codepoints 12 жил өмнө
  Alex Szpakowski d48d1fd441 Exposed the internal Rasterizer and GlyphData object methods to Lua. Also added Font:hasGlyph. 12 жил өмнө
  Alex Szpakowski dd9cca1a55 Added Data:getString to GlyphData 12 жил өмнө
  Alex Szpakowski f25efcc8af Improved performance and reduced temporary memory usage of love.graphics.newScreenshot and Canvas:getImageData 12 жил өмнө
  Alex Szpakowski 15535517d6 love.graphics.setColorMask() with no arguments enabled all color components 12 жил өмнө
  Alex Szpakowski 0a1c90f2d7 Removed love.graphics.setLine and love.graphics.setPoint. 12 жил өмнө
  Bart van Strien 5d2b20a662 Apply patch that fixes "random" looping of streaming sources (issue #630) 12 жил өмнө