[Freeciv-Dev] Re: (PR#10276) Goto bug
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10276 >
Benoit Hudson wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=10276 >
>
> How about storing the waypoints explicitely in the unit struct (instead of
> just one
> goto_dest, have an array)? Then each turn the client can just replan. This
> has the
> benefit of dealing with the problem of random movements, new roads, enemy
> units
> blocking the path (that is, noticing this before sidling up next to it). The
> number of
> units under goto control probably isn't so large that this would make things
> too
> compute-expensive.
I absolutely do not want orders to turn into a client-side agent. It
should be a tool for the player, nothing more. Doing otherwise just
leads to escalading complication.
In particular, once the player has entered the path it should be
followed exactly as shown. If he wants to change it he can do so by
making a new path.
jason
|
|