|
@@ -2,7 +2,13 @@
|
|
|
|
|
|
## TODO
|
|
|
|
|
|
-* I have the ANSI music from Yankee Trader.
|
|
|
+* I have the ANSI music from Yankee Trader. Sound "works" sort-of using ```padsp syncterm202109``` but crackles randomly. (If I remember correctly, the static is more frequent on slower cpus/David's system.) :cry:
|
|
|
+* VoyagerScript: BUG: Handle sectors to avoid. (Query the list, allow sectors to be handled that we should avoid)
|
|
|
+* Sectors of concern: Store sectors that show in density that are > 1000.
|
|
|
+*
|
|
|
+* Move Failed: Show Why and Where. (Which sector, what's the density?)
|
|
|
+*
|
|
|
+* Static linking the proxy to stuff into docker container. We dynamic link boost_threads, filesystem and log right now.
|
|
|
*
|
|
|
* TradeDispatch -- return some value that says we've Traded/or there's nothing here to trade with. (Keep calling TradeDispatch until nothing -- then move on!)
|
|
|
* MoveDispatch -- return success that we moved to a sector. (Should we give it two sectors that we want to trade with -- and have it move to the nearest/closest one?) That way we don't waste a move (going to the furthest one, only to move back to the nearer)?
|
|
@@ -13,17 +19,17 @@
|
|
|
* If I go into a sector with a port, can I do computer/ask about that port? That might be a nicer way of exploring the galaxy -- no need to update ports, we'd already have the port's information! Yes, this works. We also get what we have in our holds. This is great for trading!
|
|
|
* I'm able to tell which port I can start trading with, should I check that before moving? Or is it not worth it to waste X turns?
|
|
|
* FAILED: I have fuel in my holds, ports are only selling fuel.
|
|
|
-2021-11-03 00:26:03.586801 fatal ( director.cpp:252 ) Sector: 9994
|
|
|
-2021-11-03 00:26:03.586900 fatal ( scripts.cpp:180 ) trades: falsetruefalse
|
|
|
-2021-11-03 00:26:03.586945 fatal ( scripts.cpp:181 ) port0:"SSB"
|
|
|
-2021-11-03 00:26:03.586985 fatal ( scripts.cpp:182 ) port1:"SBB"
|
|
|
-2021-11-03 00:26:03.587059 fatal ( scripts.cpp:222 ) !have_buy: port 0
|
|
|
-2021-11-03 00:26:03.401724 trace ( galaxy.cpp:478 ) find_trades: Port 9994,4 9873
|
|
|
-2021-11-03 00:26:03.401771 trace ( galaxy.cpp:496 ) sector: 9994 and 987 tt:3
|
|
|
-2021-11-03 00:26:03.401820 fatal ( director.cpp:487 ) Found 1 possible trade(s).
|
|
|
-2021-11-03 00:26:03.401860 fatal ( director.cpp:488 ) 9994,987 : 3
|
|
|
-2021-11-03 00:26:03.401899 fatal ( scripts.cpp:14 ) ScriptTrader::activate 9994 & 987
|
|
|
-2021-11-03 00:26:03.401939 fatal ( scripts.cpp:21 ) 4 and 3
|
|
|
+ 2021-11-03 00:26:03.586801 fatal ( director.cpp:252 ) Sector: 9994
|
|
|
+ 2021-11-03 00:26:03.586900 fatal ( scripts.cpp:180 ) trades: falsetruefalse
|
|
|
+ 2021-11-03 00:26:03.586945 fatal ( scripts.cpp:181 ) port0:"SSB"
|
|
|
+ 2021-11-03 00:26:03.586985 fatal ( scripts.cpp:182 ) port1:"SBB"
|
|
|
+ 2021-11-03 00:26:03.587059 fatal ( scripts.cpp:222 ) !have_buy: port 0
|
|
|
+ 2021-11-03 00:26:03.401724 trace ( galaxy.cpp:478 ) find_trades: Port 9994,4 9873
|
|
|
+ 2021-11-03 00:26:03.401771 trace ( galaxy.cpp:496 ) sector: 9994 and 987 tt:3
|
|
|
+ 2021-11-03 00:26:03.401820 fatal ( director.cpp:487 ) Found 1 possible trade(s).
|
|
|
+ 2021-11-03 00:26:03.401860 fatal ( director.cpp:488 ) 9994,987 : 3
|
|
|
+ 2021-11-03 00:26:03.401899 fatal ( scripts.cpp:14 ) ScriptTrader::activate 9994 & 987
|
|
|
+ 2021-11-03 00:26:03.401939 fatal ( scripts.cpp:21 ) 4 and 3
|
|
|
* was able to trade ok with 987 & 15611....
|
|
|
* I think there's a bug in the detect "burnt" ports. I don't think it takes into consideration ports that I've seen but not docked with (all percents 0). Whoops!
|
|
|
* If there's a port that's BBB, and there's a SBS or BSS, it should use E.
|
|
@@ -48,6 +54,7 @@
|
|
|
|
|
|
# Done ! yeah!
|
|
|
|
|
|
+* Stale port data: Warn about it. (If > 1 hour ago) (This revealed a meta data loading issue.)
|
|
|
* ~~Setup the prompt timeout. Display prompt + prompt_raw (to verify that this is working)~~
|
|
|
* ~~On the prompt, if there's a \r throw it away and everything left of it.~~
|
|
|
* work on find trade pairs/find best/find ok trades. We have data to work with now.
|