Difference between revisions of "0.9.1"

(Updated changelog)
m
Line 23: Line 23:
 
** Added variant of [[love.graphics.newImage]] which interprets the image in the sRGB colorspace.
 
** Added variant of [[love.graphics.newImage]] which interprets the image in the sRGB colorspace.
 
** Added a new [[TextureFormat]] "srgb" for use with [[Canvas]]es.
 
** Added a new [[TextureFormat]] "srgb" for use with [[Canvas]]es.
* Added [[GraphicsFeature|love.graphics.isSupported("srgb")]]
+
** Added [[GraphicsFeature|love.graphics.isSupported("srgb")]]
* Added [[love.math.gammaToLinear]] and [[love.math.linearToGamma]].
+
** Added [[love.math.gammaToLinear]] and [[love.math.linearToGamma]].
  
 
=== Deprecations ===
 
=== Deprecations ===

Revision as of 05:38, 6 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