[Freeciv-commits] r34118 - /trunk/ai/default/daidiplomacy.c

2016-10-13 Thread cazfi74
Author: cazfi Date: Fri Oct 14 06:53:19 2016 New Revision: 34118 URL: http://svn.gna.org/viewcvs/freeciv?rev=34118=rev Log: Randomize AI love on first contact. Reported by Jacob Nevins See bug #25045 Modified: trunk/ai/default/daidiplomacy.c Modified: trunk/ai/default/daidiplomacy.c URL:

[Freeciv-commits] r34116 - in /trunk: configure.ac m4/gtk3.22-client.m4

2016-10-13 Thread cazfi74
Author: cazfi Date: Thu Oct 13 18:06:37 2016 New Revision: 34116 URL: http://svn.gna.org/viewcvs/freeciv?rev=34116=rev Log: Changed gtk3.22-client enabling --enable-client value to 'gtk3.22' See patch #7806 Modified: trunk/configure.ac trunk/m4/gtk3.22-client.m4 Modified:

[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] 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] r34102 - in /branches/S2_6/client: client_main.c options.c options.h tilespec.c tilespec.h

2016-10-11 Thread cazfi74
Author: cazfi Date: Wed Oct 12 02:29:31 2016 New Revision: 34102 URL: http://svn.gna.org/viewcvs/freeciv?rev=34102=rev Log: Fill initial default for tileset option for all topologies. See patch #6875 Modified: branches/S2_6/client/client_main.c branches/S2_6/client/options.c

[Freeciv-commits] r34101 - in /trunk/client: client_main.c options.c options.h tilespec.c tilespec.h

2016-10-11 Thread cazfi74
Author: cazfi Date: Wed Oct 12 02:29:23 2016 New Revision: 34101 URL: http://svn.gna.org/viewcvs/freeciv?rev=34101=rev Log: Fill initial default for tileset option for all topologies. See patch #6875 Modified: trunk/client/client_main.c trunk/client/options.c trunk/client/options.h

[Freeciv-commits] r34100 - in /branches/S2_6: client/gui-gtk-3.22/menu.c data/gtk3.22_menus.xml

2016-10-11 Thread cazfi74
Author: cazfi Date: Tue Oct 11 21:30:46 2016 New Revision: 34100 URL: http://svn.gna.org/viewcvs/freeciv?rev=34100=rev Log: Use gtk_builder instead of gtk_ui_manager in gtk3.22-client See patch #7771 Modified: branches/S2_6/client/gui-gtk-3.22/menu.c branches/S2_6/data/gtk3.22_menus.xml

[Freeciv-commits] r34099 - in /trunk: Makefile.am m4/gtk3x-client.m4

2016-10-11 Thread cazfi74
Author: cazfi Date: Tue Oct 11 21:25:36 2016 New Revision: 34099 URL: http://svn.gna.org/viewcvs/freeciv?rev=34099=rev Log: Added gtk3x-client.m4 See patch #7799 Added: trunk/m4/gtk3x-client.m4 Modified: trunk/Makefile.am Modified: trunk/Makefile.am URL:

[Freeciv-commits] r34093 - /branches/S2_6/doc/README.msys2

2016-10-11 Thread cazfi74
Author: cazfi Date: Tue Oct 11 13:25:47 2016 New Revision: 34093 URL: http://svn.gna.org/viewcvs/freeciv?rev=34093=rev Log: Removed mention of gtk3x-client from README.msys2 See patch #7809 Modified: branches/S2_6/doc/README.msys2 Modified: branches/S2_6/doc/README.msys2 URL:

[Freeciv-commits] r34091 - /branches/S2_6/doc/README.msys2

2016-10-10 Thread cazfi74
Author: cazfi Date: Tue Oct 11 07:27:04 2016 New Revision: 34091 URL: http://svn.gna.org/viewcvs/freeciv?rev=34091=rev Log: Updated documentation about location of the msys2 environment. See patch #7798 Modified: branches/S2_6/doc/README.msys2 Modified: branches/S2_6/doc/README.msys2 URL:

[Freeciv-commits] r34089 - in /trunk: configure.ac m4/gtk3.22-client.m4

2016-10-10 Thread cazfi74
Author: cazfi Date: Tue Oct 11 07:23:52 2016 New Revision: 34089 URL: http://svn.gna.org/viewcvs/freeciv?rev=34089=rev Log: Renamed m4-macro FC_GTK3X_CLIENT as FC_GTK3_22_CLIENT. See patch #7797 Modified: trunk/configure.ac trunk/m4/gtk3.22-client.m4 Modified: trunk/configure.ac URL:

[Freeciv-commits] r34080 - in /branches/S2_6/client/gui-gtk-3.22: gui_main.c gui_main.h

2016-10-09 Thread cazfi74
Author: cazfi Date: Mon Oct 10 05:47:43 2016 New Revision: 34080 URL: http://svn.gna.org/viewcvs/freeciv?rev=34080=rev Log: Made gtk3.22-client to identify itself correctly. See patch #7769 Modified: branches/S2_6/client/gui-gtk-3.22/gui_main.c

[Freeciv-commits] r34075 - /branches/S2_6/client/gui-gtk-3.22/

2016-10-09 Thread cazfi74
Author: cazfi Date: Sun Oct 9 19:23:00 2016 New Revision: 34075 URL: http://svn.gna.org/viewcvs/freeciv?rev=34075=rev Log: Changed gtk3.22-client comments to speak of gui-gtk-3.22. See patch #7791 Modified: branches/S2_6/client/gui-gtk-3.22/action_dialog.c

[Freeciv-commits] r34069 - in /branches/S2_6/client: gui-gtk-3.0/gui_stuff.c gui-gtk-3.22/gui_stuff.c

