Commit Graph

248 Commits

Author SHA1 Message Date
Klonan 03939299db Added World:getFixturesInArea() 2022-08-27 17:16:51 +02:00
Miku AuahDark 321397d1dd Add love.keyboard.isModifierActive. 2022-04-16 11:15:01 +08:00
Miku AuahDark 5603c8915b Update changelog for getPreferredLocales and localechanged. 2022-03-17 23:41:16 +08:00
Alex Szpakowski 4de258b5fb Update changelog 2022-01-23 12:42:13 -04:00
Alex Szpakowski 7f3538d2ba Merge branch 'main' into 12.0-development 2022-01-05 21:10:27 -04:00
Alex Szpakowski 3bc0d90af4 Add release date 2022-01-02 09:37:33 -04:00
Alex Szpakowski 4474312f76 Updated changelog 2021-12-30 17:06:26 -04:00
Alex Szpakowski fc1c1e1e1f Merge branch 'main' into 12.0-development 2021-12-30 16:39:22 -04:00
Alex Szpakowski 21b996e5b4 Add note in the changelog about LuaJIT 2.1. 2021-12-30 14:00:12 -04:00
Alex Szpakowski 0786eff656 Update changelog 2021-12-28 15:30:10 -04:00
Alex Szpakowski c8038f22df Merge branch 'main' into 12.0-development 2021-12-24 11:35:35 -04:00
Alex Szpakowski c5b8930a75 Updated changelog 2021-11-24 21:30:18 -04:00
Alex Szpakowski 433190d1df Merge branch 'master' into 12.0-development 2021-06-06 11:43:54 -03:00
Alex Szpakowski aa8ed7c8c5 Revert change that added codepoint variant of Font:getWidth.
It could break code that relied on Lua's implicit conversion from numbers to strings.
2021-05-30 15:46:21 -03:00
Alex Szpakowski 977c690fa9 Fix physics meter value persisting after love.event.quit("restart").
Fixes #1685
2021-04-11 19:53:16 -03:00
Alex Szpakowski 21f5ba86d3 Merge branch 'master' into 12.0-development 2021-04-07 20:33:44 -03:00
Alex Szpakowski 7b6978f052 Add Font:getKerning.
Also add a variant of Font:getWidth which accepts a codepoint number.
Fixes #1403
2021-04-05 11:22:54 -03:00
Alex Szpakowski b5ef8a8c2c Update changelog 2021-04-05 11:01:02 -03:00
Alex Szpakowski 6a1f4ecabe Changelog formatting fix 2020-11-11 21:04:24 -04:00
Alex Szpakowski 5608db4bb0 Updated changelog 2020-11-11 16:35:27 -04:00
Alex Szpakowski 1bcae1abe9 Update changelog 2020-11-11 16:07:35 -04:00
Alex Szpakowski 6fa5edf5b1 Add release date for 11.3. 2019-10-27 12:15:26 -03:00
Alex Szpakowski a36dfd900a Update the changelog. 2019-10-26 02:02:31 -03:00
Alex Szpakowski d700800888 Update the changelog 2019-07-17 19:18:56 -03:00
Alex Szpakowski 638e535061 Updated changelog 2019-05-16 20:16:40 -03:00
Bart van Strien c4b21b6efe Try probing the audio type if extension matching fails (resolves #1487)
At the moment it still only tries a single decoder if it does find a matching extension. It might be a good idea to simply always probe, but try the matching decoder first, that way you could name your mp3 .ogg.
2019-05-04 11:35:41 +02:00
Alex Szpakowski 974b02f6e0 Update changelog 2018-12-27 21:52:11 -04:00
Alex Szpakowski 29f8667cbc Update changelog 2018-12-19 21:52:46 -04:00
Alex Szpakowski 0d969c6c80 Add release date for 11.2. 2018-11-25 12:48:11 -04:00
Alex Szpakowski 5143926b38 Copy the data size of old uniforms to the new uniform when reinitializing shader uniforms after love.window.setMode.
Fixes a crash in the Data variant of Shader:send when it's called after setMode on a shader that was created before the setMode call.
2018-11-12 15:20:09 -04:00
Alex Szpakowski 40febe0a81 Update changelog 2018-10-28 13:41:26 -03:00
Alex Szpakowski a2b4c71c95 Update changelog 2018-04-15 15:25:20 -03:00
Alex Szpakowski 4546a38751 Update changelog and version 2018-04-08 11:31:10 -03:00
Bart van Strien da9716b96d Update version number and changelog 2018-03-31 12:27:02 +02:00
Alex Szpakowski 0cefb12c13 Add a variant of love.filesystem.getInfo which filters based on file type. getInfo(filename, "directory") will only return info for non-symlinked directories, for example. 2018-03-24 14:43:56 -03:00
Alex Szpakowski 9dd1293f09 Updated changelog 2018-01-16 21:54:28 -04:00
Alex Szpakowski 3adc9fecc5 Updated the changelog
--HG--
branch : minor
2017-12-10 00:16:13 -04:00
Alex Szpakowski 77f152eaf5 Update changelog
--HG--
branch : minor
2017-10-27 19:39:25 -03:00
Bart van Strien 5fbaf2a92a Update changelog
--HG--
branch : minor
2017-08-30 13:21:39 +02:00
Bart van Strien 5ddc89a033 Added cycle detection to Variant
We accidentally enabled nested tables previously, and now it errors properly when the tables contain cycles. Before you'd get (or at least I got) a nice lua stack overflow error.

--HG--
branch : minor
2017-08-30 13:07:57 +02:00
Alex Szpakowski 19b4079ecc Merge default into minor
--HG--
branch : minor
2017-07-28 19:14:54 -03:00
Alex Szpakowski abcade9421 Updated the changelog
--HG--
branch : minor
2017-07-14 23:34:06 -03:00
Bart van Strien a11adeea4a Fix luasocket compatibility with luajit 2.1.0 beta 3 (fix #1277)
Note that luasocket 3.0 (in minor) targets lua 5.1, so it does not rely on a
5.0 compatibility feature, and does not require this patch. Since a 0.10.3
release seems unlikely at this point, this commit is mostly targeted at future
packagers of older love versions.
2017-05-03 13:06:10 +02:00
Alex Szpakowski b590edf27d Merge default into minor
--HG--
branch : minor
2017-04-30 00:37:26 -03:00
Bart van Strien bc8783869e Improved seeking support, especially for short video files
Support inter-page seeking, in case there are multiple packets per page.
Also support seeking in single-page files.
2017-02-19 16:22:00 +01:00
Bart van Strien 6db676d149 Sort changelog
--HG--
branch : minor
2017-01-31 15:46:05 +01:00
Bart van Strien edbd4309f8 Merge default into minor
--HG--
branch : minor
2017-01-31 15:43:36 +01:00
Bart van Strien ab7b3a8125 Update changelog 2017-01-31 15:32:42 +01:00
Alex Szpakowski 7f9ec24dae Updated the changelog
--HG--
branch : minor
2017-01-22 22:50:37 -04:00
Alex Szpakowski 2a47a8c9e2 Revert most render pass API changes. The APIs need more work and iteration before they’re better to use than the old setCanvas APIs.
love.graphics.captureScreenshot has not been reverted.

--HG--
branch : minor
2016-12-11 16:33:05 -04:00