[Freeciv-commits] r30301 - /branches/S2_6/common/generate_packets.py

2015-10-29 Thread sveinung84
Author: sveinung Date: Thu Oct 29 15:47:51 2015 New Revision: 30301 URL: http://svn.gna.org/viewcvs/freeciv?rev=30301=rev Log: generate_packets.py: ignore argument position Stop depending on the position of command line arguments. Currently not an issue. Only one argument exists. See patch

[Freeciv-commits] r30300 - in /trunk: common/Makefile.am common/generate_packets.py configure.ac

2015-10-29 Thread sveinung84
Author: sveinung Date: Thu Oct 29 15:45:12 2015 New Revision: 30300 URL: http://svn.gna.org/viewcvs/freeciv?rev=30300=rev Log: New configure option --disable-delta-protocol A third party project without a working delta protocol implementation may need the ability to communicate with Freeciv.

[Freeciv-commits] r30298 - /trunk/common/city.c

2015-10-29 Thread sveinung84
Author: sveinung Date: Thu Oct 29 15:44:55 2015 New Revision: 30298 URL: http://svn.gna.org/viewcvs/freeciv?rev=30298=rev Log: Access correct member of union A diplomatic relationship requirement source value belongs in the diplrel member of universals_u. This fixes a Clang warning. Reported

[Freeciv-commits] r30299 - /trunk/common/generate_packets.py

2015-10-29 Thread sveinung84
Author: sveinung Date: Thu Oct 29 15:45:04 2015 New Revision: 30299 URL: http://svn.gna.org/viewcvs/freeciv?rev=30299=rev Log: generate_packets.py: ignore argument position Stop depending on the position of command line arguments. Currently not an issue. Only one argument exists. See patch

[Freeciv-commits] r30304 - in /branches/S2_5: configure.ac utility/netintf.h

2015-10-29 Thread cazfi74
Author: cazfi Date: Thu Oct 29 20:26:47 2015 New Revision: 30304 URL: http://svn.gna.org/viewcvs/freeciv?rev=30304=rev Log: Look for socklen_t definition from . See patch #6496 Modified: branches/S2_5/configure.ac branches/S2_5/utility/netintf.h Modified: branches/S2_5/configure.ac

[Freeciv-commits] r30302 - in /trunk: configure.ac utility/netintf.h

2015-10-29 Thread cazfi74
Author: cazfi Date: Thu Oct 29 20:26:35 2015 New Revision: 30302 URL: http://svn.gna.org/viewcvs/freeciv?rev=30302=rev Log: Look for socklen_t definition from . See patch #6496 Modified: trunk/configure.ac trunk/utility/netintf.h Modified: trunk/configure.ac URL:

[Freeciv-commits] r30306 - in /branches/S2_6: client/gui-gtk-2.0/ client/gui-gtk-3.0/ data/

2015-10-29 Thread cazfi74
Author: cazfi Date: Fri Oct 30 01:07:39 2015 New Revision: 30306 URL: http://svn.gna.org/viewcvs/freeciv?rev=30306=rev Log: Split gtk_menus.xml to gtk2-client and gtk3-client specific files. See patch #6495 Added: branches/S2_6/data/gtk2_menus.xml - copied unchanged from r30305,

[Freeciv-commits] r30305 - in /trunk: client/gui-gtk-2.0/ client/gui-gtk-3.0/ data/

2015-10-29 Thread cazfi74
Author: cazfi Date: Fri Oct 30 01:07:32 2015 New Revision: 30305 URL: http://svn.gna.org/viewcvs/freeciv?rev=30305=rev Log: Split gtk_menus.xml to gtk2-client and gtk3-client specific files. See patch #6495 Added: trunk/data/gtk2_menus.xml - copied unchanged from r30304,

[Freeciv-commits] r30307 - /trunk/utility/ioz.c

2015-10-29 Thread cazfi74
Author: cazfi Date: Fri Oct 30 01:13:19 2015 New Revision: 30307 URL: http://svn.gna.org/viewcvs/freeciv?rev=30307=rev Log: Increased max plain file size in xz decompression to 1024k. Reported by Andreas Røsdal See bug #23966 Modified: trunk/utility/ioz.c Modified: trunk/utility/ioz.c

[Freeciv-commits] r30309 - /branches/S2_5/utility/ioz.c

2015-10-29 Thread cazfi74
Author: cazfi Date: Fri Oct 30 01:13:30 2015 New Revision: 30309 URL: http://svn.gna.org/viewcvs/freeciv?rev=30309=rev Log: Increased max plain file size in xz decompression to 1024k. Reported by Andreas Røsdal See bug #23966 Modified: branches/S2_5/utility/ioz.c Modified:

[Freeciv-commits] r30308 - /branches/S2_6/utility/ioz.c

2015-10-29 Thread cazfi74
Author: cazfi Date: Fri Oct 30 01:13:24 2015 New Revision: 30308 URL: http://svn.gna.org/viewcvs/freeciv?rev=30308=rev Log: Increased max plain file size in xz decompression to 1024k. Reported by Andreas Røsdal See bug #23966 Modified: branches/S2_6/utility/ioz.c Modified:

[Freeciv-commits] r30310 - in /trunk: ai/classic/ ai/default/ ai/threaded/ common/ doc/ server/ server/advisors/

2015-10-29 Thread cazfi74
Author: cazfi Date: Fri Oct 30 05:30:53 2015 New Revision: 30310 URL: http://svn.gna.org/viewcvs/freeciv?rev=30310=rev Log: Resolved a case where unit has a default AI role with goto target which advisor code, uaware of default AI roles, then overwrites while unit autoexplores. Added callback

[Freeciv-commits] r30311 - in /branches/S2_6: ai/classic/ ai/default/ ai/threaded/ common/ doc/ server/ server/advisors/

2015-10-29 Thread cazfi74
Author: cazfi Date: Fri Oct 30 05:32:23 2015 New Revision: 30311 URL: http://svn.gna.org/viewcvs/freeciv?rev=30311=rev Log: Resolved a case where unit has a default AI task with goto target which advisor code, uaware of default AI task, then overwrites while unit autoexplores. Added callback

[Freeciv-commits] r30312 - /branches/S2_5/server/advisors/autoexplorer.c

2015-10-29 Thread cazfi74
Author: cazfi Date: Fri Oct 30 05:33:45 2015 New Revision: 30312 URL: http://svn.gna.org/viewcvs/freeciv?rev=30312=rev Log: Autoexplorer code does not change unit goto_tile See bug #23888 Modified: branches/S2_5/server/advisors/autoexplorer.c Modified: