Re: [Freeciv-Dev] (PR#38165) Bug in 2.1.0-beta3

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38165 On 04/08/07, Marko Lindqvist [EMAIL PROTECTED] wrote: It seems that units should never get foul status inside create_unit(). It is no longer called for spies getting foul. Attached patch changes create_unit() to always create

Re: [Freeciv-Dev] (PR#28301) [patch] add a common client option for theme selection

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=28301 On 15/02/07, Christian Prochaska [EMAIL PROTECTED] wrote: Here's an updated patch that further sets the Freeciv theme as default in the GTK+ client (until the user chooses another theme either in the local options dialog or in the

[Freeciv-Dev] (PR#39482) Themes directory hierarchy is not consistent

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39482 Directory hierarchy under data/themes is not consistent. - We have sdl theme 'human' in directory gui-sdl/human ($client/$theme) - Current version of this Freeciv theme is Freeciv/gtk-2.0 ($theme/$client) - In addition we have

Re: [Freeciv-Dev] (PR#39482) Themes directory hierarchy is not consistent

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39482 On 04/08/07, Marko Lindqvist [EMAIL PROTECTED] wrote: I favor Freeciv theme style $theme/$client[/$subtheme] hierarchy. Umh, I just added $subtheme part without thinking. Actually I think that only workable solution is

[Freeciv-Dev] (PR#39483) [Patch] Do not try to distribute removed PEOPLE file

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39483 PEOPLE is removed, but we still try to distribute it. Fix attached. svn.gna.org has been down all day, so cannot commit immediately. - ML diff -Nurd -X.diff_ignore freeciv/doc/Makefile.am freeciv/doc/Makefile.am ---

Re: [Freeciv-Dev] (PR#39465) command line help buglet

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39465 On 17/07/07, Christian Knoke [EMAIL PROTECTED] wrote: SVN 2.1.99 17 JUL 2007 Look at the output: [EMAIL PROTECTED]:~$ LANG= civclient --help ... --Pass any following options to the UI.

Re: [Freeciv-Dev] FR: knowlege base about changes that affected all gui-*

2007-08-04 Thread Marko Lindqvist
On 17/03/07, Marko Lindqvist [EMAIL PROTECTED] wrote: On 3/16/07, Egor Vyscrebentsov [EMAIL PROTECTED] wrote: Good daytime! Now I can't find a way to _easy_ get information about changes in the code, that affected gui-specific code, from one date up to other. If there is no better way

Re: [Freeciv-Dev] (PR#39463) url fix from openbsd.org

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39463 On 17/07/07, William Allen Simpson [EMAIL PROTECTED] wrote: Besides, those should not be LOG_ERROR, they are LOG_NORMAL! Not having sound set is OK. And only LOG_NORMAL should be translated We want user to see them by default.

[Freeciv-Dev] (PR#39484) [Patch] Fix nations assignment when loading saved game

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39484 Loading savegame assigns nations to players, but after that init_available_nations() marks all nations free. Patch untested. - ML diff -Nurd -X.diff_ignore freeciv/server/savegame.c freeciv/server/savegame.c ---

[Freeciv-Dev] (PR#39486) [Patch] Ftwl compile fix

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39486 $subject for --enable-debug compilation. - ML diff -Nurd -X.diff_ignore freeciv/utility/ftwl/widget_slider.c freeciv/utility/ftwl/widget_slider.c --- freeciv/utility/ftwl/widget_slider.c 2007-08-04 18:36:12.0 +0300 +++

[Freeciv-Dev] (PR#39482) Themes directory hierarchy is not consistent

2007-08-04 Thread Christian Prochaska
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39482 [EMAIL PROTECTED] - Sa 04. Aug 2007, 11:41:52]: Directory hierarchy under data/themes is not consistent. - We have sdl theme 'human' in directory gui-sdl/human ($client/$theme) yes - Current version of this Freeciv theme is

[Freeciv-Dev] (PR#28301) [patch] add a common client option for theme selection

2007-08-04 Thread Christian Prochaska
URL: http://bugs.freeciv.org/Ticket/Display.html?id=28301 [EMAIL PROTECTED] - Sa 04. Aug 2007, 11:23:04]: On 15/02/07, Christian Prochaska [EMAIL PROTECTED] wrote: Here's an updated patch that further sets the Freeciv theme as default in the GTK+ client (until the user chooses

Re: [Freeciv-Dev] (PR#38410) [Patch] AI: Research tech allowing first settler type units

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38410 On 19/03/07, Marko Lindqvist [EMAIL PROTECTED] wrote: This adds tech want for tech allowing first F_SETTLERS and F_CITIES units. S2_1 version - ML diff -Nurd -X.diff_ignore freeciv/ai/advdomestic.c freeciv/ai/advdomestic.c ---

[Freeciv-Dev] (PR#36054) Freeciv GTK+ client theme

2007-08-04 Thread Christian Prochaska
URL: http://bugs.freeciv.org/Ticket/Display.html?id=36054 [EMAIL PROTECTED] - Sa 04. Aug 2007, 12:33:30]: Changed source directory hierarchy Freeciv/gtk-2.0 - gui-gtk-2.0/Freeciv. Hierarchy discussion in #39482. - ML This should be gui-gtk-2.0/Freeciv/gtk-2.0 now. Updated

[Freeciv-Dev] (PR#39487) [Bug] make dist fails for clean sourcedir

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39487 Source directory just checked out from svn ./autogen.sh make dist leads to make[2]: Entering directory `/home/cazfi/freeciv/TRUNK/src.disttest/server/generator' make[2]: Leaving directory

[Freeciv-Dev] (PR#39477) svn version 13132 breaks tilesets?

2007-08-04 Thread Guest
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39477 [wsimpson - Fri Aug 03 18:19:29 2007]: Guest wrote: [wsimpson - Tue Jul 31 06:51:16 2007]: Are you sure you installed correctly? I believe so, unless using svn update has become the incorrect way. ... []$ civclient -t

Re: [Freeciv-Dev] (PR#39488) [Patch] README.graphics update for S2_1

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39488 On 04/08/07, Marko Lindqvist [EMAIL PROTECTED] wrote: README.graphics is outdated even for S2_1. Attached is update for what I figured out reading source code. I don't know that part of the code too well, so I just hope this is

Re: [Freeciv-Dev] (PR#38323) Crash when initial techs contain unreachable tech

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38323 On 04/08/07, Marko Lindqvist [EMAIL PROTECTED] wrote: On 17/03/07, Marko Lindqvist [EMAIL PROTECTED] wrote: Nation does not have root_req for its initial tech. At least ruleset sanity checking is needed so that game gives

Re: [Freeciv-Dev] (PR#35785) CPPFLAGS ignored in 2.0.9

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=35785 On 12/02/07, Andrew Pantyukhin [EMAIL PROTECTED] wrote: CPPFLAGS in environment is noticed by configure, but not included in CPPFLAGS it passes on to makefiles. Therefore, freeciv has difficulty using headers in /usr/local/include.

Re: [Freeciv-Dev] (PR#39414) tolua, tolua++, toluaxx

2007-08-04 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39414 On 24/06/07, William Allen Simpson [EMAIL PROTECTED] wrote: Why is the makefile running g++ instead of gcc? .cxx is prefix for C++ file. - ML ___ Freeciv-dev mailing list