[Freeciv-commits] r29502 - in /trunk: ./ client/ common/ server/ tools/ruledit/

2015-08-14 Thread cazfi74
Author: cazfi Date: Fri Aug 14 18:58:30 2015 New Revision: 29502 URL: http://svn.gna.org/viewcvs/freeciv?rev=29502view=rev Log: Support ruleset descriptions longer than what would fit in single network packet with rest of the ruleset control content. See patch #3349 Modified:

[Freeciv-commits] r29503 - in /branches/S2_6: ./ client/ common/ server/ tools/ruledit/

2015-08-14 Thread cazfi74
Author: cazfi Date: Fri Aug 14 18:59:04 2015 New Revision: 29503 URL: http://svn.gna.org/viewcvs/freeciv?rev=29503view=rev Log: Support ruleset descriptions longer than what would fit in single network packet with rest of the ruleset control content. See patch #3349 Modified:

[Freeciv-commits] r29504 - in /trunk: client/tilespec.c common/fc_types.h fc_version

2015-08-14 Thread cazfi74
Author: cazfi Date: Fri Aug 14 19:05:53 2015 New Revision: 29504 URL: http://svn.gna.org/viewcvs/freeciv?rev=29504view=rev Log: Removed GUI_XAW gui_type definition See patch #6223 Modified: trunk/client/tilespec.c trunk/common/fc_types.h trunk/fc_version Modified:

[Freeciv-commits] r29505 - /branches/S2_5/doc/README.graphics

2015-08-14 Thread cazfi74
Author: cazfi Date: Sat Aug 15 07:12:58 2015 New Revision: 29505 URL: http://svn.gna.org/viewcvs/freeciv?rev=29505view=rev Log: Fixed graphc - graphic typo in README.graphics See bug #23783 Modified: branches/S2_5/doc/README.graphics Modified: branches/S2_5/doc/README.graphics URL:

[Freeciv-commits] r29494 - /branches/S2_5/translations/freeciv/es.po

2015-08-14 Thread 0jacobnk . gna
Author: jtn Date: Fri Aug 14 11:33:13 2015 New Revision: 29494 URL: http://svn.gna.org/viewcvs/freeciv?rev=29494view=rev Log: Updated Spanish translation by Jordi Negrevernis i Font. freeciv: 100%: 6238 translated. Modified: branches/S2_5/translations/freeciv/es.po [This mail would be too

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

2015-08-14 Thread sveinung84
Author: sveinung Date: Fri Aug 14 15:04:57 2015 New Revision: 29496 URL: http://svn.gna.org/viewcvs/freeciv?rev=29496view=rev Log: orders system: support the Enter Marketplace action See patch #6225 Modified: trunk/server/unithand.c Modified: trunk/server/unithand.c URL:

[Freeciv-commits] r29497 - in /trunk: ai/default/aicity.c common/actions.c common/actions.h server/ruleset.c

2015-08-14 Thread sveinung84
Author: sveinung Date: Fri Aug 14 15:05:05 2015 New Revision: 29497 URL: http://svn.gna.org/viewcvs/freeciv?rev=29497view=rev Log: Replace gen_action_is_valid() Add the new function action_id_is_valid(). It checks if an action ID is valid. Have it replace all calls to gen_action_is_valid(). See

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

2015-08-14 Thread sveinung84
Author: sveinung Date: Fri Aug 14 15:05:10 2015 New Revision: 29498 URL: http://svn.gna.org/viewcvs/freeciv?rev=29498view=rev Log: orders system: support the Investigate City action See patch #6227 Modified: trunk/server/unithand.c Modified: trunk/server/unithand.c URL:

[Freeciv-commits] r29495 - in /trunk/common: actions.c actions.h

2015-08-14 Thread sveinung84
Author: sveinung Date: Fri Aug 14 15:04:50 2015 New Revision: 29495 URL: http://svn.gna.org/viewcvs/freeciv?rev=29495view=rev Log: Tell if the actions are ready for use Add the new function actions_are_ready() to make it easy to test if the actions are completely initialized. See patch #6224

[Freeciv-commits] r29499 - in /trunk/server: unithand.c unithand.h unittools.c

2015-08-14 Thread sveinung84
Author: sveinung Date: Fri Aug 14 15:05:15 2015 New Revision: 29499 URL: http://svn.gna.org/viewcvs/freeciv?rev=29499view=rev Log: orders system: explain known illegal action A perform action order can be canceled if the player has enough information to know that the ordered action is illegal.

[Freeciv-commits] r29500 - in /branches/S2_6/common: actions.c actions.h

2015-08-14 Thread sveinung84
Author: sveinung Date: Fri Aug 14 15:08:51 2015 New Revision: 29500 URL: http://svn.gna.org/viewcvs/freeciv?rev=29500view=rev Log: Tell if the actions are ready for use Add the new function actions_are_ready() to make it easy to test if the actions are completely initialized. See patch #6224

[Freeciv-commits] r29501 - in /branches/S2_6: ai/default/aicity.c common/actions.c common/actions.h server/ruleset.c

2015-08-14 Thread sveinung84
Author: sveinung Date: Fri Aug 14 15:08:58 2015 New Revision: 29501 URL: http://svn.gna.org/viewcvs/freeciv?rev=29501view=rev Log: Replace gen_action_is_valid() Add the new function action_id_is_valid(). It checks if an action ID is valid. Have it replace all calls to gen_action_is_valid(). See