[Freeciv-commits] r33895 - in /trunk: doc/README.msys2 windows/installer_msys2/Makefile

2016-09-25 Thread cazfi74
Author: cazfi Date: Mon Sep 26 05:43:23 2016 New Revision: 33895 URL: http://svn.gna.org/viewcvs/freeciv?rev=33895=rev Log: Updated Msys2 Windows Installer build environment to version 160922. See patch #7654 Modified: trunk/doc/README.msys2 trunk/windows/installer_msys2/Makefile

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

2016-09-25 Thread cazfi74
Author: cazfi Date: Mon Sep 26 05:43:31 2016 New Revision: 33896 URL: http://svn.gna.org/viewcvs/freeciv?rev=33896=rev Log: Updated Msys2 Windows Installer build environment to version 160922. See patch #7654 Modified: branches/S2_6/doc/README.msys2

[Freeciv-commits] r33893 - in /branches/S2_5/client/gui-qt: citydlg.cpp cityrep.cpp plrdlg.cpp

2016-09-25 Thread mlewczuk80
Author: mir3x Date: Sun Sep 25 19:42:20 2016 New Revision: 33893 URL: http://svn.gna.org/viewcvs/freeciv?rev=33893=rev Log: Qt client - Don't use deprecated QAbstractItemDelegateV2 and QAbstractItemDelegateV3 Patch by Louis Moureaux See patch #7704 Modified:

[Freeciv-commits] r33892 - in /branches/S2_6/client/gui-qt: citydlg.cpp cityrep.cpp plrdlg.cpp

2016-09-25 Thread mlewczuk80
Author: mir3x Date: Sun Sep 25 19:42:08 2016 New Revision: 33892 URL: http://svn.gna.org/viewcvs/freeciv?rev=33892=rev Log: Qt client - Don't use deprecated QAbstractItemDelegateV2 and QAbstractItemDelegateV3 Patch by Louis Moureaux See patch #7704 Modified:

[Freeciv-commits] r33891 - /trunk/client/gui-qt/plrdlg.cpp

2016-09-25 Thread mlewczuk80
Author: mir3x Date: Sun Sep 25 19:38:38 2016 New Revision: 33891 URL: http://svn.gna.org/viewcvs/freeciv?rev=33891=rev Log: Qt client - fixed players dialog losing selection sometimes See bug #25104 Modified: trunk/client/gui-qt/plrdlg.cpp Modified: trunk/client/gui-qt/plrdlg.cpp URL:

[Freeciv-commits] r33889 - /branches/S2_6/server/unithand.c

2016-09-25 Thread sveinung84
Author: sveinung Date: Sun Sep 25 18:01:28 2016 New Revision: 33889 URL: http://svn.gna.org/viewcvs/freeciv?rev=33889=rev Log: does_terrain_block_action: kill false negatives. Eliminate some cases where the action not enabled explanation detection failed to find out that a tile's terrain blocks

[Freeciv-commits] r33884 - in /trunk: common/scriptcore/ server/scripting/

2016-09-25 Thread 0jacobnk . gna
Author: jtn Date: Sun Sep 25 17:02:33 2016 New Revision: 33884 URL: http://svn.gna.org/viewcvs/freeciv?rev=33884=rev Log: Update maintenance comments in Lua script files to reflect that APIs may be in use in savegames so can't be changed for a long time. Modified:

[Freeciv-commits] r33883 - /trunk/client/gui-qt/

2016-09-25 Thread mlewczuk80
Author: mir3x Date: Sun Sep 25 15:27:06 2016 New Revision: 33883 URL: http://svn.gna.org/viewcvs/freeciv?rev=33883=rev Log: Qt client - fixed fonts. See bug #25098 Modified: trunk/client/gui-qt/Makefile.am trunk/client/gui-qt/canvas.cpp trunk/client/gui-qt/chatline.cpp

[Freeciv-commits] r33881 - in /trunk: common/ai.h doc/README.AI_modules server/commands.c server/commands.h server/stdinhand.c

2016-09-25 Thread cazfi74
Author: cazfi Date: Sun Sep 25 08:25:58 2016 New Revision: 33881 URL: http://svn.gna.org/viewcvs/freeciv?rev=33881=rev Log: Added aicmd command. Patch by Matthias Pfafferodt and myself See patch #2969 Modified: trunk/common/ai.h trunk/doc/README.AI_modules trunk/server/commands.c