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

529 commits

Author SHA1 Message Date
liabru
3de9d00b8e added sprite offsets relative to centre of mass, closes #153 2015-12-05 20:26:49 +00:00
liabru
449774c94d fix issue when Bodies.trapezoid slope === 1, closes #138 2015-12-05 18:58:56 +00:00
liabru
e04de5fb4e removed Detector.bruteForce 2015-12-05 18:12:07 +00:00
liabru
ce478cb3ab change travis to only lint rather than full test (until tests are finished and documented) 2015-12-05 17:33:22 +00:00
liabru
c3129b8651 use actual canvas size for default render bounds 2015-12-05 17:19:50 +00:00
liabru
2510cdfa12 Merge branch 'master' of https://github.com/schahriar/matter-js into schahriar-master 2015-12-05 17:12:50 +00:00
liabru
d1b8705a54 fixed build tasks, closes #161 2015-12-05 16:58:39 +00:00
liabru
2f2d416fec updated edge build 2015-12-05 16:47:50 +00:00
liabru
087fab245e fix issue with Render.debug when no timing passed, closes #171 and #176 2015-12-05 16:42:53 +00:00
liabru
69ff33fc7b fixed build tasks 2015-12-05 16:34:48 +00:00
liabru
203252a872 added Demo.setManualControl 2015-12-02 22:33:31 +00:00
liabru
df5f16ca5f added missing dependency to Render.js 2015-12-02 00:45:19 +00:00
liabru
e191d44857 added render.options.showMousePosition 2015-12-02 00:41:28 +00:00
liabru
e0a6de0971 added Matter.version 2015-12-02 00:39:51 +00:00
liabru
729e2bf9b8 updated test refs 2015-12-02 00:39:37 +00:00
liabru
8210dbebb3 added early out in Constraint.postSolveAll, pass body.velocity when updating bounds 2015-12-02 00:38:56 +00:00
liabru
c2b0f30250 fixed gulp shell task args 2015-12-02 00:12:22 +00:00
liabru
131ed5eb37 fix travis issue 2015-11-29 14:56:15 +00:00
liabru
4173e70237 fix gulp issues 2015-11-29 14:53:15 +00:00
liabru
3bd556ddda fix gulp issues 2015-11-29 14:49:34 +00:00
liabru
fa47d5c2c7 use build folder for demo 2015-11-29 14:39:44 +00:00
liabru
9a599f1cf7 fix lint issue 2015-11-29 14:35:03 +00:00
liabru
19bb65550d migrated from grunt to gulp, jshint to eslint 2015-11-29 14:27:38 +00:00
Schahriar SaffarShargh
0b51dd67c5 Ensure passed canvas abides by render options
Engine.create takes a canvas element or creates a new canvas using the
given options. While the properties width and height in options do apply
to the created canvas, they do not apply to the passed canvas. These set
options are under render.canvas, render.options.width and
render.options.height. This issue was fixed by setting the canvas width
and height only when a canvas element is directly provided.
2015-11-09 02:21:05 -08:00
liabru
e698b6b5be update node version for travis 2015-09-17 18:55:33 +01:00
liabru
f2635ab587 updated edge build 2015-09-17 18:47:56 +01:00
liabru
eccf0a7237 fix tests 2015-08-26 00:42:35 +01:00
liabru
84a22ba3d8 fix concat dependency 2015-08-26 00:37:33 +01:00
liabru
9d5c27afb8 fix mobile demo, remove dev.html, fix debug info rendering 2015-08-26 00:30:25 +01:00
liabru
1e756d319e added source link to demo 2015-08-25 23:52:25 +01:00
liabru
71df1b9427 tweak jshint 2015-08-25 23:33:21 +01:00
liabru
31fb7486e0 updated browser test refs 2015-08-25 23:33:04 +01:00
liabru
fb76605190 refactor Demo.init 2015-08-25 23:31:10 +01:00
liabru
c0b24daeef refactor Demo.create 2015-08-25 20:10:13 +01:00
liabru
0bff037f85 removed unused vars from examples 2015-08-25 19:44:59 +01:00
liabru
b7220126ad move Demo.* to Example.* 2015-08-25 19:12:52 +01:00
liabru
43fd2e3cb6 updated edge build 2015-08-17 23:50:03 +01:00
liabru
9d0e82b7ff change main to edge build 2015-08-17 23:32:45 +01:00
liabru
9ba8a2afd4 move license in build 2015-08-17 23:30:25 +01:00
liabru
de165293c3 fix standalone option 2015-08-17 21:02:41 +01:00
liabru
6e0e7e47f8 Merge branch 'node-tests' into browserify
Conflicts:
	.jshintrc
2015-08-17 20:55:13 +01:00
liabru
b0f72ab1a3 fix jshint 2015-08-17 01:01:08 +01:00
liabru
b1e6a45ca1 updated node test refs 2015-08-17 00:50:47 +01:00
liabru
71c1ae8786 added node demo tests 2015-08-17 00:50:23 +01:00
liabru
06eea3ec3a fix Matter.Demo for node 2015-08-17 00:48:52 +01:00
liabru
75af920f1d change browser tests to use JSON.stringify 2015-08-17 00:47:26 +01:00
liabru
2de1161db2 fix Matter.Demo for node 2015-08-15 20:39:13 +01:00
liabru
ad55b85912 fix Matter.Runner for node 2015-08-15 20:38:40 +01:00
liabru
99c3bb3273 move require statements below module export 2015-08-13 23:03:08 +01:00
liabru
9e3438f359 Merge branch 'runner-improve' into browserify 2015-08-13 21:07:58 +01:00