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

949 commits

Author SHA1 Message Date
liabru
6142991e0a added repeats and updates options to test tools 2023-08-13 13:10:39 +01:00
liabru
0f0ac93921 added Example.stress4 2023-08-13 12:56:50 +01:00
liabru
45cad777f6 added arrow key navigation of examples in development demo 2023-08-13 12:17:40 +01:00
liabru
da99acbf71 reduce canvas hit testing in demo when using matter-tools 2023-08-12 23:18:15 +01:00
liabru
ce03208c5f fix lint 2023-03-28 20:24:58 +01:00
liabru
2ecc563c3f fixed Runner.stop docs re. runner.enabled, closes #586, closes #1054 2023-03-27 00:29:16 +01:00
liabru
401553d7e8 added render.options.wireframeStrokeStyle, closes #406 2023-03-27 00:09:12 +01:00
liabru
2af54d51cd added event.timestamp and event.delta to collision events, closes #368 2023-03-26 23:46:38 +01:00
liabru
96557859f9 fixed Body.setStatic when applied multiple times, closes #641 2023-03-26 23:19:31 +01:00
liabru
b88c82fb1d added Example.renderResize 2023-03-26 22:27:34 +01:00
liabru
fc0583975d added Render.setSize, closes #955, closes #595 2023-03-26 22:26:09 +01:00
liabru
013698bc29 improved body.parts docs 2023-03-25 14:24:43 +00:00
liabru
411af068c2 improved body.parts docs 2023-03-19 23:33:48 +00:00
liabru
c1f9584e1f improved body.parts docs, closes #600 2023-03-18 16:24:12 +00:00
liabru
5ed985db18 added docs for body.chamfer property, closes #1059 2023-03-18 13:49:56 +00:00
liabru
7ea5bc1352 added doc and warning for Bodies.trapezioid slope parameter range, closes #1075 2023-03-18 12:42:29 +00:00
liabru
6bda7e86d5 rename Composites function xx and yy params, closes #1095 2023-03-18 11:47:16 +00:00
liabru
272049ab05 fix missing mouse.sourceEvents.mousewheel, closes #1146 2023-03-18 11:15:12 +00:00
liabru
8dd0e99b79 added engine beforeSolve event, closes #1173 2023-03-18 11:07:20 +00:00
liabru
812f8af1be added Constraint.currentLength, closes #1184 2023-03-18 10:51:17 +00:00
liabru
e888f3cfda add event passive options to Matter.Mouse, closes #930, closes #976 2023-03-15 23:36:40 +00:00
liabru
07aec9ff5e
Merge pull request #1196 from liabru/release/0.19.0
Release 0.19.0
2023-02-16 14:52:52 +00:00
liabru
d4cb938941 release 0.19.0 2023-02-16 14:19:15 +00:00
liabru
4443e6dd99 revert engine collisionStart event back to before resolve 2023-02-15 21:27:39 +00:00
liabru
b81d6e6d7f Merge branch 'timing-improve' 2023-02-11 18:05:33 +00:00
liabru
6bb2855d7c update body docs 2022-12-29 21:19:54 +00:00
liabru
3a8264c671 improve Body.applyForce docs 2022-12-28 23:48:56 +00:00
liabru
f7da96413b revert Body.applyForce 2022-12-28 20:45:37 +00:00
liabru
f8b64b673e change remove example to use timestamps 2022-11-19 20:52:54 +00:00
liabru
bc568f0864 change dev server source map mode 2022-11-19 15:24:58 +00:00
liabru
903228af47 remove alpha build 2022-09-02 20:37:38 +01:00
liabru
db7c4a1342 move substeps to another branch 2022-09-02 20:36:11 +01:00
liabru
66e291b57d refactor body base delta constant 2022-09-02 20:29:35 +01:00
liabru
dc46472720 rename internal Common._timeUnit to Common._baseDelta 2022-09-02 17:59:15 +01:00
liabru
36575b3438 refactor and tidy 2022-09-02 17:25:01 +01:00
liabru
cce3152664 refactor Resolver.solvePosition damping argument 2022-09-02 17:18:02 +01:00
liabru
ee7b00897d clamp resolver slop 2022-08-07 17:22:04 +01:00
liabru
9dc6be78f6 improve delta factors in resolver and constraint stiffness 2022-08-07 00:11:16 +01:00
liabru
c6a1a6d54d improve slingshot example constraint 2022-08-06 23:35:15 +01:00
liabru
1b4e288488 Merge branch 'master' into timing-improve
* master:
  increase overlap test updates
  added readme note about vue watchers
  increase test timeout
  remove travis config
  added ci workflow action
2022-08-06 09:52:08 +01:00
liabru
8ca9cb4fa4 increase overlap test updates 2022-08-06 09:49:30 +01:00
liabru
07d13fe903 improve delta factors in resolver and constraint stiffness 2022-08-05 23:41:24 +01:00
liabru
a5729684d1 remove unused delta params 2022-08-05 16:27:47 +01:00
liabru
50fc8f2047 improve Matter.Engine docs 2022-07-27 20:53:28 +01:00
liabru
85a9eb2df5 improve Matter.Body docs for functions and properties including readonly 2022-07-27 20:51:03 +01:00
liabru
035481ce46 added readme note about vue watchers 2022-07-27 15:36:41 +01:00
liabru
3ff6ff4372 added speed setters to Body.set 2022-01-06 11:11:26 +00:00
liabru
6579dfd83e use speed getter in Matter.Sleeping and Matter.Render 2022-01-06 11:10:05 +00:00
liabru
b6de9ed8c5 derive velocity from position in setters 2022-01-05 23:13:46 +00:00
liabru
fe985288d6 tidy and refactor 2022-01-04 14:18:35 +00:00