[Freeciv-commits] r31951 - in /trunk: common/Makefile.am configure.ac m4/web-client.m4

2016-02-17 Thread cazfi74
Author: cazfi Date: Wed Feb 17 09:11:59 2016 New Revision: 31951 URL: http://svn.gna.org/viewcvs/freeciv?rev=31951=rev Log: Use PKG_CHECK_MODULES() to find jansson. See patch #6936 Modified: trunk/common/Makefile.am trunk/configure.ac trunk/m4/web-client.m4 Modified:

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

2016-02-17 Thread cazfi74
Author: cazfi Date: Wed Feb 17 12:26:13 2016 New Revision: 31952 URL: http://svn.gna.org/viewcvs/freeciv?rev=31952=rev Log: Replaced "fragement" in comments with "fragment" Modified: trunk/common/generate_packets.py Modified: trunk/common/generate_packets.py URL:

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

2016-02-17 Thread cazfi74
Author: cazfi Date: Wed Feb 17 12:27:57 2016 New Revision: 31953 URL: http://svn.gna.org/viewcvs/freeciv?rev=31953=rev Log: Replaced "fragement" in comments with "fragment" Modified: branches/S2_6/common/generate_packets.py Modified: branches/S2_6/common/generate_packets.py URL:

[Freeciv-commits] r31954 - /branches/S2_5/common/generate_packets.py

2016-02-17 Thread cazfi74
Author: cazfi Date: Wed Feb 17 12:28:39 2016 New Revision: 31954 URL: http://svn.gna.org/viewcvs/freeciv?rev=31954=rev Log: Replaced "fragement" in comments with "fragment" Modified: branches/S2_5/common/generate_packets.py Modified: branches/S2_5/common/generate_packets.py URL:

[Freeciv-commits] r31956 - in /trunk/server: unithand.c unittools.c

2016-02-17 Thread sveinung84
Author: sveinung Date: Wed Feb 17 14:27:05 2016 New Revision: 31956 URL: http://svn.gna.org/viewcvs/freeciv?rev=31956=rev Log: Remove redundant canceled orders notification. To notify the player that the orders for his unit were canceled is redundant when the last order was canceled because the

[Freeciv-commits] r31955 - in /trunk/server: connecthand.c settings.c settings.h

2016-02-17 Thread sveinung84
Author: sveinung Date: Wed Feb 17 14:26:56 2016 New Revision: 31955 URL: http://svn.gna.org/viewcvs/freeciv?rev=31955=rev Log: Explicit access level for setting read / write. This allows an individual setting to demand a custom access level to read from or write to it. Make each setting require

[Freeciv-commits] r31957 - in /trunk/client: ./ gui-gtk-2.0/ gui-gtk-3.0/ gui-gtk-3.x/ gui-qt/ gui-sdl2/ gui-stub/ include/

2016-02-17 Thread sveinung84
Author: sveinung Date: Wed Feb 17 14:27:14 2016 New Revision: 31957 URL: http://svn.gna.org/viewcvs/freeciv?rev=31957=rev Log: client API: make function name clearer. The function close_diplomat_dialog() closes all action selection dialogs. The action selection dialog isn't limited to diplomatic

[Freeciv-commits] r31959 - in /branches/S2_6/client: ./ gui-gtk-2.0/ gui-gtk-3.0/ gui-qt/ gui-sdl/ gui-sdl2/ gui-stub/ gui-xaw/ include/

2016-02-17 Thread sveinung84
Author: sveinung Date: Wed Feb 17 14:45:42 2016 New Revision: 31959 URL: http://svn.gna.org/viewcvs/freeciv?rev=31959=rev Log: client API: make function name clearer. The function close_diplomat_dialog() closes all action selection dialogs. The action selection dialog isn't limited to diplomatic

[Freeciv-commits] r31958 - in /branches/S2_6/server: unithand.c unittools.c

2016-02-17 Thread sveinung84
Author: sveinung Date: Wed Feb 17 14:45:33 2016 New Revision: 31958 URL: http://svn.gna.org/viewcvs/freeciv?rev=31958=rev Log: Remove redundant canceled orders notification. To notify the player that the orders for his unit were canceled is redundant when the last order was canceled because the

[Freeciv-commits] r31961 - /trunk/server/stdinhand.c

2016-02-17 Thread sveinung84
Author: sveinung Date: Wed Feb 17 15:27:50 2016 New Revision: 31961 URL: http://svn.gna.org/viewcvs/freeciv?rev=31961=rev Log: The metamessage command changes the setting. It should therefore tell the settings system. See bug #24415 Modified: trunk/server/stdinhand.c Modified:

[Freeciv-commits] r31960 - in /trunk/client: control.c gui-qt/menu.cpp

