[Freeciv-commits] r27169 - /trunk/ai/default/aiunit.c

2014-12-03 Thread sveinung84
Author: sveinung Date: Wed Dec 3 21:48:25 2014 New Revision: 27169 URL: http://svn.gna.org/viewcvs/freeciv?rev=27169&view=rev Log: AI: Don't try to establish a trade route with a unit that can't do it. A unit may be unable to establish a trade route even if its unit type has the TradeRoute flag

[Freeciv-commits] r27171 - in /trunk/ai/default: advdomestic.c aicity.c

2014-12-03 Thread sveinung84
Author: sveinung Date: Wed Dec 3 21:48:49 2014 New Revision: 27171 URL: http://svn.gna.org/viewcvs/freeciv?rev=27171&view=rev Log: AI: Don't build units that can't establish trade routes for that purpose. Because of action enabler control over Establish Trade Route a unit type may have the Trade

[Freeciv-commits] r27172 - /trunk/ai/default/aiunit.c

2014-12-03 Thread sveinung84
Author: sveinung Date: Wed Dec 3 22:00:49 2014 New Revision: 27172 URL: http://svn.gna.org/viewcvs/freeciv?rev=27172&view=rev Log: AI: It is possible to do a caravan action from the neighbor tile. See patch #5480 Modified: trunk/ai/default/aiunit.c Modified: trunk/ai/default/aiunit.c URL:

[Freeciv-commits] r27173 - /trunk/ai/default/aidiplomat.c

2014-12-03 Thread sveinung84
Author: sveinung Date: Wed Dec 3 22:01:00 2014 New Revision: 27173 URL: http://svn.gna.org/viewcvs/freeciv?rev=27173&view=rev Log: AI: It is possible to do a spy action from the same tile as the target. See patch #5481 Modified: trunk/ai/default/aidiplomat.c Modified: trunk/ai/default/aidi