Difference between revisions of "0.9.1"

m (Updated changelog)
m (Updated changelog)
Line 5: Line 5:
 
=== 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 43:
 
* 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.

Revision as of 06:04, 1 April 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