Vitaly Turovsky
d0ac00843d
up packets list
2025-04-25 04:45:59 +03:00
Vitaly Turovsky
97533cfddb
cache sounds, report downloading assets
2025-04-24 21:37:49 +03:00
Vitaly Turovsky
b30e7fc152
dont display no sound id mapping in default sp
2025-04-24 05:36:35 +03:00
Vitaly Turovsky
d7fdf18416
feat: jokes over. use a reliable source (thanks to ViaVersion!) for sound id mappings to avoid screamers on mobs in latest versions
2025-04-24 03:40:40 +03:00
Vitaly
28faa9417a
feat: Client side js mods. Modding! ( #255 )
2025-04-23 09:17:33 +03:00
Vitaly Turovsky
109daa2783
fix imports
2025-04-23 05:59:49 +03:00
Vitaly Turovsky
14ad1c5934
sync fork: add a bunch of not needed side core features like translation
...
AND fix critical performance regression (& ram)
2025-04-23 05:55:59 +03:00
Vitaly Turovsky
585b19d8dc
up mcraft-fun-mineflayer support
2025-04-22 19:19:59 +03:00
Vitaly Turovsky
71f63a3be0
sync fork: add loading timer for debug, better connecting messages, better recording panel
2025-04-22 19:01:04 +03:00
Vitaly Turovsky
2b881ea5ba
fix: disable physics for viewer
2025-04-21 16:06:01 +03:00
Vitaly Turovsky
c3112794c0
try to fix scroll chat bug
2025-04-19 00:07:41 +03:00
Vitaly Turovsky
9646fbbc0f
fix(regression): hotbar switch on mobile was broken
2025-04-18 23:42:51 +03:00
Vitaly Turovsky
a7c35df959
fix: fix movement sound
2025-04-18 17:46:10 +03:00
Vitaly Turovsky
529b465d32
sync for changes between forks
...
fix: sometimes autlogin save prompt is not displayed
fix: add connect server only ui
add some other components for future usage
fix: make some fields custommization in main menu from config.json
fix: adjust logic on player disconnect in some rare cases
2025-04-17 20:51:06 +03:00
Vitaly Turovsky
e8b1f190a7
add more debug into to f3+h
2025-04-17 19:58:03 +03:00
Vitaly Turovsky
73ccb48d02
feat: Add F3+H chunks debug screen! not really useful for now since chunks not visible bug was not fixed yet
2025-04-16 18:24:19 +03:00
Vitaly Turovsky
143d4a3bb3
fix: fix double chests. fix inventory crashing when it doesnt know the texture to render
2025-04-16 14:34:51 +03:00
Vitaly Turovsky
6a8de1fdfb
fix: sometimes auto login suggestion was not visible due to overlapping notification issue
2025-04-16 03:22:25 +03:00
Vitaly Turovsky
a541e82e04
fix: add freezeSettings param
2025-04-15 02:29:09 +03:00
Vitaly Turovsky
c5e8fcb90c
feat: add controls debug interface! Debug happening actions in your game & keyboard buttons!!!!
2025-04-14 17:21:22 +03:00
Vitaly Turovsky
7a53d4de63
fix(feedback-controls): prevent default action for side mouse buttons to avoid page leave annoying modal on accidental clicks
2025-04-14 17:06:13 +03:00
Vitaly Turovsky
83502eba60
fix(important): Formatted text display: fix reading extra when its text which might happen in kick messages or server info
2025-04-12 03:10:29 +03:00
Vitaly
c755f085d9
fix: update rsbuild and pnpm to latest version to resolve long-standi… ( #328 )
2025-04-10 18:53:33 +03:00
Vitaly
1fbbf36859
feat: NEW PHYSICS ENGINE - GRIM PASSES >1.19.4 ( #327 )
2025-04-09 05:51:34 +03:00
Vitaly Turovsky
7824cf64a2
fix lint
2025-04-09 05:46:40 +03:00
Vitaly Turovsky
f4bd38fa5c
use more reliable bot entity instead of player.entity
2025-04-09 05:30:51 +03:00
Vitaly Turovsky
5adbce39e0
pick changes from webgpu:
...
fix cursor lines
fix background color change
2025-04-09 05:07:41 +03:00
Vitaly Turovsky
0b72ea61c7
fix: add time to debug overlay
2025-04-09 04:34:58 +03:00
Vitaly Turovsky
758405da03
[skip ci] add doc
2025-04-07 19:16:16 +03:00
Vitaly Turovsky
4fc8011413
feat(customChannelsPreview): add sections moving animations
2025-04-07 19:00:21 +03:00
Vitaly Turovsky
0a85de180e
should fix modal not found error on server connect UI
2025-04-07 17:00:39 +03:00
Vitaly Turovsky
b35b88236d
use whitelist to active touch cancel hack to avoid issues with side integrations
2025-04-07 16:20:06 +03:00
Vitaly Turovsky
f79472a1da
add client info, fix small width data display
2025-04-07 16:09:01 +03:00
Vitaly Turovsky
d1a646ed54
never wait for load waitForChunksRender
2025-04-07 14:21:25 +03:00
Vitaly Turovsky
914dcb6110
add more fixtures support
2025-04-07 14:16:44 +03:00
Vitaly Turovsky
23bab8dbd5
basically fix all the debug panes, record that info
2025-04-07 13:55:18 +03:00
Vitaly Turovsky
881d105c57
always render debug
2025-04-07 13:42:13 +03:00
Vitaly Turovsky
3109be2d8a
universal load backend + fallback
2025-04-07 12:49:33 +03:00
Vitaly Turovsky
568ea3d18b
adjust default render distance to match testing on ci
2025-04-07 12:49:24 +03:00
Vitaly Turovsky
27e51b65df
refactor: rename benchmarkName to fixture and update related logic in benchmark files
2025-04-07 02:26:11 +03:00
Vitaly
0aa4d11bdd
feat: Performance benchmark!! ( #153 )
2025-04-07 02:21:37 +03:00
Vitaly Turovsky
ce5ef7c7cb
remove not neede functionality
2025-04-06 11:09:17 +03:00
Vitaly Turovsky
9b71ae1a24
feat: rework mobile button control sizes & joystick. Make size of every button and joystick configurable via configurator UI from settings!
2025-04-06 00:23:17 +03:00
Vitaly
908fa64f2f
pick most of changes from webgpu for better stability ( #322 )
2025-04-06 00:22:27 +03:00
Vitaly Turovsky
c025a1c75a
fix a lot annoying sentry errors
2025-04-05 18:55:59 +03:00
Vitaly Turovsky
04c37c1eef
fix: fix durability is nan
2025-04-05 18:37:21 +03:00
Vitaly Turovsky
d78a8b1220
add mesher logging functionality for advanced debugging on other client end
2025-03-31 22:55:17 +03:00
Vitaly Turovsky
70fbe1b0e2
dont clip edition
2025-03-31 22:06:30 +03:00
Vitaly Turovsky
394a12b147
fix(important): fix physics crash in powder snow and pink petals
2025-03-31 14:08:56 +03:00
Vitaly Turovsky
f895304380
add debug method and fix f3 custom block name display
2025-03-31 13:32:40 +03:00