[Freeciv-commits] r32196 - in /trunk: common/unit.c doc/README.actions

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:08:40 2016 New Revision: 32196 URL: http://svn.gna.org/viewcvs/freeciv?rev=32196&view=rev Log: Forbid airlift to city where unit can't exist. See bug #24504 Modified: trunk/common/unit.c trunk/doc/README.actions Modified: trunk/common/unit.c URL: ht

[Freeciv-commits] r32197 - /trunk/common/metaknowledge.c

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:08:49 2016 New Revision: 32197 URL: http://svn.gna.org/viewcvs/freeciv?rev=32197&view=rev Log: metaknowledge: a non city can't have a building. It is known that a building is missing when no city to contain it exists. See bug #24503 Modified: trunk/commo

[Freeciv-commits] r32199 - /trunk/server/rssanity.c

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:09:06 2016 New Revision: 32199 URL: http://svn.gna.org/viewcvs/freeciv?rev=32199&view=rev Log: Drop special text for exact req contradictions. A requirement vector self contradiction is a self contradiction no matter if it is an exact opposite (present and !pr

[Freeciv-commits] r32201 - /trunk/data/sandbox/game.ruleset

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:09:23 2016 New Revision: 32201 URL: http://svn.gna.org/viewcvs/freeciv?rev=32201&view=rev Log: sandbox: require a Marketplace to enter. Make the legality of the action "Enter Marketplace" depend on the presence of a Marketplace in the target city rather than o

[Freeciv-commits] r32200 - /trunk/data/sandbox/game.ruleset

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:09:15 2016 New Revision: 32200 URL: http://svn.gna.org/viewcvs/freeciv?rev=32200&view=rev Log: sandbox: allow "Establish Embassy" from the sea. See patch #7040 Modified: trunk/data/sandbox/game.ruleset Modified: trunk/data/sandbox/game.ruleset URL: http

[Freeciv-commits] r32202 - in /trunk/data/sandbox: buildings.ruleset effects.ruleset game.ruleset techs.ruleset units.ruleset

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:09:31 2016 New Revision: 32202 URL: http://svn.gna.org/viewcvs/freeciv?rev=32202&view=rev Log: sandbox: airlifting develops with technology. Divide the unit types into light, medium and heavy weight units. Light weight units can be airlifted once Flight is kno

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

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:08:57 2016 New Revision: 32198 URL: http://svn.gna.org/viewcvs/freeciv?rev=32198&view=rev Log: Requirement reasoning: a building has a genus. The BuildingGenus requirement type has been added in Freeciv 3.0. A building universal can fulfill it. See bug #24505

[Freeciv-commits] r32209 - /branches/S2_6/data/sandbox/game.ruleset

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:28:24 2016 New Revision: 32209 URL: http://svn.gna.org/viewcvs/freeciv?rev=32209&view=rev Log: sandbox: allow "Establish Embassy" from the sea. See patch #7040 Modified: branches/S2_6/data/sandbox/game.ruleset Modified: branches/S2_6/data/sandbox/game.ru

[Freeciv-commits] r32207 - /branches/S2_6/common/metaknowledge.c

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:28:07 2016 New Revision: 32207 URL: http://svn.gna.org/viewcvs/freeciv?rev=32207&view=rev Log: metaknowledge: a non city can't have a building. It is known that a building is missing when no city to contain it exists. See bug #24503 Modified: branches/S2

[Freeciv-commits] r32208 - /branches/S2_6/server/rssanity.c

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:28:15 2016 New Revision: 32208 URL: http://svn.gna.org/viewcvs/freeciv?rev=32208&view=rev Log: Drop special text for exact req contradictions. A requirement vector self contradiction is a self contradiction no matter if it is an exact opposite (present and !pr

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

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:27:39 2016 New Revision: 32204 URL: http://svn.gna.org/viewcvs/freeciv?rev=32204&view=rev Log: action_decision_taken() does too much. Split it. action_decision_taken() does 3 things. Split it in 3 functions so each thing can be done independently. Don't call a

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

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:27:48 2016 New Revision: 32205 URL: http://svn.gna.org/viewcvs/freeciv?rev=32205&view=rev Log: Minimize action_selection_close() side effects. Calling the client API's action_selection_close() function means that the common client code wants the client to pop

[Freeciv-commits] r32203 - in /branches/S2_6: common/actions.c fc_version

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:27:28 2016 New Revision: 32203 URL: http://svn.gna.org/viewcvs/freeciv?rev=32203&view=rev Log: Evaluate actor_reqs against actor's tile city. Make City range action enabler actor requirements about the city the actor unit is located inside. The alternative is

[Freeciv-commits] r32206 - /branches/S2_6/common/unit.c

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:27:57 2016 New Revision: 32206 URL: http://svn.gna.org/viewcvs/freeciv?rev=32206&view=rev Log: Forbid airlift to city where unit can't exist. See bug #24504 Modified: branches/S2_6/common/unit.c Modified: branches/S2_6/common/unit.c URL: http://svn.gna.

[Freeciv-commits] r32210 - /branches/S2_6/data/sandbox/game.ruleset

2016-03-08 Thread sveinung84
Author: sveinung Date: Tue Mar 8 15:28:32 2016 New Revision: 32210 URL: http://svn.gna.org/viewcvs/freeciv?rev=32210&view=rev Log: sandbox: require a Marketplace to enter. Make the legality of the action "Enter Marketplace" depend on the presence of a Marketplace in the target city rather than o