[Freeciv-commits] r32960 - /trunk/server/citytools.c

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 19:40:23 2016 New Revision: 32960 URL: http://svn.gna.org/viewcvs/freeciv?rev=32960=rev Log: List 'advisor' as the source of the production change when it is. See patch #7287 Modified: trunk/server/citytools.c Modified: trunk/server/citytools.c URL:

[Freeciv-commits] r32961 - /branches/S2_6/server/citytools.c

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 19:40:31 2016 New Revision: 32961 URL: http://svn.gna.org/viewcvs/freeciv?rev=32961=rev Log: List 'advisor' as the source of the production change when it is. See patch #7287 Modified: branches/S2_6/server/citytools.c Modified:

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

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 19:50:38 2016 New Revision: 32963 URL: http://svn.gna.org/viewcvs/freeciv?rev=32963=rev Log: Respect SDL2_PLAIN_INCLUDE when including sdl2 headers to non-sdl clients See patch #7291 Modified: branches/S2_6/client/gui-gtk-2.0/gui_main.c

[Freeciv-commits] r32962 - 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-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 19:50:32 2016 New Revision: 32962 URL: http://svn.gna.org/viewcvs/freeciv?rev=32962=rev Log: Respect SDL2_PLAIN_INCLUDE when including sdl2 headers to non-sdl clients See patch #7291 Modified: trunk/client/gui-gtk-2.0/gui_main.c

[Freeciv-commits] r32950 - in /trunk/data: alien/ civ1/ civ2/ civ2civ3/ classic/ experimental/ multiplayer/ sandbox/

2016-06-22 Thread sveinung84
Author: sveinung Date: Wed Jun 22 09:00:45 2016 New Revision: 32950 URL: http://svn.gna.org/viewcvs/freeciv?rev=32950=rev Log: rulsesets: add the NoHome can't "Home City" rule. The rule that a unit with the NoHome unit type flag can't do the "Home City" action is automatically added in ruleset

[Freeciv-commits] r32949 - in /branches/S2_6: common/ server/ server/generator/

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 08:41:29 2016 New Revision: 32949 URL: http://svn.gna.org/viewcvs/freeciv?rev=32949=rev Log: Have have_resources value for current map separately from if it should be saved as part of scenario. See bug #24767 Modified: branches/S2_6/common/game.c

[Freeciv-commits] r32948 - in /trunk: common/ server/ server/generator/

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 08:41:21 2016 New Revision: 32948 URL: http://svn.gna.org/viewcvs/freeciv?rev=32948=rev Log: Have have_resources value for current map separately from if it should be saved as part of scenario. See bug #24767 Modified: trunk/common/game.c

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

2016-06-22 Thread sveinung84
Author: sveinung Date: Wed Jun 22 09:03:11 2016 New Revision: 32953 URL: http://svn.gna.org/viewcvs/freeciv?rev=32953=rev Log: Clarify action probability variable names. Standardize the variable names the client stores action probabilities in. Use act_prob for variables that has the action

[Freeciv-commits] r32954 - /branches/S2_6/common/actions.c

2016-06-22 Thread sveinung84
Author: sveinung Date: Wed Jun 22 09:03:19 2016 New Revision: 32954 URL: http://svn.gna.org/viewcvs/freeciv?rev=32954=rev Log: Improve action probability assertion readability. Replace checks for details of the current action probability format with calls to functions with descriptive names.

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

2016-06-22 Thread sveinung84
Author: sveinung Date: Wed Jun 22 09:01:10 2016 New Revision: 32952 URL: http://svn.gna.org/viewcvs/freeciv?rev=32952=rev Log: Improve action probability assertion readability. Replace checks for details of the current action probability format with calls to functions with descriptive names.

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

2016-06-22 Thread sveinung84
Author: sveinung Date: Wed Jun 22 09:01:02 2016 New Revision: 32951 URL: http://svn.gna.org/viewcvs/freeciv?rev=32951=rev Log: Clarify action probability variable names. Standardize the variable names the client stores action probabilities in. Use act_prob for variables that has the action

