Alex Szpakowski
|
621124ac28
love.keypressed's second argument is now a unicode character string instead of a unicode codepoint number.
|
12 anos atrás |
Alex Szpakowski
|
cd97e9ec05
Added Image:getData, returns the original ImageData (or CompressedData) used to create the image
|
12 anos atrás |
Alex Szpakowski
|
76618f0328
Cleaned up font code to always use uint32 instead of the slightly more ambiguous "unsigned int" for codepoints
|
12 anos atrás |
Alex Szpakowski
|
d48d1fd441
Exposed the internal Rasterizer and GlyphData object methods to Lua. Also added Font:hasGlyph.
|
12 anos atrás |
Alex Szpakowski
|
dd9cca1a55
Added Data:getString to GlyphData
|
12 anos atrás |
Alex Szpakowski
|
f25efcc8af
Improved performance and reduced temporary memory usage of love.graphics.newScreenshot and Canvas:getImageData
|
12 anos atrás |
Alex Szpakowski
|
15535517d6
love.graphics.setColorMask() with no arguments enabled all color components
|
12 anos atrás |
Alex Szpakowski
|
0a1c90f2d7
Removed love.graphics.setLine and love.graphics.setPoint.
|
12 anos atrás |
Bart van Strien
|
5d2b20a662
Apply patch that fixes "random" looping of streaming sources (issue #630)
|
12 anos atrás |
Alex Szpakowski
|
03f5bd9a5a
Improved the performance of dds data loading (love.image.newCompressedData / love.graphics.newImage("myfile.dds"))
|
12 anos atrás |
Alex Szpakowski
|
be33d17f89
Added SpriteBatch:getColor
|
12 anos atrás |
Alex Szpakowski
|
0f6980f82a
Xcode project now compiles with -O3 for greater performance with the same binary size. Rejoice!
|
12 anos atrás |
Alex Szpakowski
|
8718e064e0
Fixed love.graphics.print[f] truncating strings with embedded zeros
|
12 anos atrás |
Alex Szpakowski
|
66b9b46846
Removed the love.joystickball event callback function
|
12 anos atrás |
Alex Szpakowski
|
4b92c4bf4b
Fixed old save directories not being removed from the filesystem search path properly when setIdentity is called
|
12 anos atrás |
Alex Szpakowski
|
6b7eb35d8a
Added love.visible(boolean visible) event callback
|
12 anos atrás |
Alex Szpakowski
|
d286f78ec7
Improved error messages when canvas/image creation fails because the size is too big for the system
|
12 anos atrás |
Alex Szpakowski
|
0a36c41ba0
Removed support for BC7-compressed DDS images (only *very* modern systems support it right now); updated the ddsparse library
|
12 anos atrás |
Alex Szpakowski
|
17c5ff56f1
Updated changelog
|
12 anos atrás |
Alex Szpakowski
|
35984790e5
Added a way for love's reference-counted objects to be released more safely in some situations (e.g. setters)
|
12 anos atrás |
Alex Szpakowski
|
f253a016f6
Cleaned up love.run a bit
|
12 anos atrás |
Alex Szpakowski
|
b3990e89f9
Reverted accidental XCode project changes
|
12 anos atrás |
Alex Szpakowski
|
cd1a23c4ad
Improved handling of (File)Data in love.graphics.newFont and love.thread.newThread
|
12 anos atrás |
Alex Szpakowski
|
1afc47511c
Fixed the graphics viewport not matching the window size when an unsupported fullscreen resolution is set
|
12 anos atrás |
Alex Szpakowski
|
c0998cd996
Fixed love.graphics.setScissor when love.graphics.setCanvas is called directly after a setScissor call
|
12 anos atrás |
Alex Szpakowski
|
1482b13363
Fixed SpriteBatch:unbind
|
12 anos atrás |
Alex Szpakowski
|
da9675e424
SpriteBatch:addg can now take triangle Geometries
|
12 anos atrás |
Alex Szpakowski
|
6fe1bfd5f9
Removed convex-check from Geometry:setVertex to prevent errors when re-ordering vertices
|
12 anos atrás |
Alex Szpakowski
|
6c6cb270de
Fixed Canvas:clear
|
12 anos atrás |
Alex Szpakowski
|
6a76e082e4
Re-added love.graphics.getWidth/getHeight
|
12 anos atrás |