Compare commits

...

22 Commits

Author SHA1 Message Date
greenkeeper[bot]
dd0077d50c chore(package): update eslint to version 6.2.1
Closes #307
2019-08-20 12:52:16 +00:00
DD Liu
131f5372db Merge pull request #498 from LLK/revert-482-greenkeeper/scratch-svg-renderer-0.2.0-prerelease.20190715144718
Revert "Update scratch-svg-renderer to the latest version 🚀"
2019-08-19 11:43:06 -04:00
DD Liu
ef13d3bb08 Revert "Update scratch-svg-renderer to the latest version 🚀" 2019-08-19 11:40:51 -04:00
Karishma Chadha
c2e32d2baf Merge pull request #494 from LLK/revert-467-rect-init-matrix
Revert "Initialialize AABB Rectangle "
2019-08-13 11:38:41 -04:00
Karishma Chadha
c8839b2feb Merge pull request #493 from LLK/revert-470-skin-alter-push
Revert "Skin alter push"
2019-08-13 11:38:24 -04:00
Karishma Chadha
c8f7496fba Revert "Initialialize AABB Rectangle " 2019-08-13 11:26:07 -04:00
Karishma Chadha
4a28cffcd4 Revert "Skin alter push" 2019-08-13 11:22:27 -04:00
DD Liu
d464f3e82e Merge pull request #482 from LLK/greenkeeper/scratch-svg-renderer-0.2.0-prerelease.20190715144718
Update scratch-svg-renderer to the latest version 🚀
2019-07-15 11:50:45 -04:00
DD Liu
fcda622b5a Update to latest svg renderer 2019-07-15 11:50:14 -04:00
greenkeeper[bot]
ae507dfabb fix(package): update scratch-svg-renderer to version 0.2.0-prerelease.20190715144718 2019-07-15 15:16:46 +00:00
Chris Willis-Ford
cc5fea803e Merge pull request #470 from mzgoddard/skin-alter-push
Skin alter push
2019-07-01 10:43:11 -07:00
Chris Willis-Ford
32063a2953 Merge pull request #467 from mzgoddard/rect-init-matrix
Initialialize AABB Rectangle
2019-07-01 10:31:54 -07:00
Michael "Z" Goddard
994e9be00b move the initFromModelMatrix process docs into a jsdoc tutorial 2019-06-19 18:53:05 -04:00
Michael "Z" Goddard
b7004878ff set jsdoc tutorials to come from docs 2019-06-19 18:36:17 -04:00
Michael "Z" Goddard
f187be6b31 add MockSkinPool for testing 2019-06-18 17:18:49 -04:00
Michael "Z" Goddard
14b01bd63c cache PenSkin's _canvasSize 2019-06-18 17:18:49 -04:00
Michael "Z" Goddard
24b535eb76 cache svg renderer size and view offset 2019-06-18 17:18:48 -04:00
Michael "Z" Goddard
f9b1a04d1a cache Skin.size 2019-06-18 17:18:48 -04:00
Michael "Z" Goddard
ab603ffa92 push skin alteration down from renderwebgl 2019-06-18 17:18:48 -04:00
Michael "Z" Goddard
5d7957ff9b document out how initFromModelMatrix works 2019-06-11 14:32:33 -04:00
Michael "Z" Goddard
a840089bc9 fence bounds 2019-06-11 13:05:22 -04:00
Michael "Z" Goddard
bf47f69b04 use a destination parameter for bounds; add initFromMatrixRadius
- pass bounds as a destination parameter
- add initFromMatrixRadius
- use initFromMatrixRadius in getAABB
2019-06-06 14:39:56 -04:00

View File

@@ -32,7 +32,7 @@
"chromeless": "^1.5.1",
"copy-webpack-plugin": "^4.5.1",
"docdash": "^0.4.0",
"eslint": "^4.6.1",
"eslint": "^6.2.1",
"eslint-config-scratch": "^5.0.0",
"gh-pages": "^1.0.0",
"jsdoc": "^3.5.5",