mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Merge default into minor
--HG-- branch : minor
This commit is contained in:
+15
-3
@@ -63,10 +63,8 @@ Released: N/A
|
||||
* Improved performance when drawing textures, shapes, lines, and points by automatically batching their draw calls together when possible.
|
||||
* Improved performance of Shader:send when the Shader is not active.
|
||||
|
||||
* Updated the default error handler to allow copying the error to the clipboard when the user decides to do so.
|
||||
* Updated Source:seek to work if the Source isn't playing.
|
||||
* Updated love.math.random to have improved numeric distribution.
|
||||
* Updated love.filesystem.setRequirePath to support multiple template '?' characters in each path.
|
||||
* Updated love.graphics to support Core Profile OpenGL 3.3+ when available.
|
||||
* Updated love.graphics.circle/ellipse/arc/rectangle to take transformation scale into account when determining the number of segments to use.
|
||||
* Updated Canvas:newImageData to return an ImageData with a format that matches the Canvas' as closely as possible.
|
||||
@@ -74,8 +72,22 @@ Released: N/A
|
||||
* Updated luasocket to version 3.0rc1.
|
||||
|
||||
* Fixed Joystick:getGamepadMapping to work with xinput controllers.
|
||||
* Fixed BezierCurves to error instead of hanging in some situations.
|
||||
|
||||
LOVE 0.10.3 [Super Toast]
|
||||
-------------------------
|
||||
|
||||
Released: N/A
|
||||
|
||||
* Added RopeJoint:setMaxLength.
|
||||
|
||||
* Fixed Shader:send and Shader:sendColor ignoring the last argument for an array.
|
||||
* Fixed a crash when love.graphics.pop is called after a love.window.setMode while the transformation stack was not empty.
|
||||
* Fixed BezierCurves to error instead of hanging in some situations.
|
||||
|
||||
* Improved command line argument handling.
|
||||
|
||||
* Updated the default error handler to allow copying the error to the clipboard when the user decides to do so.
|
||||
* Updated love.filesystem.setRequirePath to support multiple template '?' characters in each path.
|
||||
|
||||
LOVE 0.10.2 [Super Toast]
|
||||
-------------------------
|
||||
|
||||
Reference in New Issue
Block a user