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

813 commits

Author SHA1 Message Date
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
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