Rbanh commented on issue Falling-Metal-Int.../Blacksite#4 2026-06-06 03:16:23 -04:00
BS-JD-002 - Scene document abstraction above DynamicScene RON

Implementation progress in working tree:

  • Added scene::document with SceneDocument, SceneEntity, SceneEntityId, SceneComponentBlob, ScenePatch, and SceneTransform.
  • SceneDocument
Rbanh commented on issue Falling-Metal-Int.../Blacksite#9 2026-06-06 03:11:57 -04:00
BS-JD-007 - Viewport productivity controls

Partial progress in 2fa6410:

  • Viewport camera input now respects egui text focus and viewport focus.
  • RMB look hides the cursor while held and restores it on release/cancel.
  • Camera…
Rbanh commented on issue Falling-Metal-Int.../Blacksite#8 2026-06-06 03:11:44 -04:00
BS-JD-006 - Selection and editing shortcut polish

Additional partial progress in 19c4d01/2fa6410:

  • Multi-select gizmo movement now applies live to all selected actors rather than only updating peers on release.
  • Added `selection.reset_trans…
Rbanh commented on issue Falling-Metal-Int.../Blacksite#7 2026-06-06 03:11:43 -04:00
BS-JD-005 - Command palette polish and fuzzy matching

Additional partial progress in 19c4d01:

  • Ctrl+P now focuses the filter when opened.
  • First filtered command is selected by default.
  • Up/Down navigation and Enter execution work without…
Rbanh commented on issue Falling-Metal-Int.../Blacksite#5 2026-06-06 03:11:38 -04:00
BS-JD-003 - Editor metadata for components

Progress landed in 2fa6410:

  • Extended component registry metadata with descriptions, hidden state, recommendations, conflicts, categories, and hydration-effect notes.
  • Add Component UX is now…
Rbanh commented on issue Falling-Metal-Int.../Blacksite#4 2026-06-06 03:11:37 -04:00
BS-JD-002 - Scene document abstraction above DynamicScene RON

Starting this next.

Initial implementation target:

  • Add crates/scene/src/document.rs with SceneDocument, SceneEntity, SceneComponentBlob, and ScenePatch types.
  • Keep the first pass as…
Rbanh commented on issue Falling-Metal-Int.../Blacksite#1 2026-06-06 03:11:34 -04:00
BS-JD-ROADMAP - Jackdaw-inspired editor production roadmap

M0 progress update from local commits 19c4d01 and 2fa6410:

  • Closed out the Jackdaw adoption/source policy via ADR 0020 and PR checklist updates.
  • Advanced component metadata/Add Component…
Rbanh pushed to main at Falling-Metal-Int.../Blacksite 2026-06-06 03:08:51 -04:00
2fa64106c8 Polish inspector add component workflow
19c4d017dc Start M0 editor workflow polish
Compare 2 commits »
Rbanh commented on issue Falling-Metal-Int.../Blacksite#7 2026-06-06 02:15:36 -04:00
BS-JD-005 - Command palette polish and fuzzy matching

Partially addressed in local commit 19c4d01 (Start M0 editor workflow polish).

Covered:

  • Command palette filter takes focus immediately on Ctrl+P.
  • First filtered command is selected. -…
Rbanh commented on issue Falling-Metal-Int.../Blacksite#8 2026-06-06 02:15:33 -04:00
BS-JD-006 - Selection and editing shortcut polish

Partially addressed in local commit 19c4d01 (Start M0 editor workflow polish).

Covered:

  • Added selection.reset_transform to the command palette.
  • Reset supports multi-selection with one…
Rbanh closed issue Falling-Metal-Int.../Blacksite#2 2026-06-06 02:15:30 -04:00
BS-JD-000 - Adoption policy, license notes, and source attribution
Rbanh commented on issue Falling-Metal-Int.../Blacksite#2 2026-06-06 02:15:28 -04:00
BS-JD-000 - Adoption policy, license notes, and source attribution

Implemented in local commit 19c4d01 (Start M0 editor workflow polish).

Scope:

  • Added ADR 0020 for Jackdaw-inspired source/attribution policy.
  • Indexed ADR 0020 and the Jackdaw roadmap plan…
Rbanh commented on issue Falling-Metal-Int.../Blacksite#1 2026-06-06 01:49:27 -04:00
BS-JD-ROADMAP - Jackdaw-inspired editor production roadmap

Created issue index

M0 - Foundation and polish seams

  • #2 BS-JD-000 - Adoption policy, license notes, and source attribution
  • #3 BS-JD-001 - Project launcher and sandbox profiles
  • #4…
Rbanh opened issue Falling-Metal-Int.../Blacksite#36 2026-06-06 01:49:11 -04:00
BS-JD-505 - First-hour usability polish pass
Rbanh opened issue Falling-Metal-Int.../Blacksite#35 2026-06-06 01:49:08 -04:00
BS-JD-504 - Documentation and issue board structure
Rbanh opened issue Falling-Metal-Int.../Blacksite#34 2026-06-06 01:49:06 -04:00
BS-JD-503 - Performance budgets and editor profiler panel
Rbanh opened issue Falling-Metal-Int.../Blacksite#33 2026-06-06 01:49:05 -04:00
BS-JD-502 - Tool regression tests and undo invariants
Rbanh opened issue Falling-Metal-Int.../Blacksite#32 2026-06-06 01:49:04 -04:00
BS-JD-501 - Editor sample scenes and regression pack
Rbanh opened issue Falling-Metal-Int.../Blacksite#30 2026-06-06 01:48:38 -04:00
BS-JD-404 - BRP remote inspector write prototype
Rbanh opened issue Falling-Metal-Int.../Blacksite#31 2026-06-06 01:48:38 -04:00
BS-JD-405 - Out-of-process game preview spike