Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2001:
[Freeciv-Dev] Re: More about settlers who cannot add to city: BUG?
Home

[Freeciv-Dev] Re: More about settlers who cannot add to city: BUG?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Martin Olveyra <molv@xxxxxxxxxxxxx>, freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: More about settlers who cannot add to city: BUG?
From: Thue <thue@xxxxxxx>
Date: Tue, 6 Mar 2001 20:44:20 +0100

On Friday 02 March 2001 04:15, Martin Olveyra wrote:
> I see in the code, unithand.c:
>
>       if(pcity->size > game.add_to_size_limit) {
>       notify_player_ex(pplayer, punit->x, punit->y, E_NOEVENT,
>                        _("Game: %s is too big to add %s."),
>                        pcity->name, unit_name);
>
> This implies that, if you try to add a settler to a city with a size
> greater than add_to_size_limit, a message in the output window (is that
> true?) should appear saying you the reason why you cannot do that. However,
> no message appear on my client.

What happens is that the client discovers the error and doesn't even send the 
request to the server. That is why you do not see the popup. But yes, it 
would be nice with an error popup.

-Thue



[Prev in Thread] Current Thread [Next in Thread]