2016-10-09 Thread cazfi74
Author: cazfi Date: Sun Oct 9 12:51:35 2016 New Revision: 34069 URL: http://svn.gna.org/viewcvs/freeciv?rev=34069=rev Log: Gtk3-clients construct proper font definitions css using pango. Broken css reported by Bernhard See patch #7162 Modified:

[Freeciv-commits] r34068 - in /trunk/client: gui-gtk-3.0/gui_stuff.c gui-gtk-3.22/gui_stuff.c

2016-10-09 Thread cazfi74
Author: cazfi Date: Sun Oct 9 12:51:28 2016 New Revision: 34068 URL: http://svn.gna.org/viewcvs/freeciv?rev=34068=rev Log: Gtk3-clients construct proper font definitions css using pango. Broken css reported by Bernhard See patch #7162 Modified: trunk/client/gui-gtk-3.0/gui_stuff.c

[Freeciv-commits] r34067 - /branches/S2_6/client/gui-gtk-3.22/gui_main.c

2016-10-09 Thread cazfi74
Author: cazfi Date: Sun Oct 9 10:33:31 2016 New Revision: 34067 URL: http://svn.gna.org/viewcvs/freeciv?rev=34067=rev Log: Dropped setting migration from freeciv-2.5 of gtk3.22-client, as there is no settings for that client to migrate in 2.5. See patch #7768 Modified:

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

2016-10-08 Thread cazfi74
Author: cazfi Date: Sat Oct 8 20:42:31 2016 New Revision: 34062 URL: http://svn.gna.org/viewcvs/freeciv?rev=34062=rev Log: Corrected font definition in gtk3-client Freeciv theme. See bug #25160 Modified: branches/S2_5/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css Modified:

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

2016-10-08 Thread cazfi74
Author: cazfi Date: Sat Oct 8 20:42:26 2016 New Revision: 34061 URL: http://svn.gna.org/viewcvs/freeciv?rev=34061=rev Log: Corrected font definition in gtk3-client Freeciv theme. See bug #25160 Modified: branches/S2_6/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css Modified:

[Freeciv-commits] r34060 - in /trunk/data/themes: gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css gui-gtk-3.22/Freeciv/gtk-3.0/gtk.css

2016-10-08 Thread cazfi74
Author: cazfi Date: Sat Oct 8 20:42:22 2016 New Revision: 34060 URL: http://svn.gna.org/viewcvs/freeciv?rev=34060=rev Log: Corrected font definition in gtk3-client Freeciv theme. See bug #25160 Modified: trunk/data/themes/gui-gtk-3.0/Freeciv/gtk-3.0/gtk.css

[Freeciv-commits] r34054 - /branches/S2_6/client/gui-gtk-3.22/

2016-10-08 Thread cazfi74
Author: cazfi Date: Sat Oct 8 17:51:22 2016 New Revision: 34054 URL: http://svn.gna.org/viewcvs/freeciv?rev=34054=rev Log: Added and properly use GUI_GTK_OPTION() macro in gtk3.22-client. See patch #7767 Modified: branches/S2_6/client/gui-gtk-3.22/chatline.c

[Freeciv-commits] r34052 - /branches/S2_6/ai/default/aisettler.c

2016-10-08 Thread cazfi74
Author: cazfi Date: Sat Oct 8 14:58:34 2016 New Revision: 34052 URL: http://svn.gna.org/viewcvs/freeciv?rev=34052=rev Log: Fixed compiler shadow warning from aisettler.c See bug #25159 Modified: branches/S2_6/ai/default/aisettler.c Modified: branches/S2_6/ai/default/aisettler.c URL:

[Freeciv-commits] r34050 - in /trunk: ./ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-gtk-3.22/ common/networking/ server/

2016-10-07 Thread cazfi74
Author: cazfi Date: Sat Oct 8 07:12:36 2016 New Revision: 34050 URL: http://svn.gna.org/viewcvs/freeciv?rev=34050=rev Log: Added support for editing scenario-reserved property of players. See patch #7784 Modified: trunk/client/gui-gtk-2.0/editprop.c trunk/client/gui-gtk-3.0/editprop.c

[Freeciv-commits] r34049 - in /branches/S2_6: common/Makefile.am common/srvdefs.h server/stdinhand.c

2016-10-07 Thread cazfi74
Author: cazfi Date: Fri Oct 7 18:17:18 2016 New Revision: 34049 URL: http://svn.gna.org/viewcvs/freeciv?rev=34049=rev Log: Added common srvdefs.h with TOKEN_DELIMITERS moved there also client end to use. See patch #7882 Added: branches/S2_6/common/srvdefs.h Modified:

[Freeciv-commits] r34048 - in /trunk: common/Makefile.am common/srvdefs.h server/stdinhand.c

2016-10-07 Thread cazfi74
Author: cazfi Date: Fri Oct 7 18:17:04 2016 New Revision: 34048 URL: http://svn.gna.org/viewcvs/freeciv?rev=34048=rev Log: Added common srvdefs.h with TOKEN_DELIMITERS moved there also client end to use. See patch #7882 Added: trunk/common/srvdefs.h Modified: trunk/common/Makefile.am

[Freeciv-commits] r34045 - /branches/S2_5/client/audio.c

2016-10-07 Thread cazfi74
Author: cazfi Date: Fri Oct 7 14:38:29 2016 New Revision: 34045 URL: http://svn.gna.org/viewcvs/freeciv?rev=34045=rev Log: Make sdl the default audio plugin when it's built it. See bug #24280 Modified: branches/S2_5/client/audio.c Modified: branches/S2_5/client/audio.c URL:

[Freeciv-commits] r34043 - /trunk/client/audio.c

