[Freeciv-commits] r33565 - in /branches/S2_6/common: actions.c actions.h aicore/caravan.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Thu Aug 11 05:43:28 2016 New Revision: 33565 URL: http://svn.gna.org/viewcvs/freeciv?rev=33565=rev Log: Made AI caravans able to plan trade routes over longer distances than one tile. See bug #24947 Modified: branches/S2_6/common/actions.c

[Freeciv-commits] r33564 - in /trunk/common: actions.c actions.h aicore/caravan.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Thu Aug 11 05:43:22 2016 New Revision: 33564 URL: http://svn.gna.org/viewcvs/freeciv?rev=33564=rev Log: Made AI caravans able to plan trade routes over longer distances than one tile. See bug #24947 Modified: trunk/common/actions.c trunk/common/actions.h

[Freeciv-commits] r33563 - in /branches/S2_5: common/city.c common/vision.c server/cityturn.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Thu Aug 11 04:52:10 2016 New Revision: 33563 URL: http://svn.gna.org/viewcvs/freeciv?rev=33563=rev Log: Fixed compiler warnings about comparisons of unsigned type 'citizen' against negative values. See bug #24948 Modified: branches/S2_5/common/city.c

[Freeciv-commits] r33562 - in /branches/S2_6: common/city.c common/vision.c server/cityturn.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Thu Aug 11 04:52:05 2016 New Revision: 33562 URL: http://svn.gna.org/viewcvs/freeciv?rev=33562=rev Log: Fixed compiler warnings about comparisons of unsigned type 'citizen' against negative values. See bug #24948 Modified: branches/S2_6/common/city.c

[Freeciv-commits] r33561 - in /trunk: common/city.c common/vision.c server/cityturn.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Thu Aug 11 04:51:59 2016 New Revision: 33561 URL: http://svn.gna.org/viewcvs/freeciv?rev=33561=rev Log: Fixed compiler warnings about comparisons of unsigned type 'citizen' against negative values. See bug #24948 Modified: trunk/common/city.c trunk/common/vision.c

[Freeciv-commits] r33559 - /branches/S2_6/client/gui-qt/menu.cpp

2016-08-10 Thread sveinung84
Author: sveinung Date: Thu Aug 11 02:24:40 2016 New Revision: 33559 URL: http://svn.gna.org/viewcvs/freeciv?rev=33559=rev Log: Qt client: ask for target for "Do..." Change "Do..." to always ask the player for a target tile. A 2nd call (like pressing "d" twice) will call the old "Do..." against

[Freeciv-commits] r33560 - /branches/S2_6/server/unittools.c

2016-08-10 Thread sveinung84
Author: sveinung Date: Thu Aug 11 02:24:48 2016 New Revision: 33560 URL: http://svn.gna.org/viewcvs/freeciv?rev=33560=rev Log: Forbid paradropping to same tile. Forbid paradropping to the tile where the unit already is. See patch #7581 Modified: branches/S2_6/server/unittools.c Modified:

[Freeciv-commits] r33558 - in /branches/S2_6: client/control.c data/helpdata.txt

2016-08-10 Thread sveinung84
Author: sveinung Date: Thu Aug 11 02:24:30 2016 New Revision: 33558 URL: http://svn.gna.org/viewcvs/freeciv?rev=33558=rev Log: 2nd targeted "Do..." means target own tile. Change key_unit_action_select_tgt() so it targets the actor's own tile the 2nd time it is called. Targeting its own tile is

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

2016-08-10 Thread sveinung84
Author: sveinung Date: Thu Aug 11 02:20:35 2016 New Revision: 33555 URL: http://svn.gna.org/viewcvs/freeciv?rev=33555=rev Log: Action not enabled explain actor tgt distance. Explain when an action fails because the actor was too near or too far away from the target. See patch #7582 Modified:

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

2016-08-10 Thread sveinung84
Author: sveinung Date: Thu Aug 11 02:20:42 2016 New Revision: 33556 URL: http://svn.gna.org/viewcvs/freeciv?rev=33556=rev Log: Forbid paradropping to same tile. Forbid paradropping to the tile where the unit already is. See patch #7581 Modified: trunk/common/actions.c

[Freeciv-commits] r33554 - /trunk/client/gui-qt/dialogs.cpp

