orbit/dev
Brian Fertig 7138d153fa Add research console with Exploration tech tree and save persistence
- Full-screen RESEARCH window: looping archive feed, category tabs, branching
  DAG tech tree (top-down layout), per-tech dossier + RESEARCH button, deck
  progress bar
- Pure rules layer (ResearchModel / ResearchState) is Node-testable; the
  window is a passive view and GameScene owns effects, toasts, and saves
- First category **Exploration** (Tether Level 1–4, Tether Anchoring, Signal
  Amplification) lives in data/research/exploration.json; adding a category
  = one JSON file + one registry line + one manifest line
- Effects seam: `tether.level` grows the home tether via TetherField.setLevel;
  `capability` flags land on scene.researchCapabilities for future systems
- Save/restore round-trips an in-flight project (remainingMs captured at save,
  startedAt rebuilt on load); old saves without research still load
- Dev tooling: dev/cdp-shot.mjs (CDP screenshot with readiness wait),
  dev/research-shot.html/.mjs (boots the console + starts a run for a shot)
- Assets: gasgiant planet frame 03, takeoff/landing clips, research-computer
  feed; planets.png/.psd updated
2026-09-05 14:59:27 -06:00
..
asteroids.test.mjs
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.test.mjs
landing-click.html Add SurfaceScene with landing video and surface deck 2026-09-04 21:25:44 -06:00
landing-click.mjs Add SurfaceScene with landing video and surface deck 2026-09-04 21:25:44 -06:00
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 research console with Exploration tech tree and save persistence 2026-09-05 14:59:27 -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 Continue button to main menu for resuming newest save 2026-09-05 12:30:16 -06:00
scan-test.html Add deep-scan sonar pulse replacing the Build action button 2026-09-05 00:29:17 -06:00
scan-test.mjs Add deep-scan sonar pulse replacing the Build action button 2026-09-05 00:29:17 -06:00
scan.test.mjs Add deep-scan sonar pulse replacing the Build action button 2026-09-05 00:29:17 -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 Add SurfaceScene with landing video and surface deck 2026-09-04 21:25:44 -06:00
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 Add take-off clip to surface scene before resuming flight 2026-09-04 22:44:51 -06:00
surface-hud-shot.html Add upper-left surface HUD showing planet name, type, and tether level 2026-09-04 23:23:41 -06:00
surface-hud-shot.mjs Add upper-left surface HUD showing planet name, type, and tether level 2026-09-04 23:23:41 -06:00
surface-hud.html Add upper-left surface HUD showing planet name, type, and tether level 2026-09-04 23:23:41 -06:00
surface-hud.mjs Add upper-left surface HUD showing planet name, type, and tether level 2026-09-04 23:23:41 -06:00
surface-shot.html Add SurfaceScene with landing video and surface deck 2026-09-04 21:25:44 -06:00
surface-shot.mjs Add take-off clip to surface scene before resuming flight 2026-09-04 22:44:51 -06:00
surface-test.html Add SurfaceScene with landing video and surface deck 2026-09-04 21:25:44 -06:00
system-hud.test.mjs Add research console with Exploration tech tree and save persistence 2026-09-05 14:59:27 -06:00
test-game.html
tether.test.mjs
wdshot.mjs
zorder-test.html
zorder-test.mjs