0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-24 09:36:48 -05:00
Commit graph

855 commits

Author SHA1 Message Date
liabru
b116f64225 add triangles to mixed bodies example 2021-12-12 13:20:15 +00:00
liabru
bc07f56a94 added example for Composite.remove 2021-12-12 13:19:37 +00:00
liabru
c80ed5c6a7 updated examples 2021-12-12 12:50:10 +00:00
liabru
e366d0e992 deprecated Matter.Grid 2021-12-12 12:22:21 +00:00
liabru
a6b5e7d849 added broadphase to Matter.Detector 2021-12-12 12:21:37 +00:00
liabru
b9e7d9dd8b replaced Matter.SAT with Matter.Collision 2021-12-12 10:45:50 +00:00
liabru
8adf8102fb use force exit in tests 2021-12-10 23:01:04 +00:00
liabru
32fd2852d1 added cache checks to Matter.Composite 2021-12-09 23:23:55 +00:00
liabru
10afaea8bc change raycasting example events to enable use in tests 2021-12-08 23:53:12 +00:00
liabru
fd1a70ec7a optimised collisions 2021-12-08 23:38:42 +00:00
liabru
9037f36f31 added Matter.Collision 2021-12-08 23:36:13 +00:00
liabru
2581595e6e use Matter.Runner in test worker 2021-12-07 23:23:34 +00:00
liabru
a30707fd87 optimised Matter.Pairs 2021-12-06 23:57:09 +00:00
liabru
f847f4c83e optimised Resolver.solvePosition 2021-12-05 19:30:35 +00:00
liabru
52e797791b optimised Matter.Composite 2021-12-05 19:11:29 +00:00
liabru
d8a6380899 optimised Matter.Pair 2021-12-05 16:56:41 +00:00
liabru
81259663fd added behaviour metric to tests and refactor tests 2021-12-01 23:34:41 +00:00
liabru
81dd2fb695 added stable sorting to test worker and refactor 2021-11-30 23:16:20 +00:00
liabru
bcc31682d7 prevent test example cache 2021-11-28 21:39:59 +00:00
liabru
ea3c11b1fe add test capture sort to improve comparison 2021-11-28 21:39:11 +00:00
liabru
de04c00278 improve test comparison report 2021-11-28 21:26:39 +00:00
liabru
ca2fe752d3 refactor test worker and prevent test cache 2021-11-28 21:25:11 +00:00
liabru
caeb07e2d2 optimised Detector.collisions 2021-11-21 23:52:13 +00:00
liabru
b3a8aa3cae added filesize to test comparison report 2021-11-21 17:00:53 +00:00
liabru
55feb89f95 changed tests to use a production build rather than source 2021-11-21 16:58:29 +00:00
liabru
8bfaff0cce added support for build metadata in Plugin.versionParse 2021-11-21 16:51:19 +00:00
liabru
bedf84cacb added memory comparison to tests 2021-11-20 12:27:14 +00:00
liabru
cd289ec279 improve performance measurement accuracy in tests 2021-11-19 20:30:12 +00:00
liabru
30b899c862 optimised Resolver.solveVelocity 2021-05-02 23:06:50 +01:00
liabru
e4b3bcd69e optimised Grid._createActivePairsList 2021-05-02 23:06:21 +01:00
liabru
84136de6a4 optimised Grid._bucketRemoveBody 2021-05-02 23:05:43 +01:00
liabru
5e3c629b90 optimised Grid._bucketAddBody 2021-05-02 23:05:21 +01:00
liabru
0af144c78b optimised SAT.collides 2021-05-01 21:57:03 +01:00
liabru
2096961846 optimised SAT._overlapAxes 2021-05-01 16:20:27 +01:00
liabru
0d90a17f2d optimised SAT._findSupports 2021-05-01 15:56:35 +01:00
liabru
efede6e22d optimised Detector.collisions 2021-05-01 14:31:08 +01:00
liabru
e4b35d3961 optimised Resolver.solveVelocity 2021-05-01 14:16:39 +01:00
liabru
0b07a31944 optimised Resolver.preSolveVelocity 2021-05-01 14:16:11 +01:00
liabru
fceb0cab68 optimised Resolver.postSolvePosition 2021-04-29 23:07:18 +01:00
liabru
c7cec16eb7 optimise Detector.collisions 2021-04-29 23:07:18 +01:00
liabru
49fbfba511 optimised Resolver.postSolvePosition 2021-04-29 23:07:18 +01:00
liabru
3cf65e8051 optimised Resolver.solvePosition 2021-04-29 23:07:18 +01:00
liabru
a882a74cd5 optimised Pairs.removeOld 2021-04-29 23:07:18 +01:00
liabru
1073ddeecf optimised Pair.update 2021-04-29 23:07:18 +01:00
liabru
48673db79f optimised Pair.create 2021-04-29 23:07:18 +01:00
liabru
c1988783db optimised Vertices.contains 2021-04-29 23:07:18 +01:00
liabru
6883d0d98a optimised Vertices.rotate 2021-04-29 23:07:18 +01:00
liabru
792ae2ead4 optimised Vertices.translate 2021-04-29 23:07:18 +01:00
liabru
e909b0466c changed build config to 'source-map' devtool 2021-04-29 23:06:25 +01:00
liabru
2f14ec5eb6 show debug stats in dev demo 2021-04-26 00:18:59 +01:00