Karang
267afce9db
Use item atlas
2021-03-14 19:57:29 +01:00
Romain Beaumont
f0294abf9e
fix digit button for hotbar
2021-03-14 19:49:49 +01:00
Romain Beaumont
77fa0ee0cd
move hotbar to web component ( #89 )
2021-03-14 19:33:41 +01:00
Romain Beaumont
4efff81a6a
move loading screen to component ( #86 )
2021-03-14 18:24:09 +01:00
Romain Beaumont
5cf0cb4a4f
fix sed replacement
2021-03-14 17:31:05 +01:00
Romain Beaumont
871a27af14
trying to use | in ci.yml
2021-03-14 17:25:15 +01:00
Romain Beaumont
b812bfc9cb
Update ci.yml
2021-03-14 17:19:23 +01:00
u9g
0195c1356d
Make a nicer menu ( #82 )
...
* Make a nicer menu
* allow background to be colored + set font
* remove redirect
* replace with login with something more meaningful
* Update menu.js
* Update config.json
2021-03-14 17:02:35 +01:00
u9g
0d0cda3e17
check hand for item before dropping ( #83 )
...
prevents spam promise rejection in console when pressing q with empty hand
2021-03-14 12:23:24 +01:00
Romain Beaumont
5cfe674d71
remove build-dev-start notice as npm start works
2021-03-14 02:05:43 +00:00
Romain Beaumont
b9685e7953
fix menu
2021-03-14 02:04:51 +00:00
Karang
4234e9ec93
Bump pviewer
2021-03-14 02:56:47 +01:00
Romain Beaumont
c3ca3b4463
add favicon ( #77 )
2021-03-14 02:33:00 +01:00
Romain Beaumont
f04b085183
replace prompt by menu ( #75 )
...
* replace prompt by menu
implemented with lit element
https://lit-element.polymer-project.org/
I think we should use more of lit element for
all html things
makes it easy to build modular things
* use require
2021-03-14 02:20:11 +01:00
u9g
b7ed63623a
Remove debug messages ( #72 )
2021-03-14 00:11:37 +01:00
Romain Beaumont
45c562849c
make HtmlWebpackPlugin not miniy (/break) our html file
2021-03-13 21:30:08 +00:00
Romain Beaumont
97b4a11243
fix background of chatinput
2021-03-13 22:24:22 +01:00
Romain Beaumont
36c2b11753
watch node_modules, bump mineflayer and pviewer
2021-03-13 20:44:00 +00:00
Romain Beaumont
3158ce1fdf
add more packages to gitpod to be able to use puppeeteer
2021-03-13 21:22:01 +01:00
Romain Beaumont
6952e56545
add npm run build-dev-start
2021-03-13 19:47:38 +00:00
Romain Beaumont
14f2a4cbec
use html webpack plugin to do cache busting ( #71 )
...
add a ?<hash of content> to index.js in index.html
2021-03-13 19:48:53 +01:00
Karang
09807e9ee6
Improve place block and add hotbar wheel selection
2021-03-13 13:51:13 +01:00
Karang
f2c1e4fa2a
Fix invisible entities
2021-03-13 04:35:11 +01:00
Romain Beaumont
a49404238c
increase all timeouts
2021-03-13 01:51:45 +00:00
Romain Beaumont
0a861190a0
fixed lint
2021-03-13 01:40:56 +00:00
Romain Beaumont
bfec4ad351
increase default timeout to 2min
2021-03-13 02:35:07 +01:00
Romain Beaumont
59c4c490a3
add printing of end reason
2021-03-13 02:27:03 +01:00
Romain Beaumont
11a0e50d02
fix vec3 import
2021-03-13 01:19:07 +00:00
Romain Beaumont
7b5d0d137a
add some debugging examples
2021-03-13 01:29:31 +01:00
Romain Beaumont
ea6d5256e0
expose more things
2021-03-13 00:14:17 +00:00
Romain Beaumont
a836496e31
Expose bot variable
2021-03-13 00:35:16 +01:00
Romain Beaumont
4792ac61a7
fix for real build
2021-03-12 17:09:49 +01:00
Romain Beaumont
9141df900a
fetch all branches
2021-03-12 17:02:17 +01:00
Romain Beaumont
385d0db48e
update live demo url
2021-03-12 16:59:51 +01:00
Romain Beaumont
f4c61fa01f
try fix gh pages deploy
2021-03-12 16:59:16 +01:00
Romain Beaumont
45139940c7
keep CNAME on gh pages deploy
2021-03-12 16:44:42 +01:00
dependabot-preview[bot]
f621b11809
Bump webpack-dev-middleware from 3.7.3 to 4.1.0 ( #70 )
...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware ) from 3.7.3 to 4.1.0.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases )
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v3.7.3...v4.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-08 08:51:00 +01:00
Romain Beaumont
45b5afc0bb
persist username to localstorage
2021-03-07 23:37:27 +00:00
Karang
b0b144e49c
Fix test
2021-03-08 00:15:33 +01:00
Karang
8cd2b5ddf7
Fix item versions
2021-03-08 00:10:37 +01:00
AwesomestCode
79e769530f
Update screenshot.png ( #44 )
2021-03-07 22:51:08 +01:00
AwesomestCode
01c1cabdef
Feature: Hotbar ( #42 )
...
* Add Rendering Hotbar
* Load hotbar on login
* Add live hotbar changes
* Add selecting slot
* Add dropping
* fix lint
Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
2021-03-07 22:49:49 +01:00
Karang
eace2c97cc
Add resize of webgl canvas ( #65 )
2021-03-07 22:41:29 +01:00
Romain Beaumont
1b1dbd940c
bump pviewer to 1.16.2 (contains water improvements)
2021-03-07 22:28:45 +01:00
Romain Beaumont
9df75b3554
bump pviewer
2021-03-07 20:51:29 +00:00
Romain Beaumont
de22f91b1e
remove not working forced full screen and print errors properly
2021-03-07 18:32:41 +00:00
Romain Beaumont
8db3f9e5c4
use forked and improved process package
...
from @Karang
2021-03-07 18:03:58 +00:00
Karang
9aace1670e
Bump pviewer
2021-03-07 02:42:34 +01:00
Romain Beaumont
7306c88167
Release 1.2.0
2021-03-06 00:34:52 +00:00
Romain Beaumont
c8e3ffd019
Optimize webpack usage, fix #34 ( #58 )
...
* introduce prod/dev build https://webpack.js.org/guides/production/
* use it properly with express https://webpack.js.org/guides/development/#using-webpack-dev-middleware
to provide a fast npm start (5 second)
2021-03-06 01:29:28 +01:00