[Freeciv-commits] r31396 - /trunk/common/research.c

2016-01-06 Thread sveinung84
Author: sveinung Date: Thu Jan 7 06:51:58 2016 New Revision: 31396 URL: http://svn.gna.org/viewcvs/freeciv?rev=31396&view=rev Log: Make it legal to aquire unresearchable techs. A tech's research_reqs vector is intended to be like req1 and req2, not like root_req. See bug #23423 Modified: t

[Freeciv-commits] r31397 - /trunk/common/research.c

2016-01-06 Thread sveinung84
Author: sveinung Date: Thu Jan 7 06:52:05 2016 New Revision: 31397 URL: http://svn.gna.org/viewcvs/freeciv?rev=31397&view=rev Log: Fix misplaced paren in reseach_update(). See bug #24281 Modified: trunk/common/research.c Modified: trunk/common/research.c URL: http://svn.gna.org/viewcvs/fr

[Freeciv-commits] r31395 - in /trunk/server: Makefile.am savegame.c savegame.h savegame2.c savegame2.h savegame3.c savegame3.h

2016-01-06 Thread cazfi74
Author: cazfi Date: Wed Jan 6 21:14:44 2016 New Revision: 31395 URL: http://svn.gna.org/viewcvs/freeciv?rev=31395&view=rev Log: Added main savegame.c and have the main savegame loading and saving entry points there. See patch #6776 Added: trunk/server/savegame.c Modified: trunk/server

[Freeciv-commits] r31394 - /trunk/ai/default/advmilitary.c

2016-01-06 Thread cazfi74
Author: cazfi Date: Wed Jan 6 20:26:28 2016 New Revision: 31394 URL: http://svn.gna.org/viewcvs/freeciv?rev=31394&view=rev Log: Fixed choice structure leak from kill_something_with() See bug #24278 Modified: trunk/ai/default/advmilitary.c Modified: trunk/ai/default/advmilitary.c URL: http

[Freeciv-commits] r31393 - /branches/S2_6/translations/ruledit/ca.po

2016-01-06 Thread joan . creusandreu
Author: jcreus Date: Wed Jan 6 20:10:41 2016 New Revision: 31393 URL: http://svn.gna.org/viewcvs/freeciv?rev=31393&view=rev Log: Translation update Modified: branches/S2_6/translations/ruledit/ca.po Modified: branches/S2_6/translations/ruledit/ca.po URL: http://svn.gna.org/viewcvs/freeciv/

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

2016-01-06 Thread joan . creusandreu
Author: jcreus Date: Wed Jan 6 20:10:22 2016 New Revision: 31392 URL: http://svn.gna.org/viewcvs/freeciv?rev=31392&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] r31391 - /branches/S2_6/translations/nations/ca.po

2016-01-06 Thread joan . creusandreu
Author: jcreus Date: Wed Jan 6 20:09:46 2016 New Revision: 31391 URL: http://svn.gna.org/viewcvs/freeciv?rev=31391&view=rev Log: Translation update Modified: branches/S2_6/translations/nations/ca.po Modified: branches/S2_6/translations/nations/ca.po URL: http://svn.gna.org/viewcvs/freeciv/

[Freeciv-commits] r31390 - /branches/S2_6/configure.ac

2016-01-06 Thread cazfi74
Author: cazfi Date: Wed Jan 6 20:08:30 2016 New Revision: 31390 URL: http://svn.gna.org/viewcvs/freeciv?rev=31390&view=rev Log: Fixed AF_INET6 configure test not to try to include headers that are not available. See bug #24274 Modified: branches/S2_6/configure.ac Modified: branches/S2_6/c

[Freeciv-commits] r31389 - /trunk/configure.ac

2016-01-06 Thread cazfi74
Author: cazfi Date: Wed Jan 6 20:08:23 2016 New Revision: 31389 URL: http://svn.gna.org/viewcvs/freeciv?rev=31389&view=rev Log: Fixed AF_INET6 configure test not to try to include headers that are not available. See bug #24274 Modified: trunk/configure.ac Modified: trunk/configure.ac URL:

[Freeciv-commits] r31388 - /trunk/tools/ruledit/tab_misc.cpp

2016-01-06 Thread cazfi74
Author: cazfi Date: Wed Jan 6 20:01:57 2016 New Revision: 31388 URL: http://svn.gna.org/viewcvs/freeciv?rev=31388&view=rev Log: Show number of goods types in the ruleset statistics. See patch #6778 Modified: trunk/tools/ruledit/tab_misc.cpp Modified: trunk/tools/ruledit/tab_misc.cpp URL:

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

2016-01-06 Thread sveinung84
Author: sveinung Date: Wed Jan 6 12:44:38 2016 New Revision: 31387 URL: http://svn.gna.org/viewcvs/freeciv?rev=31387&view=rev Log: Notify the player about successfull recycle. See patch #6788 Modified: trunk/server/unithand.c Modified: trunk/server/unithand.c URL: http://svn.gna.org/viewc

[Freeciv-commits] r31385 - /trunk/client/control.c

2016-01-06 Thread sveinung84
Author: sveinung Date: Wed Jan 6 12:44:26 2016 New Revision: 31385 URL: http://svn.gna.org/viewcvs/freeciv?rev=31385&view=rev Log: Remove the unused struct client_nuke_data. It should have been removed in patch #6155. See patch #6784 Modified: trunk/client/control.c Modified: trunk/client

[Freeciv-commits] r31386 - /trunk/client/control.c

