Difference between revisions of "11.3"
(Created page with "thumb|no-game screen The codename for LÖVE 11.3 is '''Mysterious Mysteries'''. It is currently '''<span style="color:#ff0000;">not released</span>'''...") |
m |
||
Line 1: | Line 1: | ||
[[File:11.0-NoGame.png|thumb|no-game screen]] | [[File:11.0-NoGame.png|thumb|no-game screen]] | ||
The codename for LÖVE 11.3 is '''Mysterious Mysteries'''. It is currently '''<span style="color:#ff0000;">not released</span>'''. | The codename for LÖVE 11.3 is '''Mysterious Mysteries'''. It is currently '''<span style="color:#ff0000;">not released</span>'''. | ||
+ | |||
+ | == Changes from [[11.2]] == | ||
=== Additions === | === Additions === |
Revision as of 03:15, 20 December 2018
The codename for LÖVE 11.3 is Mysterious Mysteries. It is currently not released.
Changes from 11.2
Additions
- Added love.math.colorToBytes and love.math.colorFromBytes.
- Added love.window.getDisplayOrientation and a love.displayrotated callback.
- Added love.window.get/setVSync, to allow setting vsync without recreating the window.
Fixes
- Fixed the deprecation system not fully restarting when love.event.quit("restart") is used.
- Fixed love.data.hash returning an incorrect hash for certain input sizes.
- Fixed Source:setEffect(name, true) and Source:getEffect(name) when the effect has no associated Filter.
- Fixed love.audio.newSource(filename, "queue") to cause a Lua error.
- Fixed a pixel shader performance regression on some graphics drivers when OpenGL 3 or OpenGL ES 3 is used.
- Fixed automatic batching performance to be more consistent on macOS.