[Freeciv-commits] r33031 - /trunk/common/tile.c

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 09:23:00 2016 New Revision: 33031 URL: http://svn.gna.org/viewcvs/freeciv?rev=33031=rev Log: Made tile_apple_extra() to disable also side-effects of conflicting extra, not only to remove it from the map. See bug #24792 Modified: trunk/common/tile.c Modified:

[Freeciv-commits] r33032 - /branches/S2_6/common/tile.c

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 09:23:06 2016 New Revision: 33032 URL: http://svn.gna.org/viewcvs/freeciv?rev=33032=rev Log: Made tile_apple_extra() to disable also side-effects of conflicting extra, not only to remove it from the map. See bug #24792 Modified: branches/S2_6/common/tile.c

[Freeciv-commits] r33033 - in /trunk: data/alien/ data/civ1/ data/civ2/ data/civ2civ3/ data/classic/ data/experimental/ data/multiplayer/ data...

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 09:35:09 2016 New Revision: 33033 URL: http://svn.gna.org/viewcvs/freeciv?rev=33033=rev Log: Save documentation comment about action enablers, disasters, achievements, and goods to the ruleset. See patch #7320 Modified: trunk/data/alien/game.ruleset

[Freeciv-commits] r33030 - /branches/S2_6/server/scripting/tolua_server.pkg

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 09:16:25 2016 New Revision: 33030 URL: http://svn.gna.org/viewcvs/freeciv?rev=33030=rev Log: Undeprecated lua function create_base() See patch #7317 Modified: branches/S2_6/server/scripting/tolua_server.pkg Modified:

[Freeciv-commits] r33034 - in /trunk/tools/ruledit: Makefile.am req_edit.cpp req_edit.h tab_good.cpp tab_good.h

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 09:50:28 2016 New Revision: 33034 URL: http://svn.gna.org/viewcvs/freeciv?rev=33034=rev Log: Added initial version of req_edit dialog to the ruledit. See patch #7319 Added: trunk/tools/ruledit/req_edit.cpp trunk/tools/ruledit/req_edit.h Modified:

[Freeciv-commits] r33045 - in /trunk/translations: core/POTFILES.skip nations/POTFILES.skip ruledit/POTFILES.in

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 19:59:18 2016 New Revision: 33045 URL: http://svn.gna.org/viewcvs/freeciv?rev=33045=rev Log: Updated POTFILES for new ruledit files. Modified: trunk/translations/core/POTFILES.skip trunk/translations/nations/POTFILES.skip

[Freeciv-commits] r33047 - /trunk/translations/ruledit/fi.po

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 20:13:09 2016 New Revision: 33047 URL: http://svn.gna.org/viewcvs/freeciv?rev=33047=rev Log: Updated Finnish translation of ruledit domain Modified: trunk/translations/ruledit/fi.po Modified: trunk/translations/ruledit/fi.po URL:

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

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 18:28:35 2016 New Revision: 33044 URL: http://svn.gna.org/viewcvs/freeciv?rev=33044=rev Log: Use extra_type pointer in most places where resource is needed. See patch #7324 Modified: trunk/client/editor.c trunk/client/gui-gtk-2.0/editprop.c

[Freeciv-commits] r33035 - /trunk/tools/ruledit/validity.c

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 16:31:02 2016 New Revision: 33035 URL: http://svn.gna.org/viewcvs/freeciv?rev=33035=rev Log: Added object removal validity check to check goods reqs. See patch #7318 Modified: trunk/tools/ruledit/validity.c Modified: trunk/tools/ruledit/validity.c URL:

[Freeciv-commits] r33037 - in /branches/S2_6: client/tilespec.c common/player.c

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 16:39:49 2016 New Revision: 33037 URL: http://svn.gna.org/viewcvs/freeciv?rev=33037=rev Log: Corrected global observers not to see whole map as part of a city map Reported by GriffonSpade See bug #24791 Modified: branches/S2_6/client/tilespec.c

