Difference between revisions of "0.6.1"

m (Changed 0.6.0 to a link)
m (Added links)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
[[File:Nogame-061.jpg|thumb|nogame screen]]
 +
 +
The codename of LÖVE 0.6.1 is "'''Jiggly Juice'''". It is currently '''<span style="color:#0000ff;">released</span>'''.
 +
 +
[http://sourceforge.net/projects/love/files/love/love-0.6.1/ Download 0.6.1 from SourceForge]
 
== Changes from [[0.6.0]] ==
 
== Changes from [[0.6.0]] ==
    * Added Shape:setGroupIndex and getGroupIndex.
+
* Added [[Shape:setGroupIndex]] and [[Shape:getGroupIndex|getGroupIndex]].
    * Added Body:setFixedRotation and Body:getFixedRotation.
+
* Added [[Body:setFixedRotation]] and [[Body:getFixedRotation]].
    * Added Body:setInertia.
+
* Added [[Body:setInertia]].
    * Added CircleShape:getLocalCenter and CircleShape:getWorldCenter.
+
* Added [[CircleShape:getLocalCenter]] and [[CircleShape:getWorldCenter]].
    * Added icons and file associations for the debs.
+
* Added icons and file associations for the debs.
    * Added the demos folder to the Mac OS X DMG.
+
* Added the demos folder to the Mac OS X DMG.
    * It's now possible to run a .love from Resources in Mac OS X, thanks to Steve Johnson.
+
* It's now possible to run a .love from Resources in Mac OS X, thanks to Steve Johnson.
    * Fixed a bug with multiple Sources on the same Music.
+
* Fixed a bug with multiple [[Source|Sources]] on the same Music.
    * Fixed a bug so the mouse doesn't get crippled when the keyboard is disabled.
+
* Fixed a bug so the mouse doesn't get crippled when the keyboard is disabled.
    * Fixed a bug where love.graphics.rectangle drew a too large rectangle.
+
* Fixed a bug where [[love.graphics.rectangle]] drew a too large rectangle.
    * Fixed a bug where memory wouldn't be released correctly.
+
* Fixed a bug where memory wouldn't be released correctly.
    * Fixed epic physics typo (getRestituion->getRestitution).
+
* Fixed epic physics typo (getRestituion->getRestitution).
    * Fixed crash on opening non-existent image.
+
* Fixed crash on opening non-existent image.
    * The error screen redraws when an event occurs.
+
* The error screen redraws when an event occurs.
    * The default love.run() now gracefully handles disabled modules.
+
* The default [[love.run]]() now gracefully handles disabled modules.
    * The debian packages should now successfully include icons, file associations, etc, and should give the correct architecture.
+
* The debian packages should now successfully include icons, file associations, etc, and should give the correct architecture.
    * Added support for drawing polylines to love.graphics.line - the syntax is the same as love.graphics.polygon.
+
* Added support for drawing polylines to [[love.graphics.line]] - the syntax is the same as [[love.graphics.polygon]].
    * Removed Music and Sound. There are now only sources.
+
* Removed Music and Sound. There are now only sources.
    * Improved the stability of love.audio/love.sound.
+
* Improved the stability of [[love.audio]]/[[love.sound]].
 +
 
 +
[[Category:Versions]]

Latest revision as of 12:42, 6 April 2019

nogame screen

The codename of LÖVE 0.6.1 is "Jiggly Juice". It is currently released.

Download 0.6.1 from SourceForge

Changes from 0.6.0