[Freeciv-commits] r27602 - in /branches/S2_6: ai/threaded/ common/ server/ server/advisors/

2015-01-10 Thread cazfi74
Author: cazfi Date: Sat Jan 10 11:13:36 2015 New Revision: 27602 URL: http://svn.gna.org/viewcvs/freeciv?rev=27602view=rev Log: Added autosettler activity iterator as_transform_activity_iterate(). Unlike activity_type_iterate() it goes through only the activities autosettler really is interested

[Freeciv-commits] r27601 - in /trunk: ai/threaded/ common/ server/ server/advisors/

2015-01-10 Thread cazfi74
Author: cazfi Date: Sat Jan 10 11:13:29 2015 New Revision: 27601 URL: http://svn.gna.org/viewcvs/freeciv?rev=27601view=rev Log: Added autosettler activity iterator as_transform_activity_iterate(). Unlike activity_type_iterate() it goes through only the activities autosettler really is interested

[Freeciv-commits] r27603 - /trunk/data/default/default.lua

2015-01-10 Thread cazfi74
Author: cazfi Date: Sat Jan 10 21:10:30 2015 New Revision: 27603 URL: http://svn.gna.org/viewcvs/freeciv?rev=27603view=rev Log: Fixd xgettext warning from default.lua See bug #23156 Modified: trunk/data/default/default.lua Modified: trunk/data/default/default.lua URL:

[Freeciv-commits] r27609 - /branches/S2_6/client/gui-sdl2/widget_edit.c

2015-01-10 Thread cazfi74
Author: cazfi Date: Sat Jan 10 22:06:34 2015 New Revision: 27609 URL: http://svn.gna.org/viewcvs/freeciv?rev=27609view=rev Log: Made sdl2-client edit widgets to handle UTF-8 correctly internally. They still are not handled outside the edit widget code. See patch #5677 Modified:

[Freeciv-commits] r27608 - /trunk/client/gui-sdl2/widget_edit.c

2015-01-10 Thread cazfi74
Author: cazfi Date: Sat Jan 10 22:06:25 2015 New Revision: 27608 URL: http://svn.gna.org/viewcvs/freeciv?rev=27608view=rev Log: Made sdl2-client edit widgets to handle UTF-8 correctly internally. They still are not handled outside the edit widget code. See patch #5677 Modified:

[Freeciv-commits] r27604 - /branches/S2_6/data/default/default.lua

2015-01-10 Thread cazfi74
Author: cazfi Date: Sat Jan 10 21:10:38 2015 New Revision: 27604 URL: http://svn.gna.org/viewcvs/freeciv?rev=27604view=rev Log: Fixd xgettext warning from default.lua See bug #23156 Modified: branches/S2_6/data/default/default.lua Modified: branches/S2_6/data/default/default.lua URL:

[Freeciv-commits] r27607 - in /trunk: ai/default/ server/advisors/

2015-01-10 Thread cazfi74
Author: cazfi Date: Sat Jan 10 21:54:00 2015 New Revision: 27607 URL: http://svn.gna.org/viewcvs/freeciv?rev=27607view=rev Log: Renamed functions with name ending to _sq() as _squared() to make the meaning clear. Based on report of James Spahlinger nixeagle See patch #1948 Modified:

[Freeciv-commits] r27606 - in /branches/S2_6/common: base.h map.c road.h

2015-01-10 Thread cazfi74
Author: cazfi Date: Sat Jan 10 21:46:47 2015 New Revision: 27606 URL: http://svn.gna.org/viewcvs/freeciv?rev=27606view=rev Log: Avoid constructs like road_extra_get(extra_road_get(extra)) hidden in macro calls and wrapper functions in tile_move_cost_ptrs() to optimize it a bit. See patch #5669

[Freeciv-commits] r27605 - in /trunk/common: base.h map.c road.h

2015-01-10 Thread cazfi74
Author: cazfi Date: Sat Jan 10 21:46:39 2015 New Revision: 27605 URL: http://svn.gna.org/viewcvs/freeciv?rev=27605view=rev Log: Avoid constructs like road_extra_get(extra_road_get(extra)) hidden in macro calls and wrapper functions in tile_move_cost_ptrs() to optimize it a bit. See patch #5669

[Freeciv-commits] r27610 - /branches/S2_6/fc_version

