Commit Graph

1316 Commits

Author SHA1 Message Date
d501e895eb fix(new_editor/window): move detached root tab into title bar 2026-04-15 12:38:45 +08:00
59941626a7 feat(physics): sync scene actors into physx 2026-04-15 12:37:57 +08:00
c0b61df417 refactor(rendering): reuse shared recording context in forward builder 2026-04-15 12:37:37 +08:00
f020bb759e refactor(rendering): derive stage recording contexts from shared defaults 2026-04-15 12:31:16 +08:00
31f40e2cbb feat(physics): wire physx sdk into build 2026-04-15 12:22:15 +08:00
5bf258df6d refactor(rendering): formalize shared render-graph recording context 2026-04-15 12:17:33 +08:00
9c5b19a928 feat(editor): add audio and physics component editor coverage 2026-04-15 12:15:13 +08:00
34aca206ce fix(physics): keep stub backend buildable without physx 2026-04-15 12:09:09 +08:00
92ba032660 refactor(new_editor/fields): split color field rendering 2026-04-15 11:59:12 +08:00
3317e47009 feat(physics): add runtime physics scaffolding 2026-04-15 11:58:27 +08:00
d17ddffdef refactor(new_editor/shell): split shell interaction responsibilities 2026-04-15 11:52:30 +08:00
78548b610c refactor(new_editor/fields): split property grid rendering and interaction 2026-04-15 11:42:56 +08:00
053c5a1242 refactor(rendering): move recorded stage execution into contract 2026-04-15 11:39:06 +08:00
4fa178cfd1 refactor(new_editor/docking): split dock host interaction helpers 2026-04-15 11:23:39 +08:00
1c84520738 refactor(new_editor/docking): split dock host rendering and hit testing 2026-04-15 11:18:48 +08:00
701ddd9e9d refactor(new_editor/workspace): split workspace controller responsibilities 2026-04-15 11:13:16 +08:00
dedf149f59 docs: update thesis draft 2026-04-15 11:11:22 +08:00
feffa36692 refactor(new_editor/workspace): split workspace model responsibilities 2026-04-15 11:08:18 +08:00
936b10590a refactor(rendering): move standalone stage graph inputs into contract 2026-04-15 10:49:16 +08:00
57f61b05eb refactor(new_editor/app): split editor window frame runtime 2026-04-15 10:47:57 +08:00
b5ca544d31 refactor(new_editor/app): unify borderless dwm attribute dispatch 2026-04-15 10:42:58 +08:00
ddfed4c37b refactor(rendering): move stage resource publication into contract 2026-04-15 10:42:10 +08:00
e95bdb3149 refactor(new_editor/app): split viewport render target cleanup 2026-04-15 10:40:37 +08:00
2606d15e26 refactor(new_editor/app): split native renderer draw responsibilities 2026-04-15 10:36:09 +08:00
5e2693a16a refactor(new_editor/app): move entry point and split window synchronization 2026-04-15 10:31:01 +08:00
e42b0dc50b refactor(rendering): move sequence graph pass authoring into contract 2026-04-15 10:30:04 +08:00
1c9f9a835d refactor(new_editor/app): isolate cross-window drop support 2026-04-15 08:56:57 +08:00
31a979f779 refactor(rendering): route camera-stage graph pass recording through contract 2026-04-15 08:51:40 +08:00
302a13bc99 refactor(new_editor/app): split native renderer lifecycle hotspots 2026-04-15 08:49:14 +08:00
6f1a7120d2 refactor(rendering): move stage graph pass context into contract 2026-04-15 08:45:42 +08:00
0e7bf8d16e refactor(new_editor/app): split frame support and texture decoding 2026-04-15 08:45:04 +08:00
9f3ea11dbc refactor(rendering): move fullscreen stage source binding into contract 2026-04-15 08:38:58 +08:00
f049d9d29e refactor(new_editor/app): split window manager and editor context hotspots 2026-04-15 08:37:07 +08:00
ecb7f24794 refactor(rendering): share camera-stage sequence recording loop 2026-04-15 08:25:48 +08:00
9e5954cf0a refactor(new_editor/app): reorganize host structure and add smoke test 2026-04-15 08:24:06 +08:00
3617b4840b refactor(rendering): route camera-stage fallback pass through graph contract 2026-04-15 08:18:36 +08:00
ac5bf9976d refactor(rendering): formalize camera-stage fallback surface contract 2026-04-15 08:14:13 +08:00
c7241338c9 refactor(rendering): route camera-stage recording through shared graph contract 2026-04-15 08:10:06 +08:00
2cda9fd24a Rendering: formalize main-scene graph contract 2026-04-15 07:56:00 +08:00
8b156dd112 docs(new_editor): archive legacy plans and define consolidation roadmap 2026-04-15 07:52:56 +08:00
0c9a67aaca Rendering: formalize render-pass graph contract 2026-04-15 07:39:28 +08:00
c58c28529f Rendering: formalize camera-frame graph builder context 2026-04-15 07:27:09 +08:00
83f55ed5c0 Rendering: formalize render graph recording context 2026-04-15 07:15:48 +08:00
aa727202af Add managed render pipeline selection bridge 2026-04-15 01:57:14 +08:00
ec6965b0dd Add scriptable render pipeline host 2026-04-15 01:33:42 +08:00
82b8bd22cc Introduce native render pipeline host 2026-04-15 01:26:25 +08:00
d0ce2d7883 Centralize render-graph recording context builders 2026-04-15 01:18:15 +08:00
65b3078c7f Extract builtin forward main-scene graph builder 2026-04-15 01:07:59 +08:00
f6fb396a41 Move camera frame plan logic out of public header 2026-04-15 01:00:40 +08:00
f064d6ed68 Extract camera frame fullscreen stage planner 2026-04-15 00:53:51 +08:00