Re: [Freeciv-Dev] (PR#40407) Wishlist for Freeciv

2008-08-13 Thread Per Inge Mathisen
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40407 On Wed, Aug 13, 2008 at 1:01 AM, Nicolas R. Wadhwani [EMAIL PROTECTED] wrote: This get_best_defender function comes up with quite a lot of odd results that are puzzling me as a former payciv gamer, no matter if this feature here is

[Freeciv-Dev] (PR#40436) Cities not refreshed when crossing Empire_Size_Step

2008-08-13 Thread [EMAIL PROTECTED]
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40436 If, during a turn, conquering or founding a city causes the empire to grow and every city to get an extra unhappy citizen due to Empire_Size_Step, it appears that the client's cities are not refreshed immediately; the unhappiness shows

[Freeciv-Dev] (PR#40420) Editing mode allows adding units/cities to dead player

2008-08-13 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40420 [EMAIL PROTECTED] - Sat Aug 09 23:00:44 2008]: Or it could bring the dead player back to life...could be desirable for scenario editing but is a bit more work to code I'm sure. As far as I can see, all that is needed is to set

Re: [Freeciv-Dev] (PR#40431) [Patch] SDL-client: Use get_base_by_gui_type()

2008-08-13 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40431 2008/8/12 Marko Lindqvist: Use get_base_by_gui_type() instead of hardcoded base type index. - Fixed compile - ML diff -Nurd -X.diff_ignore freeciv/client/gui-sdl/menu.c freeciv/client/gui-sdl/menu.c ---

Re: [Freeciv-Dev] (PR#40435) Fortress borders claiming broken

2008-08-13 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40435 2008/8/13 Marko Lindqvist [EMAIL PROTECTED]: URL: http://bugs.freeciv.org/Ticket/Display.html?id=40435 Border claiming code is mess. It uses vision sites on player maps and fails to keep things in sync. Result is that players can

Re: [Freeciv-Dev] (PR#40356) Multiple bases on same tile

2008-08-13 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40356 2008/7/3 Jason Dorje Short: It sounds like 1 base per tile is a lot easier to implement. Until there's a concrete need to break that barrier I wouldn't trouble yourself with generalizing it to multiple per tile. As Madeline

[Freeciv-Dev] (PR#40437) [Editor] Some more read-only tile properties

2008-08-13 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40437 Patch adds 5 read-only tile properties: x, y, nat_x, nat_y, and continent. Illustrates the best case of code duplication elimination using the property editor framework. :)

[Freeciv-Dev] (PR#40430) Bug: Incorrect check for libggz in 2.1.6

2008-08-13 Thread Jason Short
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40430 This is an error in ggz.m4 but I don't know quite where. The intended behavior is: * libggz and ggzcore and ggzmod = 0.0.14 are required for client support. If --with-ggz-client=yes is given, configure exits if they are not found;

[Freeciv-Dev] (PR#40438) [Patch] IPv6: LAN announcements

2008-08-13 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40438 This patch adds IPv6 LAN announcement multicasting. Commandline parameters control if LAN announcements are done using IPv4 or IPv6 or not at all. You need to enable IPv6 support at configure time to use this. - ML diff -Nurd