Difference between revisions of "0.10.1"
m |
|||
Line 7: | Line 7: | ||
== Changes from [[0.10.0]] == | == Changes from [[0.10.0]] == | ||
=== Additions === | === Additions === | ||
+ | * Added a new variant of [[love.graphics.arc]] which can draw different [[ArcMode|types of arcs]] ("pie", "open", or "closed"). | ||
* Added the ability to avoid clearing specific [[Canvas]]es when calling [[love.graphics.clear]], if multiple Canvases are active at once via [[love.graphics.setCanvas]]. | * Added the ability to avoid clearing specific [[Canvas]]es when calling [[love.graphics.clear]], if multiple Canvases are active at once via [[love.graphics.setCanvas]]. | ||
Revision as of 04:45, 31 December 2015
The information on this page may not be accurate or up to date due to the information pertaining to a version that is currently in development. |
The codename for LÖVE 0.10.1 is Super Toast. It is currently not released.
Changes from 0.10.0
Additions
- Added a new variant of love.graphics.arc which can draw different types of arcs ("pie", "open", or "closed").
- Added the ability to avoid clearing specific Canvases when calling love.graphics.clear, if multiple Canvases are active at once via love.graphics.setCanvas.
Bugfixes
- Fixed a Lua error in the no-game screen if the window's height is too small.
- Fixed love.filesystem functions crashing when called if liblove is used directly without calling love.filesystem.init.
- Fixed a driver bug on some Android devices which caused all objects to show up as black.
- Fixed Shader:sendColor incorrectly converting alpha values from sRGB to linear RGB when gamma-correct rendering is enabled.
- Fixed love.graphics.newMesh(vertices) double-converting colors from sRGB to linear RGB when gamma-correct rendering is enabled.