Re: [Freeciv-Dev] (PR#40031) 2.1.2 M$windows title bar not visible in multiple monitor setup

2008-01-21 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40031 Shaun Cummings wrote: Freeciv 2.1.2 Stable Release (from pre-built Windows binary download) Which one? win32? gtk2? sdl? Windows Vista Ultimate, fully patched as of 1/20/08 AMD Athlon64 3500+ 2GB System RAM Nvidia

[Freeciv-Dev] (PR#40030) Segfault while drawing map

2008-01-21 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40030 Thank you for the savegame. This sounds like the known problem with borders that we hope will be solved in 2.2. I'll use it to test. ___ Freeciv-dev mailing list Freeciv-dev@gna.org

Re: [Freeciv-Dev] (PR#40030) Segfault while drawing map

2008-01-21 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40030 2.2 has more error checking, and here's what it found: 1: Failed sanitycheck.c:231 (cityturn.c:215) in Bellingshausen[2](58,83): tile_owner(pcity-tile) == NULL || tile_owner(pcity-tile) == pplayer 1: Failed sanitycheck.c:231

[Freeciv-Dev] (PR#40011) client crash with bad borders, city, and tile owners

2008-01-21 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40011 Merged with previous report. I'm thinking that my initial approach to the solution is wrong. While better server checking in 2.2 should catch many problems, the clients SHOULD NOT be this fragile. No matter how badly the server

Re: [Freeciv-Dev] (PR#40011) client crash with bad tile(s)

2008-01-21 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40011 OK, these two savegames crash in several different ways, but I've got both running (not crashing) now. Even though the server tells us the tile is not unknown, it still isn't sending valid terrain or sometimes special data. For those

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

2008-01-21 Thread Egor Vyscrebentsov
Good day! On Wed, 16 Jan 2008 Jorge Vieira wrote: Cheers. My name is Jorge Vieira and i'm editor in chief of Hype!, a Portuguese videogames magazine. The magazine has an print run of 30.000 copies, 22.000 of them including 1 covermount DVD with full games, demos, software and other

Re: [Freeciv-Dev] (PR#40011) client crash with bad tile(s)

2008-01-21 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40011 Committed S2_1 revision 14262. Committed S2_2 revision 14263. Committed trunk revision 14264. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

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

2008-01-21 Thread William Allen Simpson
Egor Vyscrebentsov wrote: Good day! On Wed, 16 Jan 2008 Jorge Vieira wrote: Cheers. My name is Jorge Vieira and i'm editor in chief of Hype!, a Portuguese videogames magazine. The magazine has an print run of 30.000 copies, 22.000 of them including 1 covermount DVD with full games,

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

2008-01-21 Thread Jorge Vieira
OK. Thanks for the feedback on this subject. We'll distribute the source code along with program, as mentioned in the GNU GPL license requirements. Best regards, Jorge -Original Message- From: William Allen Simpson [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 21 de Janeiro de 2008

[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] i18n: FR: several nation_adj

2008-01-21 Thread Daniel Markstedt
On 1/22/08, Egor Vyscrebentsov [EMAIL PROTECTED] wrote: 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)

[Freeciv-Dev] (PR#40033) sanity checking and debugging improvements

2008-01-21 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40033 Some helpful debugging improvements, and other niceties found along the way: * sanity checking with file and line * clear city and unit pointers on free() * always pair create_unit_virtual() with destroy_unit_virtual() * moved

Re: [Freeciv-Dev] (PR#40033) sanity checking and debugging improvements

2008-01-21 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40033 Committed S2_1 revision 14267. Committed S2_2 revision 14268. Committed trunk revision 14269. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

Re: [Freeciv-Dev] (PR#40034) [Patch] Fix SDL -client compilation

2008-01-21 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40034 Marko Lindqvist wrote: Will commit immediately. Great! Anybody that can do the same for gui-win32? ___ Freeciv-dev mailing list Freeciv-dev@gna.org