|
@@ -2,10 +2,11 @@
|
|
|
|
|
|
## TODO
|
|
|
|
|
|
+* work on find trade pairs/find best/find ok trades. We have data to work with now.
|
|
|
* make a program that reads the logs and feeds it into the director.
|
|
|
* any problems -- exit and save your logs! we can simulate/reproduce the problem. :D
|
|
|
* This can be the beginnings of tests. Navigate 4-5 sectors, test that the galaxy is set correct. Are the warps right, are the ports right.
|
|
|
-* 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! (Assuming it works. We'll have to see with a port I've never docked with.)
|
|
|
+* 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!
|
|
|
* ~~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.~~
|
|
|
* define the functions (server_line, server_prompt [default to null/not set], client_input). And defaults "to_client, to_server" -- but those won't ever change.
|