[Freeciv-Dev] [bug #16894] Non-ASCII string at mordvin.ruleset

2010-10-19 Thread Marko Lindqvist
URL: http://gna.org/bugs/?16894 Summary: Non-ASCII string at mordvin.ruleset Project: Freeciv Submitted by: cazfi Submitted on: Tuesday 10/19/2010 at 12:30 Category: rulesets Severity: 3 - Normal

[Freeciv-Dev] [patch #2061] [mapimg] define player colors in the ruleset

2010-10-19 Thread Marko Lindqvist
Follow-up Comment #12, patch #2061 (project freeciv): Rulesets definitely are incompatible with S2_2 rulesets, and probably also tilesets. So they definitely should have different capstr in S2_3. I think tileset capstrs used to be kept updated when ever incompatibilities were added in the past,

[Freeciv-Dev] [bug #16896] Language

2010-10-19 Thread anonymous
URL: http://gna.org/bugs/?16896 Summary: Language Project: Freeciv Submitted by: None Submitted on: Tuesday 10/19/2010 at 14:11 CEST Category: general Severity: 4 - Important Priority: 5 -

[Freeciv-Dev] [patch #2021] [mapimg] add magickwand as another toolkit for the creation of map images

2010-10-19 Thread Matthias Pfafferodt
) ___ Additional Item Attachment: File name: 20101019-11-trunk-add-magickwand-as-another-toolkit-for-the-creation-o.patch Size:18 KB ___ Reply to this item at: http://gna.org/patch

[Freeciv-Dev] [bug #16887] generate a full path from a given relative path

2010-10-19 Thread Marko Lindqvist
Follow-up Comment #3, bug #16887 (project freeciv): Please at least add comment to if (tok[0] != '/') that / is not root directory in some environments. (In windows absolute path would start with letter as in C:) Also check that we don't already define such a string as a macro somewhere. IIRC we

[Freeciv-Dev] [bug #16894] Non-ASCII string at mordvin.ruleset

2010-10-19 Thread Daniel Markstedt
Update of bug #16894 (project freeciv): Status:None = Ready For Test Assigned to:None = mixcoatl ___ Follow-up Comment #1: There were two

[Freeciv-Dev] [bug #16896] Indonesian ordinal numbers

2010-10-19 Thread Daniel Markstedt
Update of bug #16896 (project freeciv): Status:None = Need Info ___ Follow-up Comment #1: What do ordinal numbers over 9 look like, e.g. 10th, 21st, 144th, etc? Would a solution where

[Freeciv-Dev] [patch #1953] Ashina, Saka, Sarmatian nations

2010-10-19 Thread Daniel Markstedt
Follow-up Comment #16, patch #1953 (project freeciv): Do you per chance know if it's possible to spell Gökturk like Goektuerk if for some reason umlauts are not available? (like in German) Although ok in German, this looks odd to me in English. Turkish Türkiye is not written as Tuerkey in

[Freeciv-Dev] [patch #1953] Ashina, Saka, Sarmatian nations

2010-10-19 Thread Daniel Markstedt
Follow-up Comment #17, patch #1953 (project freeciv): Saka: Here is a very pretty flag. I have received permission from author to use it. Does that permission include redistribution under the GNU GPL v2? ___ Reply to this item at:

[Freeciv-Dev] [patch #1953] Ashina, Saka, Sarmatian nations

2010-10-19 Thread Andrzej G.
Follow-up Comment #18, patch #1953 (project freeciv): Yes, the author has been informed accordingly. ___ Reply to this item at: http://gna.org/patch/?1953 ___ Message sent via/by Gna!

[Freeciv-Dev] [bug #16865] segfault in sdl client - copy_chars_to_string16()

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

[Freeciv-Dev] [bug #16874] shield upkeep for units is ignored

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

[Freeciv-Dev] [patch #1967] Longer T0 turn

2010-10-19 Thread pepeto
Update of patch #1967 (project freeciv): Status: Ready For Test = In Progress ___ Follow-up Comment #9: This timeout in not displayed to the user at first turn.

[Freeciv-Dev] [patch #1956] Implement bitwise option type in gtk client

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

[Freeciv-Dev] [bug #15559] Client can't connect to its locally started server

2010-10-19 Thread Marko Lindqvist
Follow-up Comment #37, bug #15559 (project freeciv): I'll test everything I can today and tomorrow and commit this if no problems is found. ___ Reply to this item at: http://gna.org/bugs/?15559

[Freeciv-Dev] [bug #15559] Client can't connect to its locally started server

2010-10-19 Thread David Lowe
Follow-up Comment #36, bug #15559 (project freeciv): I do have a PeeCee in the house, but no IPv6. Would it help? ___ Reply to this item at: http://gna.org/bugs/?15559 ___ Message sent

[Freeciv-Dev] [bug #15559] Client can't connect to its locally started server

2010-10-19 Thread Marko Lindqvist
Follow-up Comment #38, bug #15559 (project freeciv): Compiling server for MinGW: ../../../src.patched/server/sernet.c: In function ‘server_open_socket’: ../../../src.patched/server/sernet.c:1056: error: ‘EADDRNOTAVAIL’ undeclared (first use in this function)

[Freeciv-Dev] [patch #1959] Make 'topology', 'killcitizen' 'airliftstyle' bitwise options

2010-10-19 Thread pepeto
Follow-up Comment #3, patch #1959 (project freeciv): Thanks for the tips. New version of the patch attached. (file #10826) ___ Additional Item Attachment: File name: trunk_bitwise_settings2.diff Size:20 KB

[Freeciv-Dev] [bug #16896] Indonesian ordinal numbers

2010-10-19 Thread pepeto
Follow-up Comment #2, bug #16896 (project freeciv): The function appears to be: static const char *number_to_ordinal_string(int num) { static char buf[16]; char fmt[] = (%d%s); fc_assert_action(num 0, num = (num % 10) + 10); if ((num % 10) == 1 num != 11) { fc_snprintf(buf,

[Freeciv-Dev] [bug #16884] What is a Quincy, anyway?

2010-10-19 Thread pepeto
Follow-up Comment #1, bug #16884 (project freeciv): I have no idea of what could be Quincy. I have only copied the team names from Book's rewonder ruleset. ___ Reply to this item at: http://gna.org/bugs/?16884

[Freeciv-Dev] [bug #16880] Context menu: Take AI player fails

2010-10-19 Thread pepeto
Follow-up Comment #1, bug #16880 (project freeciv): The client doesn't know about the allowtake setting. So it blindly assume taking is possible. However your solution to fix is maybe possible in the current implementation. ___ Reply to

[Freeciv-Dev] [bug #16878] Some strings can't be translated

2010-10-19 Thread pepeto
Update of bug #16878 (project freeciv): Category:None = rulesets Status:None = Ready For Test Assigned to:None = pepeto Planned Release:

[Freeciv-Dev] [bug #16884] What is a Quincy, anyway?

2010-10-19 Thread Daniel Markstedt
Follow-up Comment #2, bug #16884 (project freeciv): Technically speaking, it is an English surname with Norman French roots. As with Xanadu, I assume it's just a token word that begins with 'Q'. Most of the other team names are names of colors, but obviously there are no color names beginning

[Freeciv-Dev] [patch #2020] [mapimg] script to generate animated gifs from map images

2010-10-19 Thread pepeto
Follow-up Comment #2, patch #2020 (project freeciv): Is .bin a classical extension of a script? I thought it was mostly used for binary files. Probably .sh is a better extension. Should this pushed into script/? ___ Reply to this item

[Freeciv-Dev] [patch #2019] [mapimg] map image support for the client

2010-10-19 Thread pepeto
Follow-up Comment #17, patch #2019 (project freeciv): There is a small bug in the implementation of the new dialogs. If one does not clicks 'save' but hits enter in the file name text box, the client crashs. I did add an assert (see error.diff) and pdialog is NULL at this point... My

[Freeciv-Dev] [bug #16894] Non-ASCII string at mordvin.ruleset

2010-10-19 Thread Joan Creus
Follow-up Comment #2, bug #16894 (project freeciv): Just for the record, I have done an octal dump of the file, and the c at the word Finnic was in fact characters 0xD1 and 0x81 (the octal dump translated them as a capital Q and a SOH character which is what you get if you drop the high order

[Freeciv-Dev] [bug #16894] Non-ASCII string at mordvin.ruleset

2010-10-19 Thread Jacob Nevins
Follow-up Comment #3, bug #16894 (project freeciv): For what it's worth: D1 81, interpreted as UTF-8, is U+0441 CYRILLIC SMALL LETTER ES, which does appear to be a homograph of the Latin lower case 'c'. http://en.wikipedia.org/wiki/Es_%28Cyrillic%29

[Freeciv-Dev] [patch #2020] [mapimg] script to generate animated gifs from map images

2010-10-19 Thread Matthias Pfafferodt
Follow-up Comment #3, patch #2020 (project freeciv): Is .bin a classical extension of a script? I thought it was mostly used for binary files. Probably .sh is a better extension. Should this pushed into script/? Yes, the script should go into the script directory. The extension is not

[Freeciv-Dev] [bug #16887] generate a full path from a given relative path

2010-10-19 Thread Matthias Pfafferodt
(), user_home_dir() and user_username() return const data * the check is only defined for *nix systems (file #10828) ___ Additional Item Attachment: File name: 20101019-trunk-generate-a-full-path-from-a-given-relative-path.patch Size:6 KB

[Freeciv-Dev] [patch #2020] [mapimg] script to generate animated gifs from map images

2010-10-19 Thread Matthias Pfafferodt
Follow-up Comment #4, patch #2020 (project freeciv): updated patch: * move and rename to into ./scripts/mapimg2anim * add some checks and comments to the script (file #10829) ___ Additional Item Attachment: File name: 20101019-10-trunk

[Freeciv-Dev] [bug #16792] Paths longer than 99 turns are not supported.

2010-10-19 Thread Daniel Markstedt
Update of bug #16792 (project freeciv): Status:None = Ready For Test Planned Release: = 2.3.0 ___ Follow-up Comment #5: This should take

[Freeciv-Dev] [bug #16901] Minimap gets corrupt with large maps

2010-10-19 Thread Daniel Markstedt
URL: http://gna.org/bugs/?16901 Summary: Minimap gets corrupt with large maps Project: Freeciv Submitted by: dmarks Submitted on: Wednesday 10/20/2010 at 07:11 Category: client-gtk-2.0 Severity: 3 -

[Freeciv-Dev] [bug #16887] generate a full path from a given relative path

2010-10-19 Thread pepeto
Follow-up Comment #5, bug #16887 (project freeciv): If current_dir() is not portable, it should also be conditional. Not that: #ifndef A #ifndef B can be simplified by: #if !defined(A) !defined(B) ___ Reply to this item at:

[Freeciv-Dev] [bug #16884] What is a Quincy, anyway?

2010-10-19 Thread Daniel Markstedt
Follow-up Comment #3, bug #16884 (project freeciv): OTOH, this website lists 'Quincy' as a color. Nothing about what kind of color, though. http://wiki.answers.com/Q/What_are_some_colors_that_begin_with_the_letter_Q Alternatives (according to the same site) would be Quail, Quencienta,

[Freeciv-Dev] [patch #1953] Ashina, Saka, Sarmatian nations

2010-10-19 Thread Andrzej G.
Follow-up Comment #19, patch #1953 (project freeciv): Added more cities and some other edits. There is an alternative name for Gokturk - Turkut (Türküt). (file #10835) ___ Additional Item Attachment: File name: gokturk.ruleset

[Freeciv-Dev] [patch #2073] spec_vector_append() cleanup

2010-10-19 Thread pepeto
URL: http://gna.org/patch/?2073 Summary: spec_vector_append() cleanup Project: Freeciv Submitted by: pepeto Submitted on: mardi 19.10.2010 à 22:45 Category: general Priority: 5 - Normal

[Freeciv-Dev] [patch #2074] packet_page_msg cleanup

2010-10-19 Thread pepeto
URL: http://gna.org/patch/?2074 Summary: packet_page_msg cleanup Project: Freeciv Submitted by: pepeto Submitted on: mardi 19.10.2010 à 22:49 Category: general Priority: 5 - Normal

[Freeciv-Dev] [patch #2074] packet_page_msg cleanup

2010-10-19 Thread pepeto
Follow-up Comment #1, patch #2074 (project freeciv): Of course, applying this patch needs a capability string update. ___ Reply to this item at: http://gna.org/patch/?2074 ___ Message

[Freeciv-Dev] [patch #2075] Make packet handler reading only

2010-10-19 Thread pepeto
URL: http://gna.org/patch/?2075 Summary: Make packet handler reading only Project: Freeciv Submitted by: pepeto Submitted on: mardi 19.10.2010 à 22:53 Category: general Priority: 5 - Normal

[Freeciv-Dev] [patch #2075] Make packet handler reading only

2010-10-19 Thread pepeto
Update of patch #2075 (project freeciv): Depends on: = patch #2074 ___ Reply to this item at: http://gna.org/patch/?2075 ___ Message

[Freeciv-Dev] [patch #2075] Make packet handler reading only

2010-10-19 Thread pepeto
Update of patch #2075 (project freeciv): Depends on: = patch #2073 ___ Reply to this item at: http://gna.org/patch/?2075 ___ Message

[Freeciv-Dev] [bug #16884] What is a Quincy, anyway?

2010-10-19 Thread Daniel Markstedt
Update of bug #16884 (project freeciv): Status:None = Ready For Test ___ Follow-up Comment #4: Adding TRANS comments to each of the strings would probably be helpful for translators. (file

[Freeciv-Dev] [bug #16857] [trunk] Assertion failures + segfault with civ1/civ2 rulesets

2010-10-19 Thread pepeto
Update of bug #16857 (project freeciv): Status: In Progress = Ready For Test Depends on: = patch #2075 ___ Follow-up Comment #4: Two patches

[Freeciv-Dev] [bug #16884] What is a Quincy, anyway?

2010-10-19 Thread Daniel Markstedt
Update of bug #16884 (project freeciv): Planned Release: = 2.3.0 ___ Reply to this item at: http://gna.org/bugs/?16884 ___ Message sent

[Freeciv-Dev] [bug #16884] What is a Quincy, anyway?

2010-10-19 Thread Daniel Markstedt
Update of bug #16884 (project freeciv): Assigned to:None = dmarks ___ Reply to this item at: http://gna.org/bugs/?16884 ___ Message sent

[Freeciv-Dev] [bug #16894] Non-ASCII string at mordvin.ruleset

2010-10-19 Thread J.M. Maalderink
Update of bug #16894 (project freeciv): Status: Ready For Test = Fixed Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1953] Ashina, Saka, Sarmatian nations

2010-10-19 Thread J.M. Maalderink
Follow-up Comment #20, patch #1953 (project freeciv): Some edits: - The Göktürk khaganate existed from the 6th to the 8th century, that makes them Medieval, not Ancient - Made some cuts in the civil war nations, limiting it to nations with a somewhat closer relationship. - Changed Qaghan to

[Freeciv-Dev] [patch #1953] Ashina, Saka, Sarmatian nations

2010-10-19 Thread Daniel Markstedt
Follow-up Comment #21, patch #1953 (project freeciv): Yes, the author has been informed accordingly. Who is the author, exactly? As per the GPL, we must credit him/her properly. ___ Reply to this item at: http://gna.org/patch/?1953

[Freeciv-Dev] [bug #16903] Improper Grammar

2010-10-19 Thread David Lowe
URL: http://gna.org/bugs/?16903 Summary: Improper Grammar Project: Freeciv Submitted by: doctorjlowe Submitted on: Wednesday 10/20/2010 at 05:52 Category: general Severity: 1 - Wish