[Freeciv-commits] r31159 - in /branches/S2_6/server/scripting: api_server_edit.c api_server_edit.h tolua_server.pkg

2015-12-22 Thread cazfi74
Author: cazfi Date: Wed Dec 23 00:34:57 2015 New Revision: 31159 URL: http://svn.gna.org/viewcvs/freeciv?rev=31159&view=rev Log: Added edit.remove_extra() to lua interface See patch #6614 Modified: branches/S2_6/server/scripting/api_server_edit.c branches/S2_6/server/scripting/api_server

[Freeciv-commits] r31158 - in /trunk/server/scripting: api_server_edit.c api_server_edit.h tolua_server.pkg

2015-12-22 Thread cazfi74
Author: cazfi Date: Wed Dec 23 00:34:50 2015 New Revision: 31158 URL: http://svn.gna.org/viewcvs/freeciv?rev=31158&view=rev Log: Added edit.remove_extra() to lua interface See patch #6614 Modified: trunk/server/scripting/api_server_edit.c trunk/server/scripting/api_server_edit.h trun

[Freeciv-commits] r31157 - in /trunk: ./ client/ client/gui-gtk-3.x/ data/

2015-12-22 Thread cazfi74
Author: cazfi Date: Tue Dec 22 20:46:53 2015 New Revision: 31157 URL: http://svn.gna.org/viewcvs/freeciv?rev=31157&view=rev Log: Plumbed gtk3x client to build system See patch #6057 Modified: trunk/client/Makefile.am trunk/client/gui-gtk-3.x/Makefile.am trunk/client/gui-gtk-3.x/gui_m

[Freeciv-commits] r31155 - /branches/S2_6/translations/freeciv/ca.po

2015-12-22 Thread joan . creusandreu
Author: jcreus Date: Tue Dec 22 20:16:29 2015 New Revision: 31155 URL: http://svn.gna.org/viewcvs/freeciv?rev=31155&view=rev Log: Translation update Modified: branches/S2_6/translations/freeciv/ca.po [This mail would be too long, it was shortened to contain the URLs only.] Modified: branche

[Freeciv-commits] r31156 - /branches/S2_5/translations/freeciv/ca.po

2015-12-22 Thread joan . creusandreu
Author: jcreus Date: Tue Dec 22 20:17:12 2015 New Revision: 31156 URL: http://svn.gna.org/viewcvs/freeciv?rev=31156&view=rev Log: Translation update Modified: branches/S2_5/translations/freeciv/ca.po [This mail would be too long, it was shortened to contain the URLs only.] Modified: branche

[Freeciv-commits] r31152 - in /trunk: ./ client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-gtk-3.x/ client/gui-qt/ client/gui-sdl2/ c...

2015-12-22 Thread sveinung84
Author: sveinung Date: Tue Dec 22 15:51:43 2015 New Revision: 31152 URL: http://svn.gna.org/viewcvs/freeciv?rev=31152&view=rev Log: Get rid of ACTION_MOVE. Replace sending the special value ACTION_MOVE in a unit_do_action packet with sending a unit_orders packet with the special value ORDER_MOVE.

[Freeciv-commits] r31154 - in /branches/S2_6: ./ client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-qt/ client/gui-sdl/ client/gui-sdl...

2015-12-22 Thread sveinung84
Author: sveinung Date: Tue Dec 22 15:52:15 2015 New Revision: 31154 URL: http://svn.gna.org/viewcvs/freeciv?rev=31154&view=rev Log: Get rid of ACTION_MOVE. Replace sending the special value ACTION_MOVE in a unit_do_action packet with sending a unit_orders packet with the special value ORDER_MOVE.

[Freeciv-commits] r31153 - /branches/S2_6/server/unittools.c

2015-12-22 Thread sveinung84
Author: sveinung Date: Tue Dec 22 15:52:03 2015 New Revision: 31153 URL: http://svn.gna.org/viewcvs/freeciv?rev=31153&view=rev Log: Fix move order action selection pop up. The move order has been split in ORDER_MOVE and ORDER_ACTION_MOVE. A plain non action move isn't supposed to cause a non move

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

2015-12-22 Thread sveinung84
Author: sveinung Date: Tue Dec 22 15:51:35 2015 New Revision: 31151 URL: http://svn.gna.org/viewcvs/freeciv?rev=31151&view=rev Log: Fix move order action selection pop up. The move order has been split in ORDER_MOVE and ORDER_ACTION_MOVE. A plain non action move isn't supposed to cause a non move

[Freeciv-commits] r31148 - /branches/S2_6/data/helpdata.txt

2015-12-22 Thread 0jacobnk . gna
Author: jtn Date: Tue Dec 22 11:02:44 2015 New Revision: 31148 URL: http://svn.gna.org/viewcvs/freeciv?rev=31148&view=rev Log: Document that trade routes give information about partner cities. See gna bug #24205. Modified: branches/S2_6/data/helpdata.txt Modified: branches/S2_6/data/helpdat

[Freeciv-commits] r31150 - in /branches/S2_6: ./ client/ common/ server/

2015-12-22 Thread 0jacobnk . gna
Author: jtn Date: Tue Dec 22 11:02:51 2015 New Revision: 31150 URL: http://svn.gna.org/viewcvs/freeciv?rev=31150&view=rev Log: Tell client whether player color is set and whether it can be chosen in pregame, to allow UI for color choosing in future. See gna patch #6703. Modified: branches/S2

[Freeciv-commits] r31149 - /branches/S2_6/data/helpdata.txt

2015-12-22 Thread 0jacobnk . gna
Author: jtn Date: Tue Dec 22 11:02:47 2015 New Revision: 31149 URL: http://svn.gna.org/viewcvs/freeciv?rev=31149&view=rev Log: Make it clearer that offering a city in a treaty clause puts it on the potential recipient's map before the treaty is finalised. See gna bug #24206. Modified: branch

[Freeciv-commits] r31147 - in /trunk: ./ client/ common/ server/

2015-12-22 Thread 0jacobnk . gna
Author: jtn Date: Tue Dec 22 10:51:23 2015 New Revision: 31147 URL: http://svn.gna.org/viewcvs/freeciv?rev=31147&view=rev Log: Tell client whether player color is set and whether it can be chosen in pregame, to allow UI for color choosing in future. See gna patch #6703. Modified: trunk/clien

[Freeciv-commits] r31146 - /trunk/data/helpdata.txt

2015-12-22 Thread 0jacobnk . gna
Author: jtn Date: Tue Dec 22 10:51:20 2015 New Revision: 31146 URL: http://svn.gna.org/viewcvs/freeciv?rev=31146&view=rev Log: Make it clearer that offering a city in a treaty clause puts it on the potential recipient's map before the treaty is finalised. See gna bug #24206. Modified: trunk/

[Freeciv-commits] r31145 - /trunk/data/helpdata.txt

2015-12-22 Thread 0jacobnk . gna
Author: jtn Date: Tue Dec 22 10:51:16 2015 New Revision: 31145 URL: http://svn.gna.org/viewcvs/freeciv?rev=31145&view=rev Log: Document that trade routes give information about partner cities. See gna bug #24205. Modified: trunk/data/helpdata.txt Modified: trunk/data/helpdata.txt URL: http