[Freeciv-Dev] Build problems, fc_version

2016-02-03 Thread Robert Finch
I did a local file update for the most recent files and now I can't build
the game. I used tortoisesnv to do the update.

One problem was that fc_version had carriage returns in it, which couldn't
be digested by the scripting. Is this a problem to be reported with a bug
report ?

 

Now I get this error running configure. It looks like Makefile has a quote
attached. Is this a glitch in the script ?

How can I tell which makefile may be missing ?

 

checking for _setjmp... yes

checking for gmtime_r... yes

checking for localtime_r... yes

checking for tolua... notfound

checking that generated files are newer than configure... done

configure: creating ./config.status

.in'ig.status: error: cannot find input file: `Makefile

 

configure failed

 

 

Rob Finch

 

 

 

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] Loved the game, but too hard

2016-02-03 Thread mirex


I found your project yesterday. Loved the Freeciv game, it has lots of 
civilizations. But when i put the rule civ2civ3, or other, in novice 
level, I cannot win the game, or advance. The other nations become too 
much powerful quickly. Other people on forums are complaining about it 
too...
I was almost donating, then i saw this issue. Are there any plans to 
fix it?


Truth is that novice level is already nerfed, you wont  win without 
knowing basic rules.
It's just doesnt follow commercial rules that you click end turn and at 
end you win.
When I first played civilization V on normal difficulty I just won by 
building 10 units
and destoying everyone without any effort, without knowing any rules - I 
haven't read

any help page - just doing random things - do you really to win that way?

In fact freeciv is already easy to win, killing 4-5 enemy hard AIs using 
horses is pretty simple

when you will learn all rules.

--
mir3x


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] Build problems, fc_version

2016-02-03 Thread Marko Lindqvist
On 3 February 2016 at 10:12, Robert Finch  wrote:
> I did a local file update for the most recent files and now I can’t build
> the game. I used tortoisesnv to do the update.
>
> One problem was that fc_version had carriage returns in it, which couldn’t
> be digested by the scripting. Is this a problem to be reported with a bug
> report ?

 Hmm... fc_version has "svn:eol-style native" so tortoisesvn does
place CRLF as a newline.

 I think we could make it "svn:eol-style LF" safely, as there's no
tools that would use fc_version but not understand LF newlines.
 -> better to go via ticket than me just adjusting this, though, so
that people can have their say.

 In a way this could be considered incompatibility within your set of
tools. Your tortoisesvn defaults to CRLF while your other tools
(cygwin?) expect LF newlines. Your local solution could be using
cygwin's own commandline svn instead (one would assume that it behaves
consistently with the other tools in cygwin).

> Now I get this error running configure. It looks like Makefile has a quote
> attached. Is this a glitch in the script ?
>
> How can I tell which makefile may be missing ?
>
>
>
> checking for _setjmp... yes
>
> checking for gmtime_r... yes
>
> checking for localtime_r... yes
>
> checking for tolua... notfound
>
> checking that generated files are newer than configure... done
>
> configure: creating ./config.status
>
> .in'ig.status: error: cannot find input file: `Makefile
>
>
>
> configure failed
>
>
>
>
>
> Rob Finch

 That error message seems rather corrupted. 'Makefile' is not an input
file for ./config.status, but Makefile.in is (Makefile is output file)
All this is probably due to those newline issues.

 In general, the 'config.log' file (once you learn to where things are
in it) tells what has gone wrong in configure process.


 - ML


ps As you work to get development to work under Cygwin, please
consider updating doc/INSTALL.Cygwin.

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24379] glib-gettext.m4; won't overwrite defined macro glib_DEFUN

2016-02-03 Thread Marko Lindqvist
URL:
  

 Summary: glib-gettext.m4; won't overwrite defined macro
glib_DEFUN
 Project: Freeciv
Submitted by: cazfi
Submitted on: Wed 03 Feb 2016 10:52:59 AM EET
Category: bootstrap
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 2.5.3

___

Details:

