Commit graph

435 commits

Author SHA1 Message Date
Vitaly Turovsky
0e4435ef91 feat: add support for /ping command, fix chat fading! 2025-06-27 22:06:10 +03:00
Vitaly Turovsky
3336680a0e fix z index of modal 2025-06-27 18:08:33 +03:00
Vitaly Turovsky
83d783226f fix migration marking 2025-06-27 18:08:03 +03:00
Vitaly Turovsky
eedd9f1b8f feat: Now settings and servers list synced via top-domain cookies! Eg different subdomains like s.mcraft.fun and mcraft.fun will now share the same settings! Can be disabled.
feat: Now its possible to import data!
2025-06-27 16:28:15 +03:00
Vitaly
383e6c4d80 fix lint 2025-06-24 10:03:23 +00:00
Vitaly
332bd4e0f3
Display auth button 2025-06-22 15:18:51 +03:00
Vitaly Turovsky
1b20845ed5 fix initial component mount sometimes displays not found modal
the reason why it happens is known
2025-06-18 08:37:22 +03:00
Vitaly
f3ff4bef03
big renderer codebase cleanup: clean player state (#371) 2025-06-18 08:19:04 +03:00
Vitaly Turovsky
679c3775f7 feat: convert formatted text color to display p3 display so its more vibrant on macbooks with xdr display and other p3 monitors 2025-06-15 16:52:24 +03:00
Vitaly Turovsky
9f3079b5f5 feat: rework effects display with new UI! fix a few related bugs 2025-06-13 14:14:08 +03:00
Vitaly Turovsky
794cafb1f6 feat: add useful entities debug entry to F3 2025-06-13 13:22:15 +03:00
Vitaly Turovsky
a3dcfed4d0 feat: add time and battery status that is displayed in fullscreen by default 2025-06-13 13:11:06 +03:00
Vitaly Turovsky
243db1dc45 use range generation instead 2025-06-13 04:56:40 +03:00
Vitaly Turovsky
ac7d28760f feat: Implement always up-to-date recommended servers display! Fix other annoying issues in servers list 2025-06-13 04:51:48 +03:00
Vitaly Turovsky
cfce898918 make random username configurable 2025-06-11 03:19:14 +03:00
Vitaly
14effc7400
Should fix lint 2025-06-10 07:26:50 +03:00
Vitaly Turovsky
6a583d2a36 feat: Custom chat ping functionality!!! To ping on any server type @ and on other web client such ping will be highlighted. Can be disabled.
todo: enable a way to display ping-only messages
todo: reply (public/private) command
todo: fix copmletion offset
2025-06-10 06:33:01 +03:00
Vitaly Turovsky
e982bf1493 fix(important): make chat word breaking match Minecraftt behavior 2025-06-10 05:24:28 +03:00
Vitaly
a2e9404a70
feat: Simple but effective renderer perf debug features (#347) 2025-06-05 20:22:58 +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
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
99d05fc94b improve stability of minimap
(though full refactor is still needed)
2025-05-25 16:16:14 +03:00
Vitaly Turovsky
04a85e9bd1 minimap: don't do more 20 updates per seconds 2025-05-24 18:26:47 +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
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
f4196d6aba
feat(config): Add support for remote dynamic splash text (#358) 2025-05-20 19:50:26 +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
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
Vitaly Turovsky
67dbd56f14 dont display new hint when gamepad is used 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
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
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
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
M G
0a61bbba75
Fixed button shown even when cursor is not over the entity (e.g., a video) (#356)
fix: button shown even when cursor is not over the entity (e.g., a video)
2025-05-14 18:15:21 +03:00
M G
e2400ee667
Entity Interaction Button works now (#352) 2025-05-12 18:15:45 +03:00
M G
a58ff0776e
server name field "flex-start" now (#351) 2025-05-12 18:09:10 +03:00
Vitaly Turovsky
674b6ab00d feat: add chat scroll debug and use alternative ways of forcing scroll in DOM! 2025-05-08 21:23:04 +03:00
Vitaly Turovsky
25f2fdef4e fix: dont display hand & cursor block outline in spectator. 2025-05-08 19:56:13 +03:00
M G
b3392bea6b
feat: Entity interaction button for mobile (#346) 2025-05-07 16:31:36 +03:00
M G
bb9bb48efd
feat: Combine IP and port input fields (#345) 2025-05-06 16:39:42 +03:00
Vitaly Turovsky
28022a2054 feat: rework server data saving and auto login by using more aggressive strategy 2025-05-06 16:36:31 +03:00