Complete.Org: Mailing Lists: Archives: freeciv-ai: March 2006:
[freeciv-ai] Re: (PR#16006) Beta1: AI debug command wording
Home

[freeciv-ai] Re: (PR#16006) Beta1: AI debug command wording

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: chrisk@xxxxxxxxx
Subject: [freeciv-ai] Re: (PR#16006) Beta1: AI debug command wording
From: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Mon, 27 Mar 2006 12:42:01 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=16006 >

On 3/23/06, Christian Knoke <chrisk@xxxxxxxxx> wrote:
> From server/commands.c:
>
>  {"debug",     ALLOW_CTRL,
>    N_("debug [ player <player> | city <x> <y> | units <x> <y> | unit <id> "
>       "| tech <player> | timing | info]"),
>    N_("Turn on or off AI debugging of given entity."),
>    N_("Print AI debug information about given entity and turn continous "
>       "debugging output for this entity on or off."),
>   },
>
> Shouldn't this be
>
>    N_("debug [ player <player> | city <x> <y> | units <x> <y> | unit <id> "
>       "| tech <tech> | timing | info]"),

No, because you are not debugging a tech, but an AI player's handling techs.

  - Per





[Prev in Thread] Current Thread [Next in Thread]
  • [freeciv-ai] Re: (PR#16006) Beta1: AI debug command wording, Per I. Mathisen <=