Difference between revisions of "0.9.0"

(Updated changelog)
m (Fixed Image method links)
Line 32: Line 32:
 
* Added many [[ParticleSystem]] getter methods.
 
* Added many [[ParticleSystem]] getter methods.
 
* Added DXT compressed texture support to [[Images]] via [[love.image.newCompressedData]].
 
* Added DXT compressed texture support to [[Images]] via [[love.image.newCompressedData]].
* Added [[love.image.isCompressed]] and [[Image:isCompressed]].
+
* Added [[love.image.isCompressed]] and [[(Image):isCompressed|Image:isCompressed]].
* Added [[Image:getDimensions]], [[Canvas:getDimensions]], and [[ImageData:getDimensions]].
+
* Added [[(Image):getDimensions|Image:getDimensions]], [[Canvas:getDimensions]], and [[ImageData:getDimensions]].
 
* Added anisotropic filtering support for [[Image]]s, [[Canvas]]es, and [[Font]]s.
 
* Added anisotropic filtering support for [[Image]]s, [[Canvas]]es, and [[Font]]s.
* Added [[Image:refresh]].
+
* Added [[(Image):refresh|Image:refresh]].
 
* Added [[SoundData:getDuration]] and [[SoundData:getSampleCount]].
 
* Added [[SoundData:getDuration]] and [[SoundData:getSampleCount]].
 
* Added [[Source:isPlaying]].
 
* Added [[Source:isPlaying]].

Revision as of 21:51, 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