Difference between revisions of "0.9.1"

m
(Updated changelog)
Line 6: Line 6:
 
* Added [[Source:clone]].
 
* Added [[Source:clone]].
 
* Added [[ParticleSystem:clone]].
 
* Added [[ParticleSystem:clone]].
* Added [[Mesh:setWireframe]] and [[Mesh:isWireframe]] for debugging.
+
* Added [[love.graphics.setWireframe]] and [[love.graphics.isWireframe]] for debugging.
 
* Added [[Mesh:setDrawRange]] and [[Mesh:getDrawRange]].
 
* Added [[Mesh:setDrawRange]] and [[Mesh:getDrawRange]].
 
* Added instancing support for meshes with [[Mesh:setInstanceCount]].
 
* Added instancing support for meshes with [[Mesh:setInstanceCount]].
Line 19: Line 19:
 
* Added <code>love_ScreenSize</code> built-in [[Shader Variables|shader variable]].
 
* Added <code>love_ScreenSize</code> built-in [[Shader Variables|shader variable]].
 
* Added [[love.getVersion]].
 
* Added [[love.getVersion]].
 +
* Added support for gamma-correct rendering.
 +
** Added a boolean <code>srgb</code> window setting to [[love.conf]] and [[love.window.setMode]].
 +
** 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 [[GraphicsFeature|love.graphics.isSupported("srgb")]]
 +
* Added [[love.math.gammaToLinear]] and [[love.math.linearToGamma]].
  
 
=== Deprecations ===
 
=== Deprecations ===
Line 40: Line 46:
 
* Updated [[Canvas:renderTo]] to work properly if a Canvas is currently active.
 
* Updated [[Canvas:renderTo]] to work properly if a Canvas is currently active.
 
* Updated [[ParticleSystem:setEmissionRate]] to accept non-integer numbers.
 
* Updated [[ParticleSystem:setEmissionRate]] to accept non-integer numbers.
 +
* Updated [[Source:play]] to return a boolean indicating success.
 +
* Updated t.console in [[love.conf]] to create the console before modules are loaded in Windows.
  
  

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