2016-08-10 Thread sveinung84
Author: sveinung Date: Thu Aug 11 02:20:27 2016 New Revision: 33554 URL: http://svn.gna.org/viewcvs/freeciv?rev=33554=rev Log: Qt client: act sel dlg paradrop and airlift. Support the actions "Paradrop Unit" and "Airlift Unit" in the action selection dialog. See patch #7580 Modified:

[Freeciv-commits] r33557 - /trunk/data/webperimental/game.ruleset

2016-08-10 Thread sveinung84
Author: sveinung Date: Thu Aug 11 02:20:50 2016 New Revision: 33557 URL: http://svn.gna.org/viewcvs/freeciv?rev=33557=rev Log: webperimental: set default citymindist to 3. See patch #7584 Modified: trunk/data/webperimental/game.ruleset Modified: trunk/data/webperimental/game.ruleset URL:

[Freeciv-commits] r33553 - /trunk/client/gui-qt/menu.cpp

2016-08-10 Thread sveinung84
Author: sveinung Date: Thu Aug 11 02:20:19 2016 New Revision: 33553 URL: http://svn.gna.org/viewcvs/freeciv?rev=33553=rev Log: Qt client: ask for target for "Do..." Change "Do..." to always ask the player for a target tile. A 2nd call (like pressing "d" twice) will call the old "Do..." against

[Freeciv-commits] r33552 - in /trunk: client/control.c data/helpdata.txt

2016-08-10 Thread sveinung84
Author: sveinung Date: Thu Aug 11 02:20:06 2016 New Revision: 33552 URL: http://svn.gna.org/viewcvs/freeciv?rev=33552=rev Log: 2nd targeted "Do..." means target own tile. Change key_unit_action_select_tgt() so it targets the actor's own tile the 2nd time it is called. Targeting its own tile is

[Freeciv-commits] r33550 - /branches/S2_6/client/mapctrl_common.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Thu Aug 11 01:16:07 2016 New Revision: 33550 URL: http://svn.gna.org/viewcvs/freeciv?rev=33550=rev Log: Disable 'Turn Done' button from dead players. See bug #24945 Modified: branches/S2_6/client/mapctrl_common.c Modified: branches/S2_6/client/mapctrl_common.c URL:

[Freeciv-commits] r33549 - /trunk/client/mapctrl_common.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Thu Aug 11 01:16:01 2016 New Revision: 33549 URL: http://svn.gna.org/viewcvs/freeciv?rev=33549=rev Log: Disable 'Turn Done' button from dead players. See bug #24945 Modified: trunk/client/mapctrl_common.c Modified: trunk/client/mapctrl_common.c URL:

[Freeciv-commits] r33551 - /branches/S2_5/client/mapctrl_common.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Thu Aug 11 01:16:14 2016 New Revision: 33551 URL: http://svn.gna.org/viewcvs/freeciv?rev=33551=rev Log: Disable 'Turn Done' button from dead players. See bug #24945 Modified: branches/S2_5/client/mapctrl_common.c Modified: branches/S2_5/client/mapctrl_common.c URL:

[Freeciv-commits] r33548 - in /trunk: ai/default/daieffects.c common/city.c common/effects.h doc/README.effects

2016-08-10 Thread cazfi74
Author: cazfi Date: Wed Aug 10 22:31:19 2016 New Revision: 33548 URL: http://svn.gna.org/viewcvs/freeciv?rev=33548=rev Log: Added effect type Output_Waste_By_Rel_Distance In response to request by Jacob Nevins See patch #7566 Modified: trunk/ai/default/daieffects.c trunk/common/city.c

[Freeciv-commits] r33547 - in /trunk: client/ data/

2016-08-10 Thread cazfi74
Author: cazfi Date: Wed Aug 10 20:49:32 2016 New Revision: 33547 URL: http://svn.gna.org/viewcvs/freeciv?rev=33547=rev Log: Added support for field "for_ruleset" in .tilespec files. If it's set in currently loaded tileset, client forked server will start with that ruleset. See patch #7577

[Freeciv-commits] r33545 - in /branches/S2_6/client: control.c control.h goto.c gui-xaw/mapview.c mapctrl_common.c mapview_common.c

