[Freeciv-commits] r25728 - in /branches/S2_4: server/ruleset.c utility/registry.c utility/registry.h

2014-07-25 Thread sveinung84
Author: sveinung Date: Fri Jul 25 12:35:54 2014 New Revision: 25728 URL: http://svn.gna.org/viewcvs/freeciv?rev=25728&view=rev Log: Check that ruleset supplied specialist names won't break savegames Savegames stores the number of each kind of specialists a city has using the specialist rule name

[Freeciv-commits] r25727 - in /trunk: client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-qt/ client/gui-sdl/ client/gui-sdl2/ client/g...

2014-07-25 Thread sveinung84
Author: sveinung Date: Fri Jul 25 11:56:40 2014 New Revision: 25727 URL: http://svn.gna.org/viewcvs/freeciv?rev=25727&view=rev Log: Share the code adding the success probability to a spy actions button text Bonus: the Xaw client will now display a spy actions success probability See patch #4980

[Freeciv-commits] r25726 - /trunk/data/themes/gui-sdl2/human/

2014-07-25 Thread cazfi74
Author: cazfi Date: Fri Jul 25 10:23:33 2014 New Revision: 25726 URL: http://svn.gna.org/viewcvs/freeciv?rev=25726&view=rev Log: Made internal references in gui-sdl2 theme to point files in the same theme and not gui-sdl theme. See bug #22370 Modified: trunk/data/themes/gui-sdl2/human/backg

[Freeciv-commits] r25725 - in /trunk: Makefile.am configure.ac m4/c++11.m4 utility/log.h

2014-07-25 Thread cazfi74
Author: cazfi Date: Fri Jul 25 09:59:40 2014 New Revision: 25725 URL: http://svn.gna.org/viewcvs/freeciv?rev=25725&view=rev Log: Use C++11 static_assert() as FC_STATIC_ASSERT when compiling C++ code. Reported by Emmet Hikory See bug #22323 Added: trunk/m4/c++11.m4 Modified: trunk/Makef

[Freeciv-commits] r25723 - /branches/S2_5/common/connection.c

2014-07-25 Thread pepeto69
Author: pepeto Date: Fri Jul 25 09:46:39 2014 New Revision: 25723 URL: http://svn.gna.org/viewcvs/freeciv?rev=25723&view=rev Log: Make detached connection unable to edit. It will prevent them to receive undesired packets when connecting when the game is in edit mode. Reported by Jacob Nevins Se

[Freeciv-commits] r25724 - /branches/S2_4/common/connection.c

2014-07-25 Thread pepeto69
Author: pepeto Date: Fri Jul 25 09:46:45 2014 New Revision: 25724 URL: http://svn.gna.org/viewcvs/freeciv?rev=25724&view=rev Log: Make detached connection unable to edit. It will prevent them to receive undesired packets when connecting when the game is in edit mode. Reported by Jacob Nevins Se

[Freeciv-commits] r25722 - /trunk/common/connection.c

2014-07-25 Thread pepeto69
Author: pepeto Date: Fri Jul 25 09:46:33 2014 New Revision: 25722 URL: http://svn.gna.org/viewcvs/freeciv?rev=25722&view=rev Log: Make detached connection unable to edit. It will prevent them to receive undesired packets when connecting when the game is in edit mode. Reported by Jacob Nevins Se

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

2014-07-25 Thread pepeto69
Author: pepeto Date: Fri Jul 25 09:42:11 2014 New Revision: 25721 URL: http://svn.gna.org/viewcvs/freeciv?rev=25721&view=rev Log: Move, rename, and rebase player_research_update() to research_update(), taking a 'research' pointer as argument. See gna patch #4979 Modified: trunk/client/client

[Freeciv-commits] r25720 - in /trunk: ./ ai/default/ client/ common/ server/

2014-07-25 Thread pepeto69
Author: pepeto Date: Fri Jul 25 09:34:36 2014 New Revision: 25720 URL: http://svn.gna.org/viewcvs/freeciv?rev=25720&view=rev Log: Improve tech_upkeep in case team pooled research is enabled. tech_upkeep is now a per-player property and calculated only on server side. With the help of Jacob Nevins

[Freeciv-commits] r25719 - in /trunk: common/tech.c server/rssanity.c

2014-07-25 Thread pepeto69
Author: pepeto Date: Fri Jul 25 09:24:41 2014 New Revision: 25719 URL: http://svn.gna.org/viewcvs/freeciv?rev=25719&view=rev Log: Make ruleset advance sanity check, instead of exiting in the middle of the process. Move the test if a tech requires itself, and improve it to check if it requires it i

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

2014-07-25 Thread pepeto69
Author: pepeto Date: Fri Jul 25 09:19:08 2014 New Revision: 25718 URL: http://svn.gna.org/viewcvs/freeciv?rev=25718&view=rev Log: Fix a typo in r25715 due to confusions between many similar patches. See gna patch #4973 & bug #22393 Modified: trunk/common/unit.c Modified: trunk/common/unit.c