After some tool updates on Ubuntu-16.04 LTS development version, freeciv S2_5
builds started to fail. aclocal gives an error about glib-gettext.m4.




___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24379] glib-gettext.m4; won't overwrite defined macro glib_DEFUN

2016-02-03 Thread Marko Lindqvist
Follow-up Comment #1, bug #24379 (project freeciv):

1) Later branches not affected (we've got rid of glib-gettext usage as
even-more-upsream gettext now provides everything we need)
2) The problem is in a hack that glib-gettext.m4 has for bootstrapping glib
itself in presence of old glib installation. As we're not glib, it should be
safe for us to simply remove the offending lines.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24379] glib-gettext.m4; won't overwrite defined macro glib_DEFUN

2016-02-03 Thread Marko Lindqvist
Follow-up Comment #2, bug #24379 (project freeciv):

> 2) The problem is in a hack that glib-gettext.m4 has for bootstrapping glib
itself in presence of old glib installation. As we're not glib, it should be
safe for us to simply remove the offending lines.

There's more than that. In general the problem is that our copy of
glib-gettext.m4 conflicts with the newer upstream version that might be
present in the system.
I have in testing potential fix where all the namespace in our glib-gettext.m4
(-> freeciv-gettext.m4) has been changed so that upstream and our version can
co-exist.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6900] Add support for "emergency" release version number part

2016-02-03 Thread Marko Lindqvist
URL:
  

 Summary: Add support for "emergency" release version number
part
 Project: Freeciv
Submitted by: cazfi
Submitted on: Wed 03 Feb 2016 12:56:34 PM EET
Category: None
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

In a discussion about potential emergency release, I said:
"There probably isn't safe way to have version number 2.5.2.1 that would avoid
the problems of tickets already closed as being in 2.5.3."




___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6900] Add support for "emergency" release version number part

2016-02-03 Thread Marko Lindqvist
Update of patch #6900 (project freeciv):

Category:None => bootstrap  
  Status:None => In Progress
 Planned Release: => 2.5.2.1, 2.5.3, 2.6.0,
3.0.0

___

Follow-up Comment #1:

Targeting to 2.5.2.1 already, if it's going to come out.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24379] glib-gettext.m4; won't overwrite defined macro glib_DEFUN

2016-02-03 Thread Marko Lindqvist
Update of bug #24379 (project freeciv):

  Status:None => Ready For Test 

___

Follow-up Comment #3:

Fix.

Before applying this, rename m4/glib-gettext.m4 as m4/freeciv-gettext.m4


(file #26576)
___

Additional Item Attachment:

File name: FreecivGettextM4.patch Size:8 KB


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6900] Add support for "emergency" release version number part

2016-02-03 Thread Marko Lindqvist
Follow-up Comment #2, patch #6900 (project freeciv):

- S2_5 version

Consider inspection period for this one to have started.

In savegames and connection protocol the fourth part of version number is not
shown. Those will be considered to later branches only.

(file #26577)
___

Additional Item Attachment:

File name: EmergencyVersion-S2_5.patchSize:2 KB


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24379] glib-gettext.m4; won't overwrite defined macro glib_DEFUN

2016-02-03 Thread Marko Lindqvist
Update of bug #24379 (project freeciv):

 Planned Release:   2.5.3 => 2.5.2.1, 2.5.3 

___

Follow-up Comment #4:

