[Freeciv-Dev] [bug #19784] flag_alt vs. load_sprite()

2012-06-21 Thread Egor Vyscrebentsov
Follow-up Comment #6, bug #19784 (project freeciv): (To be clear, in this bug I speak about nation flags only.) Was the problem here that .spec file (=tag) existed, but actual gfx did not. I think error is correct behavior in such a case where tileset is clearly broken, and not just meant to

[Freeciv-Dev] [bug #19830] Gtk2 client may segfault at network game page

2012-06-21 Thread Egor Vyscrebentsov
URL: http://gna.org/bugs/?19830 Summary: Gtk2 client may segfault at network game page Project: Freeciv Submitted by: evyscr Submitted on: Thu 21 Jun 2012 11:55:25 AM MSK Category: client-gtk-2.0 Severity:

[Freeciv-Dev] [bug #19784] flag_alt vs. load_sprite()

2012-06-20 Thread Egor Vyscrebentsov
Follow-up Comment #4, bug #19784 (project freeciv): Dirty [but working] concept is attached. Only tileset_setup_nation_flag() behavior's changed. (Successfully) tested against r21342. Test was with removed belgic_large.png and showed another problem - with this patch applied units and cities

[Freeciv-Dev] [patch #3331] Make .zip archive

2012-06-19 Thread Egor Vyscrebentsov
Follow-up Comment #5, patch #3331 (project freeciv): If not zip, what's the alternative to distribute sources in a Windows-friendly way? Looks like .7z (7-zip, LZMA) is becoming quite popular. Though anyway, most of windows users don't know anything but zip/rar. PS. And tar.gz/tar.bz2 should

[Freeciv-Dev] [bug #19784] flag_alt vs. load_sprite()

2012-06-05 Thread Egor Vyscrebentsov
URL: http://gna.org/bugs/?19784 Summary: flag_alt vs. load_sprite() Project: Freeciv Submitted by: evyscr Submitted on: Tue 05 Jun 2012 12:50:01 PM MSK Category: client Severity: 3 - Normal

[Freeciv-Dev] [bug #19784] flag_alt vs. load_sprite()

2012-06-05 Thread Egor Vyscrebentsov
Follow-up Comment #2, bug #19784 (project freeciv): Well, I thought there was one issue, but about code rather than absent belgic flags. The question is: does client really _always_ need to exit if it couldn't load gfx file? ___ Reply to

[Freeciv-Dev] [bug #18787] Is build_landarea_map() overused with calc_civ_score?

2011-10-05 Thread Egor Vyscrebentsov
URL: http://gna.org/bugs/?18787 Summary: Is build_landarea_map() overused with calc_civ_score? Project: Freeciv Submitted by: evyscr Submitted on: Wed 05 Oct 2011 03:40:58 PM MSD Category: None Severity:

Re: [Freeciv-Dev] [bug #18776] /remove perhaps faulty

2011-10-03 Thread Egor Vyscrebentsov
in calc_civ_score (pplayer=0x20e131000) at score.c:199 199 pcmap-player[player_index(owner)].landarea++; Either /remove is faulty, or my newcomer code is. Version and gdb's 'bt full' might help. -- WBR, Egor Vyscrebentsov ___ Freeciv-dev

[Freeciv-Dev] [bug #18776] /remove perhaps faulty

2011-10-03 Thread Egor Vyscrebentsov
Follow-up Comment #4, bug #18776 (project freeciv): Looks to me like game has borders and tile ownership wasn't cleared when player was removed. The only function that (to me) plays with map is player_map_free, and it only removes vision_site. BTW, if player had tiles ownership, there should

[Freeciv-Dev] Svg icons [Was: [Freeciv-commits] r20125 ...]

2011-08-16 Thread Egor Vyscrebentsov
. Is there a possibility to set on freeciv-commits 'Reply-To: freeciv-dev/gna'? -- WBR, Egor Vyscrebentsov ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

[Freeciv-Dev] [patch #2813] Xaw: [partially rewritten] connect dialog

2011-08-16 Thread Egor Vyscrebentsov
Follow-up Comment #5, patch #2813 (project freeciv): Any objection on commiting this patch on S2_3 now? This means, I'm going to commit it in 24h unless being objected. ___ Reply to this item at: http://gna.org/patch/?2813

[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-08-03 Thread Egor Vyscrebentsov
Follow-up Comment #12, bug #17488 (project freeciv): With this patch S2_3 configured [and compiled] successfully, thanks. ___ Reply to this item at: http://gna.org/bugs/?17488 ___ Message

[Freeciv-Dev] [patch #2849] Add endianness check

2011-08-02 Thread Egor Vyscrebentsov
Follow-up Comment #4, patch #2849 (project freeciv): Shouldn't AC_C_BIGENDIAN be called after AC_GNU_SOURCE ? + running aclocal ... configure.ac:15: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:297: AC_GNU_SOURCE is expanded from...

[Freeciv-Dev] [bug #17488] Configure fails without C++ compiler

2011-08-02 Thread Egor Vyscrebentsov
Follow-up Comment #8, bug #17488 (project freeciv): config.log for trunk attached. (file #13725) ___ Additional Item Attachment: File name: config.log Size:55 KB

Re: [Freeciv-Dev] [Freeciv-commits] r20042 - /branches/S2_3/client/text.c

2011-07-31 Thread Egor Vyscrebentsov
On Sun, 31 Jul 2011 10:21:53 - Jacob Nevins wrote: Mark a couple of strings for i18n (Bulbs produced per turn, needed for technology upkeep). ... Modified: branches/S2_3/client/text.c String unfreeze? I still wish to add one from #2813 (since we had code unfreeze now.) -- Thanks,

[Freeciv-Dev] [bug #18437] gui-xaw: segfault while connecting after searching LAN servers

2011-07-31 Thread Egor Vyscrebentsov
URL: http://gna.org/bugs/?18437 Summary: gui-xaw: segfault while connecting after searching LAN servers Project: Freeciv Submitted by: evyscr Submitted on: Вск 31 Июл 2011 18:15:13 Category: None

[Freeciv-Dev] [bug #18058] trunk: data/nation data/flags/Makefile.am inconsistence

2011-07-28 Thread Egor Vyscrebentsov
Follow-up Comment #5, bug #18058 (project freeciv): Obvious fix to check_flags inspired by africa/south_africa. (file #13685) ___ Additional Item Attachment: File name: check_flags-space.diff Size:0 KB

[Freeciv-Dev] [bug #18376] Xaw: incorrect gray alpha png load

2011-07-28 Thread Egor Vyscrebentsov
Update of bug #18376 (project freeciv): Status:None = Fixed Assigned to:None = evyscr Open/Closed:Open = Closed

[Freeciv-Dev] [patch #2813] Xaw: [partially rewritten] connect dialog

2011-07-21 Thread Egor Vyscrebentsov
Follow-up Comment #3, patch #2813 (project freeciv): This mean non-working metaserver for gui-xaw in 2.3.0. And non-working auth support. I don't know would it be better to have gui-xaw in distribution with these bugs or to haven't it. ___

[Freeciv-Dev] [bug #18376] Xaw: incorrect gray alpha png load

2011-07-18 Thread Egor Vyscrebentsov
URL: http://gna.org/bugs/?18376 Summary: Xaw: incorrect gray alpha png load Project: Freeciv Submitted by: evyscr Submitted on: Пнд 18 Июл 2011 22:10:20 Category: client-xaw Severity: 3 - Normal

[Freeciv-Dev] [bug #18376] Xaw: incorrect gray alpha png load

2011-07-18 Thread Egor Vyscrebentsov
Follow-up Comment #2, bug #18376 (project freeciv): I forgot about mask, of course. Better fix is attached. My guess that whole function should be rewritten to get right fix. [And alpha channel never worked in gui-xaw.] (To be honest, I just wanted to remove distracting valgrind messages while

[Freeciv-Dev] [bug #18379] Trunk: server: free(): invalid next size

2011-07-18 Thread Egor Vyscrebentsov
URL: http://gna.org/bugs/?18379 Summary: Trunk: server: free(): invalid next size Project: Freeciv Submitted by: evyscr Submitted on: Втр 19 Июл 2011 05:41:34 Category: general Severity: 3 - Normal

[Freeciv-Dev] [patch #2813] Xaw: [partially rewritten] connect dialog

2011-07-18 Thread Egor Vyscrebentsov
URL: http://gna.org/patch/?2813 Summary: Xaw: [partially rewritten] connect dialog Project: Freeciv Submitted by: evyscr Submitted on: Втр 19 Июл 2011 06:02:05 Category: client-xaw Priority: 5 - Normal

[Freeciv-Dev] [patch #2806] Improved Russian nation

2011-07-18 Thread Egor Vyscrebentsov
Follow-up Comment #1, patch #2806 (project freeciv): According to legend, Slavic and Finnic tribes of Novgorod In 'Povest vremennyh let' Slovene (one slavic tribe) are mentioned only. Rurik established Kievan Rus' According to PVL, this was made by Oleg who had captured Kiev. Rurik was

[Freeciv-Dev] [bug #18058] trunk: data/nation data/flags/Makefile.am inconsistence

2011-04-25 Thread Egor Vyscrebentsov
Follow-up Comment #2, bug #18058 (project freeciv): Starting from #4. [freeciv]$ data/check_flags.sh liguria.svg is missing in data/flags/Makefile.am ..switzerland.png is missing ..switzerland-large.png is missing ..switzerland-shield.png is missing ..switzerland-shield-large.png is missing

[Freeciv-Dev] [bug #18058] trunk: data/nation data/flags/Makefile.am inconsistence

2011-04-22 Thread Egor Vyscrebentsov
URL: http://gna.org/bugs/?18058 Summary: trunk: data/nation data/flags/Makefile.am inconsistence Project: Freeciv Submitted by: evyscr Submitted on: Сбт 23 Апр 2011 02:37:13 Category: None Severity: 3 -

[Freeciv-Dev] [patch #1829] Improved Soviet ruleset

2010-09-03 Thread Egor Vyscrebentsov
Follow-up Comment #1, patch #1829 (project freeciv): Molotov is Perm in 1940-1957. Also, what is current policy on cities in two non-conflict (but civilwar) nation rulesets? ___ Reply to this item at: http://gna.org/patch/?1829

[Freeciv-Dev] [bug #16292] Shields get distorted

2010-08-23 Thread Egor Vyscrebentsov
Follow-up Comment #3, bug #16292 (project freeciv): For example, how can you assign the output of 'inkscape -W' to a variable in the script? res=`inkscape -W` res=$(inkscape -W) You may choose. ___ Reply to this item at:

Re: [Freeciv-Dev] Freeciv and XDG Base Directory

2010-08-11 Thread Egor Vyscrebentsov
2010/8/11 Marko Lindqvist wrote: On 10 August 2010 20:46, Egor Vyscrebentsov wrote: Good day! Are there any thoughts on to support or not to support XDG Base Directory Specification[1]?  I agree with the idea that one program (Freeciv is considered one program even though it has

[Freeciv-Dev] [patch #1827] README.distributions

2010-08-10 Thread Egor Vyscrebentsov
Follow-up Comment #2, patch #1827 (project freeciv): To my mind README.packaging would be better name (also it hits 4080 vs 530 by google.) ___ Reply to this item at: http://gna.org/patch/?1827

[Freeciv-Dev] Freeciv and XDG Base Directory

2010-08-10 Thread Egor Vyscrebentsov
Good day! Are there any thoughts on to support or not to support XDG Base Directory Specification[1]? For example, according to it base user's config directory is $XDG_CONFIG_HOME (default: $HOME/.config) Looks like now we rename file names, maybe it's good time to move them too. [1]

[Freeciv-Dev] [bug #16400] gui-xaw: close city dialog causes segfault

2010-08-10 Thread Egor Vyscrebentsov
URL: http://gna.org/bugs/?16400 Summary: gui-xaw: close city dialog causes segfault Project: Freeciv Submitted by: evyscr Submitted on: Вторник 10.08.2010 at 23:11 Category: client-xaw Severity: 3 -

[Freeciv-Dev] [bug #15104] S2_2: gui-xaw never shows connection dialog

2010-02-08 Thread Egor Vyscrebentsov
Follow-up Comment #3, bug #15104 (project freeciv): Yes, and both patches were ready. Though I'm not sure I will be able to commit before late February. ___ Reply to this item at: http://gna.org/bugs/?15104

[Freeciv-Dev] [bug #15026] problem with identical noun and adjective forms in some languages

2010-01-11 Thread Egor Vyscrebentsov
Follow-up Comment #1, bug #15026 (project freeciv): The question is, how does this work in your languages? 6 cases * 4 genders = 24 forms of adjective in russian. Well, you may forget about cases, but 4 forms for different genders still here. However, you can't use them with gettext. (*)

[Freeciv-Dev] [bug #15104] S2_2: gui-xaw never shows connection dialog

2010-01-11 Thread Egor Vyscrebentsov
URL: http://gna.org/bugs/?15104 Summary: S2_2: gui-xaw never shows connection dialog Project: Freeciv Submitted by: evyscr Submitted on: Понедельник 11.01.2010 at 23:39 Category: client-xaw Severity: 3 -

[Freeciv-Dev] [bug #15104] S2_2: gui-xaw never shows connection dialog

2010-01-11 Thread Egor Vyscrebentsov
Follow-up Comment #1, bug #15104 (project freeciv): Addional patch to make startpage buttons always be in the scope. (file #7662) ___ Additional Item Attachment: File name: s2_2-xaw-startpage.diffSize:4 KB

[Freeciv-Dev] [bug #14750] Translation issue in 2.1.10. %%

2009-11-13 Thread Egor Vyscrebentsov
Follow-up Comment #2, bug #14750 (project freeciv): Joe Dalton wrote: but why is a _c-format_ means format string (so 2 '%' needed) used here? Most of lines really don't need c-format. However, for example, #: client/helpdata.c:1010 #, c-format msgid * The discovery of %s reduces the risk

[Freeciv-Dev] [bug #14749] Freeciv desktop files contain wrong entries

2009-11-12 Thread Egor Vyscrebentsov
URL: http://gna.org/bugs/?14749 Summary: Freeciv desktop files contain wrong entries Project: Freeciv Submitted by: evyscr Submitted on: Четверг 12.11.2009 at 19:46 Category: bootstrap Severity: 3 -

Re: [Freeciv-Dev] Please consider posting patches as .diff instead of .patch

2009-09-04 Thread Egor Vyscrebentsov
Good day! 2009/9/3 Marko Lindqvist wrote: I have noticed that more and more people name their patches as .patch. It would be easier for me if they were named .diff. Not a problem, but why? (Is it an issue with mailer, system, mailman, whatever else?) Also, .patch looks like standard in

Re: [Freeciv-Dev] [patch #1204] Separate desktop files for gtk2, sdl and xaw clients

2009-07-28 Thread Egor Vyscrebentsov
On Tue, 28 Jul 2009 Marko Lindqvist wrote: Currently there is one desktop file for client, and it tries to execute gtk-client no matter which client is built. Attached patch makes separate desktop file for each of the clients gtk2, sdl and xaw. Only those desktop files that refer to actually

Re: [Freeciv-Dev] DNS problem and access to resources

2009-04-03 Thread Egor Vyscrebentsov
On Fri, 3 Apr 2009 Christian Prochaska wrote: Now the situation is the other way around: the forum apache is running (http://207.158.49.134/), but RT's apache does not respond anymore (http://207.158.49.132/). Looks like /etc/rc.d/init.d/httpd consider all running *httpd as it's processes.

[Freeciv-Dev] DNS problem and access to resources

2009-04-01 Thread Egor Vyscrebentsov
Good daytime! As you may already know, we have problems with DNS now. However, several stuffs are still working. You may reach them by hack with your /etc/hosts: # echo 207.158.49.132 bugs.freeciv.org /etc/hosts # echo 207.158.49.132 rt.freeciv.org /etc/hosts # echo 83.223.112.138

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-10 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40517 On Thu, 9 Oct 2008 Madeline Book wrote: The missing '\0' at the end of base_buf seems to be the main bug; No, all chars after strlen(order_list)-1 aren't processed. So this is just a non-orderliness, which doesn't affect game

Re: [Freeciv-Dev] (PR#40520) civserver hangs and more

2008-10-09 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40520 On Tue, 7 Oct 2008 Christian Knoke wrote: SVN 07 OCT 2008 2.1.99 GTK [...] Examining the subsequent savegame, as well as several predecessors, in some of them the GUI gives some alerts: unknown ascii from num: '?' 63 detected

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-09 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40517 On Tue, 7 Oct 2008 Joan Creus wrote: 2008/10/7 Egor Vyscrebentsov evyscr/gmail.com base_list (and therefore base_buf) for archers at [39,40] (line 1278) is ��x�ſ-�\017\b\214�ſ �\b��. Most of these symbols are illegal

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-09 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40517 On Thu, 9 Oct 2008 Egor Vyscrebentsov wrote: On Tue, 7 Oct 2008 Joan Creus wrote: 2008/10/7 Egor Vyscrebentsov evyscr/gmail.com base_list (and therefore base_buf) for archers at [39,40] (line 1278) is ��x�ſ-�\017\b\214

Re: [Freeciv-Dev] (PR#40507) Civ2 to Freeciv scenario converter (alpha)

2008-10-07 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40507 On Sat, 27 Sep 2008 Jason Dorje Short wrote: Would it be possible to make the savegame.c interface modular, so that freeciv could directly load multiple savegame formats? It looks like very nice idea, but: 1) I'm afraid of possible

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-07 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40517 On Mon, 6 Oct 2008 15:34:55 -0700 Joan Creus wrote: This transaction appears to have no content [*sigh*] I saved a game on 2.2, SVN 15240. Now, when I try to load it, I get four popups: 1) Detected fatal error in savegame.c line

[Freeciv-Dev] (PR#40507) Civ2 to Freeciv scenario converter (alpha)

2008-09-27 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40507 Good daytime! An alpha version of Civ2 to Freeciv scenario/savegame converter has been written. There are many things that were made wrong (city workers, units moves, diplo states, ...) or even weren't made (wonders, traderoutes,

[Freeciv-Dev] (PR#40486) S2_2: game load - buffer overflow

2008-09-14 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40486 Good daytime! S2_2, r15205. Loading game crashes civserver with buffer overflow. Reason: too small buffer in player_load_vision() Attached patch works for me, though I guess we need smth like fc_s[n]printf(). PS. I'm having troubles

Re: [Freeciv-Dev] (PR#40486) S2_2: game load - buffer overflow

2008-09-14 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40486 On Sun, 14 Sep 2008 03:46:25 -0700 Egor Vyscrebentsov wrote: S2_2, r15205. Loading game crashes civserver with buffer overflow. Reason: too small buffer in player_load_vision() Looks like a copy-paste from map_load() [where

[Freeciv-Dev] (PR#40326) S2_0: build out of srcdir is broken

2008-06-25 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40326 Good daytime! In common/Makefile.am there is a call to ./generate_packets.py In S2_1 and later this is already fixed. Backport from S2_1 attached. -- Thanks, evyscr --- common/Makefile.am.orig 2006-02-16 15:47:00 +0300 +++

[Freeciv-Dev] (PR#40320) 'make dist' on S2_2

2008-06-24 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40320 Good daytime! With recent changes we have an error while 'make dist' on S2_2: make[4]: Entering directory `/home/evyscr/freeciv-svn/S2_2/dependencies/toluaxx/src/lib' make[4]: *** No rule to make target

Re: [Freeciv-Dev] Does anybody use those po/statistics.rb or .sh?

2008-04-30 Thread Egor Vyscrebentsov
On Tue, 29 Apr 2008 Jason Dorje Short wrote: Elmo Todurov wrote: A long time ago, I made those two scripts, po/statistics.rb po/statistics.sh They msgfmt --stat each language and then sort and display the languages according to their number of messages translated. They are in S2_1

[Freeciv-Dev] (PR#40101) S2_1: 'minplayers' typo

2008-02-17 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40101 Good daytime! S2_1 contains two typos: mirules.nplayers used against minplayers. One is in commentary, other in line that is sent to metaserver... Typos don't affect game process. (But you can see them on metaserver.) Attached is patch

Re: [Freeciv-Dev] (PR#40075) pcity-id [Was: S2_2 memory error in map_get_player_city]

2008-02-06 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40075 On Mon, 4 Feb 2008 Jason Dorje Short wrote: Incidentally, is there a reason that pcity-id uses the idex generator? Why not just use the ptile-index as the city id? Cities can't ever move and there can't ever be more than once city

Re: [Freeciv-Dev] (PR#40032) server/plrhand.c civil war message plural

2008-01-25 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40032 On Fri, 25 Jan 2008 William Allen Simpson wrote: Egor Vyscrebentsov wrote: 1. FR: nation_ajective_plural_for_player() function. That's very unlikely. We'd end up with n**2 translations. See below. 2. of the %s will force us

Re: [Freeciv-Dev] (PR#40032) server/plrhand.c civil war message plural

2008-01-24 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40032 On Wed, 23 Jan 2008 William Allen Simpson wrote: [skip/] Why the line breaks? How does the server know the best width? Or the translators know for all clients in advance? As I said early, freeciv is still NOT utf-8 application, so

[Freeciv-Dev] (PR#40045) strlen and multibytes encodings

2008-01-24 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40045 Good daytime! At least in utility/shared.c:wordwrap_string() strlen() is used to determine number of characters in the string. This gives wrong result on multibytes encoding. There are several code bases for this situation. From

Re: [Freeciv-Dev] (PR#40043) Re: (PR#40045) wordwrap_string(), strlen(), and multibytes encodings

2008-01-24 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40043 On Thu, 24 Jan 2008 William Allen Simpson wrote: Egor Vyscrebentsov wrote: At least in utility/shared.c:wordwrap_string() strlen() is used to determine number of characters in the string. This gives wrong result on multibytes

Re: [Freeciv-Dev] (PR#40043) i18n: wordwrap_string() broken for UTF-8 translations

2008-01-24 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40043 On Thu, 24 Jan 2008 William Allen Simpson wrote: Egor Vyscrebentsov wrote: On Thu, 24 Jan 2008 William Allen Simpson wrote: The issue is not strlen(). It is properly used to determine the length of a string. The issue

[Freeciv-Dev] (PR#40038) FR: Set aifill default value to more than 1

2008-01-23 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40038 Good daytime! In RedHat and ALTLinux distributions freeciv is patched to set aifill default to 5. To my mind, this change seems to be reasonal - it is one-step-easy to start a game with more than only one player. -- Thanks, evyscr

Re: [Freeciv-Dev] (PR#40035) [Patch] Fix S2_2 xaw compilation

2008-01-22 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40035 On Tue, 22 Jan 2008 Marko Lindqvist wrote: These includes fix S2_2 xaw-client compilation (that doesn't necessarily mean that resulting binary is any way usable - xaw-client wasn't when I last tested last autumn). It (patched

Re: [Freeciv-Dev] Freeciv - Covermount authorization for Hype!, a portuguese videogames magazine

2008-01-21 Thread Egor Vyscrebentsov
in http://freeciv.wikia.com/wiki/License You also may contact [EMAIL PROTECTED] (but I think it will give the same result) Hope this helps. -- Egor Vyscrebentsov, as one of Freeciv Development team ___ Freeciv-dev mailing list Freeciv-dev@gna.org

[Freeciv-Dev] (PR#40032) 2_1:server/plrhand.c:1730 should be plural

2008-01-21 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40032 Good daytime! branches/2_1 server/plrhand.c:1730 should be plural: ... and the upstart %s now holds power in %d rebel provinces. PS. [offtopic] There are too much messages which need cases for %s... -- Thanks, evyscr

[Freeciv-Dev] i18n: FR: several nation_adj

2008-01-21 Thread Egor Vyscrebentsov
Good daytime! In some languages (f.e. russian) there are 4 genders for adjectives. For example: Polish territory - польская (polskaya) территория; Polish diplomat - польский (polskiy) дипломат; polish unit - польское (polskoye) соединение; Polish musketeers - польские (polskiye) мушкетёры. Is

Re: [Freeciv-Dev] (PR#39983) BUG: gui-xaw shows bad tiles

2008-01-21 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39983 On Fri, 28 Dec 2007 Egor Vyscrebentsov wrote: On Sun, 23 Dec 2007 William Allen Simpson wrote: Also, note the little window above the worker at the left, the text is cut off, and doesn't scroll. When we divide text lines (PR#8737

[Freeciv-Dev] gui-sdl lines for translation

2008-01-21 Thread Egor Vyscrebentsov
[Just talk] Shouldn't this message be pluralized? ;-) #: client/gui-sdl/wldlg.c:1481 #, c-format msgid (%d/%d/%d)\n %d/%d %s\n %d %s msgstr Seriously, it's hard to understand aout what this message is without looking into the code. And it seems to me that msgstr will be equal to msgid here.

Re: [Freeciv-Dev] (PR#40023) Feature Request: add more switches to slow_down_timeline

2008-01-17 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40023 On Wed, 16 Jan 2008 hlingler wrote: Please consider adding the following additional switches to the slow_down_timeline effect On Wed, 16 Jan 2008 William Allen Simpson wrote: Good idea. Although import of civ2 games is planned,

[Freeciv-Dev] S2_1 compilation is broken

2007-12-31 Thread Egor Vyscrebentsov
$subj. See common/nation.c:52 Please, be sure you have successfully compiled freeciv from the same source before commiting. -- Thanks, evyscr ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

[Freeciv-Dev] S2_1 compilation is NOT broken

2007-12-31 Thread Egor Vyscrebentsov
On Mon, 31 Dec 2007 15:49:06 +0300 Egor Vyscrebentsov wrote: See common/nation.c:52 Forget this, `svn revert` was failed. Please, be sure you have successfully compiled freeciv from the same source before commiting. Sorry... -- Thanks, evyscr

Re: [Freeciv-Dev] (PR#39996) document map/savegame format

2007-12-30 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39996 On Sat, 29 Dec 2007 23:23:18 -0800 Daniel Markstedt wrote: The map/savegame format needs to be documented better for 2.2. It's also true for even 2.0... Rudimentary docs available at http://freeciv.wikia.com/wiki/Map_format needs

Re: [Freeciv-Dev] (PR#39749) [Bug] battle groups keys don't work

2007-12-16 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39749 On Tue, 11 Dec 2007 08:35:09 -0800 William Allen Simpson wrote: Yes, but the question is whether control-F1 and control-shift-F1 would fix the problem on your keyboard? The code is easy Is it ok for laptops? -- Thanks, evyscr

Re: [Freeciv-Dev] (PR#39935) cities not disbanded by building engeers at 1pop.

2007-12-10 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39935 On Fri, 30 Nov 2007 23:37:40 -0800 Daniel Markstedt wrote: On Dec 1, 2007 12:13 PM, Karl Goetz kamping_kaiser wrote: Freeciv: 2.1 apt-cache policy freeciv-data freeciv-data: Installed: 2.1.0-1 Candidate: 2.1.0-1

Re: [Freeciv-Dev] (PR#39935) cities not disbanded by building engeers at 1pop.

2007-12-10 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39935 On Mon, 10 Dec 2007 03:38:47 -0800 Erik Johansson wrote: On Dec 10, 2007 11:38 AM, Egor Vyscrebentsov evyscr wrote: On Fri, 30 Nov 2007 23:37:40 -0800 Daniel Markstedt wrote: On Dec 1, 2007 12:13 PM, Karl Goetz kamping_kaiser

Re: [Freeciv-Dev] (PR#39909) BUG: leader gender ignored in diplomat/spy dialog

2007-11-28 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39909 On Wed, 28 Nov 2007 00:10:54 -0800 Jason Dorje Short wrote: Daniel Markstedt wrote: Any reason the ruler titles can't be used as they are? Prime Minister, ... General, ... Chief, ... etc. Queen, the diplomat is waiting

Re: [Freeciv-Dev] (PR#39866) Tracking 2.1.1 release

2007-11-27 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39866 On Sat, 24 Nov 2007 17:54:15 -0800 William Allen Simpson wrote: Thought I'd report that the x11 client still compiles and runs. Unfortunately, I don't seem to remember how to get it running a game Connecting to already started

Re: [Freeciv-Dev] (PR#39849) strcasestr warning

2007-11-27 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39849 On Fri, 9 Nov 2007 22:26:56 -0800 Jason Dorje Short wrote: Jason Dorje Short wrote: William Allen Simpson wrote: Naive trunk implementation: Naive is fine but you forgot to add the check to configure.ac. Attached

Re: [Freeciv-Dev] (PR#39849) strcasestr warning

2007-11-27 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39849 On Tue, 27 Nov 2007 10:10:57 -0800 Jason Short wrote: [cazfi74 - Tue Nov 27 17:48:50 2007]: On 27/11/2007, Marko Lindqvist wrote: Now I got this same error in Ubuntu system. It seems that user has to define _GNU_SOURCE

Re: [Freeciv-Dev] (PR#39845) RFE: deterministic borders and vision

2007-11-09 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39845 On Thu, 8 Nov 2007 William Allen Simpson wrote: Egor Vyscrebentsov wrote: Does this mean that there will never be other source than city? (I can't see place for fortresses in this algorithm.) Even in the current code, the test

Re: [Freeciv-Dev] (PR#39842) rulesetdir in already started game, gui-gtk-2.0 and nation_of_player/bounds_check_nation

2007-11-08 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39842 On Wed, 7 Nov 2007 12:56:25 -0800 Egor Vyscrebentsov wrote: Good daytime! branches/s2_1, r13919 Start a game, say 'read civ2.serv' while game is already started and see gui-gtk segfault... Say 'quit' and see segfault of civserver

Re: [Freeciv-Dev] (PR#39734) unittype translation need qualifier

2007-11-07 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39734 On Sun, 4 Nov 2007 15:06:35 -0800 Daniel Markstedt wrote: [dmarks - Sun Sep 30 07:53:23 2007]: On 9/29/07, Egor Vyscrebentsov [EMAIL PROTECTED] wrote: Good daytime! Unittype strings have contradictions with rulesets

[Freeciv-Dev] (PR#39842) rulesetdir in already started game, gui-gtk-2.0 and nation_of_player/bounds_check_nation

2007-11-07 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39842 Good daytime! branches/s2_1, r13919 Start a game, say 'read civ2.serv' while game is already started and see gui-gtk segfault... Say 'quit' and see segfault of civserver... Reason: nations are already freed when nation_of_player() is

Re: [Freeciv-Dev] Experimental ruleset (was: RFC civ3-like land support)

2007-10-26 Thread Egor Vyscrebentsov
On Fri, 26 Oct 2007 14:21:50 +0900 Daniel Markstedt wrote: On this topic, but not for this ticket: I'd like to have an 'experimental' ruleset in svn, where all newly implemented features in the code are put to use! If a feature is not visibile in any ruleset, it will be forgotten just like

[Freeciv-Dev] (PR#39771) Freeciv .desktop files

2007-10-12 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39771 Good daytime! As I said early, current freeciv.desktop is not proper. Attached are freeciv-server.desktop.in and patch to freeciv.desktop.in (and configure/Makefile.) Changed categories, removed version, removed extension of icons

Re: [Freeciv-Dev] (PR#10284) [Request] Docs: distribute FAQ into freeciv/docs/

2007-10-12 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=10284 On Fri, 28 Sep 2007 00:55:40 -0700 Daniel Markstedt wrote: [evyscr - Mon Jan 23 17:17:10 2006]: [evyscr - Sep 23 20:12:58 2004]: It would be nice to see FAQ file in freeciv distribution, wouldn't it? New version. * uses

Re: [Freeciv-Dev] (PR#39769) opendesktop icons

2007-10-12 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39769 On Thu, 11 Oct 2007 14:44:07 -0700 Daniel Markstedt wrote: From: Egor Vyscrebentsov evyscr Date: Oct 12, 2007 1:05 AM Subject: Re: [Freeciv-Dev] Freeciv Icons To: freeciv-dev@gna.org On Thu, 11 Oct 2007 07:51:52 +0900 Daniel

Re: [Freeciv-Dev] (PR#13121) Bug: translated string doesn't fit

2007-10-08 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=13121 On Sun, 7 Oct 2007 03:41:54 -0700 Daniel Markstedt wrote: [taraskostiak - Mon May 16 18:22:19 2005]: Hi. When Ukrainian localisation is runned(FreeCiv 2.0.0): in city view - translated 'Units Supported' and 'Units Present'

Re: [Freeciv-Dev] (PR#39726) Typo in helpdata.txt

2007-09-25 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39726 On Tue, 25 Sep 2007 13:51:16 -0700 Joan Creus wrote: + To have a diplomatic relationship with another player, you must first \ establish first contact with that player. To establish first contact, you \ This sentence has two words

Re: [Freeciv-Dev] (PR#39642) en_US.po

2007-09-10 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39642 On Mon, 10 Sep 2007 06:01:34 -0700 William Allen Simpson wrote: I strongly disagree with the creation of en_US.po Strings that exist, and need trivial fixing for grammar (not content), should be updated in both the code source and

[Freeciv-Dev] S2_1: make dist is broken out of a box [Was: [Freeciv-commits] r13524]

2007-09-09 Thread Egor Vyscrebentsov
On Fri, 07 Sep 2007 16:23:41 - Marko Lindqvist wrote: Author: cazfi Date: Fri Sep 7 18:23:40 2007 New Revision: 13524 See #39669 Modified: branches/S2_1/common/events.c branches/S2_1/common/events.h branches/S2_1/data/stdsounds.soundspec

Re: [Freeciv-Dev] (PR#10775) incomplete helptext

2007-09-08 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=10775 On Fri, 7 Sep 2007 Marko Lindqvist wrote: On 07/09/07, Egor Vyscrebentsov wrote: On Thu, 6 Sep 2007 Marko Lindqvist wrote: On 06/09/07, Egor Vyscrebentsov wrote: Double \n\n at the end of every req line looks not good

Re: [Freeciv-Dev] (PR#39374) Re: (PR#39644) auth warnings

2007-09-07 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39374 On Thu, 6 Sep 2007 Marko Lindqvist wrote: On 03/09/07, Egor Vyscrebentsov wrote: In theory, it may causes troubles, but I don't have them (yet). And I didn't test tutorial... Did you mean this to go in or just to be available

Re: [Freeciv-Dev] (PR#10775) incomplete helptext

2007-09-06 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=10775 On Mon, 3 Sep 2007 17:12:58 -0700 Egor Vyscrebentsov wrote: Version 2 of patch. Working, looks not so awful. All had been written before us - helpdata.c#insert_requirement() Double \n\n at the end of every req line looks not good

Re: [Freeciv-Dev] (PR#10775) incomplete helptext

2007-09-06 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=10775 On Thu, 6 Sep 2007 Marko Lindqvist wrote: On 06/09/07, Egor Vyscrebentsov wrote: All had been written before us - helpdata.c#insert_requirement() That's good for S2_1 at least. Some parts of your earlier patches would help

Re: [Freeciv-Dev] (PR#39642) en_US.po

2007-09-04 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39642 On Mon, 3 Sep 2007 06:30:59 -0700 Egor Vyscrebentsov wrote: One moment/problem: original string is shown if untranslated for _any_ translation... [JT] Rather than moratoring changing, it is better (IMHO) to create good mechanism

Re: [Freeciv-Dev] (PR#39642) en_US.po

2007-09-03 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39642 On Fri, 31 Aug 2007 Marko Lindqvist wrote: Changing translatable strings in stable branch is bad. So we don't do it for minor things like typofixes. We can't help those typos etc appearing when gettext is not used, or there is no

Re: [Freeciv-Dev] (PR#39655) [Patch] Fix S2_0 compiler warnings

2007-09-03 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39655 On Sat, 1 Sep 2007 Marko Lindqvist wrote: New compiler... Please, mention compiler name and version ;) (gcc 4.2 had (and maybe still has) several problems [not only with freeciv, of course].) -- Thanks, evyscr

Re: [Freeciv-Dev] (PR#10775) incomplete helptext

2007-09-03 Thread Egor Vyscrebentsov
On Tue, 28 Aug 2007 11:05:28 -0700 Marko Lindqvist wrote: On 28/08/07, Egor Vyscrebentsov evyscr@ wrote: On Mon, 27 Aug 2007 03:46:50 -0700 Daniel Markstedt wrote: But as a temporary solution, I could add them manually to the helptexts. What do you say? No, don't do it. Temporary

Re: [Freeciv-Dev] (PR#39637) Typo in server/cityturn.c

2007-08-31 Thread Egor Vyscrebentsov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39637 On Thu, 30 Aug 2007 Joan Creus wrote: The variable name has sneaked into the string, I think. It says pimprove sold! when it should be improvement sold. See diff. Didn't it was decided that we need to use word 'building' instead of

  1   2   >