[Freeciv-Dev] [bug #24936] Windows installation: Language sort order

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

[Freeciv-Dev] [bug #24961] Client freezes when connecting to local server

2016-08-11 Thread Louis Moureaux
Follow-up Comment #3, bug #24961 (project freeciv): Pinging myself works when using localhost, fails with "Destination unreachable: Port unreachable" when using (no freeze). Using traceroute reveals localhost is 127.0.0.1 as usual, and is 192.168.1.x (ie LAN address). Entering either IP address

[Freeciv-Dev] [patch #7490] Qt client: Add class to ease wrapping the C API

2016-08-11 Thread Louis Moureaux
Follow-up Comment #5, patch #7490 (project freeciv): > Pls use gcc-config to switch to gcc 5.x I need C++11 for Qt 5.7 anyway, else I would do --std=c++98. I checked this one to be valid C++ 98. I didn't find all uses of C++ 11 in my previous code, sorry about it. I'll write C++ 98 directly for

[Freeciv-Dev] [patch #7490] Qt client: Add class to ease wrapping the C API

2016-08-11 Thread Louis Moureaux
Follow-up Comment #6, patch #7490 (project freeciv): Now not only one can #include it, but actually use it too. I missed a few *... (file #28267) ___ Additional Item Attachment: File name: listener.h-3.bz2 Size:1 KB

[Freeciv-Dev] [patch #7491] Qt client: Use helper<> to propagate output_window_append

2016-08-11 Thread Louis Moureaux
Follow-up Comment #3, patch #7491 (project freeciv): Version (hopefully) without C++11. (file #28268) ___ Additional Item Attachment: File name: qt-cleanup-chatline-helper-v3.patch.bz2 Size:3 KB

[Freeciv-Dev] [patch #7491] Qt client: Use helper<> to propagate output_window_append

2016-08-11 Thread mir3x
Follow-up Comment #4, patch #7491 (project freeciv): in listenr there is: FIXME Implementation is not thread-safe. I don't know if it's needed. And u put that in chat, which gets messages from other threads. And it doesnt work with 2.6. U uncommented also qtg_version_message, but it doesnt

[Freeciv-Dev] [bug #24961] Client freezes when connecting to local server

2016-08-11 Thread mir3x
Follow-up Comment #4, bug #24961 (project freeciv): It doesnt freeze, apply fix at bug #24935 and it wont with qt client. It doesnt freeze gtk also U need to wait some time. ___ Reply to this item at:

[Freeciv-Dev] [bug #24961] Client freezes when connecting to local server

2016-08-11 Thread mir3x
Follow-up Comment #6, bug #24961 (project freeciv): First windows resolves hostname correctly. Second, if u doesnt figured it yet, wait time is not set by freeciv, and windows will do it much faster probably. ___ Reply to this item at:

[Freeciv-Dev] [patch #7490] Qt client: Add class to ease wrapping the C API

2016-08-11 Thread mir3x
Update of patch #7490 (project freeciv): Status:None => Ready For Test Planned Release: => 2.6.0, 3.0 Contains string changes:None => No

[Freeciv-Dev] [bug #24961] Client freezes when connecting to local server

2016-08-11 Thread Louis Moureaux
Follow-up Comment #5, bug #24961 (project freeciv): > U need to wait some time. Indeed, connection happens after >1min. That's a long delay for a local server... but technically it works. I'm quite sure Windows will ask you to kill an app remaining unresponsive for such a long time.

[Freeciv-Dev] [bug #24902] Broken timeval structure in win64

2016-08-11 Thread Marko Lindqvist
Update of bug #24902 (project freeciv): Status: In Progress => Ready For Test ___ Follow-up Comment #3: Patch to use TIMEVAL as fc_timeval in Windows. (file #28269)

[Freeciv-Dev] [patch #7587] webperimental: generate fair islands by default

2016-08-11 Thread Sveinung Kvilhaugsvik
Update of patch #7587 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #24935] Version message not shown at Qt-client

2016-08-11 Thread Louis Moureaux
Follow-up Comment #2, bug #24935 (project freeciv): The proposed fix isn't thread-safe, because the underlying Qt classes (QStringList, QLabel) are not. You need a synchronization primitive (a mutex or some kind of atomic variable). Thread-safety is easier to get right when using Qt signals

[Freeciv-Dev] [patch #7491] Qt client: Use helper<> to propagate output_window_append

2016-08-11 Thread Louis Moureaux
Follow-up Comment #5, patch #7491 (project freeciv): > And u put that in chat, which gets messages from other threads. I don't know the threading model well enough. I added this FIXME because: * The current client code isn't at all thread-safe (!) * There's a mutex in the common chat code, which

[Freeciv-Dev] [bug #24963] Colossus obsoleted by flight still active

2016-08-11 Thread Frank
URL: Summary: Colossus obsoleted by flight still active Project: Freeciv Submitted by: dunnoob Submitted on: Fri 12 Aug 2016 02:45:37 AM UTC Category: None Severity: 3 - Normal

[Freeciv-Dev] [bug #24963] Colossus obsoleted by flight still active

2016-08-11 Thread Frank
Follow-up Comment #1, bug #24963 (project freeciv): That's INVALID, sorry, I have King Richard's Cruisade in this town, and that's not yet obsoleted. ___ Reply to this item at:

[Freeciv-Dev] [bug #24961] Client freezes when connecting to local server

2016-08-11 Thread mir3x
Follow-up Comment #2, bug #24961 (project freeciv): Try pinging your hostname. If it fails, u can close that bug. ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [patch #7588] 'struct timeval' to 'fc_timeval'

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