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

2007-08-04 Thread Marko Lindqvist
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 non-

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

2007-08-04 Thread Marko Lindqvist
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
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 directory

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

2007-08-04 Thread Marko Lindqvist
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 $client/$theme

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

2007-08-04 Thread Marko Lindqvist
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 --- freeciv/doc/Makefil

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

2007-08-04 Thread Marko Lindqvist
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] (PR#39465) command line help buglet

2007-08-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39465 > Correct version. This is for S2_1 as it avoids changing existing text for sdl even though this means that sdl client output formatting differs from other clients. - ML diff -Nurd -X.diff_ignore freeciv/client/gui-gtk-2.0/gui_main.c freec

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

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

2007-08-04 Thread Marko Lindqvist
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
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/server/savegame

[Freeciv-Dev] (PR#39485) [Bug] Trunk asserts for barbarian nations from 2.1 or older saves

2007-08-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39485 > S2_1 and earlier assigned same barbarian nation to both barbarian players. When loading such savegame to trunk, it will assert due to inconsistent nation assignments. No clean way to fix this comes to mind. - ML _

Re: [Freeciv-Dev] (PR#39325) Fwd: Women's Suffrage in 2.1.0-beta3

2007-08-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39325 > On 05/04/07, Dawn Lepard <[EMAIL PROTECTED]> wrote: > > On the Target Worklist and Source Tasks, Women's Suffrage appears to > be mixed up with Capitalization. I'm told that Women's Suffrage costs > 5/turn (my town produces 5 resource). Fla

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

2007-08-04 Thread Marko Lindqvist
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/ut

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

2007-08-04 Thread Christian Prochaska
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
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 cho

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

2007-08-04 Thread Marko Lindqvist
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 --- fr

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

2007-08-04 Thread Christian Prochaska
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. Up

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

2007-08-04 Thread Marko Lindqvist
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 `/home/cazfi/freeciv/TRUNK/src.disttest/serve

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

2007-08-04 Thread Guest
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. > > ... > > > >

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

2007-08-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39488 > 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 correct. Changed to this file should be committed at the same tim

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

2007-08-04 Thread Marko Lindqvist
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 co

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

2007-08-04 Thread Marko Lindqvist
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
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
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 Freeciv-dev@g