Difference between revisions of "0.10.0"

m (Updated changelog)
m (Removals)
Line 71: Line 71:
 
* Removed [[Mesh:setVertexColors]] and [[Mesh:hasVertexColors]] (use [[Mesh:setAttributeEnabled]]("VertexColor", enable) instead.)
 
* Removed [[Mesh:setVertexColors]] and [[Mesh:hasVertexColors]] (use [[Mesh:setAttributeEnabled]]("VertexColor", enable) instead.)
 
* Removed functions deprecated in LOVE 0.9.x:
 
* Removed functions deprecated in LOVE 0.9.x:
** Removed [[love.graphics.getMaxImageSize]] (replaced by [[love.graphics.getSystemLimits]].)
+
** Removed [[love.graphics.getMaxImageSize]] and [[love.graphics.getMaxPointSize]] (replaced by [[love.graphics.getSystemLimits]].)
** Removed [[love.graphics.getMaxPointSize]] (replaced by [[love.graphics.getSystemLimits]].)
 
 
** Removed [[Mesh:setImage]], [[Mesh:getImage]], [[SpriteBatch:setImage]], [[SpriteBatch:getImage]], [[ParticleSystem:setImage]], and [[ParticleSystem:getImage]] (replaced by set/getTexture.)
 
** Removed [[Mesh:setImage]], [[Mesh:getImage]], [[SpriteBatch:setImage]], [[SpriteBatch:getImage]], [[ParticleSystem:setImage]], and [[ParticleSystem:getImage]] (replaced by set/getTexture.)
 
** Removed [[SpriteBatch:bind]] and [[SpriteBatch:unbind]].
 
** Removed [[SpriteBatch:bind]] and [[SpriteBatch:unbind]].

Revision as of 03:21, 27 July 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.  


The codename for LÖVE 0.10.0 is not yet announced. It is currently not released.

Changes from 0.9.2

Additions

Removals

Renamed APIs

Bugfixes

Other changes