2016-10-07 Thread cazfi74
Author: cazfi Date: Fri Oct 7 14:38:19 2016 New Revision: 34043 URL: http://svn.gna.org/viewcvs/freeciv?rev=34043=rev Log: Make sdl the default audio plugin when it's built it. See bug #24280 Modified: trunk/client/audio.c Modified: trunk/client/audio.c URL:

[Freeciv-commits] r34044 - /branches/S2_6/client/audio.c

2016-10-07 Thread cazfi74
Author: cazfi Date: Fri Oct 7 14:38:24 2016 New Revision: 34044 URL: http://svn.gna.org/viewcvs/freeciv?rev=34044=rev Log: Make sdl the default audio plugin when it's built it. See bug #24280 Modified: branches/S2_6/client/audio.c Modified: branches/S2_6/client/audio.c URL:

[Freeciv-commits] r34036 - /branches/S2_6/doc/README.nations

2016-10-07 Thread cazfi74
Author: cazfi Date: Fri Oct 7 14:02:09 2016 New Revision: 34036 URL: http://svn.gna.org/viewcvs/freeciv?rev=34036=rev Log: Documented use of nations override -directory. See patch #7565 Modified: branches/S2_6/doc/README.nations Modified: branches/S2_6/doc/README.nations URL:

[Freeciv-commits] r34035 - /trunk/doc/README.nations

2016-10-07 Thread cazfi74
Author: cazfi Date: Fri Oct 7 14:02:02 2016 New Revision: 34035 URL: http://svn.gna.org/viewcvs/freeciv?rev=34035=rev Log: Documented use of nations override -directory. See patch #7565 Modified: trunk/doc/README.nations Modified: trunk/doc/README.nations URL:

[Freeciv-commits] r34029 - /branches/S2_6/client/gui-gtk-3.22/Makefile.am

2016-10-06 Thread cazfi74
Author: cazfi Date: Fri Oct 7 05:10:02 2016 New Revision: 34029 URL: http://svn.gna.org/viewcvs/freeciv?rev=34029=rev Log: Renamed gtk3.22-client library as libgui-gtk3_22 See patch #7766 Modified: branches/S2_6/client/gui-gtk-3.22/Makefile.am Modified:

[Freeciv-commits] r34028 - /branches/S2_6/m4/gtk3.22-client.m4

2016-10-06 Thread cazfi74
Author: cazfi Date: Fri Oct 7 05:08:36 2016 New Revision: 34028 URL: http://svn.gna.org/viewcvs/freeciv?rev=34028=rev Log: Added gtk3.22-client.m4 See patch #7765 Added: branches/S2_6/m4/gtk3.22-client.m4 Added: branches/S2_6/m4/gtk3.22-client.m4 URL:

[Freeciv-commits] r34027 - /branches/S2_6/client/gui-gtk-3.22/

2016-10-06 Thread cazfi74
Author: cazfi Date: Fri Oct 7 05:06:54 2016 New Revision: 34027 URL: http://svn.gna.org/viewcvs/freeciv?rev=34027=rev Log: Copied gui-gtk-3.0 as base for gui-gtk-3.22 See patch #7762 Added: branches/S2_6/client/gui-gtk-3.22/ - copied from r34026, branches/S2_6/client/gui-gtk-3.0/

[Freeciv-commits] r34024 - in /trunk/data: civ1/game.ruleset civ1/nations.ruleset civ2/game.ruleset civ2/nations.ruleset

2016-10-06 Thread cazfi74
Author: cazfi Date: Fri Oct 7 01:39:50 2016 New Revision: 34024 URL: http://svn.gna.org/viewcvs/freeciv?rev=34024=rev Log: Specified border colors for civ1 and civ2 ruleset nations and set plrcolormode to "NATION_ORDER" by default on those rulesets. Requested by Jacob Nevins See patch #3927

[Freeciv-commits] r34025 - in /branches/S2_6/data: civ1/game.ruleset civ1/nations.ruleset civ2/game.ruleset civ2/nations.ruleset

2016-10-06 Thread cazfi74
Author: cazfi Date: Fri Oct 7 01:39:58 2016 New Revision: 34025 URL: http://svn.gna.org/viewcvs/freeciv?rev=34025=rev Log: Specified border colors for civ1 and civ2 ruleset nations and set plrcolormode to "NATION_ORDER" by default on those rulesets. Requested by Jacob Nevins See patch #3927

[Freeciv-commits] r34014 - in /trunk/client: gui-gtk-3.0/editgui.c gui-gtk-3.0/helpdlg.c gui-gtk-3.22/editgui.c gui-gtk-3.22/helpdlg.c

2016-10-05 Thread cazfi74
Author: cazfi Date: Thu Oct 6 06:45:22 2016 New Revision: 34014 URL: http://svn.gna.org/viewcvs/freeciv?rev=34014=rev Log: Show terrain gfx on gtk3-client help browser. See bug #15132 Modified: trunk/client/gui-gtk-3.0/editgui.c trunk/client/gui-gtk-3.0/helpdlg.c

[Freeciv-commits] r34003 - in /trunk/client: gui-gtk-3.0/editprop.c gui-gtk-3.22/editprop.c

2016-10-04 Thread cazfi74
Author: cazfi Date: Wed Oct 5 07:27:25 2016 New Revision: 34003 URL: http://svn.gna.org/viewcvs/freeciv?rev=34003=rev Log: Support tooltips for properties in gtk3-clients' editor. Patch by pepeto and myself See bug #15580 Modified: trunk/client/gui-gtk-3.0/editprop.c

[Freeciv-commits] r34002 - /trunk/common/city.h

