Difference between revisions of "0.4.0"
(Add 0.4.0 changelog.) |
m (category) |
||
Line 13: | Line 13: | ||
* Fixed memory leak related to love::File (thanks amnesiasoft!). | * Fixed memory leak related to love::File (thanks amnesiasoft!). | ||
− | [[Category: | + | [[Category:Versions]] |
Revision as of 17:11, 10 May 2015
The codename for LÖVE 0.4.0 is Taco Beam. It is currently released.
Changes from 0.3.2
Additions
- 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.
Fixes
- Fixed missing constants related to image optimization.
- Fixed memory leak related to love::File (thanks amnesiasoft!).