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

480 commits

Author SHA1 Message Date
liabru
964898bea2 added Composite.rebase 2014-04-29 17:34:45 +01:00
liabru
cb7cb9583a added Common.nextId, removed Body.nextId, removed Constraint.nextId, removed Composite.nextId 2014-04-29 17:34:28 +01:00
liabru
23a0fce2c0 appease jshint 2014-04-29 15:29:21 +01:00
liabru
a46851597a further work on Matter.Inspector 2014-04-29 13:07:53 +01:00
liabru
00559ba8d3 further work on Matter.Inspector 2014-04-28 17:26:03 +01:00
liabru
f80866c6de Matter.Composite tweaks 2014-04-28 17:25:49 +01:00
liabru
2c601093bf added Composite.move 2014-04-28 17:02:28 +01:00
liabru
59b26132ca added custom theme for Matter.Gui 2014-04-28 17:02:02 +01:00
liabru
de998986e0 further work on Matter.Inspector 2014-04-28 12:50:56 +01:00
liabru
ee96d16cb5 changed vertices in Bounds.create to optional 2014-04-28 12:50:08 +01:00
liabru
b98cef000d added Query.region 2014-04-28 12:49:36 +01:00
liabru
e8f5b221f5 better default labels 2014-04-25 17:22:25 +01:00
liabru
d883671874 removed file functions from Matter.Gui and added file functions to Matter.Inspector 2014-04-25 17:06:54 +01:00
liabru
fa06a05a04 initial commit of Matter.Inspector 2014-04-25 17:00:42 +01:00
liabru
d154fc7ac7 refactored Mater.Gui 2014-04-25 16:59:25 +01:00
liabru
eee9a7b21b updated resurrect.js 2014-04-25 16:57:39 +01:00
liabru
a59abed8ec added labels to bodies, constraints and composites 2014-04-25 16:56:59 +01:00
liabru
e1b6f9ba5a added Composite.get 2014-04-25 16:56:06 +01:00
liabru
57c6e29105 moved Gui.js into src/tools/Gui.js 2014-04-25 16:55:51 +01:00
liabru
b59b65c6f6 refactored Matter.Gui 2014-04-25 11:06:13 +01:00
liabru
4c97284f0e fixed an issue with timing.timeScale when at 0 2014-04-24 19:45:06 +01:00
liabru
88a703757b added world file saving and loading to Gui 2014-04-24 18:35:38 +01:00
liabru
8f53178715 moved event documentation to end of file for clarity 2014-04-24 16:36:36 +01:00
liabru
5830311daa changed engine.timeScale to engine.timing.timeScale 2014-04-24 16:29:48 +01:00
liabru
e8dba617de fixed some issues with engine.timeScale 2014-04-24 16:23:23 +01:00
liabru
50224c55dc added raycasting demo 2014-04-24 12:23:44 +01:00
liabru
a3a475fce7 added Query module, added Query.ray 2014-04-24 12:21:14 +01:00
liabru
5e2a1e5df9 added Vector.angle 2014-04-24 12:19:52 +01:00
liabru
7694b7d4f8 removed Body.updateProperties (now a private method) 2014-04-23 16:54:35 +01:00
liabru
8acfdb7f38 added Body.setStatic 2014-04-23 16:51:14 +01:00
liabru
1f11af9edb added Body.scale 2014-04-23 16:40:48 +01:00
liabru
537f0912c3 constraints now account for timeScale 2014-04-23 14:26:57 +01:00
liabru
613e63699b added per-body timeScale 2014-04-23 14:08:57 +01:00
liabru
6e6dc49b7a added codepen link to readme 2014-04-02 01:01:08 +01:00
liabru
435030ec74 updated package files 2014-04-01 14:12:26 +01:00
liabru
f28c22970f updated readme and changelog for new release 2014-04-01 13:48:42 +01:00
liabru
7dda3749a6 updated demos 2014-04-01 13:47:54 +01:00
liabru
f6b79b0ce5 updated builds 2014-04-01 13:47:17 +01:00
liabru
d77e0f4b59 increment version to 0.7.0 2014-04-01 13:46:25 +01:00
liabru
aeea9f8c08 tweaks to docs 2014-04-01 13:45:15 +01:00
liabru
74c7ad07ee updated mobile demo 2014-03-31 15:35:00 +01:00
liabru
b421c38f74 optimisation for non-rotating bodies 2014-03-31 11:38:43 +01:00
liabru
365152df6e constraint early out for small differences 2014-03-31 11:22:20 +01:00
liabru
e88e94dde7 updated edge build 2014-03-30 19:45:30 +01:00
liabru
bd7672b800 added cloth, soft body and bridge demos 2014-03-30 19:44:31 +01:00
liabru
283281aeb7 added composite meshing and soft body factory 2014-03-30 19:43:48 +01:00
liabru
b24408635a improved constraint performance 2014-03-30 18:21:40 +01:00
liabru
419a4300cc added catapult demo 2014-03-28 23:52:51 +00:00
liabru
0d4a6f4000 replaced "in" operator usage with access checks, it's a little faster 2014-03-28 18:36:14 +00:00
liabru
1b2d58cebf delta is now sampled over 1s, improves stability 2014-03-28 18:21:33 +00:00