LÖVE is an unquestionably awesome 2D game framework, which allows rapid game development and prototyping in Lua.

Post news Report RSS LÖVE 0.7.0 beta released!

On the 18th September, a public beta version of LÖVE 0.7.0 was released with lots of API improvements and additions.

Posted by on

Full changelog:

  • Added love.thread.
  • Added love.font.
  • Added love.graphics.Framebuffer.
  • Added Source:play, Source:pause, etc.
  • Added Source:isStatic().
  • Added get/setPosition, get/setVelocity, and get/setDirection to Source.
  • Added get/setGroupIndex to CircleShape and PolygonShape.
  • Added Font:getWrap.
  • Added identity field to love.conf.
  • Added love.quit callback.
  • Added love.focus callback.
  • Added extra meter parameter to love.physics.newWorld.
  • Added love.graphics.setIcon.
  • Added way to make the window desktop resolution.
  • Added subtractive and multiplicative blend modes.
  • Added body:getAllowSleeping.
  • Added shape:getBody.
  • Added love.filesystem.FileData for public usage.
  • Fixed the debug module not being an upvalue of the error handlers. (you can now override debug)
  • Fixed some cases when love.audio.pause and friends, were acting on everything, not just the passed Source.
  • Fixed setFixedRotation enabling other flags.
  • Fixed a bug in the loader (for require).
  • Fixed ParticleSystem::setSprite not retaining the new image.
  • Fixed setMode removing images settings (wrapping, filters).
  • Fixed shape:getBody, it's now exposed for LÖVE usage.
  • Fixed DistanceJoint:getType() returning "circle" - it now returns "distance".
  • Fixed SpriteBatches being unaffected by setColor
  • Fixed the audio bug.
  • Fixed invalid FSAA values crashing LÖVE.
  • Fixed a bunch of compiler warnings.
  • Fixed OS X not properly using UTIs for .love files.
  • Fixed the modplug decoder not properly handeling files that fail to load.
  • Fixed a memory leak in setFont.
  • Changed fonts, they're now po2 safe.
  • Changed the traceback in the error screen.
  • Changed font origin to top-left.
  • Removed font functions from love.graphics.

Downloads are available in the forum announcement.

Post comment Comments
AirborneSn1p3r
AirborneSn1p3r - - 3,137 comments

cool must give it a go some time

Reply Good karma Bad karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: