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

2015-10-23 Thread sveinung84
Author: sveinung Date: Fri Oct 23 13:38:37 2015 New Revision: 30175 URL: http://svn.gna.org/viewcvs/freeciv?rev=30175&view=rev Log: Explicitly send target tile to city_build() rather than sending it implicitly (the actor unit's location). See patch #6461 Modified: trunk/server/unithand.c M

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

2015-10-23 Thread sveinung84
Author: sveinung Date: Fri Oct 23 13:38:49 2015 New Revision: 30176 URL: http://svn.gna.org/viewcvs/freeciv?rev=30176&view=rev Log: Remove unused trade route target finder The function do_unit_establish_trade() is never called without a target city. Remove the code that tries to find a target cit

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

2015-10-23 Thread sveinung84
Author: sveinung Date: Fri Oct 23 13:38:58 2015 New Revision: 30177 URL: http://svn.gna.org/viewcvs/freeciv?rev=30177&view=rev Log: Send actor and target, not id, to action doers Functions that have performing an action enabler controlled action as their only job should deal in actors and targets

[Freeciv-commits] r30179 - in /trunk/server: diplomats.c unithand.c

2015-10-23 Thread sveinung84
Author: sveinung Date: Fri Oct 23 13:39:13 2015 New Revision: 30179 URL: http://svn.gna.org/viewcvs/freeciv?rev=30179&view=rev Log: Don't get the id from a potentially dead struct Don't access a potentially dead city or unit to get its id number to check if it is alive. There is no way to know wh

[Freeciv-commits] r30178 - /trunk/server/diplomats.c

2015-10-23 Thread sveinung84
Author: sveinung Date: Fri Oct 23 13:39:05 2015 New Revision: 30178 URL: http://svn.gna.org/viewcvs/freeciv?rev=30178&view=rev Log: Abort some actions on domestic target Have the action doer functions responsible for map theft, gold theft, city inciting and unit bribery abort if the target is dom

[Freeciv-commits] r30182 - /branches/S2_6/server/diplomats.c

2015-10-23 Thread sveinung84
Author: sveinung Date: Fri Oct 23 13:40:05 2015 New Revision: 30182 URL: http://svn.gna.org/viewcvs/freeciv?rev=30182&view=rev Log: Abort some actions on domestic target Have the action doer functions responsible for gold theft, city inciting and unit bribery abort if the target is domestic. Not

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

2015-10-23 Thread sveinung84
Author: sveinung Date: Fri Oct 23 13:39:48 2015 New Revision: 30180 URL: http://svn.gna.org/viewcvs/freeciv?rev=30180&view=rev Log: Remove unused trade route target finder The function do_unit_establish_trade() is never called without a target city. Remove the code that tries to find a target cit

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

2015-10-23 Thread sveinung84
Author: sveinung Date: Fri Oct 23 13:39:56 2015 New Revision: 30181 URL: http://svn.gna.org/viewcvs/freeciv?rev=30181&view=rev Log: Send actor and target, not id, to action doers Functions that have performing an action enabler controlled action as their only job should deal in actors and targets

[Freeciv-commits] r30183 - in /branches/S2_6/server: diplomats.c unithand.c

2015-10-23 Thread sveinung84
Author: sveinung Date: Fri Oct 23 13:40:15 2015 New Revision: 30183 URL: http://svn.gna.org/viewcvs/freeciv?rev=30183&view=rev Log: Don't get the id from a potentially dead struct Don't access a potentially dead city or unit to get its id number to check if it is alive. There is no way to know wh

[Freeciv-commits] r30184 - /trunk/client/gui-gtk-3.0/dialogs.c

2015-10-23 Thread cazfi74
Author: cazfi Date: Fri Oct 23 17:36:19 2015 New Revision: 30184 URL: http://svn.gna.org/viewcvs/freeciv?rev=30184&view=rev Log: Fixed gtk3-client to use value of its own Tech Help Popup option. See bug #23940 Modified: trunk/client/gui-gtk-3.0/dialogs.c Modified: trunk/client/gui-gtk-3.0/d

[Freeciv-commits] r30185 - /branches/S2_6/client/gui-gtk-3.0/dialogs.c

2015-10-23 Thread cazfi74
Author: cazfi Date: Fri Oct 23 17:36:26 2015 New Revision: 30185 URL: http://svn.gna.org/viewcvs/freeciv?rev=30185&view=rev Log: Fixed gtk3-client to use value of its own Tech Help Popup option. See bug #23940 Modified: branches/S2_6/client/gui-gtk-3.0/dialogs.c Modified: branches/S2_6/clie

[Freeciv-commits] r30186 - in /trunk/data: alien/units.ruleset civ2/game.ruleset

2015-10-23 Thread cazfi74
Author: cazfi Date: Fri Oct 23 17:42:56 2015 New Revision: 30186 URL: http://svn.gna.org/viewcvs/freeciv?rev=30186&view=rev Log: Fixed xgettext warnings about unterminated character constants. See patch #6459 Modified: trunk/data/alien/units.ruleset trunk/data/civ2/game.ruleset Modified

[Freeciv-commits] r30187 - in /branches/S2_6/data: alien/units.ruleset civ2/game.ruleset

2015-10-23 Thread cazfi74
Author: cazfi Date: Fri Oct 23 17:43:02 2015 New Revision: 30187 URL: http://svn.gna.org/viewcvs/freeciv?rev=30187&view=rev Log: Fixed xgettext warnings about unterminated character constants. See patch #6459 Modified: branches/S2_6/data/alien/units.ruleset branches/S2_6/data/civ2/game.r

[Freeciv-commits] r30188 - in /trunk: ./ bootstrap/ client/ client/gui-sdl/ data/themes/ data/themes/gui-sdl/ doc/ doc/man/ m4/ translations/f...

2015-10-23 Thread cazfi74
Author: cazfi Date: Fri Oct 23 17:59:42 2015 New Revision: 30188 URL: http://svn.gna.org/viewcvs/freeciv?rev=30188&view=rev Log: Dropped sdl-client. See patch #6245 Removed: trunk/bootstrap/freeciv-sdl.appdata.xml.in trunk/bootstrap/freeciv-sdl.desktop.in trunk/client/gui-sdl/ tr