If 2.5.2.1 gets released, this fix is the reason.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [task #7967] New 2.5 release with fix to bug #24379

2016-02-03 Thread Marko Lindqvist
URL:
  

 Summary: New 2.5 release with fix to bug #24379
 Project: Freeciv
Submitted by: cazfi
Submitted on: Wed 03 Feb 2016 02:53:02 PM EET
 Should Start On: Wed 03 Feb 2016 12:00:00 AM EET
   Should be Finished on: Wed 03 Feb 2016 12:00:00 AM EET
Category: None
Priority: 5 - Normal
  Status: None
 Privacy: Public
Percent Complete: 0%
 Assigned to: jtn
 Open/Closed: Open
 Discussion Lock: Any
  Effort: 0.00
 Planned Release: 

___

Details:

At this point it's undecided if the version number would be 2.5.3 or 2.5.2.1
(using patch #6900), but we are about to make release for getting fix to bug
#24379 out relatively soon. This is not only about upcoming Ubuntu release,
where downstream might need to apply fix on top of 2.5.2 anyway, but the
incompatibility is likely to become an issue in all distributions soon.

We're not making the release directly from S2_5. For one, we don't want to
take any string changes relative to 2.5.2, but want current 2.5.2 translations
to remain valid. In fact, we are going to have short window for updating those
translations.

We should create branch for the release from S2_5 r31494. We have no prior
cases of such branches, but I think it should be named as S2_5_2 (if we go for
version number 2.5.2.1) or S2_5_3 (if we go for version number 2.5.3).

Other fixes to cherry-pick to that branch are to be released. If you propose
something to that release, please make the ticket dependency of this one, and
in case of already closed ones reopen the ticket itself so that we can see
that it's not to be handled for this release yet.




___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24372] Configure outputs "-lncurses: not found"

2016-02-03 Thread Marko Lindqvist
Update of bug #24372 (project freeciv):

 Open/Closed:  Closed => Open   

___

Follow-up Comment #5:

To be cherry-picked to a new release branch.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6855] Remove old license info from sikkim.svg

2016-02-03 Thread Marko Lindqvist
Update of patch #6855 (project freeciv):

 Open/Closed:  Closed => Open   

___

Follow-up Comment #4:

To be cherry-picked to a new release branch.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [task #7967] New 2.5 release with fix to bug #24379

2016-02-03 Thread Marko Lindqvist
Update of task #7967 (project freeciv):

  Depends on: => patch #6855


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23814] Auto-detected licensing conflicts for Saxony and Sikkim flags

2016-02-03 Thread Marko Lindqvist
Update of bug #23814 (project freeciv):

 Open/Closed:  Closed => Open   

___

Follow-up Comment #9:

To be cherry-picked to a new release branch.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24339] Some Qt-client strings not going through gettext() at runtime

2016-02-03 Thread Marko Lindqvist
Update of bug #24339 (project freeciv):

 Open/Closed:  Closed => Open   

___

Follow-up Comment #4:

To be cherry-picked to a new release branch.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24328] A number of text buffers have insufficient size

2016-02-03 Thread Marko Lindqvist
Update of bug #24328 (project freeciv):

 Open/Closed:  Closed => Open   

___

Follow-up Comment #13:

To be cherry-picked to a new release branch.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [task #7815] SDL2-libraries to Windows Installer environment

2016-02-03 Thread Christian Prochaska
Update of task #7815 (project freeciv):

  Status:None => Ready For Test 

___

Follow-up Comment #1:

SDL2 libraries are now added to the MSYS1 build environment:

http://download.gna.org/freeciv/packages/windows/gnuwin32/gnuwin32-2016-02-03.7z

The attached patch adapts the installer-related files for S2_6.

I've uploaded S2_6 Freeciv installer packages for testing at:

http://download.gna.org/freeciv/packages/windows/testing/cproc/2.5.99-alpha+r31727/

What I noticed is that the audio quality seems to be worse with the clients
using SDL2_mixer than with the SDL client using old SDL_mixer. As if the
sampling rate is only 22050Hz instead of 44100Hz or something like that.

(file #26578)
___

Additional Item Attachment:

File name: gnuwin32-2016-02-03.patch  Size:14 KB


___

Reply to this item at:

  

___
  Nachricht gesendet von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #20738] Windows Vista/7/8 file locations

2016-02-03 Thread Christian Prochaska
Follow-up Comment #8, bug #20738 (project freeciv):

> Are the stderr.txt and stdout.txt, in addition to *.RPT files,
> created by exchndl.dll?

The stderr.txt and stdout.txt files are created by SDL, but SDL2 does not have
this console redirection feature anymore.

___

Reply to this item at:

  

___
  Nachricht gesendet von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24380] Qt client - menu shortcuts active when in chat window.

2016-02-03 Thread mir3x
URL:
  

 Summary: Qt client - menu shortcuts active when in chat
window.
 Project: Freeciv
Submitted by: mir3x
Submitted on: Wed 03 Feb 2016 03:31:12 PM CET
Category: client-qt
Severity: 3 - Normal
Priority: 5 - Normal
  Status: Ready For Test
 Assigned to: mir3x
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 2.5.3, 2.6, 3.0

___

Details:

Menu shortcuts were active when typing in chat window,
so typing in polish 'ć' - alt+c - was impossible - instead map
was centered.

Fix attached.




___

File Attachments:


---
Date: Wed 03 Feb 2016 03:31:13 PM CET  Name: qt_chat_shortcuts.patch  Size:
400B   By: mir3x



___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6886] Rename set of 'index' variables to avoid shadowing

