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

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