Difference between revisions of "0.9.0"

(Added line breaks to make the changelog more readable)
(I think this is mentioned below.)
Line 121: Line 121:
 
* Fixed sound issues with some versions of OpenAL soft, by enabling direct channels.
 
* Fixed sound issues with some versions of OpenAL soft, by enabling direct channels.
 
* Fixed 'random' hangs in audio.
 
* Fixed 'random' hangs in audio.
* Fixed [[love.sound.newDecoder]] not accepting [[FileData]].
 
 
* Fixed looping support in tracker music formats.
 
* Fixed looping support in tracker music formats.
 
* Fixed skipping/looping issues when playing streaming audio [[Source]]s.
 
* Fixed skipping/looping issues when playing streaming audio [[Source]]s.

Revision as of 22:34, 17 June 2013

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.0 is Baby Inspector. It is currently not released.

Changes from 0.8.0

Additions

  • OPTIONAL: Added support for Game Music Emu.

Removals

Fixes

  • Fixed memory leak in the mp3 decoder.
  • Fixed sound issues with some versions of OpenAL soft, by enabling direct channels.
  • Fixed 'random' hangs in audio.
  • Fixed looping support in tracker music formats.
  • Fixed skipping/looping issues when playing streaming audio Sources.

Renamed APIs

Other Changes

  • Renamed love's boot script to 'love.boot', which can be required.
  • Updated the windows console, it now tries to re-use an active one first.
  • Updated error handling, error handlers now get resolved when the error occurs.
  • Updated order of sleep/present in love.run (now draws, *then* sleeps).
  • Updated love.keypressed's second argument to be a unicode character string.
  • Updated the default filesystem identity to omit file extension.
  • Updated love.filesystem.newFile to optionally open the file.
  • Updated most love.filesystem functions to return nil, error on internal failure.
no-game screen