LÖVE 0.7.2
Get it at the bottom of this post!
0.7.2 does not break the API - anything that worked in 0.7.1 will also work in 0.7.2. There are a few new features and a bunch of bugfixes, the most notable being that fused games work again (hooray!). Also, several updates to the Windows version, which should help some older computers feel the LÖVE.
Along those lines, unless there's some significant hue and cry from the community, this will be the last release that supports PPC Macs. Apple is making it increasingly clear that Intel-only is the way forward, and accordingly making it increasingly annoying to continue to support PPC. And with usage statistics showing that PPC Macs are a very, very small minority these days, the extra hoops that must be jumped through don't seem worth it. Feel free to vehemently disagree in this thread, though.
On to 0.8.0!
Changelog:
Code: Select all
LOVE 0.7.2 [Game Slave]
-----------------------
* Added Framebuffer:get/setWrap.
* Added love.event.clear.
* Added support for any number of arguments to love.keyboard.isDown, love.mouse.isDown and love.joystick.isDown.
* Added SpriteBatch:setImage().
* Fixed fused games not working.
* Fixed ParticleSystem:setSize ignoring the variation argument.
* Fixed some file-opening exceptions not being caught.
* Fixed files loaded by libmodplug being too loud.
* Fixed paths with periods in them not working.
* Fixed love.graphics.getBlendMode not detecting subtractive and multiplicative blend modes.
* Fixed crash when there was no memory available for newImageData(w, h).
* Updated PhysicsFS version to 2.0.2 on Windows
* Updated OpenAL Soft version to 1.13 on Windows
* Updated libmodplug version to 0.8.8.1 on Windows
* Updated FreeType version to 2.4.4 on Windows
* Updated libmpg123 version to 1.13.2 on Windows
* Windows binary no longer depends on VC2005 runtime.
* Windows binary no longer depends on SSE2 support.
- Windows installer: http://bitbucket.org/rude/love/download ... in-x86.exe
- Windows zip: http://bitbucket.org/rude/love/download ... in-x86.zip
- Mac OS X 10.5+ UB: http://bitbucket.org/rude/love/download ... osx-ub.zip
- Ubuntu 10.10 x86: http://bitbucket.org/rude/love/download ... 2_i386.deb
- Ubuntu 10.10 x64: http://bitbucket.org/rude/love/download ... _amd64.deb
- Ubuntu 11.04 x86: http://bitbucket.org/rude/love/download ... 2_i386.deb
- Ubuntu 11.04 x64: http://bitbucket.org/rude/love/download ... _amd64.deb
- Ubuntu 11.10 x86: http://bitbucket.org/rude/love/download ... 2_i386.deb
- Ubuntu 11.10 x64: http://bitbucket.org/rude/love/download ... _amd64.deb
- Linux src: http://bitbucket.org/rude/love/download ... src.tar.gz
- Ubuntu ppa (10.10, 11.04, and 11.10): ppa:bartbes/love-stable