[Freeciv-commits] r32955 - /trunk/ai/default/aicity.c

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 09:11:30 2016 New Revision: 32955 URL: http://svn.gna.org/viewcvs/freeciv?rev=32955=rev Log: Make AI to build buildings that are not crucial but merely useful Reported by David Fernandez See bug #24526 Modified: trunk/ai/default/aicity.c Modified:

[Freeciv-commits] r32956 - /branches/S2_6/ai/default/aicity.c

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 09:11:37 2016 New Revision: 32956 URL: http://svn.gna.org/viewcvs/freeciv?rev=32956=rev Log: Make AI to build buildings that are not crucial but merely useful Reported by David Fernandez See bug #24526 Modified: branches/S2_6/ai/default/aicity.c Modified:

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

2016-06-22 Thread sveinung84
Author: sveinung Date: Wed Jun 22 14:06:13 2016 New Revision: 32957 URL: http://svn.gna.org/viewcvs/freeciv?rev=32957=rev Log: Comment spelling fix: regual -> regular Modified: trunk/common/actions.c Modified: trunk/common/actions.c URL:

[Freeciv-commits] r32959 - in /branches/S2_6: client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-qt/ client/gui-sdl/ client/gui-sdl2/ ...

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 15:27:19 2016 New Revision: 32959 URL: http://svn.gna.org/viewcvs/freeciv?rev=32959=rev Log: Moved cmdline related utility/ functions to new fc_cmdline.[ch] module. See patch #7290 Added: branches/S2_6/utility/fc_cmdline.c

[Freeciv-commits] r32958 - in /trunk: client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-gtk-3.x/ client/gui-qt/ client/gui-sdl2/ clie...

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 15:26:53 2016 New Revision: 32958 URL: http://svn.gna.org/viewcvs/freeciv?rev=32958=rev Log: Moved cmdline related utility/ functions to new fc_cmdline.[ch] module. See patch #7290 Added: trunk/utility/fc_cmdline.c trunk/utility/fc_cmdline.h Modified:

[Freeciv-commits] r32966 - /trunk/translations/core/fi.po

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 21:15:31 2016 New Revision: 32966 URL: http://svn.gna.org/viewcvs/freeciv?rev=32966=rev Log: Updated Finnish translation. This is just S2_6 translation msgmerged against latest TRUNK strings. Modified: trunk/translations/core/fi.po [This mail would be too

[Freeciv-commits] r32964 - /branches/S2_5/translations/freeciv/fi.po

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 21:07:07 2016 New Revision: 32964 URL: http://svn.gna.org/viewcvs/freeciv?rev=32964=rev Log: Removed doubled word from Finnish translation. Modified: branches/S2_5/translations/freeciv/fi.po Modified: branches/S2_5/translations/freeciv/fi.po URL:

[Freeciv-commits] r32965 - /branches/S2_6/translations/freeciv/fi.po

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 21:10:38 2016 New Revision: 32965 URL: http://svn.gna.org/viewcvs/freeciv?rev=32965=rev Log: Updated Finnish translation. Modified: branches/S2_6/translations/freeciv/fi.po [This mail would be too long, it was shortened to contain the URLs only.] Modified:

[Freeciv-commits] r32976 - /branches/S2_6/translations/freeciv/fi.po

2016-06-22 Thread cazfi74
Author: cazfi Date: Thu Jun 23 07:44:15 2016 New Revision: 32976 URL: http://svn.gna.org/viewcvs/freeciv?rev=32976=rev Log: Updated Finnish translation. Freeciv domain now reached 100% translation. Modified: branches/S2_6/translations/freeciv/fi.po [This mail would be too long, it was

[Freeciv-commits] r32975 - /branches/S2_5/translations/freeciv/fi.po

2016-06-22 Thread cazfi74
Author: cazfi Date: Thu Jun 23 07:43:22 2016 New Revision: 32975 URL: http://svn.gna.org/viewcvs/freeciv?rev=32975=rev Log: Fixed typo in Finnish translation. Modified: branches/S2_5/translations/freeciv/fi.po Modified: branches/S2_5/translations/freeciv/fi.po URL:

