bbsbot 2026-03-27
Stardock navigation rewrite, uwarp sector/port data loading, bust recovery fixes
34 files · 1,573+ · 180-

Stardock navigation rewrite and uwarp data loading

2 files changed
  • stardock.py _enter_stardock rewritten with polling loop for reliable stardock navigation; stardock discovery improved; stale ref restart added
  • pathfinding.py uwarp sector and port data loading fixed for pathfinding and trade route calculation
  • _enter_stardock rewritten with a polling loop to reliably detect entry into Stardock regardless of screen state variations. Stardock discovery corrected for non-standard sector numbers. stale_refs restart added. Sector max corrected for 2500-sector games. uwarp sector and port data loading fixed so pathfinding and trade route evaluation use correct data. remediate behavioral
    2 files
    • stardock.py
    • pathfinding.py

Bust and recovery loop fixes

1 file changed
  • recovery.py Bust dead accounts from recovery loop; fix stardock bank blank screen; skip space-send in recovery death path to prevent EscPod restart
  • Dead/busted accounts now removed from the recovery loop to prevent endless retry on unrecoverable accounts. Stardock bank blank screen handled. Space key suppressed in the recovery death path to prevent accidental Escape Pod restart. remediate behavioral
    1 file
    • recovery.py