[Freeciv-commits] r27227 - /trunk/common/aicore/pf_tools.c

2014-12-10 Thread sveinung84
Author: sveinung Date: Wed Dec 10 13:53:16 2014 New Revision: 27227 URL: http://svn.gna.org/viewcvs/freeciv?rev=27227&view=rev Log: Path finding: Caravan actions can now be limited by source tile terrain. Since caravan actions now are action enabler controlled it is possible to create a ruleset w

[Freeciv-commits] r27228 - /trunk/common/aicore/pf_tools.c

2014-12-10 Thread sveinung84
Author: sveinung Date: Wed Dec 10 13:54:04 2014 New Revision: 27228 URL: http://svn.gna.org/viewcvs/freeciv?rev=27228&view=rev Log: Path finding: Be precise when classifying a unit as a diplomat or trader. A unit that is able to perform a caravan actions but no spy action isn't a diplomat. A unit

[Freeciv-commits] r27229 - /trunk/client/goto.c

2014-12-10 Thread sveinung84
Author: sveinung Date: Wed Dec 10 13:55:36 2014 New Revision: 27229 URL: http://svn.gna.org/viewcvs/freeciv?rev=27229&view=rev Log: Client goto: Base tile behavior of actors on action hostility. Don't give all actors the same tile behavior no matter if they can perform hostile acts or not. See p

[Freeciv-commits] r27230 - /trunk/ai/default/aitools.c

2014-12-10 Thread sveinung84
Author: sveinung Date: Wed Dec 10 14:17:14 2014 New Revision: 27230 URL: http://svn.gna.org/viewcvs/freeciv?rev=27230&view=rev Log: AI: Path finding: Give non hostile actor units the same tile behavior. Actor units only capable of performing non hostile actions will now avoid fights on the way bu

[Freeciv-commits] r27231 - /trunk/ai/default/aitools.c

2014-12-10 Thread sveinung84
Author: sveinung Date: Wed Dec 10 14:17:35 2014 New Revision: 27231 URL: http://svn.gna.org/viewcvs/freeciv?rev=27231&view=rev Log: AI: Path finding: Don't base tile behavior on the unit flags Spy and Diplomat. A unit may be unable to perform spy actions even if it has the flags. Look for the abi

[Freeciv-commits] r27232 - /trunk/ai/default/advdomestic.c

2014-12-10 Thread sveinung84
Author: sveinung Date: Wed Dec 10 14:18:19 2014 New Revision: 27232 URL: http://svn.gna.org/viewcvs/freeciv?rev=27232&view=rev Log: AI: Don't count units that can't help wonder as wonder helpers. Action enabler control of Help build Wonder makes it possible to create a ruleset were a unit has the

[Freeciv-commits] r27233 - in /trunk: ai/default/aiunit.c common/aicore/caravan.c

2014-12-10 Thread sveinung84
Author: sveinung Date: Wed Dec 10 14:18:32 2014 New Revision: 27233 URL: http://svn.gna.org/viewcvs/freeciv?rev=27233&view=rev Log: AI: Don't try to make a unit that never can help build a wonder help build one. Wonder building help is now controlled by action enablers. It is therefore possible f

[Freeciv-commits] r27234 - /trunk/client/control.c

2014-12-10 Thread sveinung84
Author: sveinung Date: Wed Dec 10 14:29:36 2014 New Revision: 27234 URL: http://svn.gna.org/viewcvs/freeciv?rev=27234&view=rev Log: Client: Make the sanity test in key_unit_trade_route() stricter. The common client code's function key_unit_trade_route() checks that the actor unit given to it by t

[Freeciv-commits] r27235 - /trunk/client/control.c

2014-12-10 Thread sveinung84
Author: sveinung Date: Wed Dec 10 14:29:46 2014 New Revision: 27235 URL: http://svn.gna.org/viewcvs/freeciv?rev=27235&view=rev Log: Client: Make the sanity test in key_unit_build_wonder() stricter. The common client code's function key_unit_build_wonder() checks that the actor unit given to it by

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

2014-12-10 Thread sveinung84
Author: sveinung Date: Wed Dec 10 16:19:06 2014 New Revision: 27236 URL: http://svn.gna.org/viewcvs/freeciv?rev=27236&view=rev Log: Update comment in unit_move_handling()'s actor handling. The section now takes care of all actor units, not just diplomats. Modified: trunk/server/unithand.c M

[Freeciv-commits] r27237 - in /trunk: configure.ac gen_headers/freeciv_config.h.in utility/fcthread.c utility/fcthread.h

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 17:21:40 2014 New Revision: 27237 URL: http://svn.gna.org/viewcvs/freeciv?rev=27237&view=rev Log: Define macros needed by fcthread.h header in freeciv_config.h includable to external projects. See patch #5493 Modified: trunk/configure.ac trunk/gen_headers/f

[Freeciv-commits] r27238 - in /branches/S2_5: client/gui-qt/ translations/freeciv/

2014-12-10 Thread mlewczuk80
Author: mir3x Date: Wed Dec 10 17:59:01 2014 New Revision: 27238 URL: http://svn.gna.org/viewcvs/freeciv?rev=27238&view=rev Log: Added help dialog to qt-client. Patch by Louis Moureaux See bug #23009 Modified: branches/S2_5/client/gui-qt/Makefile.am branches/S2_5/client/gui-qt/gui_main

