Difference between revisions of "0.9.0"

m (Fixed Image Font links)
m (Fixed some links)
Line 18: Line 18:
 
* Added HDR canvas support.
 
* Added HDR canvas support.
 
* Added mipmapping support to [[Image]]s (has [[love.graphics.isSupported]] test).
 
* Added mipmapping support to [[Image]]s (has [[love.graphics.isSupported]] test).
* Added vertex [[shader]] support.
+
* Added vertex [[Shader]] support.
 
* Added boolean support to [[Shader:send]].
 
* Added boolean support to [[Shader:send]].
 
* Added [[Canvas:getPixel]].
 
* Added [[Canvas:getPixel]].
 
* Added [[BlendMode]] "replace".
 
* Added [[BlendMode]] "replace".
* Added [[Geometry]] objects (replaces [[Quads]]), allowing for arbitrary textured polygons.
+
* Added [[Geometry]] objects (replaces [[Quad]]s), allowing for arbitrary textured polygons.
 
* Added [[love.graphics.setCanvases]] (multiple render targets.)
 
* Added [[love.graphics.setCanvases]] (multiple render targets.)
 
* Added [[love.graphics.setColorMask]].
 
* Added [[love.graphics.setColorMask]].
Line 31: Line 31:
 
* Added [[ParticleSystem:emit]].
 
* Added [[ParticleSystem:emit]].
 
* 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 [[Image]]s via [[love.image.newCompressedData]].
 
* Added [[love.image.isCompressed]] and [[(Image):isCompressed|Image:isCompressed]].
 
* Added [[love.image.isCompressed]] and [[(Image):isCompressed|Image:isCompressed]].
 
* Added [[(Image):getDimensions|Image:getDimensions]], [[Canvas:getDimensions]], and [[ImageData:getDimensions]].
 
* Added [[(Image):getDimensions|Image:getDimensions]], [[Canvas:getDimensions]], and [[ImageData:getDimensions]].
Line 53: Line 53:
 
* Added flags to [[love.window.setMode]].
 
* Added flags to [[love.window.setMode]].
 
* Added support for resizable, borderless, and non-centered windows.
 
* Added support for resizable, borderless, and non-centered windows.
* Added resize event.
+
* Added window resize event.
 
* Added [[love.window.getDimensions]].
 
* Added [[love.window.getDimensions]].
 
* Added [[love.mousefocus]] and [[love.window.hasMouseFocus]].
 
* Added [[love.mousefocus]] and [[love.window.hasMouseFocus]].
Line 79: Line 79:
 
* Fixed scaling in several [[love.physics]] functions.
 
* Fixed scaling in several [[love.physics]] functions.
 
* Fixed Box2D exception in [[World:update]].
 
* Fixed Box2D exception in [[World:update]].
* 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 Image [[Font]].
 
* Fixed spacing for the last character in an Image [[Font]].

Revision as of 03:26, 16 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