[Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Hi!
Thue wrote:
> On Saturday 04 August 2001 21:04, michael42@xxxxxxxxxx wrote:
> > Full_Name: Michael Grundel
> > Version: 1.11.10
> > Distribution: Built from source
> > Client: Gtk+
> > OS: linux x86
> > Submission from: (NULL) (62.104.212.93)
> >
> >
> > I have problems with version 1.11.10 (downloaded today):
> >
> > With the trident tiles:
> > The units present in the city are not displayed in the city dialog.
> > When I rearrange the settlers the display is updated and the units
> > are displayed, but the next time I open the city, they are gone
> > again.
> >
> > Isometric version:
> > Quits with a "Floating point exception" when I open a city dialog.
> >
> > None of these problems occured with 1.11.6 (the last version I tried
> > out).
> >
>
> I can't reproduce this. Could someone who can reproduce this try to
> debug it? The relevant function is city_dialog_update_present_units()
> in client/gui-gtk/citydlg.c
Thanks for the pointer.
I do not have much time to debug this, but I have found the problem:
pdialog->NUM_UNITS_SHOWN is not set correctly by function
recalculate_NUM_UNITS_SHOWN.
When I open the city dialog (trident) pdialog->NUM_UNITS_SHOWN is
always -1. When I rearrange a worker, it is set to 13 and then the
units are displayed.
With the isometric view pdialog->NUM_UNITS_SHOWN is set to 0, so there
is a div by 0.
Some code must have changed there since 1.11.6 because 1.11.6 worked fine.
Maybe the person who did the changes can take a look?
Michael
--
email: michael42@xxxxxxxxxx
- [Freeciv-Dev] units not displayed in city dialog of 1.11.10 (PR#874), michael42, 2001/08/04
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874), Thue, 2001/08/04
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874),
Michael Grundel <=
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874), Thue, 2001/08/05
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874), Thue, 2001/08/05
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874), Michael Grundel, 2001/08/05
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874), Thue, 2001/08/05
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874), Greg Wooledge, 2001/08/05
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874), Thue, 2001/08/05
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874), Vasco Alexandre Da Silva Costa, 2001/08/05
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874), Thue, 2001/08/05
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874), Vasco Alexandre Da Silva Costa, 2001/08/05
- [Freeciv-Dev] Re: units not displayed in city dialog of 1.11.10 (PR#874), Michael Grundel, 2001/08/05
|
|