[Freeciv-commits] r33983 - /trunk/common/requirements.c

2016-10-04 Thread 0jacobnk . gna
Author: jtn Date: Tue Oct 4 11:06:30 2016 New Revision: 33983 URL: http://svn.gna.org/viewcvs/freeciv?rev=33983&view=rev Log: Give more useful diagnostic for invalid requirement type/value in ruleset. See bug #25137. Modified: trunk/common/requirements.c Modified: trunk/common/requirements

[Freeciv-commits] r33984 - in /trunk: ai/default/ common/ doc/ server/ tools/ruledit/

2016-10-04 Thread 0jacobnk . gna
Author: jtn Date: Tue Oct 4 11:06:35 2016 New Revision: 33984 URL: http://svn.gna.org/viewcvs/freeciv?rev=33984&view=rev Log: Add MinCalFrag requirement, matching on calendar fragments. See patch #7751. Modified: trunk/ai/default/daieffects.c trunk/common/calendar.c trunk/common/cal

[Freeciv-commits] r33985 - /branches/S2_6/common/requirements.c

2016-10-04 Thread 0jacobnk . gna
Author: jtn Date: Tue Oct 4 11:11:25 2016 New Revision: 33985 URL: http://svn.gna.org/viewcvs/freeciv?rev=33985&view=rev Log: Give more useful diagnostic for invalid requirement type/value in ruleset. See bug #25137. Modified: branches/S2_6/common/requirements.c Modified: branches/S2_6/com

[Freeciv-commits] r33986 - /branches/S2_5/common/requirements.c

2016-10-04 Thread 0jacobnk . gna
Author: jtn Date: Tue Oct 4 11:12:00 2016 New Revision: 33986 URL: http://svn.gna.org/viewcvs/freeciv?rev=33986&view=rev Log: Give more useful diagnostic for invalid requirement type/value in ruleset. See bug #25137. Modified: branches/S2_5/common/requirements.c Modified: branches/S2_5/com

[Freeciv-commits] r33987 - /branches/S2_5/translations/freeciv/uk.po

2016-10-04 Thread swiatos
Author: swiatos Date: Tue Oct 4 13:06:04 2016 New Revision: 33987 URL: http://svn.gna.org/viewcvs/freeciv?rev=33987&view=rev Log: update for uk.po, corrections + removed few fuzzies & empties. left: 18k - 29470. Modified: branches/S2_5/translations/freeciv/uk.po [This mail would be too lon

[Freeciv-commits] r33988 - /trunk/common/requirements.c

2016-10-04 Thread sveinung84
Author: sveinung Date: Tue Oct 4 13:09:18 2016 New Revision: 33988 URL: http://svn.gna.org/viewcvs/freeciv?rev=33988&view=rev Log: MinMoveFrags contradiction checking: x != !x. Fix off by one error that made a present requirement and its not present counter part appear non contradicting. See bu

[Freeciv-commits] r33989 - in /trunk/server: unithand.c unithand.h

2016-10-04 Thread sveinung84
Author: sveinung Date: Tue Oct 4 13:09:27 2016 New Revision: 33989 URL: http://svn.gna.org/viewcvs/freeciv?rev=33989&view=rev Log: Action not enabled explain disembark and Trireme. Explain when an action can't be performed because it includes a move and movement is illegal because the actor can'

[Freeciv-commits] r33990 - /branches/S2_6/common/requirements.c

2016-10-04 Thread sveinung84
Author: sveinung Date: Tue Oct 4 13:11:02 2016 New Revision: 33990 URL: http://svn.gna.org/viewcvs/freeciv?rev=33990&view=rev Log: MinMoveFrags contradiction checking: x != !x. Fix off by one error that made a present requirement and its not present counter part appear non contradicting. See bu

[Freeciv-commits] r33991 - /branches/S2_5/translations/freeciv/uk.po

2016-10-04 Thread swiatos
Author: swiatos Date: Tue Oct 4 13:36:08 2016 New Revision: 33991 URL: http://svn.gna.org/viewcvs/freeciv?rev=33991&view=rev Log: update for uk.po, corrections + removed few fuzzies & empties. left: 18k - 29163. Modified: branches/S2_5/translations/freeciv/uk.po Modified: branches/S2_5/tra

[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&view=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: http:/

[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&view=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/registr

[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&view=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 M

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

2016-10-04 Thread sveinung84
Author: sveinung Date: Wed Oct 5 02:23:41 2016 New Revision: 33995 URL: http://svn.gna.org/viewcvs/freeciv?rev=33995&view=rev Log: Paradrop Unit: city conquest only when possible. The action "Paradrop Unit" can result in the conquest of the city being landed in. Don't try to conquer unless the t

[Freeciv-commits] r33996 - /trunk/server/scripting/api_server_edit.c

2016-10-04 Thread sveinung84
Author: sveinung Date: Wed Oct 5 02:24:30 2016 New Revision: 33996 URL: http://svn.gna.org/viewcvs/freeciv?rev=33996&view=rev Log: Lua move: city conquest only when possible. The Lua functions unit_teleport() and unit_move() can result in the conquest of a city on the tile the unit is moved to.

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

2016-10-04 Thread sveinung84
Author: sveinung Date: Wed Oct 5 02:24:54 2016 New Revision: 33997 URL: http://svn.gna.org/viewcvs/freeciv?rev=33997&view=rev Log: List who can act from non livable tile... when explaining that the non livable terrain at the actor unit's tile is the reason why it can't act. See patch #7756 Mod

[Freeciv-commits] r33998 - in /trunk: ./ ai/default/ client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-gtk-3.22/ client/gui-qt/ clien...

2016-10-04 Thread sveinung84
Author: sveinung Date: Wed Oct 5 02:25:14 2016 New Revision: 33998 URL: http://svn.gna.org/viewcvs/freeciv?rev=33998&view=rev Log: Action enabler control "Conquer City". Allow ruleset authors to add additional restriction to when a unit can occupy a foreign city. See patch #7261 Modified:

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

2016-10-04 Thread sveinung84
Author: sveinung Date: Wed Oct 5 02:26:04 2016 New Revision: 33999 URL: http://svn.gna.org/viewcvs/freeciv?rev=33999&view=rev Log: unit_conquer_city(): soften rule hard coding. The function unit_conquer_city() should no longer be asked to have a unit conquer a city it can't conquer because it is

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

2016-10-04 Thread sveinung84
Author: sveinung Date: Wed Oct 5 02:26:56 2016 New Revision: 34000 URL: http://svn.gna.org/viewcvs/freeciv?rev=34000&view=rev Log: List who can act from non livable tile... when explaining that the non livable terrain at the actor unit's tile is the reason why it can't act. See patch #7756 Mod

[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&view=rev Log: Fixed xgettext warnings about tileset layer order comments. Reported by Sveinung Kvilhaugsvik See bug #25126 Modified: trunk/data/alio.tilespec trunk/data/am

[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&view=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: trunk

[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&view=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 trunk/client

[Freeciv-commits] r34004 - /branches/S2_6/client/gui-gtk-3.0/editprop.c

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