2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  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 жил өмнө
  Alex Szpakowski 8718e064e0 Fixed love.graphics.print[f] truncating strings with embedded zeros 12 жил өмнө
  Alex Szpakowski 66b9b46846 Removed the love.joystickball event callback function 12 жил өмнө
  Alex Szpakowski 4b92c4bf4b Fixed old save directories not being removed from the filesystem search path properly when setIdentity is called 12 жил өмнө
  Alex Szpakowski 6b7eb35d8a Added love.visible(boolean visible) event callback 12 жил өмнө
  Alex Szpakowski d286f78ec7 Improved error messages when canvas/image creation fails because the size is too big for the system 12 жил өмнө
  Alex Szpakowski 0a36c41ba0 Removed support for BC7-compressed DDS images (only *very* modern systems support it right now); updated the ddsparse library 12 жил өмнө
  Alex Szpakowski 17c5ff56f1 Updated changelog 12 жил өмнө
  Alex Szpakowski 35984790e5 Added a way for love's reference-counted objects to be released more safely in some situations (e.g. setters) 12 жил өмнө
  Alex Szpakowski f253a016f6 Cleaned up love.run a bit 12 жил өмнө
  Alex Szpakowski b3990e89f9 Reverted accidental XCode project changes 12 жил өмнө
  Alex Szpakowski cd1a23c4ad Improved handling of (File)Data in love.graphics.newFont and love.thread.newThread 12 жил өмнө