2016-01-06 Thread sveinung84
Author: sveinung Date: Wed Jan 6 12:44:33 2016 New Revision: 31386 URL: http://svn.gna.org/viewcvs/freeciv?rev=31386&view=rev Log: clients: try the next disband if the first fails. The function request_unit_disband() will pick the best disband action that may, from the player's point of view, be

[Freeciv-commits] r31384 - /trunk/m4/gtk3x-client.m4

2016-01-06 Thread cazfi74
Author: cazfi Date: Wed Jan 6 11:24:32 2016 New Revision: 31384 URL: http://svn.gna.org/viewcvs/freeciv?rev=31384&view=rev Log: Prevent things deprecated in gtk+ 3.14 from gtk3x-client See patch #6765 Modified: trunk/m4/gtk3x-client.m4 Modified: trunk/m4/gtk3x-client.m4 URL: http://svn.gn

[Freeciv-commits] r31383 - /trunk/client/gui-qt/mapview.cpp

2016-01-06 Thread mlewczuk80
Author: mir3x Date: Wed Jan 6 09:17:59 2016 New Revision: 31383 URL: http://svn.gna.org/viewcvs/freeciv?rev=31383&view=rev Log: Fixed repainting mapview, now it will repaint only given rectangle. See bug #24275 Modified: trunk/client/gui-qt/mapview.cpp Modified: trunk/client/gui-qt/mapvie

[Freeciv-commits] r31382 - /branches/S2_6/client/gui-qt/mapview.cpp

2016-01-06 Thread mlewczuk80
Author: mir3x Date: Wed Jan 6 09:17:50 2016 New Revision: 31382 URL: http://svn.gna.org/viewcvs/freeciv?rev=31382&view=rev Log: Fixed repainting mapview, now it will repaint only given rectangle. See bug #24275 Modified: branches/S2_6/client/gui-qt/mapview.cpp Modified: branches/S2_6/clie

[Freeciv-commits] r31381 - /branches/S2_5/client/gui-qt/mapview.cpp

2016-01-06 Thread mlewczuk80
Author: mir3x Date: Wed Jan 6 09:17:24 2016 New Revision: 31381 URL: http://svn.gna.org/viewcvs/freeciv?rev=31381&view=rev Log: Fixed repainting mapview, now it will repaint only given rectangle. See bug #24275 Modified: branches/S2_5/client/gui-qt/mapview.cpp Modified: branches/S2_5/clie

[Freeciv-commits] r31378 - /branches/S2_5/client/gui-qt/fc_client.cpp

2016-01-06 Thread mlewczuk80
Author: mir3x Date: Wed Jan 6 09:13:33 2016 New Revision: 31378 URL: http://svn.gna.org/viewcvs/freeciv?rev=31378&view=rev Log: Fixed "not ready" button in pregame page, not setting player status to unready. See bug #24273 Modified: branches/S2_5/client/gui-qt/fc_client.cpp Modified: bran

[Freeciv-commits] r31380 - /trunk/client/gui-qt/fc_client.cpp

2016-01-06 Thread mlewczuk80
Author: mir3x Date: Wed Jan 6 09:14:11 2016 New Revision: 31380 URL: http://svn.gna.org/viewcvs/freeciv?rev=31380&view=rev Log: Fixed "not ready" button in pregame page, not setting player status to unready. See bug #24273 Modified: trunk/client/gui-qt/fc_client.cpp Modified: trunk/client

[Freeciv-commits] r31379 - /branches/S2_6/client/gui-qt/fc_client.cpp

2016-01-06 Thread mlewczuk80
Author: mir3x Date: Wed Jan 6 09:13:48 2016 New Revision: 31379 URL: http://svn.gna.org/viewcvs/freeciv?rev=31379&view=rev Log: Fixed "not ready" button in pregame page, not setting player status to unready. See bug #24273 Modified: branches/S2_6/client/gui-qt/fc_client.cpp Modified: bran

[Freeciv-commits] r31375 - /branches/S2_5/client/gui-qt/diplodlg.cpp

2016-01-06 Thread mlewczuk80
Author: mir3x Date: Wed Jan 6 09:09:44 2016 New Revision: 31375 URL: http://svn.gna.org/viewcvs/freeciv?rev=31375&view=rev Log: Fixed closing diplomacy in qt-client not allowing to reopen meeting with that civilization. See bug #24246 Modified: branches/S2_5/client/gui-qt/diplodlg.cpp Mod

[Freeciv-commits] r31376 - /branches/S2_6/client/gui-qt/diplodlg.cpp

2016-01-06 Thread mlewczuk80
Author: mir3x Date: Wed Jan 6 09:10:04 2016 New Revision: 31376 URL: http://svn.gna.org/viewcvs/freeciv?rev=31376&view=rev Log: Fixed closing diplomacy in qt-client not allowing to reopen meeting with that civilization. See bug #24246 Modified: branches/S2_6/client/gui-qt/diplodlg.cpp Mod

[Freeciv-commits] r31377 - /trunk/client/gui-qt/diplodlg.cpp

2016-01-06 Thread mlewczuk80
Author: mir3x Date: Wed Jan 6 09:10:17 2016 New Revision: 31377 URL: http://svn.gna.org/viewcvs/freeciv?rev=31377&view=rev Log: Fixed closing diplomacy in qt-client not allowing to reopen meeting with that civilization. See bug #24246 Modified: trunk/client/gui-qt/diplodlg.cpp Modified: t