orbit/data
Brian Fertig 217ba6bedb Add save/load system with 10-slot localStorage bank and UI
- SaveManager: 10-slot localStorage bank (put/get/clear/list/export), corrupt-bank recovery, failed-write surfacing, bulk JSON export
- SaveData: captureState / prepareLoad / consumeRestore / resetRunState — seed + player state round-trip through a shared registry
- MenuSubBar: fold-up drawer off the deck's MENU button (Save Game / Load Game / Return to Main Menu) with animated open/close
- SavePanel: 10-slot pop-up in save or load mode; overwrite + load confirm dialogs; "download all" bulk export; toast feedback
- ConfirmOverlay: split-open confirm dialog for destructive actions
- SlotCard, Toast: per-slot cards and inline feedback strips
- MenuScene: Load Game button (grayed while bank is empty) opens the same panel in load mode
- GameScene: menu sub-bar + save panel wired into deck action, ESC handling, input blocking while modal, applyRestore on scene boot
- Tether HUD moved from above the MENU button to upper-right corner, stacking downward
- MenuButton: disabled (grayed) state and screenFixed option for scrolling-camera UI
- New SFX assets (ui-click, ui-hover) + updated existing FX; gasgiant planet image
- Dev tooling: cdp-firefox.mjs, wdshot.mjs (headless Firefox via geckodriver), saves-ui-test.html/.mjs (integration driver), saves.test.mjs (Node unit tests), system-hud test updates
2026-09-04 13:09:08 -06:00
..
actionbar.json Simplify action bar slots to label-only buttons 2026-09-04 09:12:03 -06:00
asteroids.json Fix asteroid rock overlap and add distinct compass color for clusters 2026-09-04 08:45:28 -06:00
builds.json
galaxy.json
game.json Add the tether: the player's range, a level-1 zone (5120 px) with a glitchy barrier rim 2026-09-03 22:03:29 -06:00
manifest.json Add save/load system with 10-slot localStorage bank and UI 2026-09-04 13:09:08 -06:00
menu.json Add save/load system with 10-slot localStorage bank and UI 2026-09-04 13:09:08 -06:00
naming.json Add asteroid clusters as discoverable, solid objects in each star system 2026-09-04 08:34:55 -06:00
planets.json Rework solar system layout to orbit rings with minSpacing/maxNeighbor ru 2026-09-03 23:01:47 -06:00
research.json
save.json Add save/load system with 10-slot localStorage bank and UI 2026-09-04 13:09:08 -06:00
settlements.json
sfx.json Add SFX, dossier toggle/auto-fold, and tether HUD repositioning 2026-09-04 10:25:37 -06:00
ship.json Replace procedural ship sprite with spritesheet art and facing offset 2026-09-03 21:40:33 -06:00
systems.json
tether.json Add the tether: the player's range, a level-1 zone (5120 px) with a glitchy barrier rim 2026-09-03 22:03:29 -06:00
theme.json