[Freeciv-commits] r33809 - /branches/S2_6/doc/CodingStyle

2016-09-15 Thread sveinung84
Author: sveinung Date: Thu Sep 15 17:04:02 2016 New Revision: 33809 URL: http://svn.gna.org/viewcvs/freeciv?rev=33809=rev Log: Clarify doc/CodingStyle on variable declaration. Change "Declaring variables in the middle of the function body is forbidden" to "Declaring variables in the middle of

[Freeciv-commits] r33808 - /trunk/doc/CodingStyle

2016-09-15 Thread sveinung84
Author: sveinung Date: Thu Sep 15 17:03:20 2016 New Revision: 33808 URL: http://svn.gna.org/viewcvs/freeciv?rev=33808=rev Log: Clarify doc/CodingStyle on variable declaration. Change "Declaring variables in the middle of the function body is forbidden" to "Declaring variables in the middle of

[Freeciv-commits] r33807 - /trunk/ai/default/aisettler.c

2016-09-15 Thread sveinung84
Author: sveinung Date: Thu Sep 15 17:02:58 2016 New Revision: 33807 URL: http://svn.gna.org/viewcvs/freeciv?rev=33807=rev Log: AI: near city blocking "Found City" not an error. Do not give error message about AI settler being unable to build city when the reason is that there's another one too

[Freeciv-commits] r33810 - /branches/S2_5/doc/CodingStyle

2016-09-15 Thread sveinung84
Author: sveinung Date: Thu Sep 15 17:04:44 2016 New Revision: 33810 URL: http://svn.gna.org/viewcvs/freeciv?rev=33810=rev Log: Clarify doc/CodingStyle on variable declaration. Change "Declaring variables in the middle of the function body is forbidden" to "Declaring variables in the middle of

[Freeciv-commits] r33812 - in /trunk/server: citytools.c citytools.h unittools.c

2016-09-15 Thread sveinung84
Author: sveinung Date: Fri Sep 16 04:01:56 2016 New Revision: 33812 URL: http://svn.gna.org/viewcvs/freeciv?rev=33812=rev Log: Clarify what the unit conquer city function does. * rename it from unit_enter_city() to unit_conquer_city() * have it return if the city was conquered See patch #7690

[Freeciv-commits] r33811 - in /trunk: client/ client/gui-gtk-3.0/ client/gui-gtk-3.x/ client/gui-qt/ common/ server/

2016-09-15 Thread sveinung84
Author: sveinung Date: Fri Sep 16 04:01:41 2016 New Revision: 33811 URL: http://svn.gna.org/viewcvs/freeciv?rev=33811=rev Log: Stop interpreting action max_distance everywhere. An action's max_distance can now be a regular value or ACTION_DISTANCE_UNLIMITED. The latter is a special value

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

2016-09-15 Thread sveinung84
Author: sveinung Date: Fri Sep 16 04:05:22 2016 New Revision: 33813 URL: http://svn.gna.org/viewcvs/freeciv?rev=33813=rev Log: Inline unit_attack_handling() in do_attack(). It is its only user. See patch #7691 Modified: trunk/server/unithand.c Modified: trunk/server/unithand.c URL:

[Freeciv-commits] r33805 - in /trunk/tools/ruledit: req_edit.cpp req_edit.h

2016-09-15 Thread cazfi74
Author: cazfi Date: Thu Sep 15 09:11:00 2016 New Revision: 33805 URL: http://svn.gna.org/viewcvs/freeciv?rev=33805=rev Log: Added functionality for editing requirement 'present' value. See patch #7649 Modified: trunk/tools/ruledit/req_edit.cpp trunk/tools/ruledit/req_edit.h Modified:

[Freeciv-commits] r33806 - /trunk/common/reqtext.c

2016-09-15 Thread cazfi74
Author: cazfi Date: Thu Sep 15 09:22:18 2016 New Revision: 33806 URL: http://svn.gna.org/viewcvs/freeciv?rev=33806=rev Log: Typofix: "knoe" -> "know" See bug #25058 Modified: trunk/common/reqtext.c Modified: trunk/common/reqtext.c URL:

[Freeciv-commits] r33804 - /trunk/server/ruleset.c

2016-09-15 Thread cazfi74
Author: cazfi Date: Thu Sep 15 09:06:07 2016 New Revision: 33804 URL: http://svn.gna.org/viewcvs/freeciv?rev=33804=rev Log: Fixed assert failure when loading ruleset without goods in compatibility mode. See bug #25053 Modified: trunk/server/ruleset.c Modified: trunk/server/ruleset.c URL: