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

2015-12-30 Thread Marko Lindqvist
URL: Summary: The option --msgid-bugs-address was not specified Project: Freeciv Submitted by: cazfi Submitted on: Thu 31 Dec 2015 09:29:09 AM EET Category: bootstrap Severity:

[Freeciv-Dev] [bug #24249] client cannot start server

2015-12-30 Thread Marko Lindqvist
Follow-up Comment #9, bug #24249 (project freeciv): After logging that "bind failed: Address already in use", server gives LOG_DEBUG level output about all the addresses in the list of addresses to handle. Can you get that with something like freeciv-server --bind localhost -d 4:netintf.c where

[Freeciv-Dev] [bug #24250] Tech tree holes confuse display of research time remaining

2015-12-30 Thread Jacob Nevins
URL: Summary: Tech tree holes confuse display of research time remaining Project: Freeciv Submitted by: jtn Submitted on: Wed 30 Dec 2015 06:32:16 PM UTC Category: client-gtk-2.0

[Freeciv-Dev] [bug #24247] Qt client - Ctrl+Space only works once?

2015-12-30 Thread Jacob Nevins
Follow-up Comment #2, bug #24247 (project freeciv): Works for me, thanks. ___ Reply to this item at: ___ Message sent via/by Gna! http://gna.org/

[Freeciv-Dev] [bug #24249] client cannot start server

2015-12-30 Thread Christian Knoke
Follow-up Comment #7, bug #24249 (project freeciv): don't think so I doublechecked when I read the message and the port was not in use, nor was freeciv-server running. ___ Reply to this item at:

[Freeciv-Dev] [bug #24249] client cannot start server

2015-12-30 Thread Christian Knoke
Follow-up Comment #1, bug #24249 (project freeciv): maybe ipv6? ./configure --enable-dev-save-compat=yes --enable-svnrev --enable-xml-registry --enable-debug=yes --enable-gprof --enable-freeciv-manual=html --with-readline --with-followtag --enable-mapimg=no --enable-sdl-mixer --enable-ipv6=no

[Freeciv-Dev] [patch #6747] Qt client - colors in treaty page

2015-12-30 Thread Jacob Nevins
Follow-up Comment #4, patch #6747 (project freeciv): (Also, I think it should be possible to backport to S2_5? You'll have to get rid of COLOR_MAPVIEW_CITYTEXT_DARK the same way I did for the 2.5 version of the bug #24120 fix.) ___ Reply

[Freeciv-Dev] [bug #24249] client cannot start server

2015-12-30 Thread Jacob Nevins
Follow-up Comment #3, bug #24249 (project freeciv): Sounds similar to bug #23392. ___ Reply to this item at: ___ Message sent via/by Gna! http://gna.org/

[Freeciv-Dev] [bug #24249] client cannot start server

2015-12-30 Thread Marko Lindqvist
Follow-up Comment #5, bug #24249 (project freeciv): Nevermind. It wouldn't give this error about program already running in that port: > 0: bind failed: Address already in use It's one of 1) Client fails to detect that port is already in use 2) Client itself fails to free the port (quickly

[Freeciv-Dev] [bug #24249] client cannot start server

2015-12-30 Thread Christian Knoke
Follow-up Comment #6, bug #24249 (project freeciv): > Just recording a thought here: Maybe "localhost" gets resolved > as IPv6 address, which then is not supported by freeciv. > Can you test with IPv6 enabled build? the host maybe ipv6 capable, but the local net is all ipv4 and the nameserver

[Freeciv-Dev] [patch #6747] Qt client - colors in treaty page

2015-12-30 Thread mir3x
Update of patch #6747 (project freeciv): Planned Release:2.6, 3.0 => 2.5.2, 2.6, 3.0 ___ Additional Item Attachment: File name: qt_diplo_dlg_colors-f25.patch Size:2 KB File name:

[Freeciv-Dev] [patch #5065] Logging level as parameter to sockaddr_debug()

2015-12-30 Thread Marko Lindqvist
Follow-up Comment #2, patch #5065 (project freeciv): Same functionality for S2_5 coming as part of patch #6750 ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [patch #6750] Improve server side bind() & friends error logging

2015-12-30 Thread Marko Lindqvist
URL: Summary: Improve server side bind() & friends error logging Project: Freeciv Submitted by: cazfi Submitted on: Wed 30 Dec 2015 09:07:05 PM EET Category: general Priority:

[Freeciv-Dev] [bug #24182] Extra causes and rmcauses defined as single value while they are bitvector

2015-12-30 Thread Marko Lindqvist
Update of bug #24182 (project freeciv): Status: In Progress => Ready For Test ___ Follow-up Comment #1: Fix (file #26206, file #26207) ___

[Freeciv-Dev] [bug #24249] client cannot start server

2015-12-30 Thread Jacob Nevins
Update of bug #24249 (project freeciv): Release: trunk => trunk r31265 ___ Reply to this item at: ___ Message

[Freeciv-Dev] [bug #24249] client cannot start server

2015-12-30 Thread Marko Lindqvist
Follow-up Comment #4, bug #24249 (project freeciv): > --enable-ipv6=no + > if I replace --bind localhost with --bind 127.0.0.1 Just recording a thought here: Maybe "localhost" gets resolved as IPv6 address, which then is not supported by freeciv. Can you test with IPv6 enabled build?

[Freeciv-Dev] [bug #24249] client cannot start server

2015-12-30 Thread Marko Lindqvist
Follow-up Comment #8, bug #24249 (project freeciv): For the record: IPv4-only freeciv usually means nothing more than not handling the other half of the network stack, having it's own security implications. In most case I would go by the default given by 'configure' - enable IPv6 support if

[Freeciv-Dev] [patch #6752] Do not refer to classic rules as default in civ2 ruleset summary

2015-12-30 Thread Marko Lindqvist
URL: Summary: Do not refer to classic rules as default in civ2 ruleset summary Project: Freeciv Submitted by: cazfi Submitted on: Thu 31 Dec 2015 12:11:08 AM EET Category: rulesets

[Freeciv-Dev] [patch #6744] Europe 1901: don't save random

2015-12-30 Thread Marko Lindqvist
Follow-up Comment #3, patch #6744 (project freeciv): This is better for the end-users, but anybody making performance tests with Europe_1901 must now remember to somehow restore the reproducibility. ___ Reply to this item at:

[Freeciv-Dev] [patch #6747] Qt client - colors in treaty page

2015-12-30 Thread mir3x
Follow-up Comment #2, patch #6747 (project freeciv): >> No file attached? Oops, thats happen so often ... (file #26190) ___ Additional Item Attachment: File name: qt_diplo_dlg_colors.patch Size:2 KB

[Freeciv-Dev] [bug #24246] Qt client - closing diplomacy window doesnt allow to reopen meeting with that civilization

2015-12-30 Thread mir3x
URL: Summary: Qt client - closing diplomacy window doesnt allow to reopen meeting with that civilization Project: Freeciv Submitted by: mir3x Submitted on: Wed 30 Dec 2015 09:59:30 AM CET

[Freeciv-Dev] [bug #24243] Fog not applied over coast sprite in hex

2015-12-30 Thread Marko Lindqvist
Update of bug #24243 (project freeciv): Category:None => rulesets Status:None => Ready For Test ___ Follow-up Comment #1: Setting

[Freeciv-Dev] [patch #6739] Treaty page should incorporate player colours somehow

2015-12-30 Thread mir3x
Follow-up Comment #1, patch #6739 (project freeciv): I added patch #6747 to qt client, check if it looks decent. ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [patch #6747] Qt client - colors in treaty page

2015-12-30 Thread Jacob Nevins
Follow-up Comment #1, patch #6747 (project freeciv): No file attached? ___ Reply to this item at: ___ Message sent via/by Gna! http://gna.org/

[Freeciv-Dev] [bug #24053] Custom europe_1901 modpack for 2.5 showing up alongside included on in later branches

2015-12-30 Thread Marko Lindqvist
Follow-up Comment #3, bug #24053 (project freeciv): I think the solution has two parts. 1) When there's two scenarios with the same name, client should prefer one with higher *format* version (2.6 savegame over 2.5 savegame). (a) 2) Before 2.6 gets released, we update Europe_1901 format to 2.6

[Freeciv-Dev] [patch #6741] Added function send_attack_tile

2015-12-30 Thread mir3x
Follow-up Comment #4, patch #6741 (project freeciv): Nope, u can commit too. ___ Reply to this item at: ___ Message sent via/by Gna! http://gna.org/

[Freeciv-Dev] [bug #24248] Add 'turns_alive' and 'last_war' in savecompat

2015-12-30 Thread Marko Lindqvist
URL: Summary: Add 'turns_alive' and 'last_war' in savecompat Project: Freeciv Submitted by: cazfi Submitted on: Wed 30 Dec 2015 04:23:29 PM EET Category: general Severity: 3 -

[Freeciv-Dev] [patch #6741] Added function send_attack_tile

2015-12-30 Thread Sveinung Kvilhaugsvik
Update of patch #6741 (project freeciv): Status: Ready For Test => Done Assigned to:None => sveinung Open/Closed:Open => Closed

[Freeciv-Dev] [patch #6731] Prevent things deprecated in gtk+ 3.10 from gtk3x-client

2015-12-30 Thread Marko Lindqvist
Update of patch #6731 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed

[Freeciv-Dev] [bug #24053] Custom europe_1901 modpack for 2.5 showing up alongside included on in later branches

2015-12-30 Thread Jacob Nevins
Follow-up Comment #2, bug #24053 (project freeciv): > So we could just move the modpack.freeciv.org version to 2.5/ to > solve the problem, I think. Some problems with this approach: * It's necessary to also rename the installed scenario from Europe_1901.sav.gz to something like

[Freeciv-Dev] [patch #6599] First turn should be T1 (and not T0)

2015-12-30 Thread Marko Lindqvist
Follow-up Comment #3, patch #6599 (project freeciv): - Lua scripting changes made, deprecating game.turn (replacement: game.current_turn) and "turn_started" singnal (replacement: "turn_begin") Deprecated versions still consistently return turns as if they started from 0, so any comparisons

[Freeciv-Dev] [patch #6599] First turn should be T1 (and not T0)

2015-12-30 Thread Marko Lindqvist
Follow-up Comment #4, patch #6599 (project freeciv): > - Handling of player turns_alive conversion -> new ticket (dependency to this one) -> bug #24248 ___ Reply to this item at:

[Freeciv-Dev] [bug #24247] Qt client - Ctrl+Space only works once?

2015-12-30 Thread mir3x
Follow-up Comment #1, bug #24247 (project freeciv): Unit selection stole focus, and after closing gave focus to no one. Mapview needed left click to restore focus then. Fix attached - to restore focus immediately to mapview. (file #26195)