2016-02-03 Thread Marko Lindqvist
Update of patch #6886 (project freeciv):

  Status:  Ready For Test => Done   
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6887] Capitalize names (field in .tilespec) of the tilesets

2016-02-03 Thread Marko Lindqvist
Update of patch #6887 (project freeciv):

  Status:  Ready For Test => Done   
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6901] "Ruleset Version" -> "Ruleset"

2016-02-03 Thread Marko Lindqvist
URL:
  

 Summary: "Ruleset Version" -> "Ruleset"
 Project: Freeciv
Submitted by: cazfi
Submitted on: Wed 03 Feb 2016 08:11:05 PM EET
Category: client
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.5.3, 2.6.0, 3.0.0

___

Details:

Rename button labeled "Ruleset Version" in pregame simply as "Ruleset".



___

File Attachments:


---
Date: Wed 03 Feb 2016 08:11:05 PM EET  Name: RulesetNameNotVersion.patch 
Size: 2kB   By: cazfi


---
Date: Wed 03 Feb 2016 08:11:05 PM EET  Name: RulesetNameNotVersion-S2_6.patch 
Size: 2kB   By: cazfi



___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24359] freeciv-qt creates $HOME subdirectory

2016-02-03 Thread mir3x
Update of bug #24359 (project freeciv):

  Status:  Ready For Test => Fixed  
 Assigned to:None => mir3x  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24359] freeciv-qt creates $HOME subdirectory

2016-02-03 Thread Marko Lindqvist
Update of bug #24359 (project freeciv):

 Open/Closed:  Closed => Open   

___

Follow-up Comment #14:

To be cherry-picked to a new release branch.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24328] A number of text buffers have insufficient size

2016-02-03 Thread Marko Lindqvist
Follow-up Comment #14, bug #24328 (project freeciv):

Combined patch to cherry-pick to release branch

(file #26583)
___

Additional Item Attachment:

File name: 0005_Buffers.patch Size:2 KB


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24371] freeciv-client-qt: saving games only possible when there is an active unit

2016-02-03 Thread mir3x
Update of bug #24371 (project freeciv):

  Status:  Ready For Test => Fixed  
 Assigned to:None => mir3x  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24371] freeciv-client-qt: saving games only possible when there is an active unit

2016-02-03 Thread Marko Lindqvist
Update of bug #24371 (project freeciv):

 Open/Closed:  Closed => Open   

___

Follow-up Comment #5:

To be cherry-picked to a new release branch.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6902] Finnish translation update for 2.5.3

2016-02-03 Thread Marko Lindqvist
URL:
  

 Summary: Finnish translation update for 2.5.3
 Project: Freeciv
Submitted by: cazfi
Submitted on: Wed 03 Feb 2016 09:10:23 PM EET
Category: general
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.5.3

___

Details:

As we do not have a branch to commit this yet, translation changes
exceptionally submitted as a patch.



___

File Attachments:


---
Date: Wed 03 Feb 2016 09:10:23 PM EET  Name: 0009_Fi.patch  Size: 3kB   By:
cazfi



