[Freeciv-commits] r34111 - in /trunk: common/actions.c common/actions.h server/rscompat.c

2016-10-12 Thread sveinung84
Author: sveinung Date: Thu Oct 13 01:23:29 2016 New Revision: 34111 URL: http://svn.gna.org/viewcvs/freeciv?rev=34111=rev Log: Centralize action obligatory hard req handling. Introduce action_enabler_obligatory_reqs_add(). Have it use the same data as the sanity cheking. Use it when upgrading a

[Freeciv-commits] r34109 - in /branches/S2_6/client/gui-gtk-3.22: diplodlg.c menu.c optiondlg.c wldlg.c

2016-10-12 Thread cazfi74
Author: cazfi Date: Wed Oct 12 19:37:38 2016 New Revision: 34109 URL: http://svn.gna.org/viewcvs/freeciv?rev=34109=rev Log: Got rid of deprecated gtk_image_menu_item_...() calls in gtk3.22-client. See patch #6706 Modified: branches/S2_6/client/gui-gtk-3.22/diplodlg.c

[Freeciv-commits] r34108 - /trunk/server/unittools.c

2016-10-12 Thread sveinung84
Author: sveinung Date: Wed Oct 12 16:13:40 2016 New Revision: 34108 URL: http://svn.gna.org/viewcvs/freeciv?rev=34108=rev Log: Auto attack is performed by the rules. When the autoattack setting is enabled a server side auto attack happens automatically. This means that auto attack isn't player

[Freeciv-commits] r34107 - /trunk/common/actions.c

2016-10-12 Thread sveinung84
Author: sveinung Date: Wed Oct 12 16:13:26 2016 New Revision: 34107 URL: http://svn.gna.org/viewcvs/freeciv?rev=34107=rev Log: Data driven action obligatory hard requirements. Making the obligatory hard requirements data driven makes it more readable. It also enables other functions to use the

[Freeciv-commits] r34105 - /trunk/windows/installer_msys2/Makefile

2016-10-12 Thread cazfi74
Author: cazfi Date: Wed Oct 12 09:58:08 2016 New Revision: 34105 URL: http://svn.gna.org/viewcvs/freeciv?rev=34105=rev Log: Set msys2 Windows Installer makefile target 'all' to depend on those installers that can be built with official msys2 environment. See patch #7813 Modified:

[Freeciv-commits] r34106 - /branches/S2_6/win32/installer_msys2/Makefile

2016-10-12 Thread cazfi74
Author: cazfi Date: Wed Oct 12 09:58:14 2016 New Revision: 34106 URL: http://svn.gna.org/viewcvs/freeciv?rev=34106=rev Log: Set msys2 Windows Installer makefile target 'all' to depend on those installers that can be built with official msys2 environment. See patch #7813 Modified:

[Freeciv-commits] r34103 - in /branches/S2_6: client/gui-qt/ data/themes/gui-qt/Classic/ data/themes/gui-qt/Necrophos/ data/themes/gui-qt/Nigh...

2016-10-12 Thread mlewczuk80
Author: mir3x Date: Wed Oct 12 08:26:30 2016 New Revision: 34103 URL: http://svn.gna.org/viewcvs/freeciv?rev=34103=rev Log: Qt client - replaced QInputDialog with custom dialog See patch #7812 Modified: branches/S2_6/client/gui-qt/citydlg.cpp branches/S2_6/client/gui-qt/hudwidget.cpp