Difference between revisions of "0.9.1"

m (Updated changelog)
m (category)
(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]] ==
 
=== Additions ===
 
=== Additions ===
 
* Added [[love.getVersion]].
 
* Added [[love.getVersion]].
 +
* Added [[love.system.openURL]].
 
* Added "screen" [[BlendMode]].
 
* Added "screen" [[BlendMode]].
 
* Added [[Source:clone]].
 
* Added [[Source:clone]].
Line 42: Line 44:
 
* Fixed [[love.graphics.reset]] causing crashes when called in between love.graphics.push/pop.
 
* Fixed [[love.graphics.reset]] causing crashes when called in between love.graphics.push/pop.
 
* Fixed tab characters ("\t") to display properly with [[love.graphics.print]].
 
* Fixed tab characters ("\t") to display properly with [[love.graphics.print]].
 +
* Fixed [[love.graphics.isCreated]] to return false if [[love.window.setMode]] fails.
 +
* Fixed [[love.window.setMode]] to only destroy OpenGL resources after checking if a fullscreen size is supported.
 
* Fixed loading BC4 [[CompressedData|compressed textures]].
 
* Fixed loading BC4 [[CompressedData|compressed textures]].
 
* Fixed [[World:getBodyList]] and [[World:getJointList]] causing hard crashes.
 
* Fixed [[World:getBodyList]] and [[World:getJointList]] causing hard crashes.
Line 64: Line 68:
 
* 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]]
 

Revision as of 17:15, 10 May 2015

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