[Freeciv-commits] r33019 - in /trunk/data/classic: Makefile.am README.classic game.ruleset

2016-06-24 Thread cazfi74
Author: cazfi Date: Sat Jun 25 02:49:58 2016 New Revision: 33019 URL: http://svn.gna.org/viewcvs/freeciv?rev=33019&view=rev Log: Added README.classic See patch #5489 Added: trunk/data/classic/README.classic Modified: trunk/data/classic/Makefile.am trunk/data/classic/game.ruleset Mod

[Freeciv-commits] r33018 - in /branches/S2_5: client/gui-sdl/gui_main.c server/civserver.c tools/mpcmdline.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Sat Jun 25 02:44:31 2016 New Revision: 33018 URL: http://svn.gna.org/viewcvs/freeciv?rev=33018&view=rev Log: Free values received from get_option_malloc() that are not needed after parameter parsing, but were not yet freed immediately. See bug #24468 Modified: branches/S

[Freeciv-commits] r33017 - /trunk/server/rssanity.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 22:37:02 2016 New Revision: 33017 URL: http://svn.gna.org/viewcvs/freeciv?rev=33017&view=rev Log: Sanity check goods requirements See patch #7311 Modified: trunk/server/rssanity.c Modified: trunk/server/rssanity.c URL: http://svn.gna.org/viewcvs/freeciv/trunk

[Freeciv-commits] r33016 - in /trunk: data/ruledit/comments.txt tools/ruleutil/comments.c tools/ruleutil/comments.h tools/ruleutil/rulesave.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 20:23:18 2016 New Revision: 33016 URL: http://svn.gna.org/viewcvs/freeciv?rev=33016&view=rev Log: Save documentation comment about 'effects' format to ruleset See patch #7309 Modified: trunk/data/ruledit/comments.txt trunk/tools/ruleutil/comments.c trun

[Freeciv-commits] r33015 - in /trunk: common/ tools/ruledit/

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 19:07:20 2016 New Revision: 33015 URL: http://svn.gna.org/viewcvs/freeciv?rev=33015&view=rev Log: Added Goods tab for ruledit See patch #7308 Added: trunk/tools/ruledit/tab_good.cpp trunk/tools/ruledit/tab_good.h Modified: trunk/common/improvement.h

[Freeciv-commits] r33014 - in /trunk/client/gui-gtk-3.0: citydlg.c diplodlg.c gui_main.c happiness.c helpdlg.c mapview.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 13:58:12 2016 New Revision: 33014 URL: http://svn.gna.org/viewcvs/freeciv?rev=33014&view=rev Log: Use gtk_image_new_from_surface() where possible instead of constructin temporary GtkPixbuf in gtk3-client. See patch #7304 Modified: trunk/client/gui-gtk-3.0/cityd

[Freeciv-commits] r33012 - /branches/S2_6/common/actions.c

2016-06-24 Thread sveinung84
Author: sveinung Date: Fri Jun 24 12:31:09 2016 New Revision: 33012 URL: http://svn.gna.org/viewcvs/freeciv?rev=33012&view=rev Log: Don't assume that an act prob is an int. Use functions to check properties of action probability data. This isolates the handling of the format to those functions.

[Freeciv-commits] r33013 - /branches/S2_6/common/actions.c

2016-06-24 Thread sveinung84
Author: sveinung Date: Fri Jun 24 12:31:17 2016 New Revision: 33013 URL: http://svn.gna.org/viewcvs/freeciv?rev=33013&view=rev Log: Comment fix: actions aren't Diplomat only. Action enablers started by controlling Diplomat / Spy actions. This isn't the case any more. Update comment. Modified:

[Freeciv-commits] r33011 - in /branches/S2_6/common: actions.h fc_types.h

2016-06-24 Thread sveinung84
Author: sveinung Date: Fri Jun 24 12:30:49 2016 New Revision: 33011 URL: http://svn.gna.org/viewcvs/freeciv?rev=33011&view=rev Log: Move definition of special act prob values. There is no need to have all the special action probability values in fc_types.h. Move them back to actions.h but keep th

