[Freeciv-Dev] [patch #6500] generate_packets.py: ignore argument position

2015-10-29 Thread Sveinung Kvilhaugsvik
Update of patch #6500 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #6501] New configure option --disable-delta-protocol

2015-10-29 Thread Marko Lindqvist
Follow-up Comment #2, patch #6501 (project freeciv): Sorry for being a bit late with my comments. General comment is that have you investigated the possibility to support both delta and no-delta at runtime and have server and client to negotiate if it can be used (with configure option to

[Freeciv-Dev] [patch #6501] New configure option --disable-delta-protocol

2015-10-29 Thread Sveinung Kvilhaugsvik
Update of patch #6501 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #23984] Conversion from 'enum diplrel_other' to 'enum citytile_type'

2015-10-29 Thread Sveinung Kvilhaugsvik
Update of bug #23984 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #3: (tested with clang

[Freeciv-Dev] [bug #23954] Pixmap too short in city dialog in supported units

2015-10-29 Thread Marko Lindqvist
Update of bug #23954 (project freeciv): Status: In Progress => Ready For Test ___ Follow-up Comment #2: Attached patch - Adds tileset_unit_with_upkeep_height() and tileset_unit_layout_offset_y() to

[Freeciv-Dev] [task #7814] S2_6 datafile format freeze

2015-10-29 Thread Marko Lindqvist
Update of task #7814 (project freeciv): Depends on: => patch #6511 ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [patch #6511] Tileset "unit_layout_icon_offset_y"

2015-10-29 Thread Marko Lindqvist
URL: Summary: Tileset "unit_layout_icon_offset_y" Project: Freeciv Submitted by: cazfi Submitted on: Thu 29 Oct 2015 08:20:45 PM EET Category: client Priority: 5 - Normal

[Freeciv-Dev] [bug #23999] Error out on invalid values given to --disable-delta-protocol

2015-10-29 Thread Sveinung Kvilhaugsvik
URL: Summary: Error out on invalid values given to --disable-delta-protocol Project: Freeciv Submitted by: sveinung Submitted on: Thu 29 Oct 2015 07:32:09 PM UTC Category: None

[Freeciv-Dev] [patch #6496] Look ws2tcpip.h for socklen_t definition

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

[Freeciv-Dev] [patch #6501] New configure option --disable-delta-protocol

2015-10-29 Thread Sveinung Kvilhaugsvik
Follow-up Comment #3, patch #6501 (project freeciv): _have you investigated the possibility to support both delta and no-delta at runtime and have server and client to negotiate if it can be used_ I have been playing with the idea of using the optional protocol capability system. Haven't

[Freeciv-Dev] [patch #6501] New configure option --disable-delta-protocol

2015-10-29 Thread Marko Lindqvist
Follow-up Comment #4, patch #6501 (project freeciv): So it is silently accepting an illegal value. Unlike any other of our AC_ARG_ENABLE() options. ___ Reply to this item at:

[Freeciv-Dev] [patch #6501] New configure option --disable-delta-protocol

2015-10-29 Thread Sveinung Kvilhaugsvik
Follow-up Comment #5, patch #6501 (project freeciv): > So it is silently accepting an illegal value. Unlike any other of our AC_ARG_ENABLE() options. Now bug #23999. (The "set to 'False' to figure out what it does, forget about it and then wonder why network games doesn't work" use case is better

[Freeciv-Dev] [patch #6512] Mention the network protocol in the Configuration Summary

2015-10-29 Thread Sveinung Kvilhaugsvik
URL: Summary: Mention the network protocol in the Configuration Summary Project: Freeciv Submitted by: sveinung Submitted on: Thu 29 Oct 2015 07:20:47 PM UTC Category: None

[Freeciv-Dev] [bug #24000] "Please include winsock2.h before windows.h"

2015-10-29 Thread Marko Lindqvist
URL: Summary: "Please include winsock2.h before windows.h" Project: Freeciv Submitted by: cazfi Submitted on: Thu 29 Oct 2015 11:01:57 PM EET Category: None Severity: 3 -

[Freeciv-Dev] [bug #23989] Public netitnf.h header has non-public HAVE_SOCKLEN_T

2015-10-29 Thread Marko Lindqvist
Update of bug #23989 (project freeciv): Status: In Progress => Ready For Test ___ Follow-up Comment #1: Fix for HAVE_SOCKEN_T -> FREECIV_HAVE_SOCKLEN_T, HAVE_WINSOCK -> FREECIV_HAVE_WINSOCK, and all

[Freeciv-Dev] [bug #23811] Dead man can cancel treaties

2015-10-29 Thread Marko Lindqvist
Update of bug #23811 (project freeciv): Status:None => Ready For Test Assigned to:None => cazfi Planned Release: => 2.5.2, 2.6.0, 3.0.0

[Freeciv-Dev] [bug #23811] Dead man can cancel treaties

2015-10-29 Thread Isaac O'Hern
Follow-up Comment #1, bug #23811 (project freeciv): Made it a DIPL_ERROR to cancel a treaty if either player involved is dead. (file #25527) ___ Additional Item Attachment: File name: dead_player_treaty.patch Size:0 KB

[Freeciv-Dev] [patch #6512] Mention the network protocol in the Configuration Summary

2015-10-29 Thread Sveinung Kvilhaugsvik
Update of patch #6512 (project freeciv): Category:None => general Status:None => Ready For Test Assigned to:None => sveinung Planned Release:

[Freeciv-Dev] [bug #24001] actiontools.c not including fc_config.h

2015-10-29 Thread Marko Lindqvist
URL: Summary: actiontools.c not including fc_config.h Project: Freeciv Submitted by: cazfi Submitted on: Fri 30 Oct 2015 01:56:23 AM EET Category: general Severity: 3 - Normal

[Freeciv-Dev] [patch #6495] gtk_menus.xml -> gtk2_menus.xml + gtk3_menus.xml

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

[Freeciv-Dev] [bug #23966] Xz decompression failure due to too small PLAIN_FILE_BUF_SIZE

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

[Freeciv-Dev] [bug #23954] Pixmap too short in city dialog in supported units

2015-10-29 Thread Marko Lindqvist
Update of bug #23954 (project freeciv): Status:None => In Progress ___ Follow-up Comment #1: In S2_5 things have to be arranged some fixed way, but this may require giving tileset more

[Freeciv-Dev] [bug #24000] "Please include winsock2.h before windows.h"

2015-10-29 Thread Marko Lindqvist
Update of bug #24000 (project freeciv): Status: In Progress => Ready For Test ___ Follow-up Comment #2: Fixes. For S2_6/TRUNK WindowsIncluderOrder* patches are meant to be used. S2_5 version of that

[Freeciv-Dev] [bug #24000] "Please include winsock2.h before windows.h"

2015-10-29 Thread Marko Lindqvist
Update of bug #24000 (project freeciv): Category:None => general Status:None => In Progress Planned Release: => 2.5.2, 2.6.0, 3.0.0

[Freeciv-Dev] [bug #23888] explorer_goto() can mess goto_tile for AI task using it

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