orbit/dev
Brian Fertig 0b92cb7b98 Galaxy refactor: 200 systems, object-composition, dormant gates, frame diversity
- Galaxy shrunk to 200 systems (data/galaxy.json) — always fully known,
  generation ~15 ms; roster/content two-level design unchanged.
- Object composition replaces planetCount (data/systems.json → objectCount):
  10% barren (jump-gate-only), else 2/3/4/5 objects (planets + free-space
  stations) at 15/30/30/15. One unified roll (rollSystemComposition) shared
  by the content generator and the frame pass.
- Barren systems: no planets, no stations, no asteroid clusters; their
  single gate sits on the star→destination ray at barrenDistance (8192 px).
  Strong connectivity keeps them reachable.
- Jump gates are DORMANT by default: every gate record carries
  active:false, the entity renders dim with a still field. Activation is
  the seam for the tether mechanic (an activated gate anchors a level-1
  tether). data/gates.json gains barrenDistance.
- Frame diversity (js/galaxy/PlanetFrames.js): one galaxy-wide pass spreads
  (class, frame) across the galaxy — fixed spatial order, least-used face
  among already-assigned nearest stars, seeded tie-breaks. Stamps
  planet.frame + content.homeFrame, read by GameScene.
- Tests: dev/frames.test.mjs added; jumps/galaxy/discovery/jumpgate/asteroids
  suites updated to the new rules (composition buckets, barren gates,
  active flags, frame determinism/spread, 5-object max, index clamps).
- Docs (README, PROJECT_NOTES) and stale 40k references updated.
2026-09-06 13:06:29 -06:00
..
asteroids.test.mjs Galaxy refactor: 200 systems, object-composition, dormant gates, frame diversity 2026-09-06 13:06:29 -06:00
build-check.html Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
build-check.mjs Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
builds.test.mjs Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
cdp-eval.mjs
cdp-firefox.mjs
cdp-shot.mjs Add research console with Exploration tech tree and save persistence 2026-09-05 14:59:27 -06:00
cdpshot.mjs
clickout-test.html
clickout-test.mjs
comms-click.html
comms-click.mjs
comms-shot.html
comms-shot.mjs
decode.test.mjs
discovery.test.mjs Galaxy refactor: 200 systems, object-composition, dormant gates, frame diversity 2026-09-06 13:06:29 -06:00
frames.test.mjs Galaxy refactor: 200 systems, object-composition, dormant gates, frame diversity 2026-09-06 13:06:29 -06:00
galaxy.test.mjs Galaxy refactor: 200 systems, object-composition, dormant gates, frame diversity 2026-09-06 13:06:29 -06:00
jumpgate.test.mjs Galaxy refactor: 200 systems, object-composition, dormant gates, frame diversity 2026-09-06 13:06:29 -06:00
jumps.test.mjs Galaxy refactor: 200 systems, object-composition, dormant gates, frame diversity 2026-09-06 13:06:29 -06:00
landing-click.html
landing-click.mjs
mineral-hud.test.mjs Replace tether HUD with live mineral hold readout bar 2026-09-05 12:12:18 -06:00
mining-test.html
mining-test.mjs
mining.test.mjs Replace tether HUD with live mineral hold readout bar 2026-09-05 12:12:18 -06:00
music.test.mjs Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
phaser-loader.mjs Add mining economy: rock shrink, split/shatter, and mineral hold 2026-09-05 11:18:35 -06:00
phaser-stub.mjs Replace tether HUD with live mineral hold readout bar 2026-09-05 12:12:18 -06:00
planet.test.mjs
popup-shot.html
popup-shot.mjs
reputation.test.mjs
research-builds.test.mjs Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
research-shot.html Add research console with Exploration tech tree and save persistence 2026-09-05 14:59:27 -06:00
research-shot.mjs Add research console with Exploration tech tree and save persistence 2026-09-05 14:59:27 -06:00
saves-ui-test.html
saves-ui-test.mjs
saves.test.mjs Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
scan-test.html
scan-test.mjs
scan.test.mjs
server.mjs Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
sfx.test.mjs Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
ship-behavior.test.mjs Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
shot-firefox.mjs
signal-compass-flow.html Add signal compass UI for scan-revealed undiscovered objects 2026-09-05 00:29:49 -06:00
signal-compass-flow.mjs Add signal compass UI for scan-revealed undiscovered objects 2026-09-05 00:29:49 -06:00
signal-compass.test.mjs Add signal compass UI for scan-revealed undiscovered objects 2026-09-05 00:29:49 -06:00
smoke-game.mjs
starfield.test.mjs
surface-flow.mjs
surface-hud-shot.html
surface-hud-shot.mjs
surface-hud.html
surface-hud.mjs
surface-shot.html
surface-shot.mjs
surface-test.html
system-hud.test.mjs Add jump gate network and in-system gate placement 2026-09-06 11:56:26 -06:00
test-game.html
tether-flow.html Bump tether radius growth to 2× and refresh HUD on build completion 2026-09-05 19:52:54 -06:00
tether-flow.mjs Bump tether radius growth to 2× and refresh HUD on build completion 2026-09-05 19:52:54 -06:00
tether.test.mjs Bump tether radius growth to 2× and refresh HUD on build completion 2026-09-05 19:52:54 -06:00
wdshot.mjs
world-names.test.mjs Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
zorder-test.html
zorder-test.mjs