Commit graph

1,789 commits

Author SHA1 Message Date
Vitaly Turovsky
3c6ee2dbb3 up lockfile v0.1.81 2025-04-10 03:15:01 +03:00
Vitaly Turovsky
bf790861d9 fix: finally fix plants rendering in underwater and near water! 2025-04-10 01:20:29 +03:00
Vitaly
a977d09031
Up physics to fix jump 2025-04-09 16:53:42 +03:00
Vitaly
1fbbf36859
feat: NEW PHYSICS ENGINE - GRIM PASSES >1.19.4 (#327) 2025-04-09 05:51:34 +03:00
Vitaly Turovsky
31d5089e9c should fix rare case when some tiles are not rendered 2025-04-09 05:50:39 +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: v0.1.80
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
33a6f4d088 fix: a little better perf when media is not in use 2025-04-08 17:23:32 +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
d347957f64 Update pnpm install command in benchmark workflow to use --no-frozen-lockfile 2025-04-07 17:07:32 +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
cc264e895f Move Cypress from optionalDependencies to dependencies in benchmark workflow 2025-04-07 17:00:16 +03:00
Vitaly Turovsky
4dce591f8b fix if for benchmark 2025-04-07 16:45:48 +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
dbfadde044 fix(renderer): rendering of ALL blocks of north side was not correct. Fix texture flipping 2025-04-05 11:15:39 +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
Vitaly Turovsky
4f45cd072a fix(perf): dont load gui textures on panorama start in singlefile build
fix: update textures in inventory & hotbar after textures load, including jei
fix: one row of jei was out of the screen
2025-03-31 13:16:57 +03:00
Vitaly Turovsky
5af290ac4e also remove media on world remove, and stop 2025-03-31 11:49:05 +03:00
Vitaly Turovsky
c5c9fd9bcd fix: fix name display on new versions in edge cases 2025-03-31 11:43:21 +03:00
Vitaly Turovsky
1b9b6c954c fix: remove media and custom blocks on world switch, minor fixes 2025-03-31 11:43:07 +03:00
Vitaly Turovsky
3c2ed440b6 up proxy software to avoid new crashes 2025-03-31 08:22:29 +03:00
Vitaly Turovsky
9c6bc49921 fix msg for proxy 2025-03-30 18:01:21 +03:00
Vitaly Turovsky
1a87951bc8 up proxy 2025-03-30 16:09:50 +03:00
Vitaly Turovsky
73e65c6656 try different intersect raycast media approach 2025-03-30 16:09:45 +03:00
Vitaly Turovsky
c324ce29ab fix: always limit error texture dimension to avoid crashes on high width/height 2025-03-30 14:03:50 +03:00
Vitaly Turovsky
b666f6e3c3 ci: disable functionality that should work but doesnt work because github doesnt make any sense v0.1.79 2025-03-29 11:27:10 +03:00
Vitaly Turovsky
115022a21b ci: use github_token var 2025-03-29 11:23:48 +03:00
Vitaly Turovsky
18ee1dc532 ci: fix syntax 2025-03-29 11:15:54 +03:00
Vitaly Turovsky
291ead079a use token: workaround 2025-03-29 11:13:33 +03:00
Vitaly Turovsky
983b8a184b refactor: remove bundle-stats workflow and integrate its functionality directly into CI 2025-03-29 11:01:35 +03:00