8848cfd958
chore: checkpoint current workspace changes
2026-04-11 22:14:02 +08:00
0a2bdedc59
Archive outdated Library cache plans
2026-04-11 15:57:29 +08:00
fac6e588a8
Formalize gaussian splat prepare-order pass
2026-04-11 03:02:30 +08:00
4080b2e5fe
Fix D3D12 NanoVDB volume load stalls
2026-04-11 00:27:23 +08:00
7fc7bb0a22
docs(api): sync archive and command guidance
2026-04-10 17:33:51 +08:00
447977214e
docs(api): sync entry guidance for dual api roots
2026-04-10 17:32:04 +08:00
46fac8a215
docs(api): sync active and archived API entry docs
2026-04-10 17:27:29 +08:00
e2e4e08479
docs(api): refresh audit sync snapshot
2026-04-10 17:26:05 +08:00
dd467d2468
docs: drop audit report from commit history
2026-04-10 17:19:45 +08:00
4111f841d4
Formalize volume shader include context
2026-04-10 01:05:03 +08:00
225f533c7c
docs(api): refresh rebuild status and close recovery wave
2026-04-10 00:10:08 +08:00
31756847ab
docs: sync api and planning docs
2026-04-08 16:07:03 +08:00
eef5de7ee9
Archive completed renderer closure plans
2026-04-06 16:41:24 +08:00
6645d507d0
Formalize final color policy resolution
2026-04-06 15:55:50 +08:00
97f7c26eff
Archive multi-light plan and draft next renderer phase
2026-04-05 17:23:50 +08:00
10fda68694
Clean up directional shadow integration test debug scaffolding
2026-04-05 13:32:39 +08:00
e5cb79f3ce
chore: sync workspace state
2026-03-29 01:36:53 +08:00
268daf7bc9
Move design notes into docs/used
2026-03-25 21:55:28 +08:00
16e2065c6c
Unified logging: Replace LogSystem with EditorConsoleSink
...
- Created EditorConsoleSink (implements ILogSink interface)
- EditorConsoleSink stores logs in memory buffer (max 1000 entries)
- Added to Debug::Logger in Application::Initialize()
- ConsolePanel now reads from EditorConsoleSink via static GetInstance()
- Removed separate LogSystem singleton
- Removed editor/src/Core/LogEntry.h (no longer needed)
Now Editor and Engine share the same Debug::Logger, with ConsolePanel
displaying logs via EditorConsoleSink.
2026-03-25 16:13:02 +08:00