[Freeciv-Dev] (PR#39809) Use @bindir@ where appropriate

2007-10-29 Thread Daniel Markstedt
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39809 [jordi - Mon Oct 29 11:44:21 2007]: data/*dsc.in files include a line: CommandLine = @prefix@/bin/civclient which assumes binaries will go to /something/bin. The FHS mandates are installed in /usr/games, and Debian abides to

[Freeciv-Dev] (PR#39787) Ubuntu don't redistribute stdsounds

2007-10-29 Thread Daniel Markstedt
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39787 Package with including COPYING: ftp://ftp.freeciv.org/freeciv/contrib/audio/stdsounds3.tar.gz ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

[Freeciv-Dev] (PR#39808) Use $sysconfdir in relevant Makefiles.

2007-10-29 Thread Jordi Mallach
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39808 data/Makefile.am installs GGZ stuff in the wrong place. Attached patch should fix it. --- freeciv-2.1.0.orig/data/Makefile.am +++ freeciv-2.1.0/data/Makefile.am @@ -85,8 +85,8 @@ if GGZ_SERVER ggzroom_DATA = civserver.room

[Freeciv-Dev] (PR#39811) BUG: oddball iterators

2007-10-29 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39811 Some months ago, I began a project to review iterators, and covered most of the major ones. Here are those remaining, infrequently used, mostly only in one or two files. Where they have the lack of name qualification nesting problems,

[Freeciv-Dev] (PR#39812) Bug: Cannot Rename Global worklists in FC210

2007-10-29 Thread [EMAIL PROTECTED]
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39812 Hi! Just downloaded installed FreeCiv 210 (not Beta) on WinXP SP2 etc. I cannot seem to rename the Global Worklist in the GTK2 Client GUI, now i have multiple lists named new. used to be able to do this in FC210b6.

Re: [Freeciv-Dev] (PR#39811) BUG: oddball iterators

2007-10-29 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39811 Since TRUNK and S2_2 AI is very much broken, I tested this with S2_1 (patch applied cleanly except one line change in unitlist.h) There seems to be some regression. Autogames differ. - ML

[Freeciv-Dev] (PR#39813) civil war nation turk is unknown

2007-10-29 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39813 After changing to Turkish, somebody forgot to update the civilwar nations. Note these names are the rule name=_(...) in the ruleset, not the ruleset name, nor the section name (too many names) Also, Bosnian-Herzegovinian! Patch

[Freeciv-Dev] (PR#39751) [Bug] Can't see top menu bar in WinXP...

2007-10-29 Thread Daniel Markstedt
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39751 [EMAIL PROTECTED] - Mon Oct 29 15:04:42 2007]: Update: Here's what i found, when the client is started it tries to fill the desktop except for a small horizontal strip at the bottom, which i assumed was so we M$ Windows

Re: [Freeciv-Dev] (PR#39811) BUG: oddball iterators

2007-10-29 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39811 Marko Lindqvist wrote: There seems to be some regression. Autogames differ. A regression is the return of a previously reported and fixed bug. What bug are you reporting has returned?

Re: [Freeciv-Dev] (PR#39811) BUG: oddball iterators

2007-10-29 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39811 Come to think of it, I hadn't been applying these iterator patches against 2.1. They were trunk-only (nee 2.2). It's kinda nice to hear that they apply cleanly, but wasn't my expectation. They were written for 2.2. When I was testing