Commit Graph

33 Commits

Author SHA1 Message Date
3547597bd2 Formalize editor skybox wiring and debug presets 2026-04-06 03:28:20 +08:00
d1cb0c874b Enhance XCUI demo text editing and host bridge 2026-04-05 05:58:05 +08:00
6a5c23dce2 build: upgrade project targets to c++20 2026-04-05 03:05:40 +08:00
a05d0b80a2 feat: expand editor scripting asset and viewport flow 2026-04-03 13:22:30 +08:00
c63dcf2229 fix: isolate and enlarge run toolbar 2026-04-02 23:07:36 +08:00
da2782c0c0 style: retune top bar colors 2026-04-02 22:59:19 +08:00
6cd4cd9be9 refactor: move built-in icon upload into imgui backend 2026-04-01 20:03:44 +08:00
d58962ad5e refactor: move viewport texture bridge into imgui backend 2026-04-01 19:17:44 +08:00
67d5390121 Polish editor previews and hierarchy menus 2026-04-01 16:45:50 +08:00
6e2711f9e8 Preserve saved editor dock layouts 2026-04-01 16:43:46 +08:00
4e8ad9a706 Unify panel search behavior and polish console UI 2026-04-01 16:40:54 +08:00
ad237cb81e feat: overhaul editor console panel and diagnostics 2026-03-31 21:28:16 +08:00
b92f9bfa70 Route scene viewport overlays through render passes 2026-03-30 03:52:59 +08:00
b489492af0 Improve project panel image previews 2026-03-30 01:46:49 +08:00
416aa72194 Fix hierarchy rename field behavior 2026-03-30 00:49:10 +08:00
2651bad080 Refine editor viewport and interaction workflow 2026-03-29 15:12:38 +08:00
e5cb79f3ce chore: sync workspace state 2026-03-29 01:36:53 +08:00
3c45a051a2 feat: refine editor color picker UI 2026-03-28 17:24:48 +08:00
1fa97dc246 feat: add editor project switching workflow 2026-03-28 16:19:15 +08:00
4717b595c4 feat: update editor ui framework and assets 2026-03-28 15:07:19 +08:00
b77615569c Polish shared editor tree context behavior 2026-03-28 00:03:20 +08:00
291d1a7e41 Add persistent shared editor tree interactions 2026-03-27 23:21:43 +08:00
37a90b39e2 Extract shared editor tree view 2026-03-27 22:05:05 +08:00
a51e0f6f88 Unify editor divider and splitter chrome 2026-03-27 21:55:14 +08:00
6ec5f05601 Refactor main menu action shell 2026-03-27 00:15:38 +08:00
3ebad63874 Unify inspector and console panel actions 2026-03-27 00:08:46 +08:00
31675e00c8 Refactor editor shell host layers 2026-03-26 23:52:05 +08:00
f87bc53875 Extract editor edit action router 2026-03-26 22:31:22 +08:00
5735e769b0 Route editor actions by active target 2026-03-26 22:10:43 +08:00
f6286d432c Extract editor interaction states 2026-03-26 21:30:46 +08:00
6467d87b81 Refactor editor UI architecture 2026-03-26 21:18:33 +08:00
45842e961e Refactor editor dock and panel chrome styling 2026-03-26 16:43:06 +08:00
9fae910854 Editor: 更新编辑器面板和UI控件系统
- 添加新的UI控件系统(Core.h, ScalarControls.h, VectorControls.h, UI.h)
- 更新SceneManager支持场景层级管理
- 优化SelectionManager选择管理
- 改进InspectorPanel/GameViewPanel/HierarchyPanel等面板
- 更新RHI文档说明Vulkan实现计划
2026-03-24 20:02:38 +08:00