Difference between revisions of "0.4.0"
m (category) |
(Add no-game screen) |
||
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>'''. | ||
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!).