2016-10-04 Thread cazfi74
Author: cazfi Date: Wed Oct 5 07:15:38 2016 New Revision: 34002 URL: http://svn.gna.org/viewcvs/freeciv?rev=34002=rev Log: Changed specialist city options names so that those refer to target output, not specific specialist. See patch #7585 Modified: trunk/common/city.h Modified:

[Freeciv-commits] r34001 - /trunk/data/

2016-10-04 Thread cazfi74
Author: cazfi Date: Wed Oct 5 07:04:46 2016 New Revision: 34001 URL: http://svn.gna.org/viewcvs/freeciv?rev=34001=rev Log: Fixed xgettext warnings about tileset layer order comments. Reported by Sveinung Kvilhaugsvik See bug #25126 Modified: trunk/data/alio.tilespec

[Freeciv-commits] r33994 - in /trunk: ./ ai/default/ client/ common/ common/networking/ data/alien/ data/civ1/ data/civ2/ data/civ2civ3/ data/...

2016-10-04 Thread cazfi74
Author: cazfi Date: Tue Oct 4 20:24:06 2016 New Revision: 33994 URL: http://svn.gna.org/viewcvs/freeciv?rev=33994=rev Log: Added support for unit slots of cities. - Unit type definition tells how many slots (if any) unit takes up - Effect controls how many unit slots city has Requested by

[Freeciv-commits] r33992 - /trunk/utility/registry.c

2016-10-04 Thread cazfi74
Author: cazfi Date: Tue Oct 4 20:01:40 2016 New Revision: 33992 URL: http://svn.gna.org/viewcvs/freeciv?rev=33992=rev Log: Check existence of a file before trying to run xml-parser on it. See bug #23759 Modified: trunk/utility/registry.c Modified: trunk/utility/registry.c URL:

[Freeciv-commits] r33993 - /branches/S2_6/utility/registry.c

2016-10-04 Thread cazfi74
Author: cazfi Date: Tue Oct 4 20:01:46 2016 New Revision: 33993 URL: http://svn.gna.org/viewcvs/freeciv?rev=33993=rev Log: Check existence of a file before trying to run xml-parser on it. See bug #23759 Modified: branches/S2_6/utility/registry.c Modified: branches/S2_6/utility/registry.c

[Freeciv-commits] r33982 - in /trunk: ./ client/ client/gui-gtk-3.22/ client/gui-gtk-3.x/ data/ data/themes/ data/themes/gui-gtk-3.22/ data/th...

2016-10-03 Thread cazfi74
Author: cazfi Date: Tue Oct 4 06:11:34 2016 New Revision: 33982 URL: http://svn.gna.org/viewcvs/freeciv?rev=33982=rev Log: Renamed current gtk3x-client files and directories as gtk3.22-client. See patch #7750 Added: trunk/client/gui-gtk-3.22/ - copied from r33981,

[Freeciv-commits] r33964 - /trunk/INSTALL

2016-10-02 Thread cazfi74
Author: cazfi Date: Mon Oct 3 05:49:59 2016 New Revision: 33964 URL: http://svn.gna.org/viewcvs/freeciv?rev=33964=rev Log: Corrected minimum gtk3x-client requirements in INSTALL See patch #7746 Modified: trunk/INSTALL Modified: trunk/INSTALL URL:

[Freeciv-commits] r33963 - in /trunk: ./ client/ common/ common/networking/ data/alien/ data/civ1/ data/civ2/ data/civ2civ3/ data/classic/ dat...

2016-10-02 Thread cazfi74
Author: cazfi Date: Sun Oct 2 19:12:17 2016 New Revision: 33963 URL: http://svn.gna.org/viewcvs/freeciv?rev=33963=rev Log: Added support for helptexts for goods. See patch #7741 Modified: trunk/client/helpdata.c trunk/client/packhand.c trunk/common/networking/packets.def

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

2016-10-02 Thread cazfi74
Author: cazfi Date: Sun Oct 2 09:24:35 2016 New Revision: 33962 URL: http://svn.gna.org/viewcvs/freeciv?rev=33962=rev Log: Build Ruledit-installer as part of msys2 based Windows Installer snapshot build. See patch #7738 Modified: branches/S2_6/win32/installer_msys2/Makefile Modified:

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

2016-10-02 Thread cazfi74
Author: cazfi Date: Sun Oct 2 09:24:30 2016 New Revision: 33961 URL: http://svn.gna.org/viewcvs/freeciv?rev=33961=rev Log: Build Ruledit-installer as part of msys2 based Windows Installer snapshot build. See patch #7738 Modified: trunk/windows/installer_msys2/Makefile Modified:

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

2016-10-02 Thread cazfi74
Author: cazfi Date: Sun Oct 2 08:00:08 2016 New Revision: 33959 URL: http://svn.gna.org/viewcvs/freeciv?rev=33959=rev Log: Do not try to make 'disband' act like 'help wonder' for caravans. Reported by Sveinung Kvilhaugsvik See bug #23911 Modified: branches/S2_6/server/unithand.c

[Freeciv-commits] r33958 - /trunk/server/unithand.c

2016-10-02 Thread cazfi74
Author: cazfi Date: Sun Oct 2 07:59:59 2016 New Revision: 33958 URL: http://svn.gna.org/viewcvs/freeciv?rev=33958=rev Log: Do not try to make 'disband' act like 'help wonder' for caravans. Reported by Sveinung Kvilhaugsvik See bug #23911 Modified: trunk/server/unithand.c Modified:

[Freeciv-commits] r33957 - in /trunk/data/sandbox: README.sandbox effects.ruleset

2016-10-01 Thread cazfi74
Author: cazfi Date: Sat Oct 1 16:25:51 2016 New Revision: 33957 URL: http://svn.gna.org/viewcvs/freeciv?rev=33957=rev Log: Sandbox ruleset Republic has corruption increased by distance relative to the world size. See patch #7597 Modified: trunk/data/sandbox/README.sandbox

