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

810 commits

Author SHA1 Message Date
liabru
92080ff49b fix named require in test 2021-01-31 17:32:47 +00:00
liabru
aa1e4e7738 change example matter-wrap require precedence 2021-01-29 20:59:57 +00:00
liabru
7bfd3c2b78 add log capture and reporting in tests 2021-01-29 00:09:27 +00:00
liabru
ef7c4c60b8 add matter-wrap as dev dependency 2021-01-28 23:27:24 +00:00
liabru
7b00354409 change perf theshold in test 2021-01-27 23:59:30 +00:00
liabru
522f4e841d improve stack examples with exact contact 2021-01-24 22:19:49 +00:00
liabru
839f7d9ebc enable useful dev server features 2021-01-24 21:58:39 +00:00
liabru
5e746b0175 change test worker decomp require 2021-01-22 20:18:28 +00:00
liabru
1af64eb593 improve CI speed 2021-01-22 20:17:36 +00:00
liabru
e81fc7a044 release 0.16.0 2021-01-17 23:13:32 +00:00
liabru
12377cc72c added warning check on browser tests 2021-01-17 00:24:04 +00:00
liabru
1e73cabcf8 changed deprecated comments to avoid confusion 2021-01-16 23:27:01 +00:00
liabru
5c6645881e update matter-tools 2021-01-16 23:11:30 +00:00
liabru
882e07c1ba fix poly-decomp external require 2021-01-16 23:10:27 +00:00
liabru
5551cd51b1 change svg and terrain example to use fetch 2021-01-16 21:57:16 +00:00
liabru
33e8fe8289 update matter-tools 2021-01-16 20:48:44 +00:00
liabru
57d8576fd1 add check for decomp removeDuplicatePoints feature 2021-01-12 23:55:00 +00:00
Jonathan Deutsch
947cb9717f
Add removeDuplicatePoints option from polygon-decomp 0.3.0 to Bodies.fromVertices() (#639)
* Add removeDuplicatePoints option from polygon-decomp 0.3.0 to Bodies.fromVertices()

* change removeDuplicatePoints precision to default in docs

Co-authored-by: liabru <liabru@users.noreply.github.com>
2021-01-12 23:47:18 +00:00
liabru
a9694e6b53 Squashed commit of the following:
commit 421e56d37d738c8a97dcd01fcee858de54954efc
Merge: 9c5325b 4eb61c0
Author: liabru <liabru@brm.io>
Date:   Tue Jan 12 23:33:43 2021 +0000

    Merge branch 'removeDuplicatePoints' of https://github.com/tumult/matter-js into tumult-removeDuplicatePoints

    # Conflicts:
    #	src/factory/Bodies.js

commit 4eb61c004d
Author: Jonathan Deutsch <jonathan@tumult.com>
Date:   Thu Jul 26 15:37:00 2018 -0700

    change removeDuplicatePoints precision to default in docs

commit 6c5d4065c2
Author: Jonathan Deutsch <jonathan@tumult.com>
Date:   Thu Jul 26 14:33:39 2018 -0700

    Add removeDuplicatePoints option from polygon-decomp 0.3.0 to Bodies.fromVertices()
2021-01-12 23:36:04 +00:00
liabru
9c5325b570 updated demo pathseg 2021-01-12 23:17:38 +00:00
liabru
a694ae522a updated demo matter-tools 2021-01-12 23:16:52 +00:00
liabru
be592fdddb remove unused dev dependency run-sequence 2021-01-11 23:44:19 +00:00
liabru
151eb305da update dev dependencies 2021-01-11 23:43:14 +00:00
liabru
142b7de720 added version targets for examples 2020-12-30 23:18:38 +00:00
liabru
31d0ace631 added support for example versioning in tests 2020-12-30 23:03:38 +00:00
liabru
07927162fc add support for > and >= operators in plugin version ranges 2020-12-30 22:28:08 +00:00
liabru
f71d4c0a50 remove bower.json 2020-12-28 16:12:33 +00:00
liabru
3089b41f30 updated readme 2020-12-28 16:11:39 +00:00
liabru
7288532988
release 0.15.0 (#946) 2020-12-26 22:44:24 +00:00
liabru
ac3da073ed update package lock 2020-12-24 17:19:52 +00:00
liabru
6dd5ec55bf update demo and example render styles 2020-12-08 23:57:14 +00:00
liabru
d258411faa update default render theme 2020-12-08 23:45:34 +00:00
liabru
13c7eb5492 remove old demo libs 2020-12-06 12:48:35 +00:00
liabru
c368c1405c fix preversion script 2020-12-06 00:31:54 +00:00
liabru
58fd9073ae revert ignore for release notes 2020-12-06 00:05:21 +00:00
liabru
4a967ecc83 fix terrain example module export 2020-12-05 23:39:56 +00:00
liabru
45aae25681 added comparison output file option to test tools 2020-12-05 23:39:16 +00:00
liabru
69afb1175d update examples build config and scripts 2020-12-05 23:36:13 +00:00
liabru
fe80478725 added examples to dev server bundle and commit built examples 2020-12-05 23:32:47 +00:00
liabru
864452db04 changed docs build config 2020-12-05 23:06:02 +00:00
liabru
341c247295 added release scripts 2020-12-05 02:06:57 +00:00
liabru
6a280902bf remove gulp 2020-11-25 00:35:41 +00:00
liabru
90abab6c25 update build script 2020-11-24 23:45:18 +00:00
liabru
ceb7cd54e1 added browser tests 2020-11-24 23:26:20 +00:00
liabru
e1e058c35d update dependencies 2020-11-24 22:56:45 +00:00
liabru
0af16455b9 fix decomp require 2020-11-24 22:32:28 +00:00
liabru
5a0079df1b fix lint 2020-03-10 23:18:25 +00:00
liabru
5f5b8a1f27 update dependencies 2020-03-10 18:12:29 +00:00
liabru
3216d7e986 Revert "Merge branch 'pr/526'"
This reverts commit 52f3734b3e, reversing
changes made to c04536f2c0.
2020-03-10 08:49:22 +00:00
liabru
d1f1c1907a Revert "Merge branch 'pr/527'"
This reverts commit 4df048da79, reversing
changes made to 52f3734b3e.
2020-03-10 08:48:42 +00:00