Merge branch 'main' into 12.0-development

This commit is contained in:
Sasha Szpakowski
2023-04-13 22:36:29 -03:00
+19 -2
View File
@@ -138,9 +138,26 @@ Released: N/A
* Removed RevoluteJoint:hasLimitsEnabled (renamed to RevoluteJoint:areLimitsEnabled).
* Fixed BezierCurve:render adding collinear points in some situations.
* Fixed line rendering when the line has duplicate points.
* Fixed sound Decoders to cause a Lua error instead of hard-crashing when memory for the decoding buffer can't be allocated.
* Fixed oversaturated colors on macOS when a P3-capable display is used.
LOVE 11.5 [Mysterious Mysteries]
--------------------------------
Released: N/A
* Fixed love.threaderror not being called if the error message is an empty string.
* Fixed a race condition when a Thread is destroyed immediately after Thread:start.
* Fixed unexpectedly slow first frames on macOS.
* Fixed time drift in Source:tell after a Source loops.
* Fixed audio not always pausing when the app is minimized on Android.
* Fixed the original window size not always being restored when exiting fullscreen on Linux.
* Fixed some cases of framerate hitches in Windows when vsync is enabled in windowed mode.
* Fixed colors appearing over-saturated on P3 displays in macOS.
* Fixed textures looking washed out when gamma-correct rendering is used on some Android devices.
* Fixed images with mipmaps when ANGLE is used with an AMD GPU.
* Fixed line rendering when duplicate points are used in the line.
* Fixed line rendering with miter and bevel line join modes when antiparallel lines are formed.
* Fixed a crash when calling Text:add with an empty string parameter.
LOVE 11.4 [Mysterious Mysteries]
--------------------------------