[Freeciv-commits] r33956 - in /trunk/m4: debug.m4 gprof.m4

2016-10-01 Thread cazfi74
Author: cazfi Date: Sat Oct 1 16:14:43 2016 New Revision: 33956 URL: http://svn.gna.org/viewcvs/freeciv?rev=33956=rev Log: Removed double [[braces]] around some default values in configure --help. See patch #7737 Modified: trunk/m4/debug.m4 trunk/m4/gprof.m4 Modified:

[Freeciv-commits] r33955 - /trunk/client/gui-qt/helpdlg.cpp

2016-10-01 Thread cazfi74
Author: cazfi Date: Sat Oct 1 15:20:04 2016 New Revision: 33955 URL: http://svn.gna.org/viewcvs/freeciv?rev=33955=rev Log: Fixed broken Qt-client compile. Reported by Jacob Nevins See patch #7735 Modified: trunk/client/gui-qt/helpdlg.cpp Modified: trunk/client/gui-qt/helpdlg.cpp URL:

[Freeciv-commits] r33954 - /trunk/data/alien/terrain.ruleset

2016-09-30 Thread cazfi74
Author: cazfi Date: Sat Oct 1 07:05:18 2016 New Revision: 33954 URL: http://svn.gna.org/viewcvs/freeciv?rev=33954=rev Log: Added helptexts for alien ruleset Resources. See patch #7736 Modified: trunk/data/alien/terrain.ruleset Modified: trunk/data/alien/terrain.ruleset URL:

[Freeciv-commits] r33953 - in /trunk: client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-gtk-3.x/ client/include/ common/ data/

2016-09-30 Thread cazfi74
Author: cazfi Date: Sat Oct 1 06:32:34 2016 New Revision: 33953 URL: http://svn.gna.org/viewcvs/freeciv?rev=33953=rev Log: Added goods help page. See patch #7735 Modified: trunk/client/gui-gtk-2.0/helpdlg.c trunk/client/gui-gtk-3.0/helpdlg.c trunk/client/gui-gtk-3.x/helpdlg.c

[Freeciv-commits] r33949 - in /branches/S2_6/utility: registry_ini.c section_file.c support.c support.h

2016-09-29 Thread cazfi74
Author: cazfi Date: Fri Sep 30 06:20:23 2016 New Revision: 33949 URL: http://svn.gna.org/viewcvs/freeciv?rev=33949=rev Log: Moved make_escapes() and remove_escapes() to support.c. See patch #7734 Modified: branches/S2_6/utility/registry_ini.c branches/S2_6/utility/section_file.c

[Freeciv-commits] r33948 - in /trunk/utility: registry_ini.c section_file.c support.c support.h

2016-09-29 Thread cazfi74
Author: cazfi Date: Fri Sep 30 06:20:15 2016 New Revision: 33948 URL: http://svn.gna.org/viewcvs/freeciv?rev=33948=rev Log: Moved make_escapes() and remove_escapes() to support.c. See patch #7734 Modified: trunk/utility/registry_ini.c trunk/utility/section_file.c

[Freeciv-commits] r33943 - in /trunk/data/sandbox: README.sandbox game.ruleset

2016-09-28 Thread cazfi74
Author: cazfi Date: Thu Sep 29 06:27:34 2016 New Revision: 33943 URL: http://svn.gna.org/viewcvs/freeciv?rev=33943=rev Log: Set sandbox ruleset goods from_pct and to_pct values. See patch #7733 Modified: trunk/data/sandbox/README.sandbox trunk/data/sandbox/game.ruleset Modified:

[Freeciv-commits] r33942 - /trunk/data/hexemplio/bases.spec

2016-09-28 Thread cazfi74
Author: cazfi Date: Thu Sep 29 06:07:26 2016 New Revision: 33942 URL: http://svn.gna.org/viewcvs/freeciv?rev=33942=rev Log: Corrected Ruins tag in hexemplio. See bug #25127 Modified: trunk/data/hexemplio/bases.spec Modified: trunk/data/hexemplio/bases.spec URL:

[Freeciv-commits] r33941 - /trunk/tools/ruleutil/rulesave.c

2016-09-28 Thread cazfi74
Author: cazfi Date: Thu Sep 29 06:04:41 2016 New Revision: 33941 URL: http://svn.gna.org/viewcvs/freeciv?rev=33941=rev Log: Save goods flags to ruleset. See bug #25124 Modified: trunk/tools/ruleutil/rulesave.c Modified: trunk/tools/ruleutil/rulesave.c URL:

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

2016-09-28 Thread cazfi74
Author: cazfi Date: Thu Sep 29 05:55:49 2016 New Revision: 33940 URL: http://svn.gna.org/viewcvs/freeciv?rev=33940=rev Log: Changed same EFT_OUTPUT_WASTE_BY_REL_DISTANCE value to give about same corruption level as EFT_OUTPUT_WASTE_BY_DISTANCE on typical world size. See patch #7732 Modified:

[Freeciv-commits] r33934 - in /branches/S2_5/server: srv_main.c stdinhand.c stdinhand.h

2016-09-27 Thread cazfi74
Author: cazfi Date: Wed Sep 28 07:13:45 2016 New Revision: 33934 URL: http://svn.gna.org/viewcvs/freeciv?rev=33934=rev Log: Lower default cmdlevel to basic on game start. Reported by taka See bug #24774 Modified: branches/S2_5/server/srv_main.c branches/S2_5/server/stdinhand.c

[Freeciv-commits] r33932 - in /trunk/server: srv_main.c stdinhand.c stdinhand.h

