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
Raidho
332ba76e62
Implement audio filters
...
Use Source:setFilter(type, params...) to set a filter.
Use Source:setFilter() to detach the current filter.
Use Source:getFilter() to get the currently set filter (or nil).
Squashed from pull request 27, and the clean-pr27 branch in love-experiments.
--HG--
branch : minor
2016-12-03 20:54:48 +01:00
Bart van Strien
e5aad03f2d
Update changelog
...
--HG--
branch : minor
2016-12-02 23:53:10 +01:00
Alex Szpakowski
247e1b6af0
Merge default into minor
...
--HG--
branch : minor
2016-11-19 19:19:14 -04:00
Bart van Strien
9e13977995
Added release date for 0.10.2
2016-10-31 20:23:52 +01:00
Alex Szpakowski
5ba449d1ff
Add support for BC4-7 compressed texture formats in KTX files. Updated the changelog.
2016-10-29 23:42:40 -03:00
Alex Szpakowski
ba21512259
Updated the changelog
2016-10-29 12:30:15 -03:00
Alex Szpakowski
60d90ca4a8
Merge default into minor
...
--HG--
branch : minor
2016-10-30 01:07:39 -03:00
Bart van Strien
a3f381be07
Update changelog
...
--HG--
branch : minor
2016-10-15 19:58:54 +02:00
Alex Szpakowski
7d11946ab7
Updated the changelog
...
--HG--
branch : minor
2016-09-27 23:23:56 -03:00
Alex Szpakowski
25dc0ad29d
Merge default into minor
...
--HG--
branch : minor
2016-09-27 23:13:01 -03:00
Alex Szpakowski
304ccec71c
Updated the changelog
2016-09-27 23:12:33 -03:00
Alex Szpakowski
e9ac008f43
Merge default into minor
...
--HG--
branch : minor
2016-08-13 12:41:14 -03:00
Bart van Strien
5ae730be9e
Update changelog
2016-08-02 14:33:28 +02:00
Bart van Strien
803cdccc1f
Add love.window.updateMode ( resolves #1037 )
...
--HG--
branch : minor
2016-07-14 18:43:30 +02:00
Bart van Strien
990839383f
Merge default into minor
...
--HG--
branch : minor
2016-07-14 18:42:42 +02:00