[Freeciv-Dev] Re: (PR#7230) patrolling tririemes may sink
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=7230 >
On Mon, 26 Jan 2004, Jason Short wrote:
>
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=7230 >
>
> > [Gregory.Berkolaiko@xxxxxxxxxxxxx - Mon Jan 26 19:15:50 2004]:
>
> > > Perhaps this solution isn't as simple as it seems. Since it's
> > > distinctly less than optimal, it should only be used for units that
> > have
> > > danger positions. But how are we to know which units those are?
> >
> > add a function
> >
> > bool pf_is_danger_defined(struct pf_parameter *param)
> > {
> > return (param->is_pos_dangerous != NULL);
> > }
> >
> > to the PF. Call it after the parameters are filled in the patrol
> > route
> > creating code.
>
> Is that better than just checking the param->is_pos_dangerous value when
> we set it?
Sorry, of course you can just check it, there is no encapsulation issue.
Raimar is right.
G.
- [Freeciv-Dev] Re: (PR#7230) patrolling tririemes may sink, Per I. Mathisen, 2004/01/11
- [Freeciv-Dev] Re: (PR#7230) patrolling tririemes may sink, Mark Metson, 2004/01/11
- [Freeciv-Dev] Re: (PR#7230) patrolling tririemes may sink, Brandon J. Van Every, 2004/01/11
- [Freeciv-Dev] Re: (PR#7230) patrolling tririemes may sink, Raimar Falke, 2004/01/12
- [Freeciv-Dev] (PR#7230) patrolling tririemes may sink, Jason Short, 2004/01/26
- [Freeciv-Dev] Re: (PR#7230) patrolling tririemes may sink, Raimar Falke, 2004/01/26
- [Freeciv-Dev] (PR#7230) patrolling tririemes may sink, Jason Short, 2004/01/26
- [Freeciv-Dev] Re: (PR#7230) patrolling tririemes may sink, Gregory Berkolaiko, 2004/01/26
- [Freeciv-Dev] (PR#7230) patrolling tririemes may sink, Jason Short, 2004/01/26
- [Freeciv-Dev] Re: (PR#7230) patrolling tririemes may sink,
Gregory Berkolaiko <=
- [Freeciv-Dev] Re: (PR#7230) patrolling tririemes may sink, Gregory Berkolaiko, 2004/01/26
- [Freeciv-Dev] (PR#7230) patrolling tririemes may sink, Jason Short, 2004/01/28
- [Freeciv-Dev] Re: (PR#7230) patrolling tririemes may sink, Jason Short, 2004/01/28
- [Freeciv-Dev] Re: (PR#7230) patrolling tririemes may sink, Gregory Berkolaiko, 2004/01/28
|
|