Difference between revisions of "0.9.1"

m
m
Line 8: Line 8:
 
* Added [[love.graphics.setWireframe]] and [[love.graphics.isWireframe]] for debugging.
 
* Added [[love.graphics.setWireframe]] and [[love.graphics.isWireframe]] for debugging.
 
* Added [[Mesh:setDrawRange]] and [[Mesh:getDrawRange]].
 
* Added [[Mesh:setDrawRange]] and [[Mesh:getDrawRange]].
* Added instancing support for meshes with [[Mesh:setInstanceCount]].
+
* Added very basic instancing support for meshes with [[Mesh:setInstanceCount]].
 
* Added [[CircleShape:getPoint]] and [[CircleShape:setPoint]].
 
* Added [[CircleShape:getPoint]] and [[CircleShape:setPoint]].
 
* Added [[Mesh:setTexture]], [[SpriteBatch:setTexture]], and [[ParticleSystem:setTexture]]. Accepts [[Canvas]]es and [[Image]]s.
 
* Added [[Mesh:setTexture]], [[SpriteBatch:setTexture]], and [[ParticleSystem:setTexture]]. Accepts [[Canvas]]es and [[Image]]s.

Revision as of 03:38, 11 February 2014

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.9.1 is Baby Inspector. It is currently not released.

Changes from 0.9.0

Additions

Deprecations

Fixes

Other Changes


no-game screen