orbit/js/galaxy
Brian Fertig 568b1feaf2 Add route/destination visualization to map console
- Draw the active SET DESTINATION path in orange on galaxy lanes and circle the destination star with a breathing ring
- On the current-system chart, circle the destination object when it is in this system, or show the route exit gate plus a dashed ship-to-gate line when the destination is elsewhere
- Carry `route` edge keys and `destinationId` through `buildGalaxySnapshot`, `mapChartSnapshot`, and `systemChartSnapshotFor` so views can render the course
- Add dev screenshot harnesses (route-shot, exit-gate-shot) and extend galaxy-map tests to cover route/destination flags
- Document the new visualization in PROJECT_NOTES.md and add a takeoff video asset
2026-09-07 21:48:50 -06:00
..
Discovery.js
Galaxy.js
GalaxyChart.js Add route/destination visualization to map console 2026-09-07 21:48:50 -06:00
JumpNetwork.js
JumpTravel.js
PlanetFrames.js
Route.js Add SET DESTINATION route plotting with compass guidance 2026-09-07 20:10:15 -06:00
SystemChart.js Add route/destination visualization to map console 2026-09-07 21:48:50 -06:00
SystemGenerator.js Fix gate facing so gates sit on the destination side of system center 2026-09-07 14:37:21 -06:00
SystemReport.js