___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6903] civ2civ3: Transport help to speak of "Oil Platform" instead of "Oil Well" in Ocean

2016-02-03 Thread Marko Lindqvist
URL:
  

 Summary: civ2civ3: Transport help to speak of "Oil Platform"
instead of "Oil Well" in Ocean
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thu 04 Feb 2016 01:41:48 AM EET
Category: rulesets
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.6.0, 3.0.0

___

Details:





___

File Attachments:


---
Date: Thu 04 Feb 2016 01:41:49 AM EET  Name: TransportOilPlatformsHelp.patch 
Size: 656B   By: cazfi



___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6904] civ2civ3 Transport not to be able clean Land tiles

2016-02-03 Thread Marko Lindqvist
URL:
  

 Summary: civ2civ3 Transport not to be able clean Land tiles
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thu 04 Feb 2016 01:43:43 AM EET
Category: rulesets
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 3.0.0

___

Details:

FIXME comment about civ2civ3 Transport:
"FIXME: also cleans pollution/fallout in coastal cities"

This should be possible to fix with action enablers.




___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6905] Alien ruleset summary to not mention README with old location

2016-02-03 Thread Marko Lindqvist
URL:
  

 Summary: Alien ruleset summary to not mention README with old
location
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thu 04 Feb 2016 01:46:39 AM EET
Category: rulesets
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.6.0, 3.0.0

___

Details:

Clean out mention of the alien ruleset README from the summary. The location
mentioned is no longer true, and the file is already included as a long
description to the very same view where one can read the summary.



___

File Attachments:


---
Date: Thu 04 Feb 2016 01:46:39 AM EET  Name: AlienDocLocation.patch  Size:
874B   By: cazfi



___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6898] Fix sqlite3.m4 typo "succees" -> "success"

2016-02-03 Thread Marko Lindqvist
Update of patch #6898 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6900] Add support for "emergency" release version number part

2016-02-03 Thread Marko Lindqvist
Update of patch #6900 (project freeciv):

 Planned Release: 2.5.2.1, 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0 
  


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6893] Qualify "Players" strings

2016-02-03 Thread Marko Lindqvist
Update of patch #6893 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6901] "Ruleset Version" -> "Ruleset"

2016-02-03 Thread Marko Lindqvist
Update of patch #6901 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6494] Assumed resolution option

2016-02-03 Thread Marko Lindqvist
Update of patch #6494 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24380] Qt client - menu shortcuts active when in chat window.

2016-02-03 Thread Marko Lindqvist
Update of bug #24380 (project freeciv):

 Planned Release: 2.5.3, 2.6, 3.0 => 2.5.4, 2.6, 3.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24378] xgettext warnings about unterminated strings literals on alien ruleset

2016-02-03 Thread Marko Lindqvist
Update of bug #24378 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24379] glib-gettext.m4; won't overwrite defined macro glib_DEFUN

2016-02-03 Thread Marko Lindqvist
Update of bug #24379 (project freeciv):

 Planned Release:  2.5.2.1, 2.5.3 => 2.5.3  


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24369] Players dialog often loses selection

2016-02-03 Thread Marko Lindqvist
Update of bug #24369 (project freeciv):

 Planned Release: 2.5.3, 2.6, 3.0 => 2.5.4, 2.6, 3.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24356] Implicit declaration of '_mkdir' (MSYS2)

2016-02-03 Thread Marko Lindqvist
Update of bug #24356 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24353] votebar size error

2016-02-03 Thread Marko Lindqvist
Update of bug #24353 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24350] game.client.ruleset_init not initialized

2016-02-03 Thread Marko Lindqvist
Update of bug #24350 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24322] Update header_guard test to know that spec*.h files are under utility/

2016-02-03 Thread Marko Lindqvist
Update of bug #24322 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24332] read() / write() lengths considered signed values in xz-compression handling

2016-02-03 Thread Marko Lindqvist
Update of bug #24332 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24331] Typos "occured"

2016-02-03 Thread Marko Lindqvist
Update of bug #24331 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24295] Check for functions needed for IPv6 cares only about last one

