orbit/js/ui
Brian Fertig 1d1cb2c150 Add build console with tether-l2 install, dev server, and diagnostics
- Introduce the BUILD deck slot on planet surfaces: full-screen BuildWindow
  (looping feed video, category tabs, build list, dossier + cost + BUILD
  button) backed by pure BuildModel/BuildState rules
- Move tether level 2 from a research effect to a one-off planet build
  (200 minerals, 20 s, requires L1 tether on the world); home world starts
  with tether-l1 pre-installed as a rule re-asserted after load
- Add `node dev/server.mjs` static server sending Cache-Control: no-store to
  stop browsers heuristically caching ES modules (the "new data + old JS" bug)
- Fix world-name casing leak: CommsPanel keeps canonical spelling in the
  landing payload; GameScene.startLanding normalizes via WorldNames.canonicalPlanetName
  so name-keyed build/tether lookups match
- Add in-game diagnostics (orbitDiag/orbitDiagBrief), dev/build-check.html
  self-check page, and Node tests for builds, world names, and save staging
- Persist builds (built records + in-flight remaining time) in the save bank;
  tick on the game-loop clock so a build survives takeoff mid-build
2026-09-05 18:55:29 -06:00
..
ActionBar.js Add shop clip toggle to surface deck 2026-09-05 15:50:09 -06:00
BuildWindow.js Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
CommsPanel.js Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
ConfirmOverlay.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
CyberShape.js
DiscoveryCompass.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
GlitchText.js
MenuButton.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
MenuSubBar.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
MineralHud.js Replace tether HUD with live mineral hold readout bar 2026-09-05 12:12:18 -06:00
MiningPopup.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
ResearchWindow.js Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
SavePanel.js Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
SignalCompass.js
SlotCard.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
Toast.js