Commit graph

14 commits

Author SHA1 Message Date
Serkyo 7ab2488778 chore(client): raise the load radius to 16 2026-08-05 02:04:12 +02:00
Serkyo 51b6b1e5e8 feat(renderer): fade distant geometry into the sky colour 2026-08-05 01:29:06 +02:00
Serkyo cc6b0cada6 refactor(client): drop chunk logging superseded by the statistics panel 2026-08-02 02:29:41 +02:00
Serkyo 15a3c74bec feat(client): report debug statistics to the terminal 2026-08-02 01:43:27 +02:00
Serkyo 0c7785d869 feat(client): expose chunk streaming statistics 2026-07-31 01:26:39 +02:00
Serkyo a5af42f119 feat(client): mesh chunks on a background worker pool 2026-07-26 20:19:59 +02:00
Serkyo dae0bafcd3 refactor(client): abstract chunk mesh upload behind a MeshSink trait 2026-07-26 20:19:27 +02:00
Serkyo 5e1b4de98b test(client): relocate chunk streaming tests into src/tests 2026-07-23 03:45:21 +02:00
Serkyo 79543002b1 feat(client): retain chunk voxels and re-mesh neighbours on load and drop 2026-07-23 03:40:16 +02:00
Serkyo d2f4beb5af refactor(client): mesh chunks via the renderer and drop the client copy 2026-07-23 02:49:14 +02:00
Serkyo f465cfeeaf fix(net): bound chunk delivery channel to apply backpressure 2026-07-22 05:27:01 +02:00
Serkyo d01f45ec18 chore(client): modified the radius of chunk generated from 4 to 8 2026-07-22 03:29:40 +02:00
Serkyo 0a2049bbc9 feat(client): render server-streamed chunks around the camera 2026-07-22 00:17:18 +02:00
Serkyo 2bf140cf02 feat(client): stream local chunk meshes around camera 2026-07-16 02:24:27 +02:00