2015-01-10 Thread cazfi74
Author: cazfi Date: Sun Jan 11 00:27:54 2015 New Revision: 27610 URL: http://svn.gna.org/viewcvs/freeciv?rev=27610view=rev Log: Changed network capstr back to be 2.6 specific again. Modified: branches/S2_6/fc_version Modified: branches/S2_6/fc_version URL:

[Freeciv-commits] r27615 - /trunk/data/Freeciv.in

2015-01-10 Thread sveinung84
Author: sveinung Date: Sun Jan 11 01:50:22 2015 New Revision: 27615 URL: http://svn.gna.org/viewcvs/freeciv?rev=27615view=rev Log: Xaw: Remove redundant hard coded Caravan action UI name definition. The UI name of the action it self will overwrite it anyway. See patch #5687 Modified:

[Freeciv-commits] r27614 - /trunk/client/gui-sdl/action_dialog.c

2015-01-10 Thread sveinung84
Author: sveinung Date: Sun Jan 11 01:50:16 2015 New Revision: 27614 URL: http://svn.gna.org/viewcvs/freeciv?rev=27614view=rev Log: SDL 1 client: offer to fall through to attack when possible. The SDL 1 client must have been overlooked when bug #23077 was fixed. See bug #23157 Modified:

[Freeciv-commits] r27612 - in /branches/S2_6: ./ ai/default/ client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-xaw/ common/ common/ai...

2015-01-10 Thread cazfi74
Author: cazfi Date: Sun Jan 11 01:14:07 2015 New Revision: 27612 URL: http://svn.gna.org/viewcvs/freeciv?rev=27612view=rev Log: Added scenario parameter to prevent building new cities, even when ruleset would allow them, See patch #5678 Modified: branches/S2_6/ai/default/advdiplomacy.c

[Freeciv-commits] r27611 - in /trunk: ./ ai/default/ client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-xaw/ common/ common/aicore/ se...

2015-01-10 Thread cazfi74
Author: cazfi Date: Sun Jan 11 01:13:56 2015 New Revision: 27611 URL: http://svn.gna.org/viewcvs/freeciv?rev=27611view=rev Log: Added scenario parameter to prevent building new cities, even when ruleset would allow them, See patch #5678 Modified: trunk/ai/default/advdiplomacy.c

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

2015-01-10 Thread sveinung84
Author: sveinung Date: Sun Jan 11 02:08:45 2015 New Revision: 27617 URL: http://svn.gna.org/viewcvs/freeciv?rev=27617view=rev Log: Server: Put the unit capture handling code in a separate function. See patch #5686 Modified: branches/S2_6/server/unithand.c Modified:

[Freeciv-commits] r27618 - /branches/S2_6/client/gui-sdl/action_dialog.c

2015-01-10 Thread sveinung84
Author: sveinung Date: Sun Jan 11 02:09:07 2015 New Revision: 27618 URL: http://svn.gna.org/viewcvs/freeciv?rev=27618view=rev Log: SDL 1 client: offer to fall through to attack when possible. The SDL 1 client must have been overlooked when bug #23077 was fixed. See bug #23157 Modified:

[Freeciv-commits] r27616 - in /trunk: ./ client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-qt/ client/gui-sdl/ client/gui-sdl2/ clien...

2015-01-10 Thread sveinung84
Author: sveinung Date: Sun Jan 11 01:50:31 2015 New Revision: 27616 URL: http://svn.gna.org/viewcvs/freeciv?rev=27616view=rev Log: Support enabler controlled actions that target all units at a tile. No new action with this new target kind is added yet. See patch #5688 Modified:

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

2015-01-10 Thread sveinung84
Author: sveinung Date: Sun Jan 11 01:50:10 2015 New Revision: 27613 URL: http://svn.gna.org/viewcvs/freeciv?rev=27613view=rev Log: Server: Put the unit capture handling code in a separate function. See patch #5686 Modified: trunk/server/unithand.c Modified: trunk/server/unithand.c URL:

[Freeciv-commits] r27619 - /branches/S2_6/data/Freeciv.in

2015-01-10 Thread sveinung84
Author: sveinung Date: Sun Jan 11 02:09:39 2015 New Revision: 27619 URL: http://svn.gna.org/viewcvs/freeciv?rev=27619view=rev Log: Xaw: Remove redundant hard coded Caravan action UI name definition. The UI name of the action it self will overwrite it anyway. See patch #5687 Modified: