Complete.Org:
Mailing Lists:
Archives:
freeciv:
June 2006: [Freeciv] Re: RFE: corruption should depend on the effective distance to |
[Freeciv] Re: RFE: corruption should depend on the effective distance to[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
|