[Freeciv-commits] r33897 - in /trunk/server: savecompat.c savegame3.c

2016-09-26 Thread cazfi74
Author: cazfi Date: Mon Sep 26 09:26:50 2016 New Revision: 33897 URL: http://svn.gna.org/viewcvs/freeciv?rev=33897=rev Log: Replaced leader "Sex" with "Kind" in savegame3.c See patch #7614 Modified: trunk/server/savecompat.c trunk/server/savegame3.c Modified: trunk/server/savecompat.c

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

2016-09-26 Thread sveinung84
Author: sveinung Date: Mon Sep 26 12:10:45 2016 New Revision: 33901 URL: http://svn.gna.org/viewcvs/freeciv?rev=33901=rev Log: action_hard_reqs_actor(): "Airlift Unit" checks. See patch #7726 Modified: trunk/common/actions.c Modified: trunk/common/actions.c URL:

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

2016-09-26 Thread sveinung84
Author: sveinung Date: Mon Sep 26 12:10:37 2016 New Revision: 33900 URL: http://svn.gna.org/viewcvs/freeciv?rev=33900=rev Log: Comment spelling fix: probabilty -> probability See bug #25113 Modified: trunk/common/actions.c Modified: trunk/common/actions.c URL:

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

2016-09-26 Thread sveinung84
Author: sveinung Date: Mon Sep 26 12:10:19 2016 New Revision: 33898 URL: http://svn.gna.org/viewcvs/freeciv?rev=33898=rev Log: Document changing action UI name's info part. Add a hint for translators that explains how extra information can be added inside the parens that holds the action UI name

[Freeciv-commits] r33905 - /branches/S2_6/common/actions.c

2016-09-26 Thread sveinung84
Author: sveinung Date: Mon Sep 26 12:14:03 2016 New Revision: 33905 URL: http://svn.gna.org/viewcvs/freeciv?rev=33905=rev Log: Comment spelling fix: probabilty -> probability See bug #25113 Modified: branches/S2_6/common/actions.c Modified: branches/S2_6/common/actions.c URL:

[Freeciv-commits] r33904 - in /branches/S2_6/data: alien/ civ1/ civ2/ civ2civ3/ classic/ experimental/ multiplayer/ sandbox/ stub/

2016-09-26 Thread sveinung84
Author: sveinung Date: Mon Sep 26 12:13:35 2016 New Revision: 33904 URL: http://svn.gna.org/viewcvs/freeciv?rev=33904=rev Log: Document mnemonic insertion in action UI names. Explain that the first %s gets replaced by the client's in-band "this in a mnemonic" signal character. See patch #7725

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

2016-09-26 Thread sveinung84
Author: sveinung Date: Mon Sep 26 12:12:43 2016 New Revision: 33902 URL: http://svn.gna.org/viewcvs/freeciv?rev=33902=rev Log: Action not enabled explain wrong target nation. See patch #7718 Modified: branches/S2_6/server/unithand.c Modified: branches/S2_6/server/unithand.c URL:

[Freeciv-commits] r33903 - /branches/S2_6/common/actions.c

2016-09-26 Thread sveinung84
Author: sveinung Date: Mon Sep 26 12:13:07 2016 New Revision: 33903 URL: http://svn.gna.org/viewcvs/freeciv?rev=33903=rev Log: Document changing action UI name's info part. Add a hint for translators that explains how extra information can be added inside the parens that holds the action UI name

[Freeciv-commits] r33899 - in /trunk/data: alien/ civ1/ civ2/ civ2civ3/ classic/ experimental/ multiplayer/ sandbox/ stub/ webperimental/

2016-09-26 Thread sveinung84
Author: sveinung Date: Mon Sep 26 12:10:29 2016 New Revision: 33899 URL: http://svn.gna.org/viewcvs/freeciv?rev=33899=rev Log: Document mnemonic insertion in action UI names. Explain to ruleset authors that the first %s gets replaced by the client's in-band "this in a mnemonic" signal character.

[Freeciv-commits] r33906 - /trunk/client/packhand.c

2016-09-26 Thread cazfi74
Author: cazfi Date: Tue Sep 27 07:01:10 2016 New Revision: 33906 URL: http://svn.gna.org/viewcvs/freeciv?rev=33906=rev Log: Receive goods flags to client side See patch #7729 Modified: trunk/client/packhand.c Modified: trunk/client/packhand.c URL:

[Freeciv-commits] r33907 - /trunk/client/packhand.c

2016-09-26 Thread cazfi74
Author: cazfi Date: Tue Sep 27 07:07:00 2016 New Revision: 33907 URL: http://svn.gna.org/viewcvs/freeciv?rev=33907=rev Log: Added "new_tech" lua scripting signal to client side. Patch by Matthias Pfafferodt See patch #2519 Modified: trunk/client/packhand.c Modified: