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 |
|
liabru
|
c5028d5029
|
update dev dependencies
|
2021-04-25 20:58:43 +01:00 |
|
liabru
|
d0ee246ecd
|
added example stress 3
|
2021-04-20 22:49:42 +01:00 |
|
liabru
|
826ed46829
|
fix sync issues on demo compare tool
|
2021-04-19 20:22:19 +01:00 |
|
liabru
|
ff01209be0
|
release 0.17.1
|
2021-04-15 00:36:35 +01:00 |
|
liabru
|
5817046eee
|
deprecate Engine.run alias replaced by Runner.run
|
2021-04-14 23:59:56 +01:00 |
|
liabru
|
9303119629
|
release 0.17.0
|
2021-04-11 17:49:36 +01:00 |
|
liabru
|
8017bdb47c
|
added docs for additional engine timing and render properties
|
2021-04-11 16:51:32 +01:00 |
|
liabru
|
e94b8b87c9
|
Merge branch 'render-stats'
* render-stats:
added Date.now fallback to Common.now, closes #739
added Example.stats
added debug stats and performance monitoring to Matter.Render
improve Render.debug
set render showDebug option on examples stress and stress2
added lastDelta and lastElapsed to engine.timing
# Conflicts:
# src/core/Engine.js
# src/render/Render.js
|
2021-04-11 11:36:11 +01:00 |
|
liabru
|
c06c10735f
|
added Date.now fallback to Common.now, closes #739
|
2021-04-09 20:49:12 +01:00 |
|
liabru
|
e49834d1e0
|
remove unused render shadow function
|
2021-04-08 00:33:45 +01:00 |
|
liabru
|
ec3eeccd18
|
add docs for all Matter.Render options
|
2021-04-08 00:31:31 +01:00 |
|
liabru
|
6abb3b7e39
|
changed world.gravity to engine.gravity
|
2021-04-07 22:40:39 +01:00 |
|
liabru
|
5dbec9bdc6
|
migrate Matter.World to the equivalent Matter.Composite
|
2021-04-07 22:38:25 +01:00 |
|
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 |
|