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 |
|
Liam
|
7c1efb6185
|
Merge pull request #51 from tumult/pair_refreshes_from_body_values
changed Pair.update to also update pair properties
|
2014-12-05 00:02:07 +00:00 |
|
Jonathan Deutsch
|
f0e74912d5
|
When updating pairs use current values from bodies as they may have changed
|
2014-12-04 13:33:44 -08:00 |
|
liabru
|
3e5ababf3b
|
updated readme
|
2014-12-04 00:05:49 +00:00 |
|
liabru
|
02ab198984
|
updated edge build
|
2014-12-02 21:40:34 +00:00 |
|
liabru
|
7c75614ae3
|
added startdrag and enddrag events to Demo.events
|
2014-12-02 21:38:02 +00:00 |
|
liabru
|
440e9d28ee
|
added mouse constraint collision mask example to demo
|
2014-11-27 23:23:19 +00:00 |
|
liabru
|
c254c8d674
|
added drag events to MouseConstraint, closes #45
|
2014-09-19 00:31:40 +01:00 |
|
liabru
|
5770013b90
|
updated edge build
|
2014-07-30 17:29:21 +01:00 |
|
liabru
|
4051823f5f
|
added Demo.compositeManipulation
|
2014-07-30 17:27:42 +01:00 |
|
liabru
|
4c4962fb4f
|
added Composite.translate, Composite.rotate, Composite.scale
|
2014-07-30 17:27:20 +01:00 |
|
liabru
|
2fa1570e45
|
updated edge build
|
2014-07-29 16:26:49 +01:00 |
|
liabru
|
6911395222
|
moved Engine.run to Matter.Runner
|
2014-07-29 16:23:14 +01:00 |
|
liabru
|
a58fe2a3c7
|
Merge branch 'GustavCarlson-collision-filters'
|
2014-07-29 15:31:07 +01:00 |
|
liabru
|
9f10f88831
|
updated docs for collisionFilter
|
2014-07-29 15:30:10 +01:00 |
|
liabru
|
cee8d55a32
|
added collisionFilter support to MouseConstraint
|
2014-07-29 13:26:20 +01:00 |
|
liabru
|
5060c7626a
|
tweaks to collision filtering
|
2014-07-29 13:14:31 +01:00 |
|
liabru
|
3a32bdafd3
|
Merge branch 'collision-filters' of https://github.com/GustavCarlson/matter-js into GustavCarlson-collision-filters
|
2014-07-29 10:40:34 +01:00 |
|