Difference between revisions of "0.10.0"

m (Bugfixes)
m
Line 79: Line 79:
 
* Renamed [[BlendMode|blend modes]] "additive", "subtractive", and "multiplicative" to "add", "subtract", and "multiply".
 
* Renamed [[BlendMode|blend modes]] "additive", "subtractive", and "multiplicative" to "add", "subtract", and "multiply".
 
* Renamed the [[KeyConstant|key constant]] and [[Scancode]] representing the spacebar from " " to "space".
 
* Renamed the [[KeyConstant|key constant]] and [[Scancode]] representing the spacebar from " " to "space".
* Renamed [[(File):eof|File:eof]] to [[File:isEOF]].
+
* Renamed [[(File):eof|File:eof]] to [[(File):isEOF|File:isEOF]].
 
* Renamed [[Canvas:getImageData]] to [[Canvas:newImageData]].
 
* Renamed [[Canvas:getImageData]] to [[Canvas:newImageData]].
 
* Renamed [[love.image]]'s [[CompressedData]] type to [[CompressedImageData]].
 
* Renamed [[love.image]]'s [[CompressedData]] type to [[CompressedImageData]].

Revision as of 01:56, 31 May 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