2016-09-27 Thread cazfi74
Author: cazfi Date: Wed Sep 28 07:13:30 2016 New Revision: 33932 URL: http://svn.gna.org/viewcvs/freeciv?rev=33932=rev Log: Lower default cmdlevel to basic on game start. Reported by taka See bug #24774 Modified: trunk/server/srv_main.c trunk/server/stdinhand.c

[Freeciv-commits] r33933 - in /branches/S2_6/server: srv_main.c stdinhand.c stdinhand.h

2016-09-27 Thread cazfi74
Author: cazfi Date: Wed Sep 28 07:13:38 2016 New Revision: 33933 URL: http://svn.gna.org/viewcvs/freeciv?rev=33933=rev Log: Lower default cmdlevel to basic on game start. Reported by taka See bug #24774 Modified: branches/S2_6/server/srv_main.c branches/S2_6/server/stdinhand.c

[Freeciv-commits] r33930 - /branches/S2_6/client/mapview_common.c

2016-09-27 Thread cazfi74
Author: cazfi Date: Wed Sep 28 06:54:54 2016 New Revision: 33930 URL: http://svn.gna.org/viewcvs/freeciv?rev=33930=rev Log: Made mouse clicks to target correct tiles in hex topologies. Reported by Jacob Nevins See bug #24031 Modified: branches/S2_6/client/mapview_common.c Modified:

[Freeciv-commits] r33929 - /trunk/client/mapview_common.c

2016-09-27 Thread cazfi74
Author: cazfi Date: Wed Sep 28 06:54:47 2016 New Revision: 33929 URL: http://svn.gna.org/viewcvs/freeciv?rev=33929=rev Log: Made mouse clicks to target correct tiles in hex topologies. Reported by Jacob Nevins See bug #24031 Modified: trunk/client/mapview_common.c Modified:

[Freeciv-commits] r33928 - /branches/S2_5/server/srv_main.c

2016-09-27 Thread cazfi74
Author: cazfi Date: Wed Sep 28 06:42:21 2016 New Revision: 33928 URL: http://svn.gna.org/viewcvs/freeciv?rev=33928=rev Log: Made one to really get random nation, if one reverts to random nation after already selecting specific nation. Reported by Jacob Nevins See bug #24170 Modified:

[Freeciv-commits] r33927 - /branches/S2_6/server/srv_main.c

2016-09-27 Thread cazfi74
Author: cazfi Date: Wed Sep 28 06:42:13 2016 New Revision: 33927 URL: http://svn.gna.org/viewcvs/freeciv?rev=33927=rev Log: Made one to really get random nation, if one reverts to random nation after already selecting specific nation. Reported by Jacob Nevins See bug #24170 Modified:

[Freeciv-commits] r33926 - /trunk/server/srv_main.c

2016-09-27 Thread cazfi74
Author: cazfi Date: Wed Sep 28 06:42:05 2016 New Revision: 33926 URL: http://svn.gna.org/viewcvs/freeciv?rev=33926=rev Log: Made one to really get random nation, if one reverts to random nation after already selecting specific nation. Reported by Jacob Nevins See bug #24170 Modified:

[Freeciv-commits] r33924 - /branches/S2_6/ai/default/aisettler.c

2016-09-27 Thread cazfi74
Author: cazfi Date: Wed Sep 28 06:33:42 2016 New Revision: 33924 URL: http://svn.gna.org/viewcvs/freeciv?rev=33924=rev Log: Close default ai data phase after calling ai settler reset for a newly created barbarian player. Reported by Frank See bug #24545 Modified:

[Freeciv-commits] r33925 - /branches/S2_5/ai/default/aisettler.c

2016-09-27 Thread cazfi74
Author: cazfi Date: Wed Sep 28 06:33:49 2016 New Revision: 33925 URL: http://svn.gna.org/viewcvs/freeciv?rev=33925=rev Log: Close default ai data phase after calling ai settler reset for a newly created barbarian player. Reported by Frank See bug #24545 Modified:

[Freeciv-commits] r33923 - /trunk/ai/default/aisettler.c

2016-09-27 Thread cazfi74
Author: cazfi Date: Wed Sep 28 06:33:36 2016 New Revision: 33923 URL: http://svn.gna.org/viewcvs/freeciv?rev=33923=rev Log: Close default ai data phase after calling ai settler reset for a newly created barbarian player. Reported by Frank See bug #24545 Modified:

[Freeciv-commits] r33914 - in /branches/S2_5/client: gui-gtk-2.0/gui_main.c gui-gtk-3.0/gui_main.c gui-qt/gui_main.cpp

2016-09-27 Thread cazfi74
Author: cazfi Date: Tue Sep 27 20:35:19 2016 New Revision: 33914 URL: http://svn.gna.org/viewcvs/freeciv?rev=33914=rev Log: Set client to quitting-mode already before disconnecting from the server when going to shut down. Reported by Jacob Nevins See bug #24844 Modified:

[Freeciv-commits] r33913 - in /branches/S2_6/client: gui-gtk-2.0/gui_main.c gui-gtk-3.0/gui_main.c gui-qt/gui_main.cpp

2016-09-27 Thread cazfi74
Author: cazfi Date: Tue Sep 27 20:35:13 2016 New Revision: 33913 URL: http://svn.gna.org/viewcvs/freeciv?rev=33913=rev Log: Set client to quitting-mode already before disconnecting from the server when going to shut down. Reported by Jacob Nevins See bug #24844 Modified:

[Freeciv-commits] r33912 - in /trunk/client: gui-gtk-2.0/gui_main.c gui-gtk-3.0/gui_main.c gui-gtk-3.x/gui_main.c gui-qt/gui_main.cpp