2016-02-17 Thread sveinung84
Author: sveinung Date: Wed Feb 17 15:27:41 2016 New Revision: 31960 URL: http://svn.gna.org/viewcvs/freeciv?rev=31960=rev Log: client: new action in order assertions. Catch all non actions given as the last action, not just ACTION_COUNT. Catch an action unsupported in orders given as the last

[Freeciv-commits] r31962 - /trunk/server/settings.c

2016-02-17 Thread sveinung84
Author: sveinung Date: Wed Feb 17 15:27:57 2016 New Revision: 31962 URL: http://svn.gna.org/viewcvs/freeciv?rev=31962=rev Log: Let ALLOW_CTRL set metamessage setting. A connection with ALLOW_CTRL access level can set the meta server user message via the metamessage command. It should therefore

[Freeciv-commits] r31963 - /trunk/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css

2016-02-17 Thread 0jacobnk . gna
Author: jtn Date: Wed Feb 17 21:36:15 2016 New Revision: 31963 URL: http://svn.gna.org/viewcvs/freeciv?rev=31963=rev Log: Change background-repeat property for background image on Gtk3 theme to stop it crawling around when the window is resized. See gna patch #6964. Modified:

[Freeciv-commits] r31964 - /branches/S2_6/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css

2016-02-17 Thread 0jacobnk . gna
Author: jtn Date: Wed Feb 17 21:50:35 2016 New Revision: 31964 URL: http://svn.gna.org/viewcvs/freeciv?rev=31964=rev Log: Change background-repeat property for background image on Gtk3 theme to stop it crawling around when the window is resized. See gna patch #6964. Modified:

[Freeciv-commits] r31965 - /branches/S2_5/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css

2016-02-17 Thread 0jacobnk . gna
Author: jtn Date: Wed Feb 17 21:51:03 2016 New Revision: 31965 URL: http://svn.gna.org/viewcvs/freeciv?rev=31965=rev Log: Change background-repeat property for background image on Gtk3 theme to stop it crawling around when the window is resized. See gna patch #6964. Modified:

[Freeciv-commits] r31967 - in /branches/S2_6: doc/README.msys2 win32/installer_msys2/Makefile

2016-02-17 Thread cazfi74
Author: cazfi Date: Thu Feb 18 03:20:42 2016 New Revision: 31967 URL: http://svn.gna.org/viewcvs/freeciv?rev=31967=rev Log: Do not even try to build audio support to msys2 based Installer builds. See patch #6963 Modified: branches/S2_6/doc/README.msys2

[Freeciv-commits] r31966 - in /trunk: doc/README.msys2 win32/installer_msys2/Makefile

2016-02-17 Thread cazfi74
Author: cazfi Date: Thu Feb 18 03:20:36 2016 New Revision: 31966 URL: http://svn.gna.org/viewcvs/freeciv?rev=31966=rev Log: Do not even try to build audio support to msys2 based Installer builds. See patch #6963 Modified: trunk/doc/README.msys2 trunk/win32/installer_msys2/Makefile

[Freeciv-commits] r31969 - in /branches/S2_6/client: gui-gtk-2.0/editprop.c gui-gtk-3.0/editprop.c

2016-02-17 Thread cazfi74
Author: cazfi Date: Thu Feb 18 03:52:12 2016 New Revision: 31969 URL: http://svn.gna.org/viewcvs/freeciv?rev=31969=rev Log: Get player's current government in to the editor mode so it won't get zeroed when setting player state back from the editor. See bug #24403 Modified:

[Freeciv-commits] r31968 - in /trunk/client: gui-gtk-2.0/editprop.c gui-gtk-3.0/editprop.c gui-gtk-3.x/editprop.c

2016-02-17 Thread cazfi74
Author: cazfi Date: Thu Feb 18 03:52:05 2016 New Revision: 31968 URL: http://svn.gna.org/viewcvs/freeciv?rev=31968=rev Log: Get player's current government in to the editor mode so it won't get zeroed when setting player state back from the editor. See bug #24403 Modified:

[Freeciv-commits] r31971 - in /branches/S2_6/common: map.c movement.c

2016-02-17 Thread cazfi74
Author: cazfi Date: Thu Feb 18 04:07:22 2016 New Revision: 31971 URL: http://svn.gna.org/viewcvs/freeciv?rev=31971=rev Log: While calculating move costs, RMM_RELAXED diagonal move between integrating roads is now always considered possible to the other directions if it's possible to one

[Freeciv-commits] r31970 - in /trunk/common: map.c movement.c

2016-02-17 Thread cazfi74
Author: cazfi Date: Thu Feb 18 04:07:14 2016 New Revision: 31970 URL: http://svn.gna.org/viewcvs/freeciv?rev=31970=rev Log: While calculating move costs, RMM_RELAXED diagonal move between integrating roads is now always considered possible to the other directions if it's possible to one