提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Alex Szpakowski 03f5bd9a5a Improved the performance of dds data loading (love.image.newCompressedData / love.graphics.newImage("myfile.dds")) 12 年之前
  Alex Szpakowski be33d17f89 Added SpriteBatch:getColor 12 年之前
  Alex Szpakowski 0f6980f82a Xcode project now compiles with -O3 for greater performance with the same binary size. Rejoice! 12 年之前