Commit graph

140 commits

Author SHA1 Message Date
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
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
Vitaly Turovsky
8b959fad8c feat: add initial bed sleeping, hand items swap 2024-05-21 06:31:20 +03:00
Vitaly Turovsky
e79678ffdf fix(accessibility): space and enter keys didn't click buttons in UI 2024-05-21 05:43:18 +03:00
Vitaly Turovsky
2a2667918b feat: limit rendering in background to 20fps so it uses less resources (+setting to control that) 2024-05-21 05:25:14 +03:00
gguio
6bf1085fbe
feat: Key binds screen (#108)
---------

Co-authored-by: gguio <nikvish150@gmail.com>
Co-authored-by: Vitaly <vital2580@icloud.com>
2024-05-18 22:51:35 +03:00
Vitaly Turovsky
8d710e297e save version override from quick connect 2024-05-13 15:54:33 +03:00
Vitaly Turovsky
3329d0e75e fix: held item display was not updated after server/window GUI manipulation on inventory 2024-05-13 04:14:16 +03:00
Vitaly Turovsky
03a26d5c70 feat: add held map image support for all versions!
fix: previously held item was activated too quickly
2024-05-13 04:02:06 +03:00
Vitaly Turovsky
0a1b97857c feat: add a way to specify version from quick connect e.g. test.com:1.18.2 or 192.168.0.100:25566:1.17.1 2024-05-13 03:43:10 +03:00
Vitaly Turovsky
ef146f7a28 fix(hud): fix safe bottom area for iOS devices when clicked "Hide Toolbar"
https://forums.developer.apple.com/forums/thread/716552
chore: add new experiment for demo
2024-05-13 03:42:31 +03:00
Vitaly Turovsky
02fb4c9394 fix different width in server menu 2024-05-13 02:15:58 +03:00
Vitaly Turovsky
3f068ed0da fix tsc 2024-05-10 06:03:25 +03:00
Vitaly Turovsky
e9443cd2fe ui: fix input alignment 2024-05-10 05:59:54 +03:00
Vitaly
620488af20 Add Gamepad UI Cursor component and styles 2024-05-10 05:08:28 +03:00
Vitaly
2e81fac751 feat: implement full gamepad (joystics) support in all UIs including inventory! Add gamepad cursor, add pause menu bind 2024-05-10 05:08:02 +03:00
Vitaly
08782b2695 fix: version override was always ignored when connecting from servers list UI
fix: default proxy was not selected on setting a server ip via QS params
2024-05-10 02:51:59 +03:00
Vitaly Turovsky
3046524ff6 chore: fix all tests
feat: add lockConnect to QS options for alt connection screen UI
2024-05-08 20:36:05 +03:00
Vitaly
03b3e56a74 fix: reload the page on quit button until issues with time desync are fixed
up squid to restore support for 1.14 worlds
2024-05-06 19:06:44 +03:00
Vitaly Turovsky
36962331d1 chore: up mc-data, fix cam reset
fix: hide add server UI after adding a server
2024-05-06 01:54:29 +03:00
Vitaly Turovsky
228d60056b hotfix: offline server check crashes other servers checks 2024-05-05 03:57:21 +03:00
Vitaly
1e7153c2e2
feat: publish all stories UI components to npm! (#111) 2024-05-05 03:25:08 +03:00
Vitaly
826c66b9ec
feat: brand new Servers List UI /w auto login feature! (#110) 2024-05-04 16:07:18 +03:00
Vitaly
b278016460 implement disableDuringGame 2024-04-29 02:59:36 +03:00
Vitaly Turovsky
9322e09a83 fix: "modern" controls now correctly works with flying
fix: right stick button on gamepad now toggles sneaking
2024-04-27 22:55:25 +03:00
Vitaly Turovsky
b9aa449071 fix ios hotbar, fix item name display, fix item select, fix inv open 2024-04-27 15:51:06 +03:00
Vitaly
cf83844281 fix annoying f3 issue 2024-04-26 09:44:47 +03:00
Vitaly
d7f5e98fe3 update typescript to 5.5 2024-04-26 09:44:04 +03:00
Vitaly
0886af9b05
feat: Migrate HUD to React, new hotbar and bars (#107) 2024-04-20 17:38:23 +03:00
Vitaly
0acaa652a3 big worlds refactor with more scalable api, which allows hmr workers
fix: better free up ram after world unload & create meshers only when needed
feat: add low ram setting, which makes chunks load performance ~4x worse
2024-04-20 13:16:36 +03:00
Vitaly
2cc524a4ab
rewrite renderers to allow custom ones! worker -> mesher (#102) 2024-04-16 09:12:16 +03:00
Vitaly Turovsky
930d972dc6 feat: add jump button to new controls type 2024-04-16 07:22:27 +03:00
Vitaly
889e652455 fix: Make hideable vercel live feedback 2024-04-15 02:04:33 +03:00
Vitaly
da44ad40fc feat: allow to setup temporary options & commands overrides in QS that wont be saved 2024-04-14 23:22:23 +03:00
gguio
07491fd72c
feat: effects + system indicators in hud! (#95)
Co-authored-by: gguio <nikvish150@gmail.com>
2024-03-26 16:00:11 +03:00
Vitaly
6997e78cf1 fix warps display for greenfield & click action 2024-03-25 09:57:26 +03:00
Vitaly Turovsky
725eae8a2c hotfix for signeditor & arrows in wysiwyg 2024-03-24 05:06:29 +03:00
Vitaly Turovsky
2ee21d5f7d fix: improve google integration ux by saving last folder + fix creating worlds 2024-03-23 19:21:06 +03:00
gguio
85c0eb8c5b
feat: Sign editor with formatting support! (+2 settings) (#86)
Co-authored-by: gguio <nikvish150@gmail.com>
Co-authored-by: Vitaly Turovsky <vital2580@icloud.com>
2024-03-23 16:21:36 +03:00
Vitaly Turovsky
dba4043b3e fix: disable useless second stats panel on ios 2024-03-21 10:28:32 +03:00
Vitaly Turovsky
d7bdf3633d feat: new reworked notifications
feat: support for world icons in singleplayer menu
2024-03-21 07:24:22 +03:00
Vitaly Turovsky
14460a62b2 feat: allow copying maps to device memory from external providers (eg zip, remote) from pause menu
feat: display broken worlds warning
fix: fs didn't reset on world unload
feat: allow full warps support (eg Greenfield maps)! with a way to set your own
2024-03-21 06:32:14 +03:00
Vitaly
b632bf03e4 regression in app status hide 2024-03-18 09:52:16 +03:00
Vitaly Turovsky
4d4732d15d fix: fix critical ui crash in 1.8.8 for chat 2024-03-18 05:22:07 +03:00
Vitaly Turovsky
826fed54d9 fix: rewrite google drive integration by using native picker (safer for user)
fix: allow to switch accounts in google provider (fix sign out)
feat: add google drive ui integration (open with context menu)
2024-03-18 05:21:46 +03:00
Vitaly Turovsky
0ac4177a65 add privacy policy for google 2024-03-17 05:53:58 +03:00
Vitaly
c04c9cfdad
feat: implement Google Drive storage provider (#87) 2024-03-17 05:25:21 +03:00