[Freeciv-commits] r33038 - in /branches/S2_5: client/tilespec.c common/player.c

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 16:39:56 2016 New Revision: 33038 URL: http://svn.gna.org/viewcvs/freeciv?rev=33038=rev Log: Corrected global observers not to see whole map as part of a city map Reported by GriffonSpade See bug #24791 Modified: branches/S2_5/client/tilespec.c

[Freeciv-commits] r33036 - in /trunk: client/tilespec.c common/player.c

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 16:39:32 2016 New Revision: 33036 URL: http://svn.gna.org/viewcvs/freeciv?rev=33036=rev Log: Corrected global observers not to see whole map as part of a city map Reported by GriffonSpade See bug #24791 Modified: trunk/client/tilespec.c

[Freeciv-commits] r33039 - /branches/S2_5/server/edithand.c

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 17:00:28 2016 New Revision: 33039 URL: http://svn.gna.org/viewcvs/freeciv?rev=33039=rev Log: Adding base in the editor now handles also the side-effects, such as removing conflicting bases. Reported by Kumar See bug #23106 Modified:

[Freeciv-commits] r33041 - in /branches/S2_6: client/ common/ server/ server/scripting/

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 17:06:08 2016 New Revision: 33041 URL: http://svn.gna.org/viewcvs/freeciv?rev=33041=rev Log: Adding base in the editor now handles also the side-effects, such as removing conflicting bases. Reported by Kumar See bug #23106 Modified:

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

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 17:06:00 2016 New Revision: 33040 URL: http://svn.gna.org/viewcvs/freeciv?rev=33040=rev Log: Adding base in the editor now handles also the side-effects, such as removing conflicting bases. Reported by Kumar See bug #23106 Modified:

[Freeciv-commits] r33046 - /branches/S2_6/translations/ruledit/fi.po

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 20:06:31 2016 New Revision: 33046 URL: http://svn.gna.org/viewcvs/freeciv?rev=33046=rev Log: Removed outdated comment from the Finnish translation file of ruledit. Modified: branches/S2_6/translations/ruledit/fi.po Modified:

[Freeciv-commits] r33048 - in /trunk: ./ client/ common/ common/networking/ server/

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 20:56:59 2016 New Revision: 33048 URL: http://svn.gna.org/viewcvs/freeciv?rev=33048=rev Log: Separated MAX_LEN_CITYNAME from MAX_LEN_NAME, increased its value to 80. See patch #7305 Modified: trunk/client/packhand.c trunk/common/city.h

[Freeciv-commits] r33043 - in /branches/S2_6/data/alien: README.alien effects.ruleset game.ruleset

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 17:16:24 2016 New Revision: 33043 URL: http://svn.gna.org/viewcvs/freeciv?rev=33043=rev Log: Made calendar to advance one quarter of a year each turn in alien ruleset. See patch #7323 Modified: branches/S2_6/data/alien/README.alien

[Freeciv-commits] r33042 - in /trunk/data/alien: README.alien effects.ruleset game.ruleset

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 17:16:19 2016 New Revision: 33042 URL: http://svn.gna.org/viewcvs/freeciv?rev=33042=rev Log: Made calendar to advance one quarter of a year each turn in alien ruleset. See patch #7323 Modified: trunk/data/alien/README.alien trunk/data/alien/effects.ruleset

[Freeciv-commits] r33053 - /branches/S2_5/translations/freeciv/fi.po

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 22:45:29 2016 New Revision: 33053 URL: http://svn.gna.org/viewcvs/freeciv?rev=33053=rev Log: Updated Finnish translation. Modified: branches/S2_5/translations/freeciv/fi.po [This mail would be too long, it was shortened to contain the URLs only.] Modified:

[Freeciv-commits] r33055 - /trunk/translations/core/fi.po

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 22:48:20 2016 New Revision: 33055 URL: http://svn.gna.org/viewcvs/freeciv?rev=33055=rev Log: Updated Finnish translation. This is just S2_6 translation msgmerged against latest TRUNK strings. Modified: trunk/translations/core/fi.po [This mail would be too

[Freeciv-commits] r33049 - /trunk/server/settings.c

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 22:10:59 2016 New Revision: 33049 URL: http://svn.gna.org/viewcvs/freeciv?rev=33049=rev Log: Fixed typo "patttern" in fracture generator helptext. See bug #24794 Modified: trunk/server/settings.c Modified: trunk/server/settings.c URL:

