[Freeciv-commits] r27315 - /trunk/client/gui-qt/citydlg.cpp

2014-12-16 Thread mlewczuk80
Author: mir3x Date: Tue Dec 16 16:28:24 2014 New Revision: 27315 URL: http://svn.gna.org/viewcvs/freeciv?rev=27315view=rev Log: Fixed wrong city dialog title See patch #5552 Modified: trunk/client/gui-qt/citydlg.cpp Modified: trunk/client/gui-qt/citydlg.cpp URL:

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

2014-12-16 Thread sveinung84
Author: sveinung Date: Tue Dec 16 17:55:23 2014 New Revision: 27318 URL: http://svn.gna.org/viewcvs/freeciv?rev=27318view=rev Log: Clean up: Only select the target city if acting against it is possible. This makes tgt_city() behave consistent with tgt_unit() See patch #5553 Modified:

[Freeciv-commits] r27319 - in /trunk: client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-qt/ client/gui-sdl2/ client/gui-xaw/ server/

2014-12-16 Thread sveinung84
Author: sveinung Date: Tue Dec 16 17:56:00 2014 New Revision: 27319 URL: http://svn.gna.org/viewcvs/freeciv?rev=27319view=rev Log: Allow units that can do action enabler controlled actions to attack. Creating a unit type that can do caravan actions but still attack was broken when the caravan

[Freeciv-commits] r27320 - in /trunk: data/civ2civ3/buildings.ruleset doc/README.ruleset_civ2civ3

2014-12-16 Thread sveinung84
Author: sveinung Date: Tue Dec 16 18:06:24 2014 New Revision: 27320 URL: http://svn.gna.org/viewcvs/freeciv?rev=27320view=rev Log: civ2civ3: make wonders obsolete by own techs. With this patch, you have to compete against the other players to build the wonders, as always. But once built, it is

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

2014-12-16 Thread cazfi74
Author: cazfi Date: Wed Dec 17 04:56:10 2014 New Revision: 27322 URL: http://svn.gna.org/viewcvs/freeciv?rev=27322view=rev Log: Some Coding Style corrections for sdl2-client themespec.c, unistring.c, widget_button.c, widget.c, widget_checkbox.c, widget_combo.c, widget_core.c, widget_edit.c,