Difference between revisions of "0.9.1"

m (moved no-game screenshot to the top of the page)
m
 
(One intermediate revision by one other user not shown)
Line 28: 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 68: Line 69:
 
* Updated [[Source:play]] to return a boolean indicating success.
 
* Updated [[Source:play]] to return a boolean indicating success.
  
[[Category:LoveVersions]]
+
[[Category:Versions]]

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