[Freeciv-commits] r30172 - in /branches/S2_6/common: movement.c movement.h

2015-10-22 Thread cazfi74
Author: cazfi Date: Thu Oct 22 22:53:52 2015 New Revision: 30172 URL: http://svn.gna.org/viewcvs/freeciv?rev=30172=rev Log: Gave specific unit_move_to_tile_test() return value for animals unable to move out of native terrain. See patch #6456 Modified: branches/S2_6/common/movement.c

[Freeciv-commits] r30171 - in /trunk/common: movement.c movement.h

2015-10-22 Thread cazfi74
Author: cazfi Date: Thu Oct 22 22:53:46 2015 New Revision: 30171 URL: http://svn.gna.org/viewcvs/freeciv?rev=30171=rev Log: Gave specific unit_move_to_tile_test() return value for animals unable to move out of native terrain. See patch #6456 Modified: trunk/common/movement.c

[Freeciv-commits] r30158 - in /trunk/common: actions.c actions.h

2015-10-22 Thread sveinung84
Author: sveinung Date: Thu Oct 22 11:07:11 2015 New Revision: 30158 URL: http://svn.gna.org/viewcvs/freeciv?rev=30158=rev Log: Centralize action blocks action Move the code checking if an enabler controlled action is blocked by the legality of another enabler controlled action to a central

[Freeciv-commits] r30161 - /trunk/client/helpdata.c

2015-10-22 Thread sveinung84
Author: sveinung Date: Thu Oct 22 11:07:43 2015 New Revision: 30161 URL: http://svn.gna.org/viewcvs/freeciv?rev=30161=rev Log: Update help generation for Recycle Unit It became possible to disband a unit in a city without getting 50% of its production cost when Recycle Unit was split from

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

2015-10-22 Thread sveinung84
Author: sveinung Date: Thu Oct 22 11:08:57 2015 New Revision: 30164 URL: http://svn.gna.org/viewcvs/freeciv?rev=30164=rev Log: SDL clients: Use ruleset defined action ui names for Establish Trade Route and Help Build Wonder. See patch #6455 Modified: branches/S2_6/client/gui-sdl/menu.c

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

2015-10-22 Thread sveinung84
Author: sveinung Date: Thu Oct 22 11:07:20 2015 New Revision: 30159 URL: http://svn.gna.org/viewcvs/freeciv?rev=30159=rev Log: Explain if action blocks action See patch #6454 Modified: trunk/server/unithand.c Modified: trunk/server/unithand.c URL:

[Freeciv-commits] r30162 - in /trunk/client/gui-sdl2: mapctrl.c menu.c

2015-10-22 Thread sveinung84
Author: sveinung Date: Thu Oct 22 11:07:53 2015 New Revision: 30162 URL: http://svn.gna.org/viewcvs/freeciv?rev=30162=rev Log: SDL 2 client: Use ruleset defined action ui names for Establish Trade Route, Help Build Wonder, Join City and Found City. See patch #6455 Modified:

[Freeciv-commits] r30163 - /branches/S2_6/configure.ac

2015-10-22 Thread sveinung84
Author: sveinung Date: Thu Oct 22 11:08:49 2015 New Revision: 30163 URL: http://svn.gna.org/viewcvs/freeciv?rev=30163=rev Log: i18n: the Freeciv source files are UTF-8 The --from-code option was introduced in gettext version 0.12. Use it to make gettext aware that the Freeciv input source files

[Freeciv-commits] r30157 - /trunk/configure.ac

2015-10-22 Thread sveinung84
Author: sveinung Date: Thu Oct 22 11:07:01 2015 New Revision: 30157 URL: http://svn.gna.org/viewcvs/freeciv?rev=30157=rev Log: i18n: the Freeciv source files are UTF-8 The --from-code option was introduced in gettext version 0.12. Use it to make gettext aware that the Freeciv input source files

[Freeciv-commits] r30169 - /branches/S2_6/client/gui-sdl2/widget_label.c

2015-10-22 Thread cazfi74
Author: cazfi Date: Thu Oct 22 16:38:06 2015 New Revision: 30169 URL: http://svn.gna.org/viewcvs/freeciv?rev=30169=rev Log: Fixed double surface free on sdl2-client themed label background handling. See bug #23946 Modified: branches/S2_6/client/gui-sdl2/widget_label.c Modified:

[Freeciv-commits] r30168 - /trunk/client/gui-sdl2/widget_label.c

2015-10-22 Thread cazfi74
Author: cazfi Date: Thu Oct 22 16:37:58 2015 New Revision: 30168 URL: http://svn.gna.org/viewcvs/freeciv?rev=30168=rev Log: Fixed double surface free on sdl2-client themed label background handling. See bug #23946 Modified: trunk/client/gui-sdl2/widget_label.c Modified:

[Freeciv-commits] r30166 - in /branches/S2_6/client: gui-gtk-3.0/gui_main.c gui-gtk-3.0/menu.c options.c options.h

2015-10-22 Thread cazfi74
Author: cazfi Date: Thu Oct 22 16:25:55 2015 New Revision: 30166 URL: http://svn.gna.org/viewcvs/freeciv?rev=30166=rev Log: Removed gtk3-client option about Better Fog of War that did nothing. See patch #6440 Modified: branches/S2_6/client/gui-gtk-3.0/gui_main.c

[Freeciv-commits] r30165 - in /trunk/client: gui-gtk-3.0/gui_main.c gui-gtk-3.0/menu.c options.c options.h

2015-10-22 Thread cazfi74
Author: cazfi Date: Thu Oct 22 16:25:47 2015 New Revision: 30165 URL: http://svn.gna.org/viewcvs/freeciv?rev=30165=rev Log: Removed gtk3-client option about Better Fog of War that did nothing. See patch #6440 Modified: trunk/client/gui-gtk-3.0/gui_main.c trunk/client/gui-gtk-3.0/menu.c

[Freeciv-commits] r30173 - in /trunk: ./ common/ m4/ server/ server/generator/ utility/

2015-10-22 Thread cazfi74
Author: cazfi Date: Fri Oct 23 03:47:56 2015 New Revision: 30173 URL: http://svn.gna.org/viewcvs/freeciv?rev=30173=rev Log: Added configure option --enable-testmatic for test system integration. See patch #6437 Added: trunk/m4/testmatic.m4 Modified: trunk/Makefile.am

[Freeciv-commits] r30174 - in /branches/S2_6: ./ common/ m4/ server/ server/generator/ utility/

2015-10-22 Thread cazfi74
Author: cazfi Date: Fri Oct 23 03:48:09 2015 New Revision: 30174 URL: http://svn.gna.org/viewcvs/freeciv?rev=30174=rev Log: Added configure option --enable-testmatic for test system integration. See patch #6437 Added: branches/S2_6/m4/testmatic.m4 Modified: branches/S2_6/Makefile.am

[Freeciv-commits] r30170 - /trunk/tools/ruledit/tab_unit.cpp

2015-10-22 Thread cazfi74
Author: cazfi Date: Thu Oct 22 18:13:48 2015 New Revision: 30170 URL: http://svn.gna.org/viewcvs/freeciv?rev=30170=rev Log: Crashed ruledit crash when requesting edit dialog without any unit type being selected. See bug #23952 Modified: trunk/tools/ruledit/tab_unit.cpp Modified: