[Freeciv-Dev] [bug #15411] investigating foreign city shows all tiles unworkable

2010-02-18 Thread pepeto
Follow-up Comment #2, bug #15411 (project freeciv): I think the red borders indicate that you (as your player) has no access to these tiles (but the city owner has). It should be similar if your own cities have tiles worked by another city. I think so too, but I guess the normal behaviour

[Freeciv-Dev] [bug #15416] Warnig of Gtk

2010-02-18 Thread Jordi Negrevernis i Font
URL: http://gna.org/bugs/?15416 Summary: Warnig of Gtk Project: Freeciv Submitted by: jorneg Submitted on: Thursday 02/18/10 at 16:29 Category: client-gtk-2.0 Severity: 2 - Minor Priority:

[Freeciv-Dev] [bug #15416] Warning of Gtk

2010-02-18 Thread pepeto
Update of bug #15416 (project freeciv): Summary: Warnig of Gtk = Warning of Gtk ___ Follow-up Comment #1: What is the affected branch? What is your Gtk version? Could you attach your clientrc file?

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes

2010-02-18 Thread pepeto
Follow-up Comment #3, bug #15410 (project freeciv): This is quite annoying, what gcc version do you use? Does anybody has another solution to fix that problem? ___ Reply to this item at: http://gna.org/bugs/?15410

[Freeciv-Dev] [bug #15368] Autoexplore command ignored

2010-02-18 Thread pepeto
Update of bug #15368 (project freeciv): Status: Ready For Test = Fixed Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1437] show changed settings only one time if a comand file is read

2010-02-18 Thread pepeto
Update of patch #1437 (project freeciv): Status: Ready For Test = Done Open/Closed:Open = Closed ___ Reply to this item at:

Re: [Freeciv-Dev] [patch #1181] Asturian nation files

2010-02-18 Thread Xuacu
El dom, 14-02-2010 a les 10:29 +0100, Daniel Markstedt escribió: Hi Xuacu, I for one am still looking forward to ast.po - please share it when you feel it's good enough, but not as late as you forget about it. ;) I'll do it! It's just delayed, not forgotten ;) I guess that if we want to

[Freeciv-Dev] routing crashes

2010-02-18 Thread Karl Goetz
Hi devs, There are three bugs sitting in Debians BTS[1,2,3] which appear to be routing engine related. I'm not sure [3] is involved, but [1] and [2] seem (to a non-dev) to be related. The bugs do have sav files attached (eg [4]), and various level of user feedback. Do these look like symptoms of

[Freeciv-Dev] [bug #15373] Fix health calculation

2010-02-18 Thread Matthias Pfafferodt
Update of bug #15373 (project freeciv): Category:rulesets = general Status:None = Ready For Test Assigned to:None = syntron

[Freeciv-Dev] [bug #15394] add health effect to default/effects.ruleset

2010-02-18 Thread Matthias Pfafferodt
Update of bug #15394 (project freeciv): Status:None = Ready For Test Assigned to:None = syntron ___ Reply to this item at:

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes

2010-02-18 Thread Jordi Negrevernis i Font
Follow-up Comment #4, bug #15410 (project freeciv): jor...@ubuntu:~$ gcc --version gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4) Copyright (C) 2007 Free Software Foundation, Inc. Esto es software libre; vea el código para las condiciones de copia. NO hay garantía; ni siquiera para MERCANTIBILIDAD o

[Freeciv-Dev] [bug #15416] Warning of Gtk

2010-02-18 Thread Jordi Negrevernis i Font
Follow-up Comment #2, bug #15416 (project freeciv): This is branch S2_2. But it only appears on the localized version in spanish not in english... Maybe its a bug in gtk included in ubuntu. libgtk 2.12.9-3ubuntu5 on Ubuntu 8.04 clientrc attached. (file #8164)

[Freeciv-Dev] [bug #15368] Autoexplore command ignored

2010-02-18 Thread Jacob Nevins
Update of bug #15368 (project freeciv): Release: = 2.2.0-RC1 Planned Release: = 2.2.0 ___ Reply to this item at:

[Freeciv-Dev] [bug #15368] Autoexplore command ignored

2010-02-18 Thread Jacob Nevins
Update of bug #15368 (project freeciv): Planned Release: = 2.2.0 ___ Reply to this item at: http://gna.org/bugs/?15368 ___ Message sent

[Freeciv-Dev] [bug #15368] Autoexplore command ignored

2010-02-18 Thread Jacob Nevins
Update of bug #15368 (project freeciv): Release: = 2.2.0-RC1 ___ Reply to this item at: http://gna.org/bugs/?15368 ___ Message sent

[Freeciv-Dev] [bug #15410] Freeciv does not compile with --enable-debug=yes

2010-02-18 Thread Jacob Nevins
Follow-up Comment #5, bug #15410 (project freeciv): Strange, I can't reproduce on Ubuntu Jaunty (9.04), which has a later version of GCC (4.3.3-5ubuntu4). I'd expect more warnings from a newer version, not fewer. ___ Reply to this item

[Freeciv-Dev] [bug #15416] Warning of Gtk

2010-02-18 Thread Jacob Nevins
Follow-up Comment #3, bug #15416 (project freeciv): This doesn't look right in the current SVN po/es.po (r16843): #: client/gui-gtk-2.0/citydlg.c:1331 #, c-format msgid b%s/b - %s citizens msgstr b%sb - %s ciudadanos Second b in msgstr should be /b, I think.

[Freeciv-Dev] [bug #15373] Fix health calculation

2010-02-18 Thread Jacob Nevins
Follow-up Comment #5, bug #15373 (project freeciv): Another issue found while investigating bug #15422: get_trade_illness() has the following code: if (trade_city != NULL trade_city-turn_plague != -1 trade_city-turn_plague - game.info.turn 5) { /* ... call in sick ... */ }

[Freeciv-Dev] [bug #15409] Text Strings not translated in civ script

2010-02-18 Thread Jacob Nevins
Update of bug #15409 (project freeciv): Summary: Text Strings not translated = Text Strings not translated in civ script ___ Follow-up Comment #2: The gettext manual claims it's technically possible:

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-18 Thread Jacob Nevins
Follow-up Comment #1, bug #15422 (project freeciv): The other fix would be to calculate the breakdown on the server and send it to the client -- I think this is what happens with happiness? Recalculating it on the client feels fragile, and if we've got to change the packet format anyway we may

[Freeciv-Dev] [bug #15394] add health effect to default/effects.ruleset

2010-02-18 Thread Jacob Nevins
Follow-up Comment #2, bug #15394 (project freeciv): Actually I've changed my mind about the building descriptions -- I think that descriptions of effects not in a ruleset shouldn't go in its help; it's just confusing to the majority of players who would never go hacking on a ruleset file IMO.

[Freeciv-Dev] [bug #15426] BASE type should be signed

2010-02-18 Thread anonymous
URL: http://gna.org/bugs/?15426 Summary: BASE type should be signed Project: Freeciv Submitted by: None Submitted on: Friday 02/19/2010 at 05:50 CET Category: None Severity: 3 - Normal