[Freeciv-commits] r29958 - /branches/S2_5/common/unit.c

2015-09-23 Thread cazfi74
Author: cazfi Date: Wed Sep 23 15:31:13 2015 New Revision: 29958 URL: http://svn.gna.org/viewcvs/freeciv?rev=29958=rev Log: Added 'return' to activity_requires_target() for compilations where fc_assert_ret_val() is not defined. See bug #23889 Modified: branches/S2_5/common/unit.c Modified:

[Freeciv-commits] r29957 - /branches/S2_6/common/unit.c

2015-09-23 Thread cazfi74
Author: cazfi Date: Wed Sep 23 15:31:06 2015 New Revision: 29957 URL: http://svn.gna.org/viewcvs/freeciv?rev=29957=rev Log: Added 'return' to activity_requires_target() for compilations where fc_assert_ret_val() is not defined. See bug #23889 Modified: branches/S2_6/common/unit.c Modified:

[Freeciv-commits] r29956 - /trunk/common/unit.c

2015-09-23 Thread cazfi74
Author: cazfi Date: Wed Sep 23 15:30:51 2015 New Revision: 29956 URL: http://svn.gna.org/viewcvs/freeciv?rev=29956=rev Log: Added 'return' to activity_requires_target() for compilations where fc_assert_ret_val() is not defined. See bug #23889 Modified: trunk/common/unit.c Modified:

[Freeciv-commits] r29959 - in /trunk: common/packets.def fc_version server/savegame3.c server/unithand.c server/unittools.c

2015-09-23 Thread sveinung84
Author: sveinung Date: Wed Sep 23 19:31:38 2015 New Revision: 29959 URL: http://svn.gna.org/viewcvs/freeciv?rev=29959=rev Log: orders system: support targeted steal tech Use the existing target field to specify the target tech. See patch #6367 Modified: trunk/common/packets.def