2016-08-10 Thread sveinung84
Author: sveinung Date: Wed Aug 10 16:48:37 2016 New Revision: 33545 URL: http://svn.gna.org/viewcvs/freeciv?rev=33545=rev Log: Support user specified target tile for "Do...". Common client code support for letting the user specify the tile "Do..." should target. No client uses it yet. The user

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

2016-08-10 Thread sveinung84
Author: sveinung Date: Wed Aug 10 16:48:47 2016 New Revision: 33546 URL: http://svn.gna.org/viewcvs/freeciv?rev=33546=rev Log: SDL clients: ask for target for "Do...". Change "Do..." to always ask the player for a target tile. This is done to give the SDL client the ability to specify a target

[Freeciv-commits] r33544 - /trunk/client/gui-sdl2/action_dialog.c

2016-08-10 Thread sveinung84
Author: sveinung Date: Wed Aug 10 16:45:25 2016 New Revision: 33544 URL: http://svn.gna.org/viewcvs/freeciv?rev=33544=rev Log: SDL client: act sel dlg paradrop and airlift. Support the actions "Paradrop Unit" and "Airlift Unit" in the action selection dialog. This makes the clients more

[Freeciv-commits] r33543 - /trunk/client/gui-sdl2/menu.c

2016-08-10 Thread sveinung84
Author: sveinung Date: Wed Aug 10 16:45:17 2016 New Revision: 33543 URL: http://svn.gna.org/viewcvs/freeciv?rev=33543=rev Log: SDL client: ask for target for "Do...". Change "Do..." to always ask the player for a target tile. This is done to give the SDL client the ability to specify a target

[Freeciv-commits] r33542 - in /trunk/client: control.c control.h goto.c mapctrl_common.c mapview_common.c

2016-08-10 Thread sveinung84
Author: sveinung Date: Wed Aug 10 16:45:04 2016 New Revision: 33542 URL: http://svn.gna.org/viewcvs/freeciv?rev=33542=rev Log: Support user specified target tile for "Do...". Common client code support for letting the user specify the tile "Do..." should target. No client uses it yet. The user

[Freeciv-commits] r33540 - /trunk/ai/default/daidomestic.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Wed Aug 10 15:47:35 2016 New Revision: 33540 URL: http://svn.gna.org/viewcvs/freeciv?rev=33540=rev Log: If city already has caravans it has been unable to use for any reason, reduce want for building more. See patch #7570 Modified: trunk/ai/default/daidomestic.c

[Freeciv-commits] r33541 - /branches/S2_6/ai/default/daidomestic.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Wed Aug 10 15:47:41 2016 New Revision: 33541 URL: http://svn.gna.org/viewcvs/freeciv?rev=33541=rev Log: If city already has caravans it has been unable to use for any reason, reduce want for building more. See patch #7570 Modified: branches/S2_6/ai/default/daidomestic.c

[Freeciv-commits] r33539 - in /trunk/common: requirements.c requirements.h

2016-08-10 Thread cazfi74
Author: cazfi Date: Wed Aug 10 12:32:33 2016 New Revision: 33539 URL: http://svn.gna.org/viewcvs/freeciv?rev=33539=rev Log: Factored out universal_value_from_str() from universal_by_rule_name(). See patch #7571 Modified: trunk/common/requirements.c trunk/common/requirements.h Modified:

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

2016-08-10 Thread cazfi74
Author: cazfi Date: Wed Aug 10 11:09:55 2016 New Revision: 33536 URL: http://svn.gna.org/viewcvs/freeciv?rev=33536=rev Log: Remove drowning units from the clients even if they didn't see those units when they still had not jumped out of the sinking transport. Reported by Christian Knoke See

[Freeciv-commits] r33538 - /branches/S2_5/server/unittools.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Wed Aug 10 11:10:08 2016 New Revision: 33538 URL: http://svn.gna.org/viewcvs/freeciv?rev=33538=rev Log: Remove drowning units from the clients even if they didn't see those units when they still had not jumped out of the sinking transport. Reported by Christian Knoke See

[Freeciv-commits] r33537 - /branches/S2_6/server/unittools.c

2016-08-10 Thread cazfi74
Author: cazfi Date: Wed Aug 10 11:10:02 2016 New Revision: 33537 URL: http://svn.gna.org/viewcvs/freeciv?rev=33537=rev Log: Remove drowning units from the clients even if they didn't see those units when they still had not jumped out of the sinking transport. Reported by Christian Knoke See