[Freeciv-Dev] Re: (PR#2370) Path finding
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Mon, 17 Feb 2003, Raimar Falke wrote:
> On Mon, Feb 17, 2003 at 04:59:19AM -0800, Gregory Berkolaiko wrote:
> >
> > I remembered something that is really essential and that we forgot to put
> > it:
> >
> > pf_get_position(map, pos, x, y)
> >
> > This way we can query the map which is already made.
>
> Do you mean
>
> pf_path tmp;
>
> pf_get_path(map, x, y, &tmp);
> foobar = pf_last_position(&path);
>
> ?
Precisely, but without wasting time on lifting the whole path off the map.
G.
- [Freeciv-Dev] Re: (PR#2370) Path finding, (continued)
[Freeciv-Dev] Re: (PR#2370) Path finding, Gregory Berkolaiko, 2003/02/13
[Freeciv-Dev] Re: (PR#2370) Path finding, Gregory Berkolaiko, 2003/02/13
[Freeciv-Dev] Re: (PR#2370) Path finding, Gregory Berkolaiko, 2003/02/16
[Freeciv-Dev] Re: (PR#2370) Path finding, Gregory Berkolaiko, 2003/02/17
[Freeciv-Dev] Re: (PR#2370) Path finding,
Gregory Berkolaiko <=
[Freeciv-Dev] Re: (PR#2370) Path finding, Gregory Berkolaiko, 2003/02/18
[Freeciv-Dev] Re: (PR#2370) Path finding, Gregory Berkolaiko, 2003/02/18
[Freeciv-Dev] Re: (PR#2370) Path finding, Gregory Berkolaiko, 2003/02/19
|
|