[Freeciv-commits] r27239 - in /trunk: client/gui-qt/ translations/freeciv/

2014-12-10 Thread mlewczuk80
Author: mir3x Date: Wed Dec 10 18:08:23 2014 New Revision: 27239 URL: http://svn.gna.org/viewcvs/freeciv?rev=27239&view=rev Log: Added help dialog to qt-client. Patch by Louis Moureaux See bug #23009 Modified: trunk/client/gui-qt/Makefile.am trunk/client/gui-qt/gui_main.cpp trunk/c

[Freeciv-commits] r27240 - in /trunk/client: gui-sdl/ gui-sdl2/

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 20:21:37 2014 New Revision: 27240 URL: http://svn.gna.org/viewcvs/freeciv?rev=27240&view=rev Log: Some Coding Style corrections for sdl2-client inteldlg.c, mapctrl.c, mapview.c, menu.c, and messagewin.c. See patch #4835 Modified: trunk/client/gui-sdl/inteldlg.c

[Freeciv-commits] r27241 - in /trunk/tools: mpgui_qt.cpp mpgui_qt.h

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 21:12:38 2014 New Revision: 27241 URL: http://svn.gna.org/viewcvs/freeciv?rev=27241&view=rev Log: Fixed Qt modpack installer to install modpack from list after double-click, not already when the modpack row is selected. See bug #23029 Modified: trunk/tools/mpgu

[Freeciv-commits] r27242 - /trunk/client/mapview_common.c

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 21:22:02 2014 New Revision: 27242 URL: http://svn.gna.org/viewcvs/freeciv?rev=27242&view=rev Log: Fixed unit movement animation placement when zoom level is other than 1.0. See bug #23034 Modified: trunk/client/mapview_common.c Modified: trunk/client/mapview_c

[Freeciv-commits] r27243 - /trunk/ai/threaded/taicity.c

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 21:29:01 2014 New Revision: 27243 URL: http://svn.gna.org/viewcvs/freeciv?rev=27243&view=rev Log: Threaded AI cities creating worker tasks set the want level for the task. See patch #5497 Modified: trunk/ai/threaded/taicity.c Modified: trunk/ai/threaded/taicit

[Freeciv-commits] r27244 - in /trunk: data/alien/game.ruleset doc/README.ruleset_alien

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 21:37:12 2014 New Revision: 27244 URL: http://svn.gna.org/viewcvs/freeciv?rev=27244&view=rev Log: Made toplogy of the alien ruleset hexagonal by default. See patch #5507 Modified: trunk/data/alien/game.ruleset trunk/doc/README.ruleset_alien Modified: trunk

[Freeciv-commits] r27245 - /trunk/doc/README

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 22:02:13 2014 New Revision: 27245 URL: http://svn.gna.org/viewcvs/freeciv?rev=27245&view=rev Log: Updated client information in README. See patch #5515 Modified: trunk/doc/README Modified: trunk/doc/README URL: http://svn.gna.org/viewcvs/freeciv/trunk/doc/REA

[Freeciv-commits] r27246 - /branches/S2_5/doc/README

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 22:02:24 2014 New Revision: 27246 URL: http://svn.gna.org/viewcvs/freeciv?rev=27246&view=rev Log: Updated client information in README. See patch #5515 Modified: branches/S2_5/doc/README Modified: branches/S2_5/doc/README URL: http://svn.gna.org/viewcvs/freec

[Freeciv-commits] r27247 - /branches/S2_4/doc/README

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 22:02:34 2014 New Revision: 27247 URL: http://svn.gna.org/viewcvs/freeciv?rev=27247&view=rev Log: Updated client information in README. See patch #5515 Modified: branches/S2_4/doc/README Modified: branches/S2_4/doc/README URL: http://svn.gna.org/viewcvs/freec

[Freeciv-commits] r27249 - in /branches/S2_5/data: civ2/ civ2civ3/ classic/ experimental/ multiplayer/

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 22:10:39 2014 New Revision: 27249 URL: http://svn.gna.org/viewcvs/freeciv?rev=27249&view=rev Log: Partisans are never granted to barbarians in any of the supplied rulesets. See patch #5454 Modified: branches/S2_5/data/civ2/effects.ruleset branches/S2_5/data

[Freeciv-commits] r27248 - in /trunk/data: civ2/ civ2civ3/ classic/ experimental/ multiplayer/

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 22:10:29 2014 New Revision: 27248 URL: http://svn.gna.org/viewcvs/freeciv?rev=27248&view=rev Log: Partisans are never granted to barbarians in any of the supplied rulesets. See patch #5454 Modified: trunk/data/civ2/effects.ruleset trunk/data/civ2civ3/effect

[Freeciv-commits] r27250 - /trunk/server/savegame2.c

2014-12-10 Thread cazfi74
Author: cazfi Date: Wed Dec 10 22:32:32 2014 New Revision: 27250 URL: http://svn.gna.org/viewcvs/freeciv?rev=27250&view=rev Log: While loading savegame with "Experimental" level AI to a build where it's not supported, convert it to "Hard". See patch #5500 Modified: trunk/server/savegame2.c