Sasha Szpakowski
7613067f21
Merge branch 'main' into 12.0-development
2023-04-13 22:36:29 -03:00
Sasha Szpakowski
fe886c3c51
Updated changelog
2023-04-13 22:32:54 -03:00
Sasha Szpakowski
c4aaab6bf0
Remove love.dropbegan and love.dropcompleted callbacks. Closes #1908
...
They don't do what most people might assume they do (they happen at the same time as the user completes a drag-and-drop operation and they surround the dropfile events, instead of starting when the user initiates the operation). Also their functionality can be replicated without needing dedicated love event callbacks.
2023-03-04 16:51:42 -04:00
Sasha Szpakowski
594c251f4b
update changelog with removals of functions deprecated in love 11.
2023-02-11 11:49:49 -04:00
Sasha Szpakowski
60a8fca45c
The old love.graphics stencil APIs are deprecated, not removed.
2023-02-11 11:35:04 -04:00
Sasha Szpakowski
1a586f8156
small changelog fix
2023-02-06 20:48:43 -04:00
Sasha Szpakowski
47e51af487
Add Joystick:getJoystickType.
2023-02-06 18:16:19 -04:00
Sasha Szpakowski
46d98e4b77
update changelog
2023-02-06 17:57:20 -04:00
Sasha Szpakowski
d3747cebb1
Rename love.graphics.drawShaderVertices to drawFromShader.
2023-02-05 15:16:10 -04:00
Miku AuahDark
64d79eed18
Rename (joystick) sensor callbacks to past tense.
2022-12-06 09:46:30 +08:00
Miku AuahDark
d801c07691
Update changes.txt
2022-12-06 00:16:50 +08:00
slime
ed1847264f
Update changelog
2022-10-10 17:06:19 -03:00
Miku AuahDark
c35ceeb223
Add optional load mode parameter to love.filesystem.load.
2022-09-24 14:29:28 +08:00
niki
fb44ddb546
vulkan: document change in changes.txt
2022-09-13 13:09:57 +02:00
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