LOVE Changelog

What's new in LOVE 0.6.2

Mar 19, 2010
  • Added Shape:setGroupIndex and getGroupIndex.
  • Added Body:setFixedRotation and Body:getFixedRotation.
  • Added Body:setInertia.
  • Added CircleShape:getLocalCenter and CircleShape:getWorldCenter.
  • Added icons and file associations for the debs.
  • 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.
  • Fixed a bug with multiple Sources on the same Music.
  • 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 memory wouldn't be released correctly.
  • Fixed epic physics typo (getRestituion->getRestitution).
  • Fixed crash on opening non-existent image.
  • The error screen redraws when an event occurs.
  • 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.
  • 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.
  • Improved the stability of love.audio/love.sound.

New in LOVE 0.5.0 (Sep 21, 2008)

  • This release adds support for networking via LuaSocket and support for joystick input.
  • The filesystem module has been improved with easier read/write functions and a line iterator function.

New in LOVE 0.4.0 (Aug 29, 2008)

  • Added love.physics. (YES!)
  • Added love.audio.setMode().
  • Added love.audio.setChannels().
  • Added love.graphics.polygon().
  • Added love.graphics.setScissor() and love.graphics.getScissor() to handle scissoring the graphical area.
  • Fixed missing constants related to image optimization.
  • Fixed memory leak related to love::File (thanks amnesiasoft!).