0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00
Commit graph

283 commits

Author SHA1 Message Date
liabru
9d3755ab6e fix issue of undefined body.parts in constructor 2015-03-03 23:43:24 +00:00
liabru
d082b3adcc render normals pointing out of static bodies 2015-03-02 22:30:38 +00:00
liabru
8bf3278304 cleanup Svg.pathToPoints 2015-03-01 17:26:46 +00:00
liabru
7822ead3bf added Matter.Svg.pathToPoints 2015-03-01 15:52:34 +00:00
liabru
2d1ef0d6d4 removed complexity check in Bodies.fromVertices, enforce clockwise sort 2015-03-01 15:51:45 +00:00
liabru
90adf147e9 implemented static compound bodies 2015-02-28 16:58:00 +00:00
liabru
6a26696fc7 hide axis indicator on compound bodies 2015-02-28 16:00:05 +00:00
liabru
ca75fde09a added internal edge flagging to Bodies.fromVertices 2015-02-25 00:28:11 +00:00
liabru
bc7dfc74b8 fixed support finding logic 2015-02-25 00:13:40 +00:00
liabru
757fffaf20 fixed collision incident and reference body mapping 2015-02-25 00:12:21 +00:00
liabru
b8f3784b76 fix pair properties for compounds 2015-02-24 23:57:38 +00:00
liabru
685f2bdc54 fixed SAT overlap calculation for containment case 2015-02-24 00:01:20 +00:00
liabru
bc9a051e73 fixed collision rendering 2015-02-21 22:19:12 +00:00
liabru
84d9f591aa improved collision detection for compounds 2015-02-10 23:40:05 +00:00
liabru
5ab2bf30f0 added Render.showInternalEdges, added rendering bounds + axes + positions for compounds, fixed rendering vertex numbers 2015-02-10 23:38:03 +00:00
liabru
d6829bf536 added support for compound bodies in MouseConstraint 2015-02-08 00:16:12 +00:00
liabru
87f90655b7 fixes for compound bodies 2015-02-04 23:26:13 +00:00
liabru
10e5d0fcd2 added compound support to Query.ray 2015-02-01 23:59:14 +00:00
liabru
eb29367459 fixed options pass through on Bodies.fromVertices 2015-02-01 23:14:59 +00:00
liabru
0b8efa5c40 added Demo.concave, added Bodies.fromVertices, added Vertices.isConvex, fixed compound properties 2015-02-01 22:55:24 +00:00
liabru
d2f79b4689 further work on compound implementation 2015-02-01 13:57:56 +00:00
liabru
f554d6c9a6 implemented compound bodies, added Body.setParts 2015-02-01 00:03:40 +00:00
liabru
b7bf5d6643 added Demo.compound 2015-01-31 23:57:31 +00:00
liabru
9c139ed9df added Render.vertexNumbers, Render.bodyConvexHulls 2015-01-31 23:52:55 +00:00
liabru
243fce47c9 initial work on compound bodies 2015-01-29 23:25:58 +00:00
liabru
b3921fb72e added Matter.World extends Matter.Composite to docs 2015-01-25 15:14:51 +00:00
liabru
968bba265a removed Matter.Metrics from release builds (now dev only) 2015-01-25 12:06:55 +00:00
liabru
0849773b25 changed jquery reference (matter-tools) to local copy 2015-01-24 20:19:31 +00:00
liabru
7a477f2088 implemented temporary vector pool 2015-01-24 19:48:27 +00:00
liabru
b327a40e9b added Vector.create 2015-01-24 19:40:23 +00:00
liabru
f4f3bf7c48 updated readme 2015-01-22 23:15:44 +00:00
liabru
d2dcc774bd updated readme 2015-01-22 23:13:21 +00:00
liabru
16733ad6dd updated edge build 2015-01-21 00:15:04 +00:00
liabru
0583cdbd90 added Render.create warning for omitted element 2015-01-21 00:11:10 +00:00
liabru
b6603ca290 added MouseConstraint.create warning for omitted element 2015-01-21 00:10:39 +00:00
liabru
af83e27ff0 added Mouse.create warning for omitted element 2015-01-21 00:10:10 +00:00
liabru
c220f41701 changed Common.log to use console.warn 2015-01-21 00:09:07 +00:00
liabru
9aa0945f03 removed Body.resetForcesAll, removed Body.applyGravityAll, removed Body.updateAll 2015-01-19 00:30:06 +00:00
liabru
0a15d7d1b1 removed Render.clear (redundant) 2015-01-17 14:27:51 +00:00
liabru
01bc8132f1 removed Render.setBackground (now use render.options) 2015-01-17 14:22:30 +00:00
liabru
bf3f986ca1 updated edge build 2015-01-01 23:10:10 +00:00
liabru
0933620b68 fix bug when using timing.isFixed, closes #44 2015-01-01 23:09:46 +00:00
liabru
d249165ea9 added Body.nextCategory 2015-01-01 18:30:16 +00:00
liabru
5888ffcaf6 cleanup 2015-01-01 17:52:18 +00:00
liabru
37ccc84762 updated edge build 2014-12-28 18:37:43 +00:00
liabru
235b6c8336 added Body.set 2014-12-28 18:35:01 +00:00
liabru
8dea1666f7 added support for sprite scale in RenderPixi, closes #54 2014-12-28 18:23:48 +00:00
liabru
4746eb9348 added support for hidpi rendering 2014-12-28 18:20:54 +00:00
liabru
8204d9736a fixed bug in Demo.reset that was creating multiple MouseConstraint 2014-12-28 17:09:04 +00:00
liabru
066a416ba5 ignoring .idea 2014-12-28 16:47:31 +00:00