Re: [Freeciv-Dev] (PR#39437) attribute.c serialization error

2007-07-04 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39437 > Ties-Jan wrote: > Attached I have a savegame with the error. > > Load the game and start as Ivan the Terrible (Russian). The game will crash. > Thanks for the report. You'll have to go back to your old savegame! === *** malloc: vm_alloca

[Freeciv-Dev] (PR#39435) Incorrect Strings

2007-07-04 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39435 > > [dmarks - Wed Jul 04 12:15:45 2007]: > > On 7/4/07, Daniel Markstedt <[EMAIL PROTECTED]> wrote: > > > > http://bugs.freeciv.org/Ticket/Display.html?id=39435 > > > > > While translating, I found this obviously wrongly stated string > (since

[Freeciv-Dev] (PR#39439) make some gui-sdl strings translatable

2007-07-04 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39439 > This patch marks some more strings as translatable, while fixing two capitalizations of 'Freeciv'. For S2_1. translatable.diff Description: Binary data ___ Freeciv-dev mailing list Freeciv-dev@gn

Re: [Freeciv-Dev] [PATCH] (PR#39431) Cannot add settlers to city

2007-07-04 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39431 > Committed trunk revision 13054. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

Re: [Freeciv-Dev] (PR#39436) merge tilespec is_blended with blend_layer

2007-07-04 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39436 > Committed trunk revision 13053. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

Re: [Freeciv-Dev] (PR#39436) merge tilespec is_blended with blend_layer

2007-07-04 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39436 > While coding, a simpler approach appeared. Not as general, but has the advantage of no changes to existing tilespec files in S2_1 or trunk. Used the current is_blended as is, but read it as an integer. The files don't have any indication t

Re: [Freeciv-Dev] [PATCH] (PR#39431) Cannot add settlers to city

2007-07-04 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39431 > Excellent work! That's the second time recently we've seen a problem with code expecting pointers to be valid after removing a unit (the other in wipe_unit() itself). So, I just hand checked all 60 calls to wipe_unit(), and that seems to be

Re: [Freeciv-Dev] [PATCH] (PR#39431) Cannot add settlers to city

2007-07-04 Thread Timothy Brownawell
http://bugs.freeciv.org/Ticket/Display.html?id=39431 > On Wed, 2007-07-04 at 02:47 -0700, William Allen Simpson wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=39431 > > > Timothy Brownawell wrote: > > If I try to add a settler to an existing city, the game ends (retuns to > > the welcom

[Freeciv-Dev] (PR#39438) Install voids old city report settings in GTK2 Beta-4

2007-07-04 Thread Christian Knoke
http://bugs.freeciv.org/Ticket/Display.html?id=39438 > Hello, SVN 04 JUL 2007 $SUBJECT All settings for city report display columns get lost when I do a make install. Christian -- Christian Knoke* * *http://cknoke.de * * * * * * * * * Ceterum censeo Microsoft esse

[Freeciv-Dev] (PR#39436) merge tilespec bool is_blended with int blend_layer making layer%d_blend

2007-07-04 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39436 > As discovered in PR#39386, PR#39388, and PR#39389, tile blending had diverged between 2.1 and trunk. In 2.1, is_blended = [0|1] indicates whether there is blending on a tile. This doesn't actually work. A 0 tile next to an 1 tile displays

Re: [Freeciv-Dev] (PR#39435) Incorrect String in srv_main.c

2007-07-04 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39435 > On 7/4/07, Daniel Markstedt <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39435 > > > While translating, I found this obviously wrongly stated string (since > a v1.15.0 doesn't exist): > > #: server/srv_main.c:

Re: [Freeciv-Dev] (PR#39433) cleanup name translation

2007-07-04 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39433 > Committed trunk revision 13046. This includes patches from PR#39405, PR#39427, PR#39432, and PR#39434. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

[Freeciv-Dev] (PR#38245) Sun Tzu always marked redundant

2007-07-04 Thread Ulrik Sverdrup
http://bugs.freeciv.org/Ticket/Display.html?id=38245 > Short analysis of trunk behavior. A save where sun tzu is available to build is attached. Confirmed that the UnitFlag on both effects introduce the strikeout; commenting out any of the nreqs removed the strike. [effect_sun_tzus_war_academy]

Re: [Freeciv-Dev] (PR#39431) Cannot add settlers to city

2007-07-04 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39431 > Timothy Brownawell wrote: > If I try to add a settler to an existing city, the game ends (retuns to > the welcome screen) and prints "2: lost connection to server". > I am unable to duplicate this S2_1 behavior. Do you have a savegame? My

Re: [Freeciv-Dev] (PR#39434) Crash in 2.1 in vsnprintf, probably related to unit_name_translation changes

2007-07-04 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39434 > William Allen Simpson wrote: > Thanks! Added comments. Probably shouldn't be destroyed until after > the messages are sent, but the logic isn't readily apparent. > Comparing against trunk, found that this has been substantially rewritten (

[Freeciv-Dev] (PR#39435) Incorrect String in srv_main.c

2007-07-04 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39435 > While translating, I found this obviously wrongly stated string (since a v1.15.0 doesn't exist): #: server/srv_main.c:1019 msgid "" "Your client is too old. To use this server please upgrade your client to a " "CVS version later than 2003-11