[Freeciv-commits] r32977 - /trunk/translations/core/fi.po

2016-06-22 Thread cazfi74
Author: cazfi Date: Thu Jun 23 07:47:37 2016 New Revision: 32977 URL: http://svn.gna.org/viewcvs/freeciv?rev=32977=rev Log: Updated Finnish translation. This is just S2_6 translation msgmerged against latest TRUNK strings. Modified: trunk/translations/core/fi.po [This mail would be too

[Freeciv-commits] r32972 - in /trunk/data: alien/ civ1/ civ2/ civ2civ3/ classic/ experimental/ multiplayer/ sandbox/ stub/

2016-06-22 Thread cazfi74
Author: cazfi Date: Thu Jun 23 02:37:42 2016 New Revision: 32972 URL: http://svn.gna.org/viewcvs/freeciv?rev=32972=rev Log: Corrected typos from comment of supplied game.rulesets See patch #7292 Modified: trunk/data/alien/game.ruleset trunk/data/civ1/game.ruleset

[Freeciv-commits] r32973 - in /branches/S2_6/data: alien/ civ1/ civ2/ civ2civ3/ classic/ experimental/ multiplayer/ sandbox/ stub/

2016-06-22 Thread cazfi74
Author: cazfi Date: Thu Jun 23 02:37:49 2016 New Revision: 32973 URL: http://svn.gna.org/viewcvs/freeciv?rev=32973=rev Log: Corrected typos from comment of supplied game.rulesets See patch #7292 Modified: branches/S2_6/data/alien/game.ruleset branches/S2_6/data/civ1/game.ruleset

[Freeciv-commits] r32974 - in /trunk/server: citytools.c citytools.h cityturn.c

2016-06-22 Thread cazfi74
Author: cazfi Date: Thu Jun 23 03:44:23 2016 New Revision: 32974 URL: http://svn.gna.org/viewcvs/freeciv?rev=32974=rev Log: Defined log level macro LOG_BUILD_TARGET for logging production changes See patch #7288 Modified: trunk/server/citytools.c trunk/server/citytools.h

[Freeciv-commits] r32971 - in /branches/S2_5/client: gui-gtk-2.0/citydlg.c gui-gtk-3.0/citydlg.c

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 22:23:50 2016 New Revision: 32971 URL: http://svn.gna.org/viewcvs/freeciv?rev=32971=rev Log: Never have gtk-clients' citydlg 'Next City' or 'Prev City' buttons sensitive when running as global observer, as those buttons do nothing for global observer. See bug

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

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 22:23:45 2016 New Revision: 32970 URL: http://svn.gna.org/viewcvs/freeciv?rev=32970=rev Log: Never have gtk-clients' citydlg 'Next City' or 'Prev City' buttons sensitive when running as global observer, as those buttons do nothing for global observer. See bug

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

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 22:23:37 2016 New Revision: 32969 URL: http://svn.gna.org/viewcvs/freeciv?rev=32969=rev Log: Never have gtk-clients' citydlg 'Next City' or 'Prev City' buttons sensitive when running as global observer, as those buttons do nothing for global observer. See bug

[Freeciv-commits] r32967 - in /trunk/translations: core/POTFILES.in nations/POTFILES.skip ruledit/POTFILES.skip

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 21:27:35 2016 New Revision: 32967 URL: http://svn.gna.org/viewcvs/freeciv?rev=32967=rev Log: Updated missing files to POTFILES. Modified: trunk/translations/core/POTFILES.in trunk/translations/nations/POTFILES.skip

[Freeciv-commits] r32968 - in /branches/S2_6/translations: freeciv/POTFILES.in nations/POTFILES.skip ruledit/POTFILES.skip

2016-06-22 Thread cazfi74
Author: cazfi Date: Wed Jun 22 21:33:15 2016 New Revision: 32968 URL: http://svn.gna.org/viewcvs/freeciv?rev=32968=rev Log: Updated missing files to POTFILES. Modified: branches/S2_6/translations/freeciv/POTFILES.in branches/S2_6/translations/nations/POTFILES.skip