[Freeciv-commits] r33050 - in /trunk: client/gui-gtk-3.0/gui_main.c doc/man/freeciv-client.6.in

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 22:31:30 2016 New Revision: 33050 URL: http://svn.gna.org/viewcvs/freeciv?rev=33050=rev Log: Silenced gtk+ warnings from gtk3-client by wrapping their printing to log_verbose(). User can override this with commadline option '-- --gtk-warnings' See patch #7231

[Freeciv-commits] r33052 - in /branches/S2_5: client/gui-gtk-3.0/gui_main.c doc/man/freeciv-client.6.in

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 22:31:41 2016 New Revision: 33052 URL: http://svn.gna.org/viewcvs/freeciv?rev=33052=rev Log: Silenced gtk+ warnings from gtk3-client by wrapping their printing to log_verbose(). User can override this with commadline option '-- --gtk-warnings' See patch #7231

[Freeciv-commits] r33054 - /branches/S2_6/translations/freeciv/fi.po

2016-06-26 Thread cazfi74
Author: cazfi Date: Sun Jun 26 22:45:53 2016 New Revision: 33054 URL: http://svn.gna.org/viewcvs/freeciv?rev=33054=rev Log: Updated Finnish translation. Modified: branches/S2_6/translations/freeciv/fi.po [This mail would be too long, it was shortened to contain the URLs only.] Modified:

[Freeciv-commits] r33056 - /trunk/client/mapview_common.c

2016-06-26 Thread 0jacobnk . gna
Author: jtn Date: Mon Jun 27 01:36:11 2016 New Revision: 33056 URL: http://svn.gna.org/viewcvs/freeciv?rev=33056=rev Log: Fix link mark display broken in r32989. See gna bug #24795. Modified: trunk/client/mapview_common.c Modified: trunk/client/mapview_common.c URL:

[Freeciv-commits] r33057 - /branches/S2_6/client/mapview_common.c

2016-06-26 Thread 0jacobnk . gna
Author: jtn Date: Mon Jun 27 01:53:29 2016 New Revision: 33057 URL: http://svn.gna.org/viewcvs/freeciv?rev=33057=rev Log: Fix link mark display broken in r32990. See gna bug #24795. Modified: branches/S2_6/client/mapview_common.c Modified: branches/S2_6/client/mapview_common.c URL:

[Freeciv-commits] r33060 - in /branches/S2_6: client/ client/gui-gtk-3.0/ client/gui-sdl/ client/gui-sdl2/ server/ tools/ tools/ruledit/ utility/

2016-06-26 Thread cazfi74
Author: cazfi Date: Mon Jun 27 04:46:56 2016 New Revision: 33060 URL: http://svn.gna.org/viewcvs/freeciv?rev=33060=rev Log: Free option values allocated with get_option_malloc(). See bug #24468 Modified: branches/S2_6/client/client_main.c branches/S2_6/client/gui-gtk-3.0/gui_main.c

[Freeciv-commits] r33059 - in /trunk: client/ client/gui-gtk-3.0/ client/gui-gtk-3.x/ client/gui-sdl2/ server/ tools/ tools/ruledit/ utility/

2016-06-26 Thread cazfi74
Author: cazfi Date: Mon Jun 27 04:46:48 2016 New Revision: 33059 URL: http://svn.gna.org/viewcvs/freeciv?rev=33059=rev Log: Free option values allocated with get_option_malloc(). See bug #24468 Modified: trunk/client/client_main.c trunk/client/gui-gtk-3.0/gui_main.c

[Freeciv-commits] r33058 - /trunk/server/srv_main.c

2016-06-26 Thread cazfi74
Author: cazfi Date: Mon Jun 27 02:52:23 2016 New Revision: 33058 URL: http://svn.gna.org/viewcvs/freeciv?rev=33058=rev Log: Count preparations (turn 0) as a turn toward saveturns counter. See patch #6915 Modified: trunk/server/srv_main.c Modified: trunk/server/srv_main.c URL: