[Freeciv-commits] r24642 - in /branches/S2_4/ai/default: advmilitary.c aiair.c aihunt.c aiunit.c

2014-03-10 Thread cazfi74
Author: cazfi Date: Mon Mar 10 07:24:02 2014 New Revision: 24642 URL: http://svn.gna.org/viewcvs/freeciv?rev=24642view=rev Log: Fixed callers of can_unit_attack_tile() that they handle the return value correctly, and not reversed. Reported by David Fernandez bardo See bug #21767 Modified:

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

2014-03-10 Thread sveinung84
Author: sveinung Date: Mon Mar 10 11:47:09 2014 New Revision: 24643 URL: http://svn.gna.org/viewcvs/freeciv?rev=24643view=rev Log: Let the translator decide where to put the action probability The spy action button label text of the Qt and the Gtk clients include the probability of success.

[Freeciv-commits] r24644 - in /trunk: ai/default/aidiplomat.c common/actions.c common/actions.h

2014-03-10 Thread sveinung84
Author: sveinung Date: Mon Mar 10 12:02:14 2014 New Revision: 24644 URL: http://svn.gna.org/viewcvs/freeciv?rev=24644view=rev Log: AI: Check that a city isn't immune to a spy action because of action enablers when thinking about targeting it. See patch #4587 Modified:

[Freeciv-commits] r24645 - in /trunk: client/client_main.c data/stdmusic.musicspec

2014-03-10 Thread cazfi74
Author: cazfi Date: Tue Mar 11 00:54:33 2014 New Revision: 24645 URL: http://svn.gna.org/viewcvs/freeciv?rev=24645view=rev Log: Renamed music tag music_start as music_menu See patch #4575 Modified: trunk/client/client_main.c trunk/data/stdmusic.musicspec Modified:

[Freeciv-commits] r24647 - /branches/S2_5/client/gui-gtk-3.0/mapview.c

2014-03-10 Thread cazfi74
Author: cazfi Date: Tue Mar 11 01:01:52 2014 New Revision: 24647 URL: http://svn.gna.org/viewcvs/freeciv?rev=24647view=rev Log: Make sure gtk3-client does not push out frames quicker than they get drawn. See patch #4590 Modified: branches/S2_5/client/gui-gtk-3.0/mapview.c Modified:

[Freeciv-commits] r24646 - /trunk/client/gui-gtk-3.0/mapview.c

2014-03-10 Thread cazfi74
Author: cazfi Date: Tue Mar 11 01:01:48 2014 New Revision: 24646 URL: http://svn.gna.org/viewcvs/freeciv?rev=24646view=rev Log: Make sure gtk3-client does not push out frames quicker than they get drawn. See patch #4590 Modified: trunk/client/gui-gtk-3.0/mapview.c Modified:

[Freeciv-commits] r24648 - /branches/S2_4/client/gui-gtk-3.0/mapview.c

2014-03-10 Thread cazfi74
Author: cazfi Date: Tue Mar 11 01:01:57 2014 New Revision: 24648 URL: http://svn.gna.org/viewcvs/freeciv?rev=24648view=rev Log: Make sure gtk3-client does not push out frames quicker than they get drawn. See patch #4590 Modified: branches/S2_4/client/gui-gtk-3.0/mapview.c Modified:

[Freeciv-commits] r24649 - in /trunk: ./ common/ data/alien/ data/civ1/ data/civ2/ data/civ2civ3/ data/classic/ data/experimental/ data/multip...

2014-03-10 Thread cazfi74
Author: cazfi Date: Tue Mar 11 01:08:32 2014 New Revision: 24649 URL: http://svn.gna.org/viewcvs/freeciv?rev=24649view=rev Log: Split international traderoute types to different types depending on diplomatic relations between the nations. See patch #4499 Modified: trunk/common/traderoutes.c