orbit/js
Brian Fertig 856508ff01 Change galaxy layout to a 2:1 field and harden jump-network construction
- Replace the square star field with a wide (width × height) field whose
  aspect matches the map plate, so the fully-zoomed-out galaxy fills the
  plate instead of letterboxing; recompute zone edges for equal-area thirds
  under the new diagonal CDF.
- Add fitPadded() in SystemChart.js and use it in GalaxyView.js to frame
  the galaxy as a true rectangle fit with a plate-pixel margin, replacing
  the old world-unit padding that left stars on the plate edge.
- Rework the JumpNetwork spanning-tree heuristic to "save the stranded
  first" (attach the candidate with the fewest unvisited non-barren
  neighbors) and strengthen the repair pass: never attach to barren nodes,
  guard swaps against cycles via inSubtree(), and add a last-resort
  fallback that preserves strong connectivity.
- Update tests (galaxy.test.mjs, system-chart.test.mjs) for the field
  bounds and the new fitPadded behavior; refresh README, PROJECT_NOTES,
  and data comments to document the 2:1 field and platePadding knob.
2026-09-08 14:51:19 -06:00
..
build
config
dev
entities Add deep-space station variants with spritesheet art and landing support 2026-09-07 22:23:12 -06:00
galaxy Change galaxy layout to a 2:1 field and harden jump-network construction 2026-09-08 14:51:19 -06:00
mining Add asteroid field depletion and restyle station compass + research edge 2026-09-08 13:18:48 -06:00
quests Add quest tracker HUD with priority system and live checklist 2026-09-08 12:55:10 -06:00
reputation
research Redesign galaxy as sparse 60-system spanning-tree maze without rendered 2026-09-07 14:12:40 -06:00
save Add asteroid field depletion and restyle station compass + research edge 2026-09-08 13:18:48 -06:00
scan
scenes Add asteroid field depletion and restyle station compass + research edge 2026-09-08 13:18:48 -06:00
tether Fix tether visible-arc logic for exact internal tangency 2026-09-08 11:24:02 -06:00
ui Change galaxy layout to a 2:1 field and harden jump-network construction 2026-09-08 14:51:19 -06:00
utils Redesign galaxy as sparse 60-system spanning-tree maze without rendered 2026-09-07 14:12:40 -06:00
vendor
visuals
main.js