Chris Willis-Ford
c0d0e78bbb
Merge pull request #162 from joshlory/color-touching-tolerance
...
Match Scratch 2.0 threshold for `isTouchingColor`
2017-09-06 17:48:12 -06:00
Chris Willis-Ford
2a9aee5014
Merge pull request #167 from LLK/greenkeeper/twgl.js-3.5.0
...
chore(package): update twgl.js to version 3.5.0
2017-09-06 17:42:16 -06:00
Chris Willis-Ford
1e54b1c894
Merge branch 'develop' into greenkeeper/twgl.js-3.5.0
2017-09-06 16:17:26 -06:00
Chris Willis-Ford
8248eb498d
Merge pull request #166 from LLK/greenkeeper/webpack-3.5.6
...
chore(package): update webpack to version 3.5.6
2017-09-06 16:08:15 -06:00
Chris Willis-Ford
e60c0202d8
Merge pull request #140 from LLK/greenkeeper/gh-pages-1.0.0
...
Update gh-pages to the latest version 🚀
2017-09-06 16:01:56 -06:00
Chris Willis-Ford
c9b760c869
Merge branch 'develop' into greenkeeper/gh-pages-1.0.0
2017-09-06 15:55:19 -06:00
Chris Willis-Ford
5d5ac5d66b
Merge pull request #157 from LLK/greenkeeper/eslint-config-scratch-4.0.0
...
Update eslint-config-scratch to the latest version 🚀
2017-09-06 15:54:00 -06:00
Christopher Willis-Ford
737a94b04b
Lint fixes
2017-09-06 15:50:01 -06:00
Chris Willis-Ford
f62ab0f689
Merge branch 'develop' into greenkeeper/eslint-config-scratch-4.0.0
2017-09-06 15:32:08 -06:00
Chris Willis-Ford
9221fcec83
Merge pull request #165 from LLK/greenkeeper/eslint-4.6.1
...
chore(package): update eslint to version 4.6.1
2017-09-06 15:28:32 -06:00
Christopher Willis-Ford
49f7b06dbe
Lint fixes
2017-09-06 15:23:28 -06:00
Chris Willis-Ford
5c18436f20
Merge pull request #164 from LLK/greenkeeper/babel-loader-7.1.2
...
chore(package): update babel-loader to version 7.1.2
2017-09-06 15:10:39 -06:00
Chris Willis-Ford
34fe5435be
Merge pull request #161 from joshlory/drawable-scale-tests
...
Add Drawable.prototype.getAABB coverage for scale transforms
2017-09-06 13:46:48 -06:00
Paul Kaplan
d59089e1b5
Merge pull request #159 from paulkaplan/color-picking
...
Add color extraction method to renderer
2017-09-06 13:54:08 -04:00
Paul Kaplan
ca0004f043
Fix clear color
2017-09-06 13:50:22 -04:00
greenkeeper[bot]
c25ac78e98
chore(package): update webpack to version 3.5.6
...
Closes #146
2017-09-06 17:05:50 +00:00
Paul Kaplan
471f03e310
Fixup from CWF comments on blending
2017-09-05 15:29:37 -04:00
greenkeeper[bot]
1487f79f58
chore(package): update eslint to version 4.6.1
...
Closes #147
2017-09-04 00:11:03 +00:00
DD Liu
ef7f1d2558
Merge pull request #163 from fsih/updateSvg2
...
Update references to the old skin
2017-08-31 17:17:54 -04:00
DD
553af92910
Update references to the old skin
2017-08-31 17:04:05 -04:00
DD Liu
4d04f3c646
Merge pull request #160 from fsih/updateSvg
...
Add updateSVGSkin
2017-08-31 13:17:49 -04:00
DD
fa12b523c9
Don't change the skin ID when making a new one
2017-08-31 11:38:44 -04:00
Josh Lory
1cfaf57e8b
Match Scratch 2.0 threshold for isTouchingColor
2017-08-30 21:21:27 -07:00
Josh Lory
1ec7c046c9
Add Drawable.prototype.getAABB coverage for scale transforms
2017-08-30 20:46:27 -07:00
Chris Willis-Ford
9736ced8df
Merge pull request #155 from joshlory/drawable-aabb-tests
...
Add initial test coverage for Drawable.prototype.getAABB
2017-08-30 16:56:11 -07:00
DD
29366df1d0
Make updateSVGSkin work when converting from bitmap to SVG
2017-08-30 18:24:56 -04:00
DD
66f362faed
Add updateSVGSkin
2017-08-30 17:47:13 -04:00
greenkeeper[bot]
7e78f84fa6
chore(package): update twgl.js to version 3.5.0
...
Closes #141
2017-08-29 09:36:11 +00:00
Paul Kaplan
c33f0e46ce
Add color extraction method to renderer
2017-08-25 10:05:46 -04:00
Chris Willis-Ford
a23287ab5a
Merge pull request #138 from a49594a/patch-2
...
fix the bug #131 Rotation center is incorrect while sprite is scaled by "changeSize" block or "setSize" block
2017-08-24 10:02:35 -07:00
greenkeeper[bot]
fa3b11c3d6
chore(package): update babel-loader to version 7.1.2
...
Closes #137
2017-08-18 23:25:53 +00:00
Chris Willis-Ford
1ad55771a7
Merge pull request #156 from joshlory/fix-empty-sprite-rotation-center
...
Scratch 2.0 compat: don't modify rotation center of empty sprites
2017-08-18 12:14:30 -07:00
greenkeeper[bot]
cf7cc6d53a
chore(package): update eslint-config-scratch to version 4.0.0
2017-08-15 14:08:10 +00:00
Paul Kaplan
ace5d934f8
Merge pull request #154 from paulkaplan/fix-pick-sizing
...
Fix picking when input size is different from native size
2017-08-10 16:02:57 -04:00
Josh Lory
0df19c4948
Update base Node version to 6 for consistency
2017-08-10 10:55:24 -07:00
Josh Lory
0d1d7dab3a
Scratch 2.0 compat: don't modify rotation center of empty sprites
2017-08-09 23:01:09 -07:00
Josh Lory
d329412507
Update npm test
to run unit tests
2017-08-09 21:43:30 -07:00
Josh Lory
e3e1668127
Add initial test coverage for Drawable.prototype.getAABB
2017-08-09 21:43:18 -07:00
Josh Lory
f8a754f71a
Inline shader require
statements, to allow using ShaderManager in tests
2017-08-09 18:50:07 -07:00
Paul Kaplan
46b8784217
Correctly convert input coords into scratch coords
2017-08-09 15:40:32 -04:00
Chris Willis-Ford
019a4c52ed
Merge pull request #153 from joshlory/fix-render-playground
...
Fix scratch-render playground
2017-08-09 14:49:32 -04:00
Josh Lory
48bf025380
Fix scratch-render playground
...
Loading skin by URL is deprecated (see: 64c5991486
).
2017-08-09 10:31:02 -07:00
Ray Schamp
d06af722c0
Merge pull request #152 from LLK/greenkeeper/jsdoc-3.5.3
...
chore(package): update jsdoc to version 3.5.3
2017-07-14 09:19:55 -04:00
greenkeeper[bot]
fab79df7c6
chore(package): update jsdoc to version 3.5.3
2017-07-14 02:54:14 +00:00
Chris Willis-Ford
80299b1a2b
Merge pull request #145 from liam4/fix-comments
...
Fix 'draw a point' typo in drawLine doc
2017-06-13 15:40:01 -07:00
liam4
4707349028
Fix 'draw a point' typo in drawLine doc
2017-06-05 19:56:41 -03:00
greenkeeper[bot]
934daa2a3c
chore(package): update gh-pages to version 1.0.0
2017-05-09 03:15:08 +00:00
Chris Willis-Ford
78b19046b4
Merge pull request #139 from LLK/greenkeeper/twgl.js-3.3.0
...
Update twgl.js to the latest version 🚀
2017-04-28 11:03:47 -07:00
greenkeeper[bot]
5b1d8ba960
chore(package): update twgl.js to version 3.3.0
...
https://greenkeeper.io/
2017-04-27 18:04:38 +00:00
john
ada1902fa6
fix the rotation center bug
...
fix the bug #131 Rotation center is incorrect while sprite is scaled by "changeSize" block or "setSize" block
the "rotationAdjusted" should be scaled while the drawable target is scaled.
2017-04-22 11:46:02 +08:00