[Freeciv-Dev] (PR#40548) civclient segv

2008-11-03 Thread Christian Knoke
http://bugs.freeciv.org/Ticket/Display.html?id=40548 > todays 2.1.99 svn gtk2 Core was generated by `civclient'. Program terminated with signal 11, Segmentation fault. #0 0xb7e7ef07 in gtk_tree_store_set () from /usr/lib/libgtk-x11-2.0.so.0 (gdb) bt full #0 0xb7e7ef07 in gtk_tree_store_set ()

[Freeciv-Dev] (PR#40548) civclient segv

2008-11-03 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40548 > I was just fixing this bug. It is due to the fact that the function update_conn_list_dialog() assumes contiguous player numbers, which is no longer a valid assumption. I'll post the patch soon. --

Re: [Freeciv-Dev] (PR#40538) [Patch] Release old border allocations of shrinking city

2008-11-03 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=40538 > 2008/10/27 Marko Lindqvist: > > $subject Most important thing to note about this patch is that it's inconsistent with other borders code. It updates borders immediately whereas they are usually updated only in certain keypoints, such as ne

[Freeciv-Dev] (PR#40543) Re: Farmland looks like Irrigation in amplio Tileset

2008-11-03 Thread Christopher
http://bugs.freeciv.org/Ticket/Display.html?id=40543 > Madeline Book wrote: > I then > tried out your new graphics and indeed there is much better > contrast between farmland and irrigation, but farmland does > not contrast very well against plains and grassland. Maybe > the fields of crops could

[Freeciv-Dev] (PR#40549) [Patch] Conn/player stdinhand tweaks

2008-11-03 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40549 > I separated out the stdinhand part of 40534 and added some more fixes for bugs I found during testing: - Sometimes the observe command would not send player info. - The take command would not send player info about the other players whose

[Freeciv-Dev] (PR#40548) [Patch] Cleanup pregame connection list

2008-11-03 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40548 > The attached patch fixes the update_conn_list_dialog() function so that it works without assuming that player numbers are contiguous. Also, the code is greatly cleaned up and the style improved: - Global variables are removed except for the

[Freeciv-Dev] (PR#40543) Farmland looks like Irrigation in amplio Tileset

2008-11-03 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40543 > > [book - Wed Oct 29 18:55:24 2008]: > > Maybe the fields of crops could be made less opaque [...] I meant to say more opaque, that is, less transparent. Sorry for the confusion. ;) -