Difference between revisions of "0.9.0"

m (Fixed Image method links)
m (Fixed Image Font links)
Line 12: Line 12:
 
* Added [[love.filesystem.append]].
 
* Added [[love.filesystem.append]].
 
* Added [[love.filesystem.getSize]].
 
* Added [[love.filesystem.getSize]].
* Added support for UTF-8 [[ImageFont]]s.
+
* Added support for UTF-8 Image [[Font]]s.
 
* Added [[Font:getAscent]], [[Font:getDescent]], and [[Font:getBaseline]].
 
* Added [[Font:getAscent]], [[Font:getDescent]], and [[Font:getBaseline]].
 
* Added [[Font:setFilter]] and [[Font:getFilter]].
 
* Added [[Font:setFilter]] and [[Font:getFilter]].
Line 81: Line 81:
 
* Fixed [[File:read]] reading past end of file.
 
* Fixed [[File:read]] reading past end of file.
 
* Fixed possible memory leak in utf-8 decoder.
 
* Fixed possible memory leak in utf-8 decoder.
* Fixed spacing for the last character in an [[ImageFont]].
+
* Fixed spacing for the last character in an Image [[Font]].
 
* Fixed line wrapping in [[love.graphics.printf]].
 
* Fixed line wrapping in [[love.graphics.printf]].
 
* Fixed crashes with font drawing on some ATI cards.
 
* Fixed crashes with font drawing on some ATI cards.

Revision as of 21:52, 11 June 2013

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

Changes from 0.8.0

Additions

Removals

Fixes

Other Changes

no-game screen