[Freeciv-commits] r33010 - /branches/S2_6/common/actions.c

2016-06-24 Thread sveinung84
Author: sveinung Date: Fri Jun 24 12:30:25 2016 New Revision: 33010 URL: http://svn.gna.org/viewcvs/freeciv?rev=33010&view=rev Log: Make action_prob_is_signal() identify signals. See bug #24783 Modified: branches/S2_6/common/actions.c Modified: branches/S2_6/common/actions.c URL: http://sv

[Freeciv-commits] r33009 - /trunk/common/actions.c

2016-06-24 Thread sveinung84
Author: sveinung Date: Fri Jun 24 12:29:23 2016 New Revision: 33009 URL: http://svn.gna.org/viewcvs/freeciv?rev=33009&view=rev Log: Comment fix: actions aren't Diplomat only. Action enablers started by controlling Diplomat / Spy actions. This isn't the case any more. Update comment. Modified:

[Freeciv-commits] r33008 - /trunk/common/actions.c

2016-06-24 Thread sveinung84
Author: sveinung Date: Fri Jun 24 12:29:15 2016 New Revision: 33008 URL: http://svn.gna.org/viewcvs/freeciv?rev=33008&view=rev Log: Don't assume that an act prob is an int. Use functions to check properties of action probability data. This isolates the handling of the format to those functions.

[Freeciv-commits] r33007 - in /trunk/common: actions.h fc_types.h

2016-06-24 Thread sveinung84
Author: sveinung Date: Fri Jun 24 12:29:08 2016 New Revision: 33007 URL: http://svn.gna.org/viewcvs/freeciv?rev=33007&view=rev Log: Move definition of special act prob values. There is no need to have all the special action probability values in fc_types.h. Move them back to actions.h but keep th

[Freeciv-commits] r33006 - /trunk/common/actions.c

2016-06-24 Thread sveinung84
Author: sveinung Date: Fri Jun 24 12:28:47 2016 New Revision: 33006 URL: http://svn.gna.org/viewcvs/freeciv?rev=33006&view=rev Log: Make action_prob_is_signal() identify signals. See bug #24783 Modified: trunk/common/actions.c Modified: trunk/common/actions.c URL: http://svn.gna.org/viewcv

[Freeciv-commits] r33005 - in /branches/S2_5/server: citytools.c cityturn.c cityturn.h srv_main.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 12:10:53 2016 New Revision: 33005 URL: http://svn.gna.org/viewcvs/freeciv?rev=33005&view=rev Log: If there's international migration between two players' cities, refresh cities on everyone's clients. Reported by Frank See bug #24464 Modified: branches/S2_5/se

[Freeciv-commits] r33003 - in /trunk/server: citytools.c cityturn.c cityturn.h srv_main.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 12:10:42 2016 New Revision: 33003 URL: http://svn.gna.org/viewcvs/freeciv?rev=33003&view=rev Log: If there's international migration between two players' cities, refresh cities on everyone's clients. Reported by Frank See bug #24464 Modified: trunk/server/cit

[Freeciv-commits] r33004 - in /branches/S2_6/server: citytools.c cityturn.c cityturn.h srv_main.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 12:10:48 2016 New Revision: 33004 URL: http://svn.gna.org/viewcvs/freeciv?rev=33004&view=rev Log: If there's international migration between two players' cities, refresh cities on everyone's clients. Reported by Frank See bug #24464 Modified: branches/S2_6/se

[Freeciv-commits] r33002 - /branches/S2_5/tools/civmanual.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 11:48:34 2016 New Revision: 33002 URL: http://svn.gna.org/viewcvs/freeciv?rev=33002&view=rev Log: Close buildings tables in freeciv-manual generated output. Reported by Frank See bug #24778 Modified: branches/S2_5/tools/civmanual.c Modified: branches/S2_5/to

[Freeciv-commits] r33000 - /trunk/tools/civmanual.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 11:48:24 2016 New Revision: 33000 URL: http://svn.gna.org/viewcvs/freeciv?rev=33000&view=rev Log: Close buildings tables in freeciv-manual generated output. Reported by Frank See bug #24778 Modified: trunk/tools/civmanual.c Modified: trunk/tools/civmanual.c

