orbit/js
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
..
build Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
config
dev Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
entities Add mining economy: rock shrink, split/shatter, and mineral hold 2026-09-05 11:18:35 -06:00
galaxy
mining Replace tether HUD with live mineral hold readout bar 2026-09-05 12:12:18 -06:00
reputation
research Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
save Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
scan
scenes Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
tether
ui Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
utils Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
vendor
visuals
main.js Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00