Re: RFE: corruption should depend on the effective distance to the capital

Jason Dorje Short <[email protected]> Sun, 11 Jun 2006 17:28:21 -0400
Newsgroups gmane.games.freeciv.general
Message-ID <[email protected]>
What PF does is basically a breadth-first-search, equivalent to the 
flood fill just described.  It is equivalent to A*, but since minimum 
move cost is 0 (from railroads) this doesn't help at all (though in 
theory A* should be used for air and sea paths; hopefully it is and if 
not that should be a fairly simple addition).

-jason