Blacksite/docs/editor/release-notes.md
Rbanh f29712d158
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Initial project import
2026-06-05 21:44:45 -04:00

21 lines
819 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Editor Framework Release Notes (1.0 baseline)
## Shipped
- Stable asset registry (`assets/.index/registry.ron`) with import settings
- Prefab instances (`PrefabInstance`) + save-as-prefab workflow
- Unsaved-scene guards on New/Open/Recent
- Hierarchy additive select, reparent/unparent undo, multi-entity gizmo delta
- Typed inspectors with undo (light, physics, primitive, material)
- Add-component menu for authoring markers
- Gameplay markers: `WeaponSpawn`, `TriggerVolume`, `TeamSpawn`, `ObjectiveMarker`
- Command palette execution (Ctrl+P)
- PIE step while paused (F7)
- Net editor state + determinism HUD stub
- `EditorPlugin` / `EditorCommand` extensibility surface
- `cargo run -p validate-levels --manifest-path xtask/Cargo.toml`
## Gates
See [evaluations/](evaluations/) for R1R6 sign-off records.