Commit Graph

275 Commits

Author SHA1 Message Date
EngineerSmith 2aa4e4b3ea Updated changes.txt 2024-02-13 01:20:10 +00:00
EngineerSmith f00a86dc9f Added change to changes.txt 2024-02-09 01:15:45 +00:00
Sasha Szpakowski 9b5851e039 Move current love.graphics.setStencilMode functionality to setStencilState.
Add new higher level love.graphics.setStencilMode function.
- Add love.graphics.setStencilMode(mode [, value = 1])
- Add love.graphics.setStencilMode().
- Add mode, value = love.graphics.getStencilMode().

The possible modes are "off" (same as no parameters), "draw", and "test".
The "draw" mode disables color writes and sets the stencil state to ("replace", "always") using the given value.
The "test" mode enables color writes and sets the stencil state to ("keep", "equal") using the given value to compare to.
2024-01-04 16:23:49 -04:00
Sasha Szpakowski 4631bc56fb Merge branch 'main' into 12.0-development 2023-12-25 15:39:45 +01:00
Sasha Szpakowski 6eb8d54673 Release date 2023-12-03 08:44:36 -04:00
Sasha Szpakowski 8951635abc Merge branch 'main' into 12.0-development 2023-12-02 13:40:49 -04:00
Sasha Szpakowski d21c9cb6de macOS/arm64: turn off JIT compilation by default. 2023-11-26 17:11:34 -04:00
Sasha Szpakowski 99e7022d2d iOS: alphabetically sort .love file list.
Fixes #1984.
2023-11-18 13:44:41 -04:00
Miku AuahDark ae465f8e4b Insert Android-specific changelog. 2023-11-15 12:16:19 +08:00
Sasha Szpakowski a3a6e29ef0 Update changelog 2023-11-07 20:27:42 -04:00
Sasha Szpakowski 545db4b0b3 Merge pull request #1927 from EngineerSmith/bug-hunting
Fixed issue #1925
2023-05-09 15:05:29 -03:00
EngineerSmith 4e6aadc033 Fixed issue #1925 misspelling for both keyboard and scancode enums 2023-05-09 18:18:17 +01:00
EngineerSmith 8f5ca512b8 added variant for enet peer_send and host_broadcast to take light userdata and a size than just a lua string 2023-05-09 17:46:02 +01:00
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