[Freeciv-Dev] Re: (PR#3771) Uproar display of cities
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Gregory Berkolaiko wrote:
> On Fri, 18 Jul 2003, Jason Short wrote:
>
>
>>[ChrisK@xxxxxxxx - Sat Mar 22 21:43:37 2003]:
>>
>>
>>>CVS 22 MAR 2003 GTK 1
>>>
>>>This is a longstanding one. Time to report.
>>>
>>>The uproar display of enemy cities comes too late:
>>>It is caused by a unit which occupies a tile the city is using,
>>>thus preventing it from use, giving uproar. The lightning sign is not
>>>shown when this happens, but only when another unit is moving in sight of
>>>the city, *after* the city has fallen in uproar.
>>
>>Hmm, after a closer look it seems that you should not see the uproar
>>information of enemy cities at all in most cases. This information is
>>sent only in the full city packet and only by way of telling you about
>>each and every citizen. It's up to the client to then calculate the
>>city's status.
>>
>>So, we have two choices:
>>
>>- Find where the full city packet is erronously (I think) being sent out.
>>
>>- Do something like we did with pcity->occupied; introduce
>>pcity->rapture and pcity->disorder that are only used at the client
>>side. Go through the whole same set of bugs that we did with
>>pcity->occupied.
>
>
> I don't see why you call the above "choices". We must do both: find full
> city packet and kill it AND introduce happy_state to the short packet.
> This will help us to fix the occupied bugs as well.
>
> Also, the set of bugs we will go through will be different from the
> "occupied" one ;)
The choice is whether the client should see the disorder status or not.
The consensus seems to be that it should. So in that case you're
right; we should do both of the above (although the former is probably
an unrelated bug).
jason
- [Freeciv-Dev] Re: (PR#3771) Uproar display of cities, Gregory Berkolaiko, 2003/07/17
- [Freeciv-Dev] Re: (PR#3771) Uproar display of cities, Gregory Berkolaiko, 2003/07/19
- Message not available
- [Freeciv-Dev] Re: (PR#3771) Uproar display of cities,
Jason Short <=
- Message not available
- [Freeciv-Dev] Re: (PR#3771) Uproar display of cities, Jason Short, 2003/07/25
- Message not available
- [Freeciv-Dev] Re: (PR#3771) Uproar display of cities, Jason Short, 2003/07/25
- Message not available
- [Freeciv-Dev] Re: (PR#3771) Uproar display of cities, ChrisK@xxxxxxxx, 2003/07/25
- Message not available
- [Freeciv-Dev] Re: (PR#3771) Uproar display of cities, Jason Short, 2003/07/25
- Message not available
- [Freeciv-Dev] Re: (PR#3771) Uproar display of cities, ChrisK@xxxxxxxx, 2003/07/25
- Message not available
- [Freeciv-Dev] Re: (PR#3771) Uproar display of cities, Jason Short, 2003/07/25
- Message not available
- [Freeciv-Dev] Re: (PR#3771) Uproar display of cities, ChrisK@xxxxxxxx, 2003/07/25
[Freeciv-Dev] Re: (PR#3771) Uproar display of cities, Gregory Berkolaiko, 2003/07/25
|
|