0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-03-13 00:28:28 -04:00

Commit graph

  • 30fcacf574 spelling: uncommitted Josh Soref 2019-10-29 02:14:18 -04:00
  • cffb017297 spelling: tweak Josh Soref 2019-10-29 02:13:27 -04:00
  • 93e72efc5d spelling: transparent Josh Soref 2019-10-29 02:12:31 -04:00
  • 35f1fd2eac spelling: tolerance Josh Soref 2019-10-29 02:12:19 -04:00
  • 0ae9cc6055 spelling: properties Josh Soref 2019-10-29 02:09:50 -04:00
  • c75a09888b spelling: execute Josh Soref 2019-10-29 02:06:18 -04:00
  • a697f84d61 spelling: determinism Josh Soref 2019-10-29 02:04:39 -04:00
  • 3f407e06b2 spelling: constraint Josh Soref 2019-10-29 02:04:16 -04:00
  • 82bb41535b fixed plugins in compare liabru 2019-10-01 00:03:09 +01:00
  • b7c938a963 Added build comparison tools and tests liabru 2019-09-30 23:28:17 +01:00
  • 21e4ea6044 Added config and test files to lint liabru 2019-09-28 15:15:54 +01:00
  • 1fcf29279f Set loose build version on dev server liabru 2019-09-28 14:53:10 +01:00
  • f471d4e6dd Added watch content base to dev server liabru 2019-09-28 14:51:27 +01:00
  • e0cdbb8ee2 added timing to engine snapshot liabru 2019-09-15 23:46:07 +01:00
  • ea5c01294e updated readme liabru 2019-09-15 20:23:15 +01:00
  • 060283bb97 added tag push to release task liabru 2019-09-15 20:22:44 +01:00
  • 61b1963249
    updated readme liabru 2019-09-15 19:56:22 +01:00
  • ee848d2255 removed yuidocjs dev dependency liabru 2019-09-15 19:50:51 +01:00
  • e5a7311899 removed unused gulp release tasks liabru 2019-09-15 19:49:10 +01:00
  • 288b9cdb2f updated ci liabru 2019-09-15 19:01:34 +01:00
  • 9ca21c1862 fix lint issues liabru 2019-09-15 18:43:28 +01:00
  • 5b0d34b9e0 changed demo to auto populate examples with sourceLink and init liabru 2019-09-15 18:36:26 +01:00
  • 823bbc0b5f changed demo to serve without sub-directory liabru 2019-09-15 18:34:04 +01:00
  • 50cf171c8a updated docs liabru 2019-09-14 19:37:22 +01:00
  • 104d31902c changed example tests to use jest liabru 2019-09-14 19:31:31 +01:00
  • 3c32969da2 added Constraint.pointAWorld and Constraint.pointBWorld liabru 2019-09-14 19:03:17 +01:00
  • 94e9614436 fix decomp import in Bodies.fromVertices liabru 2019-09-14 18:59:01 +01:00
  • 9ef9d020c4 added check for window in Common.now liabru 2019-09-14 18:57:00 +01:00
  • f9ea7995bf added module export to examples liabru 2019-09-14 18:54:50 +01:00
  • 6b698ea2f6 updated build scripts liabru 2019-09-14 18:49:24 +01:00
  • 046013ee0b added webpack build script liabru 2019-09-14 18:36:22 +01:00
  • f5311a600c updated edge build liabru 2019-09-01 16:58:27 +01:00
  • 7c6cda00f8 added clamping to position resolver damping liabru 2019-09-01 16:57:16 +01:00
  • fba5af2116 updated edge build liabru 2019-09-01 13:51:59 +01:00
  • 516494e3df Added substeps feature to Matter.Runner liabru 2019-09-01 13:49:22 +01:00
  • d7e4f585b7 Changed examples to be delta independent liabru 2019-09-01 13:36:16 +01:00
  • db8b73f09d Added updateVelocity argument to Body.setPosition, Body.setAngle, Body.translate, Body.rotate Added Body.setSpeed, Body.setAngularSpeed Added Body.getSpeed, Body.getVelocity, Body.getAngularVelocity Changed all velocity functions to be time independent liabru 2019-09-01 13:26:24 +01:00
  • 0784a5b5df Added readonly body.deltaTime Added delta property to engine update event Added delta argument to various internal functions Changed timeScale argument to use delta instead on various internal functions Fixed issues when using an engine update delta of 0 Improved time independence for friction, air friction, restitution, sleeping, collisions, constraints Removed optional correction argument from Engine.update Removed correction and timeScale from Body.update and Matter.Runner liabru 2019-09-01 12:21:16 +01:00
  • 55c895711a
    Update ballPool.js Jansen121212 2019-07-17 15:03:02 +08:00
  • 8d55338ddb added color to options in example menu so you can see the options. MeMstudios 2019-07-09 17:41:57 -04:00
  • 7d0ef99925 make Query.collides aware of collision filters Richard Poole 2019-06-27 16:04:30 +01:00
  • 615ecdcb61 ignore sensors when resolving position in collisions Richard Poole 2019-06-24 17:26:18 +01:00
  • 13c457fa15
    Make beforeRender can draw something to canvas Mofasa 2019-06-09 14:33:17 +08:00
  • eedc1249d4 add a capsule shape create funtion in Bodies.js reason: in my project , i can't solve my all the collision problem by using the chamfer option , so I need capsule. anseyuyin 2019-05-23 02:59:04 +08:00
  • ec636a8eaa
    most editable car YsraelJMM 2019-05-17 13:28:11 -05:00
  • 5abe6ed71d
    Fix typo Julien Dargelos 2019-04-05 16:21:53 +02:00
  • 9872163829 Adds Firefox support for mouse on SVG elements (#1) Adam Lovatt 2019-02-13 09:44:38 -07:00
  • e994bd7b4f Adds support for Mouse on SVG elements Spenser Jones 2019-01-31 11:03:31 -07:00
  • 687d53d4d2 fix typo in docs Cole Marsteller 2019-01-29 16:01:04 -08:00
  • fc39e81f81
    Merge 4bb0ada445 into 2ec247b7af Brice 2019-01-24 15:44:14 +00:00
  • 52cfe9523f
    Reverse vertices order from counterclockwise to clockwise if one scale is negative. Robert Kowalski 2019-01-24 05:24:45 -05:00
  • 8b3cbd17b2
    Update docs for Runner.run & Runner.start Chris Stott 2019-01-09 15:29:01 -08:00
  • 2ec247b7af added Body.setCentre, closes #684, closes #461, closes #679 liabru 2018-11-18 09:24:20 +00:00
  • d57747785f fix issues with render pixel ratio, closes #686, closes #687 liabru 2018-11-17 23:43:24 +00:00
  • 773510f985
    Merge pull request #683 from OmarShehata/patch-1 Liam 2018-11-16 23:04:36 +00:00
  • 74eecc0d09 fix: Account for pixelRatio in Mouse.setScale and Mouse.setOffset Alexander Nanberg 2018-11-01 14:49:54 +01:00
  • c486635242
    Fix typo in docs Omar Shehata 2018-10-27 14:33:47 -04:00
  • 3a4361e5e6 fix air friction calculation Tobias Bengfort 2018-09-24 22:06:25 +02:00
  • 93c1b94c5b
    Forgot to Add quickDecomp back, fixed now. Robert Kowalski 2018-09-14 17:06:37 -04:00
  • f53f95ca36
    Merge cf890d9d27 into 7894b4b44d Michael Overton 2018-09-06 05:53:44 +00:00
  • cf890d9d27 Splicing in matter-attractor demos. Needed down-version to matter 0.12.0 Michael Overton 2018-09-05 22:50:11 -07:00
  • 1d6ef7e6e6
    Forgot default value. Robert Kowalski 2018-09-02 02:19:13 -04:00
  • f9d1c89c23
    Offer the optimal decomp function instead of just the quick one. Robert Kowalski 2018-09-02 00:22:14 -04:00
  • 4eb61c004d change removeDuplicatePoints precision to default in docs Jonathan Deutsch 2018-07-26 15:37:00 -07:00
  • 6c5d4065c2 Add removeDuplicatePoints option from polygon-decomp 0.3.0 to Bodies.fromVertices() Jonathan Deutsch 2018-07-26 14:33:39 -07:00
  • 4bb0ada445 Merge branch 'master' of github.com:liabru/matter-js into optim-detector-collision Brice Chevalier 2018-06-14 21:24:56 +07:00
  • 0488cb1c36
    Merge edc7c03dab into 306dc0241c Brice 2018-06-12 12:44:58 +00:00
  • 7894b4b44d Merge branch 'pr/553’ liabru 2018-06-12 13:13:08 +01:00
  • 0d51fd1efc Merge branch 'pr/528' liabru 2018-06-12 12:58:35 +01:00
  • 4df048da79 Merge branch 'pr/527' liabru 2018-06-12 12:51:47 +01:00
  • 52f3734b3e Merge branch 'pr/526' liabru 2018-06-12 12:01:06 +01:00
  • c04536f2c0 Merge branch 'pr/522' liabru 2018-06-12 11:46:48 +01:00
  • 2e169d5248
    Merge 0ec05a8ec4 into 306dc0241c Brice 2018-06-12 10:13:23 +00:00
  • 306dc0241c release 0.14.2 0.14.2 liabru 2018-06-11 23:15:03 +01:00
  • e3c176e730 remove browserify-shim liabru 2018-06-11 21:10:11 +01:00
  • db30d79501 fix docs for Vector.angle, closes #471 liabru 2018-06-11 19:32:00 +01:00
  • f7f77b4cf8 fix Composite.bounds global issue, closes #627, closes #544 liabru 2018-06-11 19:13:30 +01:00
  • 0cf97f5c3c fixed require for external libraries, closes #629, closes #559, closes #593, closes #365, closes #629 liabru 2018-06-11 19:05:09 +01:00
  • 511de5b494 added missing polyfill warning to Svg.pathToVertices liabru 2018-06-11 18:55:27 +01:00
  • 1e5758fa6e updated pathseg library, closes #548, closes #602, closes #424 liabru 2018-06-11 16:22:34 +01:00
  • aad4914aa4
    Merge pull request #628 from Qriva/master Liam 2018-06-11 16:07:28 +01:00
  • 0b5ce1d77f Fixed constraint pointB documentation Griva 2018-06-09 16:15:25 +02:00
  • bb6d4aa2e8 Merge commit '0ec05a8ec4b49488d6e70c681b1717a74a0841fc' into optim-detector-collision Brice Chevalier 2018-03-24 17:12:34 +09:00
  • 81511fd58f Merge commit '076bee9099a029fc9cd2810e8860c29ca044a1c6' into optim-detector-collision Brice Chevalier 2018-03-24 17:11:15 +09:00
  • b0432f40ec Merge branch 'optim-pairs-update' into optim-detector-collision Brice Chevalier 2018-03-24 16:55:09 +09:00
  • e60ebaccc0 reverted change to Body.set method Brice Chevalier 2018-03-24 16:49:23 +09:00
  • 7220435e35 Merge branch 'optim-pairs-update' into optim-pair-update Brice Chevalier 2018-03-24 16:41:17 +09:00
  • 4e04043fe0 Fixed end collision triggering more than once Brice Chevalier 2018-03-24 16:39:25 +09:00
  • edc7c03dab Optimized out unused constraints Brice Chevalier 2018-01-31 19:41:04 +09:00
  • ebe262595e Merge e794694f5a into 06655ff2c7 Brice 2018-01-30 08:33:42 +00:00
  • e794694f5a Merge branch 'optim-pair-object' into optim-sat-collides-3 Brice Chevalier 2018-01-30 17:33:28 +09:00
  • bb2e43b933 Merge b4ab99bc4f into 06655ff2c7 Brice 2018-01-30 08:33:18 +00:00
  • b4ab99bc4f Merge branch 'optim-grid-update' into optim-pair-object Brice Chevalier 2018-01-30 17:33:05 +09:00
  • 0ec05a8ec4 Fixed composite bodies not added to allBodies list Brice Chevalier 2018-01-30 17:32:23 +09:00
  • 5fd302f896 Fixed precomputed axis projections updates Brice Chevalier 2018-01-30 12:43:41 +09:00
  • d3d72b11c8 Merge branch 'optim-pair-object' into optim-sat-collides-3 Brice Chevalier 2018-01-30 11:45:26 +09:00
  • 71d9bacfd3 Merge branch 'optim-grid-update' into optim-pair-object Brice Chevalier 2018-01-30 11:39:37 +09:00
  • 076bee9099 Fixed bug with grid not updating properly when objects are removed Brice Chevalier 2018-01-30 11:34:36 +09:00
  • 85cf0878bf Merge 04fd881a7c into 06655ff2c7 Gilbert Röhrbein 2018-01-14 15:48:21 +00:00
  • c825c38274 Merge 0cc25ce207 into 06655ff2c7 finscn 2018-01-14 07:43:23 +00:00