liabru
164456b5c1
added doc watch script
2021-04-07 22:17:14 +01:00
liabru
a3f298fedb
change all examples to use Composite.add instead of the alias World.add
2021-04-06 21:36:43 +01:00
liabru
9ad980b975
deprecated Composites.newtonsCradle and added to newtonsCradle example
2021-04-06 21:22:29 +01:00
liabru
818f354e9c
deprecated Composites.softBody and added to softBody and cloth examples
2021-04-06 21:18:57 +01:00
liabru
cd9c5d43db
deprecated Composites.car and added to car example
2021-04-06 21:13:27 +01:00
liabru
313c1503c8
add Common.setDecomp and Common.getDecomp
2021-04-05 23:48:30 +01:00
liabru
5734bfd375
run all examples in browser tests
2021-04-03 20:36:28 +01:00
liabru
ffa31937f0
added Common.deprecated
2021-03-24 23:44:06 +00:00
liabru
6957dbff63
added Common.warnOnce
2021-03-23 23:59:52 +00:00
liabru
3ac3498712
changed Example.views to use render events
2021-03-22 23:32:55 +00:00
liabru
b74e40024b
changed engine.broadphase to engine.grid
2021-03-21 20:31:53 +00:00
liabru
1aa8ed0972
remove deprecated backwards compatibility render integration from Matter.Engine
2021-03-21 19:50:19 +00:00
liabru
6805f85589
remove deprecated backwards compatibility render integration from Matter.Runner
2021-03-21 19:13:02 +00:00
liabru
76bf80eaae
remove deprecated backwards compatibility engine events from Matter.Runner
2021-03-21 19:11:30 +00:00
liabru
63a9e988f4
remove deprecated Matter.Metrics
2021-03-21 18:58:48 +00:00
liabru
08a515b968
remove deprecated Matter.RenderPixi
2021-03-21 18:24:08 +00:00
liabru
991500793c
added Example.stats
2021-03-21 15:37:22 +00:00
liabru
119881b43c
added debug stats and performance monitoring to Matter.Render
2021-03-20 23:44:31 +00:00
liabru
1753bf0904
improve Render.debug
2021-03-18 23:59:52 +00:00
liabru
f2ef3aadd8
set render showDebug option on examples stress and stress2
2021-03-17 23:55:30 +00:00
liabru
6dc703f9a9
added lastDelta and lastElapsed to engine.timing
2021-03-16 23:59:13 +00:00
liabru
081645474c
build demo
2021-02-11 22:42:32 +00:00
liabru
f8d366ad63
update matter-tools
2021-02-11 22:27:16 +00:00
liabru
653a647e94
add demo build config and refactor demo
2021-02-10 00:56:11 +00:00
liabru
f4d72ba3e4
add title to all examples
2021-02-07 23:56:08 +00:00
liabru
3f579274c7
release 0.16.1
2021-01-31 21:56:25 +00:00
liabru
1ba125582f
catch missing plugin require in examples
2021-01-31 21:51:09 +00:00
liabru
2ade78fb75
improve docs for Bodies.fromVertices
2021-01-31 21:20:37 +00:00
liabru
e87f64a2f3
fix decomp require and improve warning message
2021-01-31 21:18:25 +00:00
liabru
8ee0ebbfee
disable jest cache
2021-01-31 18:04:42 +00:00
liabru
1f2f9fec45
fix dev server externals
2021-01-31 17:35:57 +00:00
liabru
b5326f8e49
improve test report log
2021-01-31 17:34:38 +00:00
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