Commit Graph

161 Commits

Author SHA1 Message Date
Sean Boult b2932c96bb Working transpiling via "npm run buildtest" command
There is an issue witht the slim detection causing standard arms to load incorrectly, likely something caused by moving object properties around
2018-07-20 22:07:52 -05:00
Sean Boult 1765eb6ce5 To be determined 2018-07-17 13:58:48 -05:00
Sean Boult e6be73fc9d Add back in the main entry point content 2018-07-17 13:58:27 -05:00
Sean Boult a48f935f06 First pass at conversion to Typescript 2018-07-17 13:49:00 -05:00
yushijinhun 77a1bd46d0
Cross-platform support for npm scripts 2018-07-06 15:59:49 +08:00
yushijinhun 0586e9e08a
1.1.0-alpha.4 2018-07-06 15:39:15 +08:00
yushijinhun 95661cc294
update dependencies 2018-07-06 15:26:01 +08:00
Pig Fang ee0235c887 fix dependencies security 2018-07-06 12:27:50 +08:00
Pig Fang 76dc2aaa4b
Merge pull request #28 from bs-community/test-textures 2018-07-06 12:19:21 +08:00
Pig Fang bccbfc648e fix for travis ci 2018-07-06 11:38:43 +08:00
Pig Fang 262fb1d6cf add tests 2018-07-06 11:32:46 +08:00
Haowei Wen 86d5111aea
Merge pull request #27 from yushijinhun/fix-15
Fix #15
2018-07-05 23:13:16 +08:00
yushijinhun e1651a2f89
Fix #15 2018-07-05 23:08:05 +08:00
yushijinhun 24e7b71a8a
[readme]Add model detection to 'Features' section 2018-07-05 22:17:36 +08:00
yushijinhun a42b0467e0
Add some textures for testing 2018-07-05 22:09:21 +08:00
Haowei Wen 80bf022d4f
Merge pull request #26 from yushijinhun/model-detect
Support model automatic detection
2018-07-05 21:45:13 +08:00
yushijinhun b0230472d5
Export isSlimSkin function 2018-07-05 13:35:53 +08:00
yushijinhun a4bd8bc706
Move skin/cape loading to utils.js 2018-07-05 10:56:21 +08:00
yushijinhun 867660f2ee
Move some functions to utils.js 2018-07-05 10:32:17 +08:00
Haowei Wen 1ed8eadd6a
Merge pull request #24 from yushijinhun/dynamic-model
Allow model to be changed at runtime
2018-07-04 18:55:25 +08:00
Haowei Wen 0cb69fda3e
Merge pull request #25 from bs-community/remove-npmignore
Use `files` field instead of .npmignore
2018-07-02 22:52:33 +08:00
Pig Fang f80b5b128d Use `files` field instead of .npmignore 2018-07-02 22:21:27 +08:00
yushijinhun 25805bfa59
Add detectModel option to allow turning auto-detection off 2018-07-02 20:26:20 +08:00
yushijinhun 670647109a
Polish 2018-07-02 20:26:09 +08:00
yushijinhun 998cef9657
Use detected model 2018-07-02 20:25:48 +08:00
yushijinhun df3be7ab51
Allow model to be changed on the fly 2018-07-02 15:46:48 +08:00
yushijinhun 0a8dafff4e
Rename addVertices -> setVertices 2018-07-02 14:54:49 +08:00
yushijinhun c3215cbab1
Update repository links, close #23 2018-07-01 10:10:56 +08:00
yushijinhun cdc06d297c
Revert "Merge branch 'fossabot-master'"
This reverts commit 482f7e8d96, reversing
changes made to 934e1e5c71.
2018-06-30 23:06:28 +08:00
yushijinhun 482f7e8d96
Merge branch 'fossabot-master' 2018-05-13 11:51:11 +08:00
yushijinhun c20cf91a55
Remove FOSSA badge 2018-05-13 11:50:05 +08:00
fossabot 629cd0c832 Add license scan report and status
Signed-off-by: fossabot <badges@fossa.io>
2018-05-12 19:13:36 -07:00
yushijinhun 934e1e5c71
1.1.0-alpha.3 2018-05-05 21:52:33 +08:00
yushijinhun c004512cb4
update dependencies 2018-05-05 21:52:07 +08:00
yushijinhun 4ac9c43179
update dependencies 2018-04-22 10:25:33 +08:00
yushijinhun e6a8a37aa1
Use NearestFilter instead of NearestMipMapNearestFilter
It is unnecessary to use NearestMipMapNearestFilter
2018-04-21 19:10:36 +08:00
yushijinhun acb662fc68
update dependencies 2018-04-15 11:40:01 +08:00
yushijinhun 3b23444fa1
Merge branch 'TheAndrey-patch-1'(#18) 2018-04-15 11:37:39 +08:00
yushijinhun 4901121496
Set alphaTest to 0.5, close #18 2018-04-15 11:36:34 +08:00
yushijinhun 367a2e1023
Try supporting transparent capes 2018-04-15 10:58:44 +08:00
Andrey 651c6b0592
Support for transparent capes
Minecraft supports this.
2018-04-14 17:46:10 +02:00
yushijinhun f91db772b5
Fix examples 2018-03-03 22:16:27 +08:00
yushijinhun d7e7ae3d99
change crossOrigin to anonymous, close #17 2018-03-03 22:04:10 +08:00
yushijinhun 99c21b4dc8
1.1.0-alpha.2 2018-02-14 14:52:06 +08:00
yushijinhun 1ead26e313
update dependencies 2018-02-12 15:57:30 +08:00
yushijinhun e2b9e8ebcc
add printempw to contributors 2018-02-12 15:53:18 +08:00
yushijinhun afdded43bb
fix github doesn't detect license 2018-02-12 15:53:18 +08:00
Haowei Wen 3c54ab03c8
Merge pull request #14 from Hacksore/dev-watch
Dev watch
2018-02-12 15:02:58 +08:00
yushijinhun c988c185ee
remove MouseControl in viewer.d.ts 2018-02-12 13:46:51 +08:00
Haowei Wen e09af4093d
Merge pull request #12 from printempw/master
Refactor animations and some minor updates
2018-02-12 13:42:31 +08:00