2016-02-03 Thread Marko Lindqvist
Update of bug #24295 (project freeciv):

 Planned Release:   2.5.3 => 2.5.4  


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24337] Welcome message asks one to see "'Copying' item in Help Menu" though gui doesn't have such

2016-02-03 Thread Marko Lindqvist
Update of bug #24337 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24346] The client will send some string server option values unquoted

2016-02-03 Thread Marko Lindqvist
Update of bug #24346 (project freeciv):

 Planned Release: 3.0.0, 2.6.0, 2.5.3 => 3.0.0, 2.6.0, 2.5.4


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24293] HAVE_WORKING_FORK + WIN32_NATIVE compilation fails

2016-02-03 Thread Marko Lindqvist
Update of bug #24293 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24291] Undefined reference to _beginthreadex() in MSYS2 build

2016-02-03 Thread Marko Lindqvist
Update of bug #24291 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24284] fcbacktrace.h missing 'extern "C"'

2016-02-03 Thread Marko Lindqvist
Update of bug #24284 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24282] AI diplomacy handling call limited by barbarianness, not EFT_NO_DIPLOMACY

2016-02-03 Thread Marko Lindqvist
Update of bug #24282 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24292] not found (MSYS2)

2016-02-03 Thread Marko Lindqvist
Update of bug #24292 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24289] Missing stdarg.h includes

2016-02-03 Thread Marko Lindqvist
Update of bug #24289 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24287] Metaserver thread structure not freed

2016-02-03 Thread Marko Lindqvist
Update of bug #24287 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24283] event_cache entry removals in non-safe iteration

2016-02-03 Thread Marko Lindqvist
Update of bug #24283 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24276] Failing to detect tool version leads autogen.sh to happily continue

2016-02-03 Thread Marko Lindqvist
Update of bug #24276 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24274] AF_INET6 configure test attempting to include sys/types.h even if it's not available

2016-02-03 Thread Marko Lindqvist
Update of bug #24274 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24194] Experimental ruleset: City size 6, citizen count 7 for Porto Alegre

2016-02-03 Thread Marko Lindqvist
Update of bug #24194 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24206] Document that adding city clause to treaty reveals city map

2016-02-03 Thread Marko Lindqvist
Update of bug #24206 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17167] SDL client help system entry point

2016-02-03 Thread Marko Lindqvist
Update of bug #17167 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24219] Supplied tilesets have unused entries

2016-02-03 Thread Marko Lindqvist
Update of bug #24219 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24205] Trade route city vision effect should be documented

2016-02-03 Thread Marko Lindqvist
Update of bug #24205 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #21296] Savegame loading doesn't honour REVEAL_MAP_DEAD

2016-02-03 Thread Marko Lindqvist
Update of bug #21296 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24251] The option --msgid-bugs-address was not specified

2016-02-03 Thread Marko Lindqvist
Update of bug #24251 (project freeciv):

 Planned Release:2.5.3, 2.6.0 => 2.5.4, 2.6.0   


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24239] Terrain & tile 'graphic' documentation comments not correct

2016-02-03 Thread Marko Lindqvist
Update of bug #24239 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24167] Client considers phases later than that of user to be on next turn

2016-02-03 Thread Marko Lindqvist
Update of bug #24167 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24263] netfile.c uses windows functions but does not include

2016-02-03 Thread Marko Lindqvist
Update of bug #24263 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23436] City on fortress has unnatural borders

2016-02-03 Thread Marko Lindqvist
Update of bug #23436 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23872] No way to load "xxx.sav" when "xxx.sav.bz2" exist

2016-02-03 Thread Marko Lindqvist
Update of bug #23872 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23802] Sensitivity of the lesser pact buttons

2016-02-03 Thread Marko Lindqvist
Update of bug #23802 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23840] ar: `u' modifier ignored since `D' is the default (see `U')

2016-02-03 Thread Marko Lindqvist
Update of bug #23840 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23916] Not documented that SDI defense can not protect the city against own/allied nuclear attack

