Commit Graph

175 Commits

Author SHA1 Message Date
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
Alex Szpakowski 542596531c Updated changelog 2015-05-03 20:29:03 -03:00
Lucien Greathouse 8e57072631 Add notice from issue #877
--HG--
branch : LPGhatguy/add-notice-from-issue-877-1430691607768
2015-05-03 22:20:08 +00:00
Alex Szpakowski 4e1011a52e Re-added Mesh:setVertices. 2015-05-02 14:05:29 -03:00
Alex Szpakowski d8a68d6ce1 Updated iOS-specific graphics code to use the latest SDL changes. 2015-04-13 12:26:54 -03:00
Alex Szpakowski 4c9b2105cd Updated the changelog 2015-04-08 22:44:16 -03:00
Alex Szpakowski cffa899e03 Explicitly mention SDL in the error message caused by SDL subsystem initialization failure. 2015-03-26 14:51:47 -03:00
Alex Szpakowski b8cb16dc95 Updated changelog 2015-03-23 13:43:11 -03:00
muddmaker 3a54d4599a fix conflicts 2015-03-21 18:15:41 -07:00
Alex Szpakowski 52b2701cf0 Removed love.graphics.clearStencil. love.graphics.stencil now clears the stencil buffer unless true is passed as an optional second argument ('keep the existing contents'.) 2015-03-09 23:05:29 -03:00
Alex Szpakowski d7667ea8fc Updated changelog. 2015-03-03 00:49:46 -04:00
Alex Szpakowski 3efcf3901b Removed Canvas:clear. love.graphics.clear now accepts r,g,b,a values (and defaults to 0,0,0,0 with no arguments given.) love.graphics.clear clears the content of the currently active Canvas(es.)
--HG--
branch : minor
2015-02-27 03:47:25 -04:00
Alex Szpakowski cce995146f Merged default into minor
--HG--
branch : minor
2015-02-16 16:44:14 -04:00
Alex Szpakowski b0b4613896 I forgot to export love.window.maximize in time for 0.9.2's release. :( 2015-02-14 21:00:30 -04:00
Alex Szpakowski 7a7567145a Updated the 0.10.0 changelog.
--HG--
branch : minor
2015-02-14 18:55:28 -04:00
Alex Szpakowski 10cf501979 Merged default into minor
--HG--
branch : minor
2015-02-14 18:53:31 -04:00
Alex Szpakowski 39db975cb5 Added release date for 0.9.2 2015-02-14 16:11:45 -04:00
Alex Szpakowski 5e088aa183 Updated changelog 2015-02-14 00:43:28 -04:00
Alex Szpakowski d229fb1129 Merged default into minor
--HG--
branch : minor
2015-02-09 21:43:31 -04:00
Alex Szpakowski 70ea0e1f3f Updated changelog. 2015-02-03 03:18:22 -04:00
Alex Szpakowski dfdd52e499 Added support for ETC1 and PVR1 compressed textures contained in KTX, PKM, and PVR files.
Most desktop graphics drivers don't support those formats.

--HG--
branch : minor
2015-01-20 03:18:28 -04:00
Alex Szpakowski 319ccc2f25 Updated changelog for 0.10.0.
--HG--
branch : minor
2015-01-20 00:40:17 -04:00
muddmaker 47a4cc34a5 universal indexing rules in BezierCurve 2014-12-31 23:19:07 -08:00
Alex Szpakowski e6ff146e67 Updated changelog 2014-12-29 03:29:03 -04:00
muddmaker 238656ecc1 Added BezierCurve:renderSegment 2014-09-30 17:36:10 -07:00
Alex Szpakowski 228c925c0d Updated the changelog. 2014-09-20 00:27:20 -03:00
Alex Szpakowski 44b97dfadc Updated the changelog. 2014-08-21 16:38:22 -03:00
Alex Szpakowski 27c75a1323 Updated the changelog. 2014-08-09 23:14:28 -03:00
Alex Szpakowski dac9f4eaaa Added love.window.minimize (resolves issue #904). 2014-07-05 17:55:06 -03:00
Alex Szpakowski d5ae557149 Updated changelog 2014-07-05 16:40:15 -03:00
Alex Szpakowski d11ccd0e69 Added love.graphics.getCanvasFormats and love.graphics.getCompressedImageFormats, and removed love.graphics.hasCanvasFormat.
The two new functions return tables containing the names of all relevant formats as keys, and boolean values indicating whether the formats are supported.
2014-07-05 16:22:52 -03:00
Alex Szpakowski d2450d5f2e Updated changelog for changes which aren't in the minor branch 2014-06-14 16:58:24 -03:00