[Freeciv-commits] r27251 - /trunk/common/actions.c

2014-12-11 Thread sveinung84
Author: sveinung Date: Thu Dec 11 11:41:18 2014 New Revision: 27251 URL: http://svn.gna.org/viewcvs/freeciv?rev=27251view=rev Log: Change the Help build Wonder button's mnemonic to 'b'. This makes it consistent with the menu short cut. See patch #5518 Modified: trunk/common/actions.c

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

2014-12-11 Thread sveinung84
Author: sveinung Date: Thu Dec 11 11:50:00 2014 New Revision: 27252 URL: http://svn.gna.org/viewcvs/freeciv?rev=27252view=rev Log: Check that there is a city to help build the wonder in. Restore the check that handle_unit_help_build_wonder() has a target city to help that accidentally got

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

2014-12-11 Thread sveinung84
Author: sveinung Date: Thu Dec 11 12:12:09 2014 New Revision: 27253 URL: http://svn.gna.org/viewcvs/freeciv?rev=27253view=rev Log: AI: Try a new target when a caravan can't act against its current target. A ruleset may have restrictions on caravan actions the AI don't understand. Try a different

[Freeciv-commits] r27255 - in /trunk/client: gui-gtk-2.0/action_dialog.c gui-gtk-3.0/action_dialog.c

2014-12-11 Thread sveinung84
Author: sveinung Date: Thu Dec 11 12:20:38 2014 New Revision: 27255 URL: http://svn.gna.org/viewcvs/freeciv?rev=27255view=rev Log: Gtk clients: make the Help Wonder button's custom info label creation more robust. See patch #5529 Modified: trunk/client/gui-gtk-2.0/action_dialog.c

[Freeciv-commits] r27256 - in /trunk: configure.ac server/Makefile.am

2014-12-11 Thread cazfi74
Author: cazfi Date: Thu Dec 11 21:51:28 2014 New Revision: 27256 URL: http://svn.gna.org/viewcvs/freeciv?rev=27256view=rev Log: Generate fc_config.h to gen_headers/ See patch #5519 Modified: trunk/configure.ac trunk/server/Makefile.am Modified: trunk/configure.ac URL:

[Freeciv-commits] r27257 - in /trunk/data: amplio2.tilespec amplio2/moderncities.png amplio2/moderncities.spec

2014-12-11 Thread cazfi74
Author: cazfi Date: Thu Dec 11 22:01:09 2014 New Revision: 27257 URL: http://svn.gna.org/viewcvs/freeciv?rev=27257view=rev Log: Added Fort and Airstrip graphics to Amplio2. Art by GriffonSpade See patch #5027 Modified: trunk/data/amplio2.tilespec trunk/data/amplio2/moderncities.png

[Freeciv-commits] r27258 - in /branches/S2_5/data/amplio2: moderncities.png moderncities.spec

2014-12-11 Thread cazfi74
Author: cazfi Date: Thu Dec 11 22:01:18 2014 New Revision: 27258 URL: http://svn.gna.org/viewcvs/freeciv?rev=27258view=rev Log: Added Fort and Airstrip graphics to Amplio2. Art by GriffonSpade See patch #5027 Modified: branches/S2_5/data/amplio2/moderncities.png

[Freeciv-commits] r27259 - in /trunk: client/ common/ data/alien/ data/civ2/ data/civ2civ3/ data/classic/ data/experimental/ data/multiplayer/

2014-12-11 Thread cazfi74
Author: cazfi Date: Thu Dec 11 22:23:14 2014 New Revision: 27259 URL: http://svn.gna.org/viewcvs/freeciv?rev=27259view=rev Log: Made unittype, terrain, tech, road, and base flag names translatable. See patch #4762 Modified: trunk/client/helpdata.c trunk/common/base.h

[Freeciv-commits] r27260 - in /branches/S2_5: client/ common/ data/alien/ data/civ2/ data/civ2civ3/ data/classic/ data/experimental/ data/mult...

2014-12-11 Thread cazfi74
Author: cazfi Date: Thu Dec 11 22:23:57 2014 New Revision: 27260 URL: http://svn.gna.org/viewcvs/freeciv?rev=27260view=rev Log: Made unittype, terrain, and tech flag names translatable. See patch #4762 Modified: branches/S2_5/client/helpdata.c branches/S2_5/common/tech.h

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

2014-12-11 Thread sveinung84
Author: sveinung Date: Fri Dec 12 05:09:01 2014 New Revision: 27261 URL: http://svn.gna.org/viewcvs/freeciv?rev=27261view=rev Log: Auto attack: Don't treat an actor incapable of doing hostile actions like a spy. Check if the unit type can do hostile actions in stead of if it can act. See bug

[Freeciv-commits] r27262 - in /trunk/ai/default: advmilitary.c aidiplomat.c aihunt.c

2014-12-11 Thread sveinung84
Author: sveinung Date: Fri Dec 12 05:09:16 2014 New Revision: 27262 URL: http://svn.gna.org/viewcvs/freeciv?rev=27262view=rev Log: AI: Don't treat an actor incapable of doing hostile actions like a spy. Check if the unit type can do hostile actions in stead of if it can act. See bug #23050