[Freeciv-Dev] [bug #21060] Cosmetic issues in Windows installer language selection

2013-11-10 Thread Marko Lindqvist
Follow-up Comment #9, bug #21060 (project freeciv): Not that I'm against the change, but for completeness sake one should note that en_US is separately added to the beginning of the list, while rest are alphabetical sorted. By luck "American English" would fit the alphabetical order (at least clos

[Freeciv-Dev] [bug #21268] Scenario start positions don't restrict nation choice for players

2013-11-10 Thread Jacob Nevins
URL: Summary: Scenario start positions don't restrict nation choice for players Project: Freeciv Submitted by: jtn Submitted on: Sun Nov 10 12:48:58 2013 Category: None Severity

[Freeciv-Dev] [bug #21268] Scenario start positions don't restrict nation choice for players

2013-11-10 Thread Jacob Nevins
Follow-up Comment #1, bug #21268 (project freeciv): If we are to fix this, I'm not sure whether to do so for 2.4.1 or 2.5.0. The current behaviour has been there so long that scenario authors / players might be surprised by its suddenly starting to happen in a stable series. _

[Freeciv-Dev] Possible bug in scripts/setup_auth_server.sh

2013-11-10 Thread Manuel Umlauf
Hello, I tried to run a freeciv server with authentication and a MySQL database under Arch Linux which uses MariaDB instead. The script setup_auth_server.sh didn't work for that. It uses two commands to create the appropriate tables (line 424 and 438): CREATE TABLE $TABLE_USER (id int(11) NO

[Freeciv-Dev] [bug #21269] Translatable strings unready for grammatical forms of plurals

2013-11-10 Thread Hubert Kowalewski
URL: Summary: Translatable strings unready for grammatical forms of plurals Project: Freeciv Submitted by: hubkow Submitted on: Sun 10 Nov 2013 09:40:54 PM CET Category: None Se

[Freeciv-Dev] [patch #4289] Make sure AI does not consider effect with amount == 0 (no effect) positive thing

2013-11-10 Thread Marko Lindqvist
Update of patch #4289 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed

[Freeciv-Dev] [patch #4288] S2_5 README.packaging: Mention lua version update

2013-11-10 Thread Marko Lindqvist
Update of patch #4288 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed

[Freeciv-Dev] [patch #4295] Make freeciv-ruledit Qt-program

2013-11-10 Thread Marko Lindqvist
Update of patch #4295 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed

Re: [Freeciv-Dev] [bug #21216] Build fails if automake-1.8 is present in system

2013-11-10 Thread Gilles J. Seguin
On Mon, 2013-10-28 at 11:00 +0100, Marko Lindqvist wrote: > Follow-up Comment #8, bug #21216 (project freeciv): > > > patch should be rejected on the basis of submitter not able to > read > > line 240 autogen.sh > > # automake and aclocal version numbers must be kept in sync > > Well, at least t

[Freeciv-Dev] [patch #4305] Switch from Qt4 to Qt5

2013-11-10 Thread Marko Lindqvist
URL: Summary: Switch from Qt4 to Qt5 Project: Freeciv Submitted by: cazfi Submitted on: Mon 11 Nov 2013 01:35:41 AM EET Category: client-qt Priority: 5 - Normal

[Freeciv-Dev] [patch #4278] Governments.ruleset saving to freeciv-ruledit

2013-11-10 Thread Marko Lindqvist
Update of patch #4278 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed

[Freeciv-Dev] [patch #4305] Switch from Qt4 to Qt5

2013-11-10 Thread Jacob Nevins
Follow-up Comment #1, patch #4305 (project freeciv): > I will make unofficial patch for those who want to compile > against Qt4 while it still is possible *puts up hand* (Still on Ubuntu 12.04, which only has Qt4 conveniently available. Of course I could build my own Qt5 but it's Effort.) __

[Freeciv-Dev] [patch #4306] Effects.ruleset saving to freeciv-ruledit

2013-11-10 Thread Marko Lindqvist
URL: Summary: Effects.ruleset saving to freeciv-ruledit Project: Freeciv Submitted by: cazfi Submitted on: Mon 11 Nov 2013 02:08:45 AM EET Category: None Priority: 5 - Normal

[Freeciv-Dev] [bug #21243] Broken desktopfile installed for non-default gtk-client

2013-11-10 Thread Marko Lindqvist
Update of bug #21243 (project freeciv): Status: Ready For Test => Fixed Assigned to:None => cazfi Open/Closed:Open => Closed _

Re: [Freeciv-Dev] Possible bug in scripts/setup_auth_server.sh

2013-11-10 Thread Jacob Nevins
Manuel Umlauf writes: > I tried to run a freeciv server with authentication and a MySQL > database under Arch Linux which uses MariaDB instead. The script > setup_auth_server.sh didn't work for that. [...] > This doesn't work with MariaDB 5.5.33 because of 'TYPE=MyISAM' which > is deprecated/remo

Re: [Freeciv-Dev] Possible bug in scripts/setup_auth_server.sh

2013-11-10 Thread Marko Lindqvist
On 11 November 2013 02:49, Jacob Nevins <0jacobnk.fc...@chiark.greenend.org.uk> wrote: > > I wonder if we can get rid of this implementation-specific "MyISAM" > thing anyway, since it's troublesome? Is it necessary to specify > something like that? It's not as if Freeciv needs a particularly > opti