Difference between revisions of "0.4.0"
(Add 0.4.0 changelog.) |
(Add no-game screen) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Image:NoGame-040.png|thumb|The no-game screen of LÖVE 0.4.0.]] | ||
+ | |||
The codename for LÖVE 0.4.0 is '''Taco Beam'''. It is currently '''<span style="color:#0000ff;">released</span>'''. | The codename for LÖVE 0.4.0 is '''Taco Beam'''. It is currently '''<span style="color:#0000ff;">released</span>'''. | ||
Line 13: | Line 15: | ||
* Fixed memory leak related to love::File (thanks amnesiasoft!). | * Fixed memory leak related to love::File (thanks amnesiasoft!). | ||
− | [[Category: | + | [[Category:Versions]] |
Latest revision as of 00:36, 1 March 2018
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!).