Commit graph

562 commits

Author SHA1 Message Date
Vitaly Turovsky
3b3efdcbfb put three.js renderer into worker for stable fps 2024-06-24 06:27:08 +03:00
Vitaly Turovsky
d880479c7b dont make stats overlay other components with useful info & clickable areas. display only with canvas 2024-06-23 10:39:46 +03:00
Vitaly Turovsky
7ecaae089d add window.stats for debugging 2024-06-23 10:39:41 +03:00
Vitaly Turovsky
978adea49d some other annoying vr bugfixes: do not overlay hotbar with enter vr button 2024-06-23 10:39:02 +03:00
Vitaly Turovsky
9961424585 add more space for notification 2024-06-23 10:38:56 +03:00
Vitaly Turovsky
d41219d55b fix: packets string was not displayed in f3 correctly 2024-06-23 10:38:47 +03:00
Vitaly Turovsky
8d36e4ba4d fix xr-overlay selector usage 2024-06-22 20:33:03 +03:00
Vitaly Turovsky
f8980836dc fix: fix basic vr support & test dom overlay
sentry-ref: 5517390383, 5517390775
2024-06-22 20:15:12 +03:00
Vitaly Turovsky
97ad6d9ff8 fix: hotbar on start crash
sentry-ref: 5467800534
2024-06-22 18:35:10 +03:00
Vitaly Turovsky
ef0dd1cf49 fix: allow to long tap interacte button in new touch controls. This now allows to use food on mobile & long-hold building 2024-06-21 22:25:52 +03:00
Vitaly Turovsky
dc8de80fd4 fix: improve new controls type: default button positions and allow to do setup from the main menu 2024-06-21 22:23:01 +03:00
Vitaly Turovsky
8e7639a658 fix: display error message when modal to display not found fixes #119
fix:
2024-06-21 22:15:35 +03:00
Vitaly Turovsky
9958eb11b2 minor inventory improvements 2024-06-20 05:41:58 +03:00
Vitaly Turovsky
f8fcee780b feat: Add recipes, usages & guides for every item in the game to builtin JEI! 2024-06-19 00:51:00 +03:00
Vitaly Turovsky
18c693dabc refactor app status provider, adding loading texts 2024-06-18 03:47:20 +03:00
Vitaly Turovsky
5409f6fde1 fixup for shift support 2024-06-15 04:51:06 +03:00
Vitaly Turovsky
5056aaf0c9 feat: activate entities (like clicking on villagers) 2024-06-15 04:16:38 +03:00
Vitaly Turovsky
b3ee71b57f fix: include all latest supported versions in create world menu for singleplayer (up to 1.20.4) 2024-06-15 03:45:50 +03:00
Vitaly Turovsky
fba1309065 fix: fix inventory crash on 1.9 2024-06-15 03:33:47 +03:00
Vitaly Turovsky
26383a2ed7 up squid & anvil restoring pre-flat support, lint 2024-06-13 22:59:13 +03:00
Vitaly Turovsky
216b1712c2 more basic tests. test joining to a local java vanilla server, movement! 2024-06-13 19:47:48 +03:00
Vitaly Turovsky
5be093a25f feat: support world saves for all versions of Minecraft Java! 2024-06-13 03:46:59 +03:00
Vitaly Turovsky
05a0d3a184 fix: attack entities on left click not on right click 2024-06-09 02:02:26 +03:00
Vitaly Turovsky
6268561e41 make inputs in server editor a bit smaller, fix proxy select 2024-06-09 01:09:02 +03:00
Vitaly Turovsky
6be0bc8c9a fix: elytra equipped crashed hud bars
fix sentry 5457375830
2024-06-08 23:20:07 +03:00
Vitaly Turovsky
94c665d851 move everything to frequent update interval 2024-06-08 23:13:44 +03:00
Vitaly Turovsky
bbf8fbf4a5 fix o.text.includes is not a function crash 2024-06-07 01:30:00 +03:00
Vitaly Turovsky
aa18c3cbbd add ping proxy implementation 2024-06-06 19:52:12 +03:00
Vitaly Turovsky
bd54b5bd80 fix: username override of servers was never used 2024-06-06 19:09:07 +03:00
Vitaly Turovsky
fec59aac03 up mineflayer 2024-06-06 17:30:17 +03:00
arhellist
d04a66738e
fix game crash (#144) 2024-06-06 17:23:43 +03:00
Vitaly
9a41214674 fix: fix breaking mesh was highlighted 2024-06-06 16:52:05 +03:00
Vitaly Turovsky
98da719e08 fix show ui when has modals 2024-06-05 11:58:26 +03:00
Vitaly Turovsky
423aa6a49c fix eslint 2024-06-04 18:04:34 +03:00
Vitaly Turovsky
32de8ebacd fix: fix all known minecraft-protocol issues. Fixed auto-version. Fixed: kick messages are now always displayed! 2024-06-04 18:00:42 +03:00
Vitaly Turovsky
b317d8ad35 fix: reduce fps drops on chunks load a bit by batching operations with a few other minor optimizations 2024-06-02 14:20:21 +03:00
Vitaly Turovsky
0b2e92c860 fix sentry 5431874132 2024-06-02 10:29:29 +03:00
Vitaly Turovsky
c5e636f241 fix (and now check) hide ui 2024-06-02 00:59:23 +03:00
Vitaly Turovsky
9958008817 fix: page was reloading infinitely in some edge cases, give some time service workers to unregister in these cases 2024-06-01 10:36:04 +03:00
Vitaly Turovsky
d96ff9ef3a fix: was unable to go edit server screen after hitting cancel 2024-05-29 11:16:42 +03:00
Vitaly Turovsky
295967cc4d fix inspectPacket function 2024-05-29 10:56:57 +03:00
gguio
cbaeb8c918
fix hide ui was resetting state (#138) 2024-05-28 12:34:22 +03:00
gguio
68269ee975
feat: Screenshot on F2 and hide/show UI on F1 (#136)
Co-authored-by: gguio <nikvish150@gmail.com>
2024-05-27 11:24:28 +03:00
Vitaly
e129184ff1 fix tsc 2024-05-27 10:14:42 +03:00
Vitaly Turovsky
0d8beef65c feat: add gamemode selector in create world screen. always use creative with ?singleplayer=1 2024-05-26 18:58:46 +03:00
Vitaly
87e724d5f6 fix: fix offhand slot in hotbar display 2024-05-24 11:05:44 +03:00
Vitaly
fcec85baa3 feat: Make bow, foods cancellable and add use progression indicator
feat: make item in offhand activatable
2024-05-24 10:21:03 +03:00
Vitaly Turovsky
8fdcbdfc60 fix: fix more starfield issues, make disableable 2024-05-24 04:21:41 +03:00
Vitaly Turovsky
1de6ae8f2c fix: Fix crash in getItemUv function. now dropped items are always displayed 2024-05-24 04:19:33 +03:00
gguio
c1d7d7c33f
feat: Support for binds with modifiers (#130)
Co-authored-by: gguio <nikvish150@gmail.com>
2024-05-23 08:46:59 +03:00