[Freeciv-Dev] (PR#40726) [Patch] Fix windows gtk-client compilation (undefined reference to localtime_r)

2009-02-17 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=40726 > Windows gtk-client compilation is broken in current TRUNK due to localtime_r call. Luckily we don't really need reentrant version. Fix attached. - ML diff -Nurd -X.diff_ignore freeciv/client/gui-gtk-2.0/chatline.c freeciv/client/gui-gtk-

[Freeciv-Dev] (PR#40726) [Patch] Fix windows gtk-client compilation (undefined reference to localtime_r)

2009-02-17 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40726 > > [cazf...@gmail.com - Tue Feb 17 09:07:53 2009]: > > Windows gtk-client compilation is broken in current TRUNK due to > localtime_r call. Luckily we don't really need reentrant version. Fix > attached. The same code is in S2_1 (40706, r15

[Freeciv-Dev] (PR#40727) [Patch] Improved mass unit selection

2009-02-17 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40727 > This patch improves and extends the unit selection order (shortcut 'y') to somewhat more useful groupings of units. Also, a more efficient algorithm is used to filter units which should be selected. The "Select same type" menu item in the "O

[Freeciv-Dev] (PR#40725) [Patch] (i18n) Fix "leader" translation ambiguity

2009-02-17 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40725 > > [book - Sun Feb 15 19:50:48 2009]: > > Reported by Susanna Björverud on freeciv-i18n and missed > by me when I posted the other i18n fixes. ;( Version 2 is fixed to work in trunk, and for S2_1 I changed the qualifiers for "Leader" when us

[Freeciv-Dev] (PR#40728) [Patch] Set and append worklists in city report

2009-02-17 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40728 > Building on 40723, the attached patches implement two more "Production" menu items for worklist manipulation, "Set Worklist" and "Append Worklist". The first item changes the selected cities' current production and worklist to the given globa

[Freeciv-Dev] (PR#40729) [Patch] City report "add 2nd last" production menu item

2009-02-17 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40729 > Patch implements a city report production menu item to add a build target in the "next to last" (i.e. "2nd last") position in the selected cities' work queues. That is, the build target is placed before the last target in the cities' worklist

[Freeciv-Dev] (PR#40730) [Patch] Option to disable caravan popup

2009-02-17 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40730 > The attached patch implements a client option to disable the automatic caravan action popup when a caravan arrives at a city where it can either establish a traderoute or help build a wonder. With the option enabled, the user must manually ma

[Freeciv-Dev] (PR#40705) [Patch] Option for split lower notebook

2009-02-17 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40705 > > [book - Wed Feb 04 07:00:22 2009]: > > Patch implements an option to have the lower notebook split into > two notebooks so that the chat tab and the message tab are both > visible at the same time. If enabled the message tab is hard- > cod

[Freeciv-Dev] (PR#40701) [Patch] Metaserver tab first

2009-02-17 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40701 > > [book - Sun Feb 15 05:05:03 2009]: > > > [book - Wed Feb 04 05:35:29 2009]: > > > > The attached patch makes the metaserver tab in the network page > > appear before the lan (local server) tab. So the metaserver > > list appears right awa