[Freeciv-commits] r33001 - /branches/S2_6/tools/civmanual.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 11:48:28 2016 New Revision: 33001 URL: http://svn.gna.org/viewcvs/freeciv?rev=33001&view=rev Log: Close buildings tables in freeciv-manual generated output. Reported by Frank See bug #24778 Modified: branches/S2_6/tools/civmanual.c Modified: branches/S2_6/to

[Freeciv-commits] r32999 - in /branches/S2_5/server: commands.c settings.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 11:21:52 2016 New Revision: 32999 URL: http://svn.gna.org/viewcvs/freeciv?rev=32999&view=rev Log: When help of one server setting or command refers to another help item, tell user to type "/help" instead of just "help" See patch #7303 Modified: branches/S2_5/se

[Freeciv-commits] r32998 - in /branches/S2_6/server: commands.c settings.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 11:21:47 2016 New Revision: 32998 URL: http://svn.gna.org/viewcvs/freeciv?rev=32998&view=rev Log: When help of one server setting or command refers to another help item, tell user to type "/help" instead of just "help" See patch #7303 Modified: branches/S2_6/se

[Freeciv-commits] r32997 - in /trunk/server: commands.c settings.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 11:21:41 2016 New Revision: 32997 URL: http://svn.gna.org/viewcvs/freeciv?rev=32997&view=rev Log: When help of one server setting or command refers to another help item, tell user to type "/help" instead of just "help" See patch #7303 Modified: trunk/server/com

[Freeciv-commits] r32995 - /branches/S2_6/server/commands.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 11:10:09 2016 New Revision: 32995 URL: http://svn.gna.org/viewcvs/freeciv?rev=32995&view=rev Log: Removed extra newline from the end of the cancelvote command short help. Reported by Frank See bug #24784 Modified: branches/S2_6/server/commands.c Modified: br

[Freeciv-commits] r32996 - /branches/S2_5/server/commands.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 11:10:13 2016 New Revision: 32996 URL: http://svn.gna.org/viewcvs/freeciv?rev=32996&view=rev Log: Removed extra newline from the end of the cancelvote command short help. Reported by Frank See bug #24784 Modified: branches/S2_5/server/commands.c Modified: br

[Freeciv-commits] r32994 - /trunk/server/commands.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 11:10:02 2016 New Revision: 32994 URL: http://svn.gna.org/viewcvs/freeciv?rev=32994&view=rev Log: Removed extra newline from the end of the cancelvote command short help. Reported by Frank See bug #24784 Modified: trunk/server/commands.c Modified: trunk/serv

[Freeciv-commits] r32993 - in /branches/S2_5/server: civserver.c commands.c meta.c meta.h srv_main.c stdinhand.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 10:21:45 2016 New Revision: 32993 URL: http://svn.gna.org/viewcvs/freeciv?rev=32993&view=rev Log: Added persistent mode of the metaserver connection, initiated by 'metaconnection persistent' server command. It's not persistent as in keeping TCP connection alive, but

[Freeciv-commits] r32992 - in /branches/S2_6/server: civserver.c commands.c meta.c meta.h srv_main.c stdinhand.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 10:21:39 2016 New Revision: 32992 URL: http://svn.gna.org/viewcvs/freeciv?rev=32992&view=rev Log: Added persistent mode of the metaserver connection, initiated by 'metaconnection persistent' server command. It's not persistent as in keeping TCP connection alive, but

[Freeciv-commits] r32991 - in /trunk/server: civserver.c commands.c meta.c meta.h srv_main.c stdinhand.c

2016-06-24 Thread cazfi74
Author: cazfi Date: Fri Jun 24 10:21:34 2016 New Revision: 32991 URL: http://svn.gna.org/viewcvs/freeciv?rev=32991&view=rev Log: Added persistent mode of the metaserver connection, initiated by 'metaconnection persistent' server command. It's not persistent as in keeping TCP connection alive, but