feat: simplified local-space and celestial, removed bubbles

This commit is contained in:
2026-03-18 08:49:35 -04:00
parent 00a008bda5
commit 933c6afd08
19 changed files with 246 additions and 448 deletions

View File

@@ -15,8 +15,7 @@ public sealed record ShipSnapshot(
string? BehaviorPhase,
string ControllerTaskKind,
string? CommanderObjective,
string? NodeId,
string? BubbleId,
string? CelestialId,
string? DockedStationId,
string? CommanderId,
string? PolicySetId,
@@ -46,8 +45,7 @@ public sealed record ShipDelta(
string? BehaviorPhase,
string ControllerTaskKind,
string? CommanderObjective,
string? NodeId,
string? BubbleId,
string? CelestialId,
string? DockedStationId,
string? CommanderId,
string? PolicySetId,
@@ -69,8 +67,7 @@ public sealed record ShipActionProgressSnapshot(
public sealed record ShipSpatialStateSnapshot(
string SpaceLayer,
string CurrentSystemId,
string? CurrentNodeId,
string? CurrentBubbleId,
string? CurrentCelestialId,
Vector3Dto? LocalPosition,
Vector3Dto? SystemPosition,
string MovementRegime,