Difference between revisions of "0.9.1"

m (Updated changelog)
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{notice|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.}}
+
[[File:0.9.0_no-game.png|thumb|no-game screen]]
The codename for LÖVE 0.9.1 is '''Baby Inspector'''. It is currently '''<span style="color:#ff0000;">not released</span>'''.
+
 
 +
The codename for LÖVE 0.9.1 is '''Baby Inspector'''. It is currently '''<span style="color:#0000ff;">released</span>'''.
  
 
== Changes from [[0.9.0]] ==
 
== Changes from [[0.9.0]] ==
Line 27: Line 28:
 
** Added [[love.math.gammaToLinear]] and [[love.math.linearToGamma]].
 
** Added [[love.math.gammaToLinear]] and [[love.math.linearToGamma]].
 
* Added [[RandomGenerator:getState]] and [[RandomGenerator:setState]].
 
* Added [[RandomGenerator:getState]] and [[RandomGenerator:setState]].
 +
* Added [[love.math.setRandomState]] and [[love.math.getRandomState]].
 
* Added [[CircleShape:getPoint]] and [[CircleShape:setPoint]].
 
* Added [[CircleShape:getPoint]] and [[CircleShape:setPoint]].
 
* Added [[Body:setUserData]] and [[Body:getUserData]].
 
* Added [[Body:setUserData]] and [[Body:getUserData]].
Line 67: Line 69:
 
* Updated [[Source:play]] to return a boolean indicating success.
 
* Updated [[Source:play]] to return a boolean indicating success.
  
 
+
[[Category:Versions]]
[[File:0.9.0_no-game.png|thumb|no-game screen]]
 
 
 
[[Category:LoveVersions]]
 

Latest revision as of 23:46, 4 May 2019

no-game screen

The codename for LÖVE 0.9.1 is Baby Inspector. It is currently released.

Changes from 0.9.0

Additions

Deprecations

Fixes

Other Changes