[Freeciv-Dev] Re: (PR#4326) Pathfinding
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Fri, May 30, 2003 at 05:34:51AM -0700, ChrisK@xxxxxxxx wrote:
>
> CVS 30 MAY 2003
>
> Given a settler that can go either
>
> 1) road - road - grassland
>
> or
>
> 2) mountains - grassland
>
> pathfinding chooses 2), although there is a chance for the settler to reach
> the target in one move with 1).
As Gregory said: replace
goto_map.template.turn_mode = TM_WORST_TIME;
in client/goto.c with
goto_map.template.turn_mode = TM_BEST_TIME;
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
"We just typed make..."
-- Stephen Lambrigh, Director of Server Product Marketing at Informix,
about porting their Database to Linux
[Freeciv-Dev] Re: (PR#4326) Pathfinding, Raimar Falke, 2003/06/03
[Freeciv-Dev] Re: (PR#4326) Pathfinding, Gregory Berkolaiko, 2003/06/06
|
|