acdream/tests/AcDream.Core.Tests/Streaming
Erik 9067c4f60b feat(app): Phase A.1 — StreamingController glue
Called once per frame from OnUpdate. Owns a StreamingRegion and uses
delegates into LandblockStreamer + a terrain-apply callback so unit
tests can inject fakes. Handles first-tick bootstrap (whole window
loads), boundary recenter (diff against previous center), and
drain completions (up to N per frame to cap GPU upload spikes).

4 new tests, all green.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 22:26:55 +02:00
..
LandblockStreamerTests.cs fix(app): Phase A.1 — LandblockStreamer lifecycle + threading hardening 2026-04-11 22:20:41 +02:00
StreamingControllerTests.cs feat(app): Phase A.1 — StreamingController glue 2026-04-11 22:26:55 +02:00
StreamingRegionTests.cs feat(app): Phase A.1 — job + result records for LandblockStreamer 2026-04-11 22:11:35 +02:00