Skip to content

Commit

Permalink
docs: add to todos
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Mar 11, 2024
1 parent 9860d5a commit b32761a
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,25 @@ How did 98 get a buy job!?

I think it happens due to ships not being added immediately after purchase?

๐Ÿ›ธ#8 siphoner โœˆ๏ธ to TA36-H51, -6ms left
๐Ÿ›ธ#8 siphoner โœ๏ธ shipyard data @ X1-TA36-H51
๐Ÿ›ธ#8 siphoner Purchased SHIP_MINING_DRONE for 39,274c -> ๐Ÿฆ 653,810c
๐Ÿ›ธ#8 siphoner Bought ship: ESEIDEL2-A
[WARN] ๐Ÿ›ธ#8 siphoner Purchased ESEIDEL2-A (SHIP_MINING_DRONE)!
[WARN] Adding missing ship ESEIDEL2-A
๐Ÿ›ธ#A miner โœ๏ธ shipyard data @ X1-TA36-H51
๐Ÿ›ธ#A miner Purchased SHIP_MINING_DRONE for 41,176c -> ๐Ÿฆ 612,634c
๐Ÿ›ธ#A miner Bought ship: ESEIDEL2-B
[WARN] ๐Ÿ›ธ#A miner Purchased ESEIDEL2-B (SHIP_MINING_DRONE)!
[WARN] Adding missing ship ESEIDEL2-B
[WARN] ๐Ÿ›ธ#B miner No mine job. Disabling Behavior.miner for ESEIDEL2-B for 10m.
[WARN] ๐Ÿ›ธ#A miner No mine job. Disabling Behavior.miner for ESEIDEL2-A for 10m.

My theory is this happens when we do top of loop in between when the ship was
purchased and when the new ship is scheduled?

How does it end up with a second buy job?

### Routing trouble in trade planning?

๐Ÿ›ธ#1 โœˆ๏ธ to AQ24-C39, -5ms left
Expand Down Expand Up @@ -1338,5 +1357,6 @@ the planner?
- Add warp planner.
- Add logic for explorers to go to more systems (via warp).

### Move constructionSellOpps, etc. onto a ConstructionState object?

### Move constructionSellOpps, etc. onto a ConstructionState object?
### Fix Refuel navigation to actually work (see TODO in navigation.dart)

0 comments on commit b32761a

Please sign in to comment.