Difference between revisions of "0.10.1"

m
m (Updated changelog)
Line 8: Line 8:
 
=== Additions ===
 
=== Additions ===
 
* Added a new variant of [[love.graphics.arc]] which can draw different [[ArcMode|types of arcs]] ("pie", "open", or "closed").
 
* Added a new variant of [[love.graphics.arc]] which can draw different [[ArcMode|types of arcs]] ("pie", "open", or "closed").
 +
* Added "lighten" and "darken" [[BlendMode]]s. They can only be used with the "premultiplied" [[BlendAlphaMode]].
 +
* Added the "lighten" [[GraphicsFeature]] constant.
 
* 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 00:03, 1 January 2016

O.png 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.  


no-game screen

The codename for LÖVE 0.10.1 is Super Toast. It is currently not released.

Changes from 0.10.0

Additions


Bugfixes