0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-02-07 19:06:26 -05:00

Commit graph

  • 8b5192d04d change world.bounds to Infinity, remove world bounds check from Engine, closes #67 liabru 2015-05-20 23:29:35 +01:00
  • d4126d1ca8 Merge f19fe737e9 into 8555c0c671 Peter Dave Hello 2015-05-20 22:13:21 +00:00
  • 8555c0c671 fixed Common.now, closes #55 liabru 2015-05-20 23:12:26 +01:00
  • 41b4b7f610 Merge branch 'master' of https://github.com/rfoligno/matter-js into rfoligno-master liabru 2015-05-20 22:41:38 +01:00
  • fbb7c1ad94 updated edge build liabru 2015-05-20 20:38:41 +01:00
  • e6b998edac removed version number from edge build name liabru 2015-05-20 20:37:52 +01:00
  • 200fcbe652 added docs liabru 2015-05-20 20:26:39 +01:00
  • 95eddb01f7 improved traction for Composites.car liabru 2015-05-20 20:22:32 +01:00
  • 419d2addca Updated pixi.js to v3 upisfree 2015-05-20 01:07:04 +06:00
  • 95ae911ed6 fixed friction in Demo.manipulation liabru 2015-05-09 21:25:01 +01:00
  • 4491dfd5f4 added Demo.staticFriction liabru 2015-05-09 21:05:07 +01:00
  • de4784c492 changed friction impulse limiting approach liabru 2015-05-08 00:14:24 +01:00
  • 48478b3054 Merge f6261664db into b3921fb72e kleinebre 2015-05-04 21:47:25 +00:00
  • 19a2fd1338 Merge eaa4dca07d into b3921fb72e SlackerCA 2015-05-04 04:32:16 +00:00
  • d55c7003e9 demo tweaks liabru 2015-05-03 18:03:26 +01:00
  • 22445c7717 demo tweaks liabru 2015-05-03 17:47:52 +01:00
  • c969767a6d updated matter-tools liabru 2015-05-03 17:34:17 +01:00
  • 937c7bfcb6 improved friction, added body.frictionStatic liabru 2015-05-03 15:50:38 +01:00
  • 296059cba2 skip presolve when impulse 0 liabru 2015-05-03 13:32:53 +01:00
  • eaa4dca07d adds stress tracking to demo Ryan Slack 2015-05-01 16:51:22 -06:00
  • b179d796c9 adds simple stress tracking to bodies Ryan Slack 2015-05-01 16:50:03 -06:00
  • f6261664db Code tidy-up (reduce unnecessary if statements in for loops) Marc Brevoort 2015-05-01 21:54:55 +01:00
  • ccbb98b8d0 fixed Query.ray, Number.MIN_VALUE seems to cause SAT.collides to fail liabru 2015-04-26 19:44:32 +01:00
  • dae684d082 fixed Vertices.fromPath when parsing scientific notation liabru 2015-04-26 19:41:49 +01:00
  • bc8840673f changed vertex number render fillstyle liabru 2015-04-24 00:24:20 +01:00
  • 74bc8ae4ba disabled angle indicators on some demos liabru 2015-04-22 01:08:10 +01:00
  • 40905e82a6 increased tollerance on internal edge finding liabru 2015-04-22 01:07:48 +01:00
  • 3132d7007e added Demo.terrain liabru 2015-04-21 21:19:46 +01:00
  • 87fbf51c82 added constraint to Demo.compound liabru 2015-04-21 21:17:38 +01:00
  • 6679b9c6c5 fixed RenderPixi for compound bodies liabru 2015-04-21 21:16:26 +01:00
  • b34669ed69 fix bug in Composites.stack when skipping bodies liabru 2015-04-21 21:08:15 +01:00
  • 998ab33c07 changed default minimum area in Bodies.fromVertices liabru 2015-04-21 21:07:09 +01:00
  • 8031090377 fix angle indicators for compound bodies liabru 2015-04-21 21:04:37 +01:00
  • 13fcb4b8f9 fixed bug in constraints for compounds liabru 2015-04-21 20:24:21 +01:00
  • 17589bc46f added Demo.svg, Demo.compoundStack, Demo.concave liabru 2015-04-13 00:27:14 +01:00
  • 7db3d281a5 cleanup Svg.pathToVertices liabru 2015-04-13 00:26:16 +01:00
  • e8205f84d8 added support for multiple vertices input in Bodies.fromVertices liabru 2015-04-13 00:25:49 +01:00
  • 4a2c6e7539 refactor Bodies.fromVertices liabru 2015-04-11 22:55:50 +01:00
  • d0fdd2982b fix Demo.stress stability liabru 2015-04-09 00:01:33 +01:00
  • 98ea7c7955 added Query.point liabru 2015-04-08 23:33:11 +01:00
  • e01dd229a9 fixed compound body stability, improved position resolver liabru 2015-04-08 20:31:03 +01:00
  • c3c3da5ab0 Update Runner.js Ali Shakiba 2015-03-28 19:42:49 +04:30
  • 85efda2369 Split run to run and runner Ali Shakiba 2015-03-28 16:52:26 +04:30
  • 3ed80343e1 changed Render.bodyIds to show all parts liabru 2015-03-09 22:35:59 +00:00
  • bf11ee5504 added minimum area check to Bodies.fromVertices liabru 2015-03-09 20:51:07 +00:00
  • 2b6a8d38af removed collision.supportCorrected instead using bodyB.position, added render.options.showSeparations liabru 2015-03-04 01:03:38 +00:00
  • 05f1c46255 Fix for travis Richard Foligno 2015-03-03 19:50:47 -05:00
  • d585e80b5b Allow for negative force to bring a body out of sleeping state. Richard Foligno 2015-03-03 19:46:44 -05:00
  • 9d3755ab6e fix issue of undefined body.parts in constructor liabru 2015-03-03 23:43:24 +00:00
  • d082b3adcc render normals pointing out of static bodies liabru 2015-03-02 22:30:38 +00:00
  • 8bf3278304 cleanup Svg.pathToPoints liabru 2015-03-01 17:26:46 +00:00
  • 7822ead3bf added Matter.Svg.pathToPoints liabru 2015-03-01 15:52:34 +00:00
  • 2d1ef0d6d4 removed complexity check in Bodies.fromVertices, enforce clockwise sort liabru 2015-03-01 15:51:45 +00:00
  • 90adf147e9 implemented static compound bodies liabru 2015-02-28 16:58:00 +00:00
  • 6a26696fc7 hide axis indicator on compound bodies liabru 2015-02-28 16:00:05 +00:00
  • ca75fde09a added internal edge flagging to Bodies.fromVertices liabru 2015-02-25 00:28:11 +00:00
  • bc7dfc74b8 fixed support finding logic liabru 2015-02-25 00:13:40 +00:00
  • 757fffaf20 fixed collision incident and reference body mapping liabru 2015-02-25 00:12:21 +00:00
  • b8f3784b76 fix pair properties for compounds liabru 2015-02-24 23:57:38 +00:00
  • 685f2bdc54 fixed SAT overlap calculation for containment case liabru 2015-02-24 00:01:20 +00:00
  • bc9a051e73 fixed collision rendering liabru 2015-02-21 22:19:12 +00:00
  • 84d9f591aa improved collision detection for compounds liabru 2015-02-10 23:40:05 +00:00
  • 5ab2bf30f0 added Render.showInternalEdges, added rendering bounds + axes + positions for compounds, fixed rendering vertex numbers liabru 2015-02-10 23:38:03 +00:00
  • d6829bf536 added support for compound bodies in MouseConstraint liabru 2015-02-08 00:16:12 +00:00
  • 87f90655b7 fixes for compound bodies liabru 2015-02-04 23:26:13 +00:00
  • 10e5d0fcd2 added compound support to Query.ray liabru 2015-02-01 23:59:14 +00:00
  • eb29367459 fixed options pass through on Bodies.fromVertices liabru 2015-02-01 23:14:59 +00:00
  • 0b8efa5c40 added Demo.concave, added Bodies.fromVertices, added Vertices.isConvex, fixed compound properties liabru 2015-02-01 22:55:24 +00:00
  • d2f79b4689 further work on compound implementation liabru 2015-02-01 13:57:56 +00:00
  • f554d6c9a6 implemented compound bodies, added Body.setParts liabru 2015-02-01 00:03:40 +00:00
  • b7bf5d6643 added Demo.compound liabru 2015-01-31 23:57:31 +00:00
  • 9c139ed9df added Render.vertexNumbers, Render.bodyConvexHulls liabru 2015-01-31 23:52:55 +00:00
  • 243fce47c9 initial work on compound bodies liabru 2015-01-29 23:25:58 +00:00
  • b3921fb72e added Matter.World extends Matter.Composite to docs liabru 2015-01-25 15:14:51 +00:00
  • 968bba265a removed Matter.Metrics from release builds (now dev only) liabru 2015-01-25 12:06:55 +00:00
  • 0849773b25 changed jquery reference (matter-tools) to local copy liabru 2015-01-24 20:19:31 +00:00
  • 7a477f2088 implemented temporary vector pool liabru 2015-01-24 19:48:27 +00:00
  • b327a40e9b added Vector.create liabru 2015-01-24 19:40:23 +00:00
  • 4455fd4943 Merge 6b7d60f641 into f4f3bf7c48 Xavier Balloy 2015-01-22 23:18:58 +00:00
  • f4f3bf7c48 updated readme liabru 2015-01-22 23:15:44 +00:00
  • d2dcc774bd updated readme liabru 2015-01-22 23:13:21 +00:00
  • 6b7d60f641 refactor(Common.now): simplified the way to detect if Date.now is available Xavier Balloy 2015-01-21 21:43:27 +01:00
  • 277187381b tests(Common.now): add tests to Common.now Xavier Balloy 2015-01-21 20:43:06 +01:00
  • 6eea62c22f chore(Tests): add Jasmine as test framework Xavier Balloy 2015-01-21 20:42:11 +01:00
  • 5466851356 chore(Common): use Date.now as first fallback in Common.now Xavier Balloy 2015-01-21 19:33:39 +01:00
  • 16733ad6dd updated edge build liabru 2015-01-21 00:15:04 +00:00
  • 0583cdbd90 added Render.create warning for omitted element liabru 2015-01-21 00:11:10 +00:00
  • b6603ca290 added MouseConstraint.create warning for omitted element liabru 2015-01-21 00:10:39 +00:00
  • af83e27ff0 added Mouse.create warning for omitted element liabru 2015-01-21 00:10:10 +00:00
  • c220f41701 changed Common.log to use console.warn liabru 2015-01-21 00:09:07 +00:00
  • a940d96886 Fixed missed variable declaration. PlNG 2015-01-20 11:56:26 -05:00
  • 61855ab875 Missing argument whose default is 1. PlNG 2015-01-20 11:53:03 -05:00
  • 5b87f47673 Update JSDoc PlNG 2015-01-20 11:49:24 -05:00
  • aa3eabc5fe Update JSDoc PlNG 2015-01-20 11:49:21 -05:00
  • d17eb6c9b4 Update JSDoc PlNG 2015-01-20 11:49:17 -05:00
  • 25ab2a39b0 Update JSDoc PlNG 2015-01-20 11:49:14 -05:00
  • 10a46b7fad Update JSDoc PlNG 2015-01-20 11:49:12 -05:00
  • 71ef6c2cdb Update JSDoc PlNG 2015-01-20 11:49:08 -05:00
  • 18e0642d24 Update JSDoc PlNG 2015-01-20 11:49:03 -05:00
  • 611a429746 Spellchecking PlNG 2015-01-20 11:07:49 -05:00