2016-09-27 Thread cazfi74
Author: cazfi Date: Tue Sep 27 20:35:08 2016 New Revision: 33912 URL: http://svn.gna.org/viewcvs/freeciv?rev=33912=rev Log: Set client to quitting-mode already before disconnecting from the server when going to shut down. Reported by Jacob Nevins See bug #24844 Modified:

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

2016-09-27 Thread cazfi74
Author: cazfi Date: Tue Sep 27 20:26:42 2016 New Revision: 33910 URL: http://svn.gna.org/viewcvs/freeciv?rev=33910=rev Log: Build sdl2-client as part of msys2 based Windows Installer snapshot build. See patch #7727 Modified: trunk/doc/README.msys2 trunk/windows/installer_msys2/Makefile

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

2016-09-27 Thread cazfi74
Author: cazfi Date: Tue Sep 27 20:26:49 2016 New Revision: 33911 URL: http://svn.gna.org/viewcvs/freeciv?rev=33911=rev Log: Build sdl2-client as part of msys2 based Windows Installer snapshot build. See patch #7727 Modified: branches/S2_6/doc/README.msys2

[Freeciv-commits] r33908 - in /trunk: ./ ai/default/ client/ client/gui-sdl2/ common/ common/aicore/ common/networking/ data/alien/ data/civ1/...

2016-09-27 Thread cazfi74
Author: cazfi Date: Tue Sep 27 11:48:34 2016 New Revision: 33908 URL: http://svn.gna.org/viewcvs/freeciv?rev=33908=rev Log: Added support for good specific trade value percentages, for both ends of the route carrying the good. See patch #7730 Modified: trunk/ai/default/daieffects.c

[Freeciv-commits] r33907 - /trunk/client/packhand.c

2016-09-26 Thread cazfi74
Author: cazfi Date: Tue Sep 27 07:07:00 2016 New Revision: 33907 URL: http://svn.gna.org/viewcvs/freeciv?rev=33907=rev Log: Added "new_tech" lua scripting signal to client side. Patch by Matthias Pfafferodt See patch #2519 Modified: trunk/client/packhand.c Modified:

[Freeciv-commits] r33906 - /trunk/client/packhand.c

2016-09-26 Thread cazfi74
Author: cazfi Date: Tue Sep 27 07:01:10 2016 New Revision: 33906 URL: http://svn.gna.org/viewcvs/freeciv?rev=33906=rev Log: Receive goods flags to client side See patch #7729 Modified: trunk/client/packhand.c Modified: trunk/client/packhand.c URL:

[Freeciv-commits] r33897 - in /trunk/server: savecompat.c savegame3.c

2016-09-26 Thread cazfi74
Author: cazfi Date: Mon Sep 26 09:26:50 2016 New Revision: 33897 URL: http://svn.gna.org/viewcvs/freeciv?rev=33897=rev Log: Replaced leader "Sex" with "Kind" in savegame3.c See patch #7614 Modified: trunk/server/savecompat.c trunk/server/savegame3.c Modified: trunk/server/savecompat.c

[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] 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

[Freeciv-commits] r33873 - /trunk/doc/README.msys2

2016-09-24 Thread cazfi74
Author: cazfi Date: Sat Sep 24 19:23:02 2016 New Revision: 33873 URL: http://svn.gna.org/viewcvs/freeciv?rev=33873=rev Log: Updated TODO lists and Status report in README.msys2 See patch #7720 Modified: trunk/doc/README.msys2 Modified: trunk/doc/README.msys2 URL:

[Freeciv-commits] r33872 - /branches/S2_6/m4/sdl2-client.m4

2016-09-24 Thread cazfi74
Author: cazfi Date: Sat Sep 24 16:52:48 2016 New Revision: 33872 URL: http://svn.gna.org/viewcvs/freeciv?rev=33872=rev Log: Use pkg-config to detect freetype for sdl2-client See patch #7719 Modified: branches/S2_6/m4/sdl2-client.m4 Modified: branches/S2_6/m4/sdl2-client.m4 URL:

[Freeciv-commits] r33871 - /trunk/m4/sdl2-client.m4

2016-09-24 Thread cazfi74
Author: cazfi Date: Sat Sep 24 16:52:42 2016 New Revision: 33871 URL: http://svn.gna.org/viewcvs/freeciv?rev=33871=rev Log: Use pkg-config to detect freetype for sdl2-client See patch #7719 Modified: trunk/m4/sdl2-client.m4 Modified: trunk/m4/sdl2-client.m4 URL:

[Freeciv-commits] r33870 - /branches/S2_5/client/gui-sdl/diplodlg.c

2016-09-24 Thread cazfi74
Author: cazfi Date: Sat Sep 24 15:25:02 2016 New Revision: 33870 URL: http://svn.gna.org/viewcvs/freeciv?rev=33870=rev Log: Fixed sdl-clients diplomacy dialog crash when there's no pact to cancel and declaring war is not possible. Reported by Exbed See bug #25085 Modified:

[Freeciv-commits] r33869 - in /branches/S2_6/client: gui-sdl/diplodlg.c gui-sdl2/diplodlg.c

2016-09-24 Thread cazfi74
Author: cazfi Date: Sat Sep 24 15:24:52 2016 New Revision: 33869 URL: http://svn.gna.org/viewcvs/freeciv?rev=33869=rev Log: Fixed sdl-clients diplomacy dialog crash when there's no pact to cancel and declaring war is not possible. Reported by Exbed See bug #25085 Modified:

[Freeciv-commits] r33868 - /trunk/client/gui-sdl2/diplodlg.c

