Romain Beaumont
401d6bec06
bump mineflayer
2021-03-18 02:06:14 +01:00
Karang
30b539a858
Bump pviewer
2021-03-17 22:01:24 +01:00
Romain Beaumont
becadf73ee
make invite link go directly to the right room
2021-03-17 00:41:37 +00:00
Romain Beaumont
3c15f83fa1
add line to menu on how to help
2021-03-17 00:16:09 +00:00
Romain Beaumont
ef6096fac2
add line on what is prismarine web client
2021-03-16 23:33:25 +00:00
Romain Beaumont
7ad999d64e
use litelement properly for debugmenu ( #110 )
...
* use litelement properly for debugmenu
* add customEntries to debugMenu
* add bot on move listener to update when view is moved
2021-03-17 00:00:26 +01:00
Romain Beaumont
7300456fc9
improve debug menu a bit
...
don't update when hidden
2021-03-16 21:43:50 +00:00
Romain Beaumont
ceca3bfcfa
enable chat in next tick to avoid t being entered
2021-03-16 20:55:28 +00:00
Moondarker
7c9b954d35
Added debug menu ( #107 )
...
* Added debug menu
* Replaced overkill string id generation with incremental integers
2021-03-16 20:41:54 +01:00
Moondarker
3a74d5a09f
(Hopefully) Making playerlist the LitElement way ( #106 )
...
* (Hopefully) Making playerlist the LitElement way
* Fixed a double-arrowed function call in playerlist
2021-03-16 09:45:39 +01:00
Moondarker
9a5c008530
Using stackable key events instead of document.onkey/*whatever*/ ( #104 )
2021-03-16 03:16:37 +01:00
Romain Beaumont
af8b47279d
bump mineflayer and pviewer
2021-03-16 02:15:48 +00:00
Romain Beaumont
f08e362801
remove password for menu, add github link
...
fix #100 fix #101
2021-03-16 00:20:02 +00:00
Karang
04751a724d
Improve hotbar css, add item numbers
2021-03-15 21:17:33 +01:00
u9g
9e0f2c9300
Update playerlist.js ( #99 )
...
* Update playerlist.js
* use arrow function to be non-this-binding
* lint
2021-03-15 18:28:40 +01:00
u9g
f532e72f6f
remove contributors from package.json ( #103 )
...
theres no reason to have it since there are so many contributors to the project, and will be more as the project grows
2021-03-15 17:44:34 +01:00
u9g
bf18172805
make func for repeating code ( #102 )
...
* make func for repeating code
* Update index.js
2021-03-15 16:20:42 +01:00
Moondarker
116b78f3e7
Player list added ( #94 )
...
* Player list added
* Using JavaScript Standard Style
2021-03-15 01:55:23 +01:00
AwesomestCode
b39dc5b980
Add cursor ( #93 )
...
* Add cursor
Co-authored-by: Karang <karang.1977472@users.noreply.github.com>
* add canDig check
* Hide when not valid block
Co-authored-by: Karang <karang.1977472@users.noreply.github.com>
2021-03-15 01:20:58 +01:00
Romain Beaumont
6221ec9d3d
remove custom gitpod as the default one is good enough and faster
2021-03-14 22:58:20 +01:00
Romain Beaumont
19a2da8fa8
put crosshair in webcomponent
2021-03-14 20:48:01 +00:00
Romain Beaumont
cc1a14ea4b
move chat to web component ( #91 )
2021-03-14 20:34:35 +01:00
Karang
332d28e1c5
Fix favicon
2021-03-14 20:04:47 +01:00
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