Commit graph

1,930 commits

Author SHA1 Message Date
Vitaly Turovsky
c139c9365d finish 2025-06-05 18:33:44 +03:00
Vitaly Turovsky
eff87f42e5 finish! 2025-06-05 17:04:18 +03:00
Vitaly Turovsky
c151e414d9 Merge branch 'next' into renderer-debug 2025-06-05 16:48:46 +03:00
Vitaly Turovsky
38a1d83cf2 fix(regression): B on gamepad was opening pause menu instead of start (default actions map conflict). Now start if clicked again closes all modals 2025-06-05 04:07:22 +03:00
Vitaly Turovsky
314ddf7215 mobile: add back select item button, drop stack on hold action (add command!) 2025-06-05 03:37:17 +03:00
Vitaly Turovsky
829e588ac1 fix F3 handling when other keys are pressed (restore), adjust mic button 2025-06-05 03:32:09 +03:00
Max Lee
8b2276a7ae
Add server-side logging and timeout option (#366) 2025-06-04 17:07:00 +03:00
Maksim Grigorev
7635375471
Resolve issue with non-functional F3 key (#365) 2025-06-03 13:14:34 +03:00
Maksim Grigorev
087e167826
feat: configurable mobile top buttons! (#361) 2025-05-30 16:43:06 +03:00
Vitaly Turovsky
c500d08ed7 hotfix: restore hand 2025-05-27 11:30:21 +03:00
Vitaly Turovsky
50907138f7 fix edge case infinite loop in mesher v0.1.89 2025-05-26 01:09:43 +03:00
Vitaly Turovsky
99d05fc94b improve stability of minimap
(though full refactor is still needed)
2025-05-25 16:16:14 +03:00
Vitaly Turovsky
0c68e63ba6 fix: restore VR support. Fix rotation / position camera bugs 2025-05-25 12:55:27 +03:00
Vitaly Turovsky
04a85e9bd1 minimap: don't do more 20 updates per seconds 2025-05-24 18:26:47 +03:00
Vitaly
3cd778538c
feat: Sync armor rotation for players (#363) 2025-05-22 14:50:58 +03:00
Vitaly Turovsky
9726257577 fix: do not display capture lock message when possilbe (avoid flickering - do strategy switch)
feat: make tab (players list) keybindign configurable and add a way to assign to a gamepad button
2025-05-22 14:46:44 +03:00
Max Lee
5a663aac2f
fix: item textures in inventory break after loading resourcepack (#362) 2025-05-21 18:53:20 +03:00
Vitaly
7cea1b8755
fix tsc 2025-05-21 18:45:54 +03:00
Vitaly Turovsky
5ea2ab9c1a fix: update tab header/footer in real time, use player display name in tab 2025-05-21 13:55:52 +03:00
Vitaly Turovsky
b36d08528f fix: fix hanging forever server ping and weboscket connections 2025-05-21 06:36:39 +03:00
Vitaly Turovsky
a4e70768dd fix test 2025-05-21 05:53:59 +03:00
Vitaly Turovsky
ecb53fab88 up tracker 2025-05-21 05:46:36 +03:00
Vitaly Turovsky
b2ef71fc19 up mc data, physics, autojump 2025-05-21 05:37:33 +03:00
Vitaly
f4196d6aba
feat(config): Add support for remote dynamic splash text (#358) 2025-05-20 19:50:26 +03:00
Vitaly
4f78534ca4
Update config.json 2025-05-20 19:49:36 +03:00
Maksim Grigorev
7799ccc370
Update src/react/MainMenu.tsx
Co-authored-by: Vitaly <vital2580@icloud.com>
2025-05-20 19:08:34 +03:00
Maxim Grigorev
5efe3508df fix: optimized splash text loading 2025-05-20 22:03:31 +07:00
Vitaly
4d70128ac6
Update config.json 2025-05-20 13:53:26 +03:00
Maxim Grigorev
b4df2e1837 feat: improved splash text loading for better UI 2025-05-20 16:56:38 +07:00
Vitaly Turovsky
83366ec5fa improve Click to capture mouse by not displaying it in less cases 2025-05-20 02:02:43 +03:00
Maxim Grigorev
b2a1bd10e4 fix: improoved the code 2025-05-19 19:26:12 +07:00
Maksim Grigorev
90c283c5ee
Update src/utils/splashText.ts
Co-authored-by: Vitaly <vital2580@icloud.com>
2025-05-19 15:17:36 +03:00
Vitaly Turovsky
67dbd56f14 dont display new hint when gamepad is used v0.1.88 2025-05-19 03:07:01 +03:00
Vitaly Turovsky
517f5d3501 feat(ui): display persistent capture mouse indicator instead of notification 2025-05-19 03:02:23 +03:00
Vitaly Turovsky
7f6fc00f02 fix: fix lever interaction shape 2025-05-19 02:21:23 +03:00
Vitaly Turovsky
f5835f54fa fix: was not possible to open blast furnace GUI 2025-05-19 02:05:14 +03:00
Vitaly Turovsky
970ed614ae fix crash on error message 2025-05-19 02:04:53 +03:00
Vitaly Turovsky
080d75f939 less annoying false block swap animations 2025-05-19 02:01:11 +03:00
Vitaly Turovsky
67d365b9c3 fix: fix crafting on 1.16.5 and below 2025-05-19 01:57:48 +03:00
Vitaly Turovsky
e2a0df748e rorce button height 2025-05-19 00:32:44 +03:00
Vitaly Turovsky
2dc811b2a1 adjust settings visually 2025-05-19 00:23:20 +03:00
Vitaly Turovsky
a5d16a75ef fix(regression): hotbar on mobile was broken 2025-05-19 00:16:18 +03:00
gguio
785ab490f2
fix: restore minimal and full map (#348)
Co-authored-by: gguio <nikvish150@gmail.com>
2025-05-18 09:58:52 +03:00
Vitaly Turovsky
a9b94ec897 fix: fix sneaking didnt work with water 2025-05-17 06:58:33 +03:00
Vitaly
42f973e057
Update config.json 2025-05-17 05:33:31 +03:00
Maksim Grigorev
ff29fc1fc5
feat: Credits modal (#354) 2025-05-16 19:50:38 +03:00
Maxim Grigorev
051cc5b35c fix: optimized splashText working process 2025-05-16 22:47:59 +07:00
Maxim Grigorev
f921275c87 feat: improoved code safety 2025-05-16 20:44:32 +07:00
Maxim Grigorev
2b0f178fe0 feat: improoved the code 2025-05-16 20:35:04 +07:00
Maxim Grigorev
6302a3815f feat: Add remote splash text loading via URLs 2025-05-16 20:19:23 +07:00