2016-09-24 Thread cazfi74
Author: cazfi Date: Sat Sep 24 15:24:46 2016 New Revision: 33868 URL: http://svn.gna.org/viewcvs/freeciv?rev=33868=rev Log: Fixed sdl-clients diplomacy dialog crash when there's no pact to cancel and declaring war is not possible. Reported by Exbed See bug #25085 Modified:

[Freeciv-commits] r33839 - in /branches/S2_6/client/gui-qt: chatline.cpp chatline.h citydlg.cpp fonts.cpp fonts.h

2016-09-20 Thread cazfi74
Author: cazfi Date: Tue Sep 20 19:02:48 2016 New Revision: 33839 URL: http://svn.gna.org/viewcvs/freeciv?rev=33839=rev Log: Shadow warning fixes and other cleanup to Qt client. See patch #7701 Modified: branches/S2_6/client/gui-qt/chatline.cpp branches/S2_6/client/gui-qt/chatline.h

[Freeciv-commits] r33838 - in /trunk/client/gui-qt: chatline.cpp chatline.h citydlg.cpp fonts.cpp fonts.h

2016-09-20 Thread cazfi74
Author: cazfi Date: Tue Sep 20 19:02:40 2016 New Revision: 33838 URL: http://svn.gna.org/viewcvs/freeciv?rev=33838=rev Log: Shadow warning fixes and other cleanup to Qt client. See patch #7701 Modified: trunk/client/gui-qt/chatline.cpp trunk/client/gui-qt/chatline.h

[Freeciv-commits] r33824 - /trunk/tools/ruleutil/rulesave.c

2016-09-16 Thread cazfi74
Author: cazfi Date: Sat Sep 17 06:55:50 2016 New Revision: 33824 URL: http://svn.gna.org/viewcvs/freeciv?rev=33824=rev Log: Corrected typo in "transform_result" key in rulesave. See bug #25062 Modified: trunk/tools/ruleutil/rulesave.c Modified: trunk/tools/ruleutil/rulesave.c URL:

[Freeciv-commits] r33825 - /branches/S2_6/tools/ruledit/rulesave.c

2016-09-16 Thread cazfi74
Author: cazfi Date: Sat Sep 17 06:55:58 2016 New Revision: 33825 URL: http://svn.gna.org/viewcvs/freeciv?rev=33825=rev Log: Corrected typo in "transform_result" key in rulesave. See bug #25062 Modified: branches/S2_6/tools/ruledit/rulesave.c Modified: branches/S2_6/tools/ruledit/rulesave.c

[Freeciv-commits] r33823 - /branches/S2_6/client/gui-qt/citydlg.cpp

2016-09-16 Thread cazfi74
Author: cazfi Date: Fri Sep 16 18:33:05 2016 New Revision: 33823 URL: http://svn.gna.org/viewcvs/freeciv?rev=33823=rev Log: Fixed problems on setting worker task target extra in Qt client. See bug #25061 Modified: branches/S2_6/client/gui-qt/citydlg.cpp Modified:

[Freeciv-commits] r33822 - /trunk/client/gui-qt/citydlg.cpp

2016-09-16 Thread cazfi74
Author: cazfi Date: Fri Sep 16 18:32:58 2016 New Revision: 33822 URL: http://svn.gna.org/viewcvs/freeciv?rev=33822=rev Log: Fixed problems on setting worker task target extra in Qt client. See bug #25061 Modified: trunk/client/gui-qt/citydlg.cpp Modified: trunk/client/gui-qt/citydlg.cpp

[Freeciv-commits] r33815 - in /trunk/data/sandbox: README.sandbox game.ruleset

2016-09-16 Thread cazfi74
Author: cazfi Date: Fri Sep 16 08:26:27 2016 New Revision: 33815 URL: http://svn.gna.org/viewcvs/freeciv?rev=33815=rev Log: Added goods types to sandbox ruleset. See patch #7687 Modified: trunk/data/sandbox/README.sandbox trunk/data/sandbox/game.ruleset Modified:

[Freeciv-commits] r33814 - in /trunk: common/ tools/ruledit/

2016-09-16 Thread cazfi74
Author: cazfi Date: Fri Sep 16 08:11:47 2016 New Revision: 33814 URL: http://svn.gna.org/viewcvs/freeciv?rev=33814=rev Log: Implemented requirement value editing for remaining requirement types. See patch #7686 Modified: trunk/common/achievements.c trunk/common/achievements.h

[Freeciv-commits] r33806 - /trunk/common/reqtext.c

2016-09-15 Thread cazfi74
Author: cazfi Date: Thu Sep 15 09:22:18 2016 New Revision: 33806 URL: http://svn.gna.org/viewcvs/freeciv?rev=33806=rev Log: Typofix: "knoe" -> "know" See bug #25058 Modified: trunk/common/reqtext.c Modified: trunk/common/reqtext.c URL:

[Freeciv-commits] r33805 - in /trunk/tools/ruledit: req_edit.cpp req_edit.h

2016-09-15 Thread cazfi74
Author: cazfi Date: Thu Sep 15 09:11:00 2016 New Revision: 33805 URL: http://svn.gna.org/viewcvs/freeciv?rev=33805=rev Log: Added functionality for editing requirement 'present' value. See patch #7649 Modified: trunk/tools/ruledit/req_edit.cpp trunk/tools/ruledit/req_edit.h Modified:

[Freeciv-commits] r33804 - /trunk/server/ruleset.c

2016-09-15 Thread cazfi74
Author: cazfi Date: Thu Sep 15 09:06:07 2016 New Revision: 33804 URL: http://svn.gna.org/viewcvs/freeciv?rev=33804=rev Log: Fixed assert failure when loading ruleset without goods in compatibility mode. See bug #25053 Modified: trunk/server/ruleset.c Modified: trunk/server/ruleset.c URL:

<    2   3   4   5   6   7   8   9   10   11   >