Vitaly Turovsky
9a84a7acfb
do less annoying logging
2025-08-18 11:37:20 +03:00
Vitaly Turovsky
cc4f705aea
feat: new experimental chunk loading logic by forcing into spiral queue
...
feat: add highly experimental logic to try to self-restore any issues with chunks loading by automating f3+a action. write debug info into chat for now. can be disabled
feat: rework chunks debug screen showing actually useful information now
2025-08-15 07:46:52 +03:00
Vitaly Turovsky
caf4695637
feat: silly player on fire renderer effect
2025-08-08 18:33:20 +03:00
Vitaly Turovsky
7a83a2a657
fix(important): fix all known issues wiht panorama crashing whole game in single file build (minecraft.html)
2025-07-14 00:13:51 +03:00
Max Lee
a09cd7d3ed
fix: Nametag & sign text fixes ( #391 )
2025-07-11 17:56:37 +03:00
Vitaly Turovsky
95cc0e6c74
reduce ram usage by 15%
2025-07-09 16:33:50 +03:00
Max Lee
4277c3a262
feat: Support nameTagVisibility option of teams ( #373 )
2025-07-03 18:15:24 +03:00
Vitaly Turovsky
c913d63c46
fix(regression): fix ios 16 world rendering support!
2025-07-02 16:25:36 +03:00
Max Lee
b1298cbe1f
feat: Config option to proxy skin textures ( #382 )
2025-07-02 05:50:15 +03:00
Vitaly Turovsky
dc2c5a2d88
fix: make it run on ios 15!
2025-06-30 19:11:59 +03:00
Vitaly Turovsky
af5a0b2835
fix: fix camera desync updates in 3rd view and starfield
2025-06-27 16:50:44 +03:00
Vitaly Turovsky
2055579b72
feat: finally add block RESCALE support! Cobwebs and ascending rails are now rendered correctly
2025-06-25 15:22:07 +03:00
Vitaly Turovsky
5221104980
feat: F5: 3rd person view camera!
2025-06-22 01:14:15 +03:00
Max Lee
5269ad21b5
feat: Add spectator mode entity spectating ( #369 )
2025-06-18 17:07:00 +03:00
Vitaly Turovsky
f126f56844
fix: fix visual gaps between blocks of water!
2025-06-18 16:57:03 +03:00
Vitaly
f3ff4bef03
big renderer codebase cleanup: clean player state ( #371 )
2025-06-18 08:19:04 +03:00
Vitaly Turovsky
b69813435c
up test
2025-06-13 08:06:09 +03:00
Vitaly
a2e9404a70
feat: Simple but effective renderer perf debug features ( #347 )
2025-06-05 20:22:58 +03:00
Vitaly Turovsky
50907138f7
fix edge case infinite loop in mesher
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
a4e70768dd
fix test
2025-05-21 05:53:59 +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
25f2fdef4e
fix: dont display hand & cursor block outline in spectator.
2025-05-08 19:56:13 +03:00
Vitaly Turovsky
f76c7fb782
fix: water now supports lighting when its enabled
2025-05-08 19:51:42 +03:00
Vitaly Turovsky
813c952420
fix: fix lava rendering
2025-05-01 12:53:44 +03:00
Vitaly Turovsky
1599917134
feat: falling block & summoned tnt entities rendering support
2025-04-26 10:38:59 +03:00
Vitaly Turovsky
0c7900a655
fix skins loading on real prod
2025-04-26 05:19:06 +03:00
Vitaly Turovsky
8c37db4051
fix(critical-regression): chunks never loaded when dimension was changed but position chunk was the same (eg spawn 0,0)
2025-04-26 05:14:33 +03:00
Vitaly Turovsky
89fc31a2c2
feat: holding item/block display for players!
2025-04-25 09:05:49 +03:00
Vitaly Turovsky
948a52a2a5
feat: restore skins display with new API (thanks to Nodecraft!). Unfortunately capes are not supported from API anymore. Restore skin display from server properties.
2025-04-25 07:26:23 +03:00
Vitaly Turovsky
4ca9a801a8
fix sound.js caching, increase priority of scripts (make difference only in very rare cases)
2025-04-25 04:04:59 +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
a0bfa275af
lets be safer and use 32array
2025-04-19 00:43:31 +03:00
Vitaly Turovsky
193c748feb
fix: add chunks a little faster on low tier devices: use indicies
2025-04-19 00:43:20 +03:00
Vitaly Turovsky
1582e16d3b
fix critical regression that led to not loading chunks twice that was a valid behavior before
2025-04-17 19:58:30 +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
4b85b16b73
feat(experimental-part1): rework chunk loading strategy by forcing spiral order loading into renderer processor and ignoring server order
2025-04-11 21:42:55 +03:00
Vitaly Turovsky
27df313f26
microoptimisation on big number of chunks load
2025-04-11 18:08:21 +03:00
Vitaly Turovsky
bf790861d9
fix: finally fix plants rendering in underwater and near water!
2025-04-10 01:20:29 +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
5adbce39e0
pick changes from webgpu:
...
fix cursor lines
fix background color change
2025-04-09 05:07:41 +03:00
Vitaly Turovsky
23bab8dbd5
basically fix all the debug panes, record that info
2025-04-07 13:55:18 +03:00
Vitaly
0aa4d11bdd
feat: Performance benchmark!! ( #153 )
2025-04-07 02:21:37 +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
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
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