Difference between revisions of "0.8.1"

Line 17: Line 17:
 
* Fixed artifacts when drawing lines at huge scale.
 
* Fixed artifacts when drawing lines at huge scale.
 
* Fixed ImageFonts ignoring default image filter.
 
* Fixed ImageFonts ignoring default image filter.
* Fixed getMode and friends returning wrong values when using desktop size.
+
* Fixed [[love.graphics.getMode|getMode]] and friends returning wrong values when using desktop size.
 
* Fixed memory leak in the mp3 decoder.
 
* Fixed memory leak in the mp3 decoder.
 
* Fixed sound issues on windows, by enabling OpenAL direct channels.
 
* Fixed sound issues on windows, by enabling OpenAL direct channels.
Line 24: Line 24:
 
=== Other Changes ===
 
=== Other Changes ===
 
* Renamed love's boot script to 'love.boot', which can be required.
 
* Renamed love's boot script to 'love.boot', which can be required.
* Removed love.joystick.open and friends.
+
* Removed [[love.joystick.open]], [[love.joystick.close|close]] and [[love.joystick.isOpen|isOpen]].
 
* Updated allocation for SoundData, it's more efficient and less wasteful.
 
* Updated allocation for SoundData, it's more efficient and less wasteful.
* Updated Source:set* functions to default z to 0.
+
* Updated [[Source:setDirection]]/[[Source:setPosition|Position]]/[[Source:setVelocity|Velocity]] functions to default z to 0.
 
* Updated the windows console, it now tries to re-use an active one first.
 
* Updated the windows console, it now tries to re-use an active one first.
 
* Updated love.image memory handling, improves errors and thread-safety.
 
* Updated love.image memory handling, improves errors and thread-safety.

Revision as of 19:46, 4 June 2012

The codename for LÖVE 0.8.1 is Rubber Piggy. It is not yet released.

Changes from 0.8.0

Additions

Bugfixes

  • Fixed crashes with font drawing on some ATI cards.
  • Fixed scaling in several love.physics functions.
  • Fixed artifacts when drawing lines at huge scale.
  • Fixed ImageFonts ignoring default image filter.
  • Fixed getMode and friends returning wrong values when using desktop size.
  • Fixed memory leak in the mp3 decoder.
  • Fixed sound issues on windows, by enabling OpenAL direct channels.
  • Fixed 'random' hangs in audio.

Other Changes

  • Renamed love's boot script to 'love.boot', which can be required.
  • Removed love.joystick.open, close and isOpen.
  • Updated allocation for SoundData, it's more efficient and less wasteful.
  • Updated Source:setDirection/Position/Velocity functions to default z to 0.
  • Updated the windows console, it now tries to re-use an active one first.
  • Updated love.image memory handling, improves errors and thread-safety.