Commit Graph

8 Commits

Author SHA1 Message Date
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