Commit Graph

206 Commits

Author SHA1 Message Date
Alex Szpakowski abcade9421 Updated the changelog
--HG--
branch : minor
2017-07-14 23:34:06 -03: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
Bart van Strien bf601470e1 Update changelog 2016-07-14 16:41:08 +02:00
Bart van Strien 65f53a491f Make MouseJoint:getBodies() return only one body (fixes #1179)
Override Joint's Body getters in MouseJoint, to make the second (user-supplied) body the first body returned, and return nil for the second (internal) body
2016-07-14 16:39:29 +02:00
airstruck 9a2f99dc3d Added 2-point version of love.physics.newRevoluteJoint (fixes #1175) 2016-07-07 21:18:35 +02:00
airstruck 24da8433d0 Expose axis vector of PrismaticJoint and WheelJoint (fixes #1176) 2016-07-07 21:13:49 +02:00
Bart van Strien 516c0cc21d Merge default into minor
--HG--
branch : minor
2016-06-21 16:07:32 +02:00
Bart van Strien debea1192b Fixed large burst of particles when dramatically increasing the emission rate of a ParticleSystem. (fixes #1169) 2016-06-21 15:48:49 +02:00
Bart van Strien b328049517 Fix print coloring bug with empty strings (fixes #1171) 2016-06-11 19:51:51 +02:00
Alex Szpakowski e4823ccf77 Updated the changelog
--HG--
branch : minor
2016-05-22 21:31:03 +00:00
Alex Szpakowski 31b44797bc Merge default into minor
--HG--
branch : minor
2016-05-12 18:20:01 -03:00
Alex Szpakowski a5334f8017 Updated the changelog. 2016-05-12 18:14:36 -03:00
Bart van Strien 3a2e859acd Add love.math.hash, which supports MD5/SHA-1/SHA-2.
--HG--
branch : minor
2016-04-02 18:39:53 +02:00
Bart van Strien f31ada2a63 Update changelog
--HG--
branch : minor
2016-04-02 17:50:28 +02:00
Alex Szpakowski 49e1dc5342 Updated the changelog 2016-03-26 12:18:36 -03:00
Bart van Strien aefb08a261 0.10.1 release date is today 2016-02-14 15:51:45 +01:00
Alex Szpakowski f7ee949af8 Fixed love.graphics.clear(colortable) causing crashes in GLES 2.0 when a Canvas is active (resolves issue #1127). 2016-02-14 00:26:02 -04:00
Bart van Strien 119af763b5 Update changelog 2016-02-13 15:45:07 +01:00
Alex Szpakowski 53795d40a6 Updated the changelog. 2016-02-01 20:30:52 -04:00
Alex Szpakowski 79929d220d Added release date for 0.10.0. 2015-12-22 09:31:54 -05:00
Alex Szpakowski f841621ded Removed an obsolete line in changes.txt. 2015-12-21 23:17:12 -05:00
Alex Szpakowski f3858c0d0d Updated the changelog. 2015-12-16 16:10:37 -04:00
Alex Szpakowski de0b63a48d Re-added love.filesystem.exists.
If PhysFS 2.1-alpha is used and a directory is symlinked, isDirectory will return false (whereas it will return true when PhysFS 2.0 is used.) exists will return true in all cases.
2015-12-11 23:17:49 -04:00
Alex Szpakowski e9c75c342e Text:add and Text:addf now return index numbers which can be used as arguments to Text:getWidth and text:getHeight to determine the (pre-transformed) width and height of specific text within the Text object. 2015-11-14 18:51:43 -04:00
Alex Szpakowski 1d6cde226d Updated the changelog. 2015-11-12 01:35:07 -04:00
Martin Felis 2ab69094e1 Added love.system.vibrate(time), which causes the phone to vibrate on Android. love.system.getOS() now returns "Android" on Android. Implemented love.system.openURL. 2015-08-13 19:48:25 -03:00
Alex Szpakowski 6d9409a337 Probably fixed compilation with GCC 4.8. 2015-08-10 14:39:58 -03:00
Alex Szpakowski 0b566f3c94 Updated the changelog. 2015-08-10 09:47:40 -03:00
Alex Szpakowski 9d635fa63a Updated the changelog 2015-06-21 12:20:08 -03:00