2016-02-03 Thread Marko Lindqvist
Update of bug #23916 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23757] Diplomat help should mention Leader invincibility

2016-02-03 Thread Marko Lindqvist
Update of bug #23757 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24059] Citydlg prev/next sensitivity for global observer not good

2016-02-03 Thread Marko Lindqvist
Update of bug #24059 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23305] Barbarians never finish pillaging

2016-02-03 Thread Marko Lindqvist
Update of bug #23305 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23965] Savegame loading depends on fc_assert() family members being defined

2016-02-03 Thread Marko Lindqvist
Update of bug #23965 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24077] configure error messages could be more helpful when trying to build freeciv-mp-gtk3 without gtk3 dependencies

2016-02-03 Thread Marko Lindqvist
Update of bug #24077 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24258] Paths passed via compiler commandline not properly expanded

2016-02-03 Thread Marko Lindqvist
Update of bug #24258 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.x, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23996] advdiplomacy does a lot of things differently towards human players than towards ai

2016-02-03 Thread Marko Lindqvist
Update of bug #23996 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24254] Client man page lacking freeciv-gtk3/x specific commandline parameters

2016-02-03 Thread Marko Lindqvist
Update of bug #24254 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24264] Tinyscreen citydlg: Worklist tab too high

2016-02-03 Thread Marko Lindqvist
Update of bug #24264 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.x, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24094] ai/default/aisettler.c::1251]: Tekun Umam: Failed to build city at (48, 28)

2016-02-03 Thread Marko Lindqvist
Update of bug #24094 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24265] Tinyscreen citydlg: Happiness info taking space from nationality info

2016-02-03 Thread Marko Lindqvist
Update of bug #24265 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.x, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24155] Auth Usability "xxx was rejected: Too many wrong password verifies for new user."

2016-02-03 Thread Marko Lindqvist
Update of bug #24155 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #24368] Transported units not upgraded by Leonardo's Workshop

2016-02-03 Thread Marko Lindqvist
Update of bug #24368 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6869] HAVE_USABLE_FORK

2016-02-03 Thread Marko Lindqvist
Update of patch #6869 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6866] Remove unused CLIENT_CAN_LAUNCH_SERVER macro

2016-02-03 Thread Marko Lindqvist
Update of patch #6866 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6861] autogen.sh: Run aclocal also after libtoolize

2016-02-03 Thread Marko Lindqvist
Update of patch #6861 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6842] Do not include netintf.h to mapimg.c

2016-02-03 Thread Marko Lindqvist
Update of patch #6842 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6813] [Metaticket] Networking Updates for 2.5.4

2016-02-03 Thread Marko Lindqvist
Update of patch #6813 (project freeciv):

 Planned Release:   2.5.3 => 2.5.4  
 Summary: [Metaticket] Networking Updates for 2.5.3 =>
[Metaticket] Networking Updates for 2.5.4


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6833] Max paratroopers_range is 255

2016-02-03 Thread Marko Lindqvist
Update of patch #6833 (project freeciv):

 Planned Release: 3.0.0, 2.6.0, 2.5.3 => 3.0.0, 2.6.0, 2.5.4


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6787] Make it clear that user has option to use GPL version later than 2 in Windows Installer

2016-02-03 Thread Marko Lindqvist
Update of patch #6787 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6677] Correct classicai.h include guard

2016-02-03 Thread Marko Lindqvist
Update of patch #6677 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6825] Ai to not to even consider treaties with someone with whom diplomacy is impossible

2016-02-03 Thread Marko Lindqvist
Update of patch #6825 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6533] Include instead of

2016-02-03 Thread Marko Lindqvist
Update of patch #6533 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6759] BAD_HEURISTIC_INIT()

2016-02-03 Thread Marko Lindqvist
Update of patch #6759 (project freeciv):

 Planned Release: 2.5.3, 2.6.0, 3.0.0 => 2.5.4, 2.6.0, 3.0.0


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


  1   2   >