Difference between revisions of "11.1"
(Created page) |
m (Updated) |
||
Line 1: | Line 1: | ||
− | + | [[File:11.0-NoGame.png|thumb|no-game screen]] | |
− | + | The codename for LÖVE 11.1 is '''Mysterious Mysteries'''. It is currently '''<span style="color:#0000ff;">released</span>'''. | |
− | The codename for LÖVE 11.1 is '''Mysterious Mysteries'''. It is currently '''<span style="color:# | ||
== Changes from [[11.0]] == | == Changes from [[11.0]] == |
Revision as of 18:39, 15 April 2018
The codename for LÖVE 11.1 is Mysterious Mysteries. It is currently released.
Changes from 11.0
Fixes
- Fixed love.graphics.setCanvas failing randomly.
- Fixed love.graphics.clear(colortable) when no Canvas is active.
- Fixed stencil and depth support on older phones.
- Fixed love.event.quit causing crashes and other unexpected behaviour if a Canvas is active.
- Fixed Fixture:getShape crashing when returning a ChainShape.
- Fixed love.joystick.loadGamepadMappings outputting a deprecation warning about love.filesystem.isFile.
- Fixed Source:queue to show the correct argument name in the error message when an invalid data parameter is given.
- Fixed t.console=true causing an error on Windows if lovec.exe is used.