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

454 commits

Author SHA1 Message Date
PlNG
18e0642d24 Update JSDoc
This might need fixing later, I don't know if I did it right.
2015-01-20 11:49:03 -05:00
PlNG
611a429746 Spellchecking 2015-01-20 11:07:49 -05:00
PlNG
723ddcf572 Spellchecking 2015-01-20 11:07:44 -05:00
PlNG
65d5d9330b Spellchecking 2015-01-20 11:07:29 -05:00
PlNG
3127654b41 Spellchecking 2015-01-20 11:07:26 -05:00
PlNG
940976acbb Spellchecking 2015-01-20 11:07:23 -05:00
PlNG
c2e0c23539 Spellchecking 2015-01-20 11:07:20 -05:00
PlNG
cd5d4011e6 Spellchecking 2015-01-20 11:07:15 -05: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
liabru
04955bbbb1 removed line width change from Body.setStatic 2014-07-27 19:14:12 +01:00
Gustav Carlson
dd4fc65cf2 More fine-grained collision filtering in the style of Box2D 2014-07-22 14:52:16 +02:00
liabru
6e1ab9a24c merge tumult:old_ie_fixes + tweaks 2014-07-12 18:42:39 +01:00
liabru
18a26275d0 appease jshint 2014-07-12 18:14:04 +01:00
liabru
c1964e2de8 fixed scaling on RenderPixi view bounds 2014-07-12 18:10:05 +01:00
Liam Brummitt
6652bb4f34 Merge pull request #31 from mrspeaker/topic/addBounds
added view bounds for RenderPixi
2014-07-12 18:07:32 +01:00
liabru
296d47e682 added composite events example to Demo.events 2014-07-12 17:35:28 +01:00
liabru
2841522f3b added composite events 2014-07-12 17:34:54 +01:00
liabru
8aa148d2ec changed certain Matter.Composite methods to private in docs 2014-07-11 19:03:34 +01:00
liabru
3e48825088 fixed collision detection issue, closes #12 2014-07-11 15:09:29 +01:00
liabru
810bd2695a fixed incorrect bounds issue when passing angle in Body.create 2014-07-09 18:08:19 +01:00
liabru
69b1d05efc moved collision events into Engine.update, changed collisionStart to trigger before collisions resolved 2014-07-09 17:46:44 +01:00