temna-net / navbot

Automatically exported from code.google.com/p/navbot
0 stars 0 forks source link

Proper security rating for routes #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment, NavBot just looks at the security rating of the first and 
last systems. In order to find routes that are *really* all high-sec, we 
need to create a second internal map that just connects high-sec systems, 
and search this instead when looking for high-sec routes. The low-sec 
results should then become searches on the whole map. I don't think we 
have any trading users who *only* want to stay in low-sec, so we don't 
need a low-sec only map.

Original issue reported on code.google.com by mark.oco...@gmail.com on 14 Oct 2007 at 8:42

GoogleCodeExporter commented 9 years ago

Original comment by mark.oco...@gmail.com on 5 May 2008 at 6:28

GoogleCodeExporter commented 9 years ago
What's allready done on this issue?

Original comment by bart.ser...@gmail.com on 22 Jul 2008 at 1:00

GoogleCodeExporter commented 9 years ago
I've just committed my sec route changes to svn. I haven't been able to test 
them 
(no EVE account atm)

Original comment by mark.oco...@gmail.com on 23 Jul 2008 at 8:37

GoogleCodeExporter commented 9 years ago
I've updated the map system to have an understanding of 
highsec/lowsec/lowsecShortcuts - and this last item is of important note - 
sometimes 
a route will have more than one path, and one way is highsec, other way is 
lowsec - 
and the profit per warp, etc, will be based on which you go.

So, now all system elements in the map have two paths to go - shortest highsec, 
and 
shortest period - if there is a difference in hops, then there is a lowsec 
shortcut.

Original comment by michael....@gmail.com on 23 Jul 2008 at 4:30

GoogleCodeExporter commented 9 years ago
And I should clarify (re: comment 4), that I've updated locally at this point.

I took a look at the changes Mark made, and they appear to not be similiar to 
mine.

Original comment by michael....@gmail.com on 23 Jul 2008 at 4:31

GoogleCodeExporter commented 9 years ago

Original comment by michael....@gmail.com on 24 Jul 2008 at 2:28

GoogleCodeExporter commented 9 years ago
Security route information is added
- SingleTrip is working
- RoundTrip needs some work (but is not used)
- Tests need some updating

As part of this, I redid the system map in testobjectfactory

Original comment by michael....@gmail.com on 24 Jul 2008 at 2:53