Difference between revisions of "0.8.1"

(Replaced content with "{{notice|LÖVE 0.8.1 was never released and development continued into 0.9.0.}} All changes in 0.8.1 are transferred to 0.9.0.")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The codename for LÖVE 0.8.1 is '''Rubber Piggy'''. It is '''<span style="color:#ff0000;">not yet released</span>'''.
+
{{notice|LÖVE 0.8.1 was never released and development continued into [[0.9.0]].}}
  
== Changes from [[0.8.0]] ==
+
All changes in 0.8.1 are transferred to [[0.9.0]].
=== Additions ===
 
* Added --fused command line argument, to simulate fusing.
 
* Added [[liblove]].
 
* Added the ability to have return values.
 
* Added return value of 1 in case of error by default.
 
* Added [[love.joystick.reload]].
 
* Added basic support for the file:// uri scheme.
 
* Added [[love.mouse.setX]]/[[love.mouse.setY|setY]].
 
* Added [[love.filesystem.getIdentity]].
 
 
 
=== 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 [[love.graphics.getMode|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]], [[love.joystick.close|close]] and [[love.joystick.isOpen|isOpen]].
 
* Updated allocation for SoundData, it's more efficient and less wasteful.
 
* 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 love.image memory handling, improves errors and thread-safety.
 

Latest revision as of 10:14, 31 March 2013

O.png LÖVE 0.8.1 was never released and development continued into 0.9.0.  


All changes in 0.8.1 are transferred to 0.9.0.