[Freeciv-commits] r27999 - /branches/S2_4/server/citytools.c

2015-02-04 Thread pepeto69
Author: pepeto Date: Thu Feb 5 08:25:17 2015 New Revision: 27999 URL: http://svn.gna.org/viewcvs/freeciv?rev=27999view=rev Log: Backported fix for bug #20705: make transfer_city() hides/reveals units for players. Removed similar but incomplete code in unit_enter_city(). Reported by Szymon Siwek

[Freeciv-commits] r27895 - /trunk/common/research.c

2015-01-29 Thread pepeto69
Author: pepeto Date: Thu Jan 29 21:28:50 2015 New Revision: 27895 URL: http://svn.gna.org/viewcvs/freeciv?rev=27895view=rev Log: Use two string vector to store future technology names (one for untranslated names, one for translated name). Side effect: make proprer string freeing, reported by

[Freeciv-commits] r27899 - /trunk/common/research.c

2015-01-29 Thread pepeto69
Author: pepeto Date: Thu Jan 29 21:32:28 2015 New Revision: 27899 URL: http://svn.gna.org/viewcvs/freeciv?rev=27899view=rev Log: Make translation of Future Tech %d possible, as it was in earlier versions. See gna bug #23222 Modified: trunk/common/research.c Modified:

[Freeciv-commits] r27900 - /branches/S2_6/common/research.c

2015-01-29 Thread pepeto69
Author: pepeto Date: Thu Jan 29 21:32:34 2015 New Revision: 27900 URL: http://svn.gna.org/viewcvs/freeciv?rev=27900view=rev Log: Make translation of Future Tech %d possible, as it was in earlier versions. See gna bug #23222 Modified: branches/S2_6/common/research.c Modified:

[Freeciv-commits] r27898 - /branches/S2_4/common/tech.c

2015-01-29 Thread pepeto69
Author: pepeto Date: Thu Jan 29 21:29:03 2015 New Revision: 27898 URL: http://svn.gna.org/viewcvs/freeciv?rev=27898view=rev Log: Use two string vector to store future technology names (one for untranslated names, one for translated name). Side effect: make proprer string freeing, reported by

[Freeciv-commits] r27896 - /branches/S2_6/common/research.c

2015-01-29 Thread pepeto69
Author: pepeto Date: Thu Jan 29 21:28:54 2015 New Revision: 27896 URL: http://svn.gna.org/viewcvs/freeciv?rev=27896view=rev Log: Use two string vector to store future technology names (one for untranslated names, one for translated name). Side effect: make proprer string freeing, reported by

[Freeciv-commits] r27897 - /branches/S2_5/common/tech.c

2015-01-29 Thread pepeto69
Author: pepeto Date: Thu Jan 29 21:28:58 2015 New Revision: 27897 URL: http://svn.gna.org/viewcvs/freeciv?rev=27897view=rev Log: Use two string vector to store future technology names (one for untranslated names, one for translated name). Side effect: make proprer string freeing, reported by

[Freeciv-commits] r27873 - in /trunk/client: control.c goto.c

2015-01-28 Thread pepeto69
Author: pepeto Date: Wed Jan 28 09:59:10 2015 New Revision: 27873 URL: http://svn.gna.org/viewcvs/freeciv?rev=27873view=rev Log: Show patrol return path and related changes. See gna bug #22692 Modified: trunk/client/control.c trunk/client/goto.c Modified: trunk/client/control.c URL:

[Freeciv-commits] r27874 - in /branches/S2_6/client: control.c goto.c

2015-01-28 Thread pepeto69
Author: pepeto Date: Wed Jan 28 09:59:14 2015 New Revision: 27874 URL: http://svn.gna.org/viewcvs/freeciv?rev=27874view=rev Log: Show patrol return path and related changes. See gna bug #22692 Modified: branches/S2_6/client/control.c branches/S2_6/client/goto.c Modified:

[Freeciv-commits] r27872 - in /branches/S2_6/client: control.c goto.c goto.h tilespec.c

2015-01-28 Thread pepeto69
Author: pepeto Date: Wed Jan 28 09:37:31 2015 New Revision: 27872 URL: http://svn.gna.org/viewcvs/freeciv?rev=27872view=rev Log: Add support for displaying new goto sprites such as waypoints, turn steps etc. See gna patch #5233 Modified: branches/S2_6/client/control.c

[Freeciv-commits] r27871 - in /trunk/client: control.c goto.c goto.h tilespec.c

2015-01-28 Thread pepeto69
Author: pepeto Date: Wed Jan 28 09:37:27 2015 New Revision: 27871 URL: http://svn.gna.org/viewcvs/freeciv?rev=27871view=rev Log: Add support for displaying new goto sprites such as waypoints, turn steps etc. See gna patch #5233 Modified: trunk/client/control.c trunk/client/goto.c

[Freeciv-commits] r27851 - /trunk/server/maphand.c

2015-01-26 Thread pepeto69
Author: pepeto Date: Mon Jan 26 11:36:23 2015 New Revision: 27851 URL: http://svn.gna.org/viewcvs/freeciv?rev=27851view=rev Log: Fix a typo that was causing the buoys to give vision forever (uneless the user saves and reloads the game) even if the base was removed. See gna bug #20758 Modified:

[Freeciv-commits] r27852 - /branches/S2_6/server/maphand.c

2015-01-26 Thread pepeto69
Author: pepeto Date: Mon Jan 26 11:36:24 2015 New Revision: 27852 URL: http://svn.gna.org/viewcvs/freeciv?rev=27852view=rev Log: Fix a typo that was causing the buoys to give vision forever (uneless the user saves and reloads the game) even if the base was removed. See gna bug #20758 Modified:

[Freeciv-commits] r27854 - /trunk/server/maphand.c

2015-01-26 Thread pepeto69
Author: pepeto Date: Mon Jan 26 11:43:56 2015 New Revision: 27854 URL: http://svn.gna.org/viewcvs/freeciv?rev=27854view=rev Log: Remove buoys from owner player knowledge when they get destroyed. See gna bug #22863 Modified: trunk/server/maphand.c Modified: trunk/server/maphand.c URL:

[Freeciv-commits] r27855 - /branches/S2_5/server/maphand.c

2015-01-26 Thread pepeto69
Author: pepeto Date: Mon Jan 26 11:43:58 2015 New Revision: 27855 URL: http://svn.gna.org/viewcvs/freeciv?rev=27855view=rev Log: Remove buoys from owner player knowledge when they get destroyed. See gna bug #22863 Modified: branches/S2_5/server/maphand.c Modified:

[Freeciv-commits] r27853 - /branches/S2_6/server/maphand.c

2015-01-26 Thread pepeto69
Author: pepeto Date: Mon Jan 26 11:43:50 2015 New Revision: 27853 URL: http://svn.gna.org/viewcvs/freeciv?rev=27853view=rev Log: Remove buoys from owner player knowledge when they get destroyed. See gna bug #22863 Modified: branches/S2_6/server/maphand.c Modified:

[Freeciv-commits] r27856 - /branches/S2_4/server/maphand.c

2015-01-26 Thread pepeto69
Author: pepeto Date: Mon Jan 26 11:44:03 2015 New Revision: 27856 URL: http://svn.gna.org/viewcvs/freeciv?rev=27856view=rev Log: Remove buoys from owner player knowledge when they get destroyed. See gna bug #22863 Modified: branches/S2_4/server/maphand.c Modified:

[Freeciv-commits] r27662 - /branches/S2_6/utility/log.h

2015-01-13 Thread pepeto69
Author: pepeto Date: Tue Jan 13 16:38:00 2015 New Revision: 27662 URL: http://svn.gna.org/viewcvs/freeciv?rev=27662view=rev Log: Force usage of semicolon after fc_assert_XXX(). See gna patch #5697 Modified: branches/S2_6/utility/log.h Modified: branches/S2_6/utility/log.h URL:

[Freeciv-commits] r27661 - /trunk/utility/log.h

2015-01-13 Thread pepeto69
Author: pepeto Date: Tue Jan 13 16:37:58 2015 New Revision: 27661 URL: http://svn.gna.org/viewcvs/freeciv?rev=27661view=rev Log: Force usage of semicolon after fc_assert_XXX(). See gna patch #5697 Modified: trunk/utility/log.h Modified: trunk/utility/log.h URL:

[Freeciv-commits] r27663 - in /trunk: client/options.c server/savegame2.c server/savegame3.c utility/support.c

2015-01-13 Thread pepeto69
Author: pepeto Date: Tue Jan 13 16:40:37 2015 New Revision: 27663 URL: http://svn.gna.org/viewcvs/freeciv?rev=27663view=rev Log: Remove a couple of functionalities made inside fc_assert_XXX() calls. See gna patch #5700 Modified: trunk/client/options.c trunk/server/savegame2.c

[Freeciv-commits] r27664 - in /branches/S2_6: client/options.c server/savegame2.c utility/support.c

2015-01-13 Thread pepeto69
Author: pepeto Date: Tue Jan 13 16:40:41 2015 New Revision: 27664 URL: http://svn.gna.org/viewcvs/freeciv?rev=27664view=rev Log: Remove a couple of functionalities made inside fc_assert_XXX() calls. See gna patch #5700 Modified: branches/S2_6/client/options.c

[Freeciv-commits] r27659 - in /trunk: ai/default/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ server/advisors/

2015-01-13 Thread pepeto69
Author: pepeto Date: Tue Jan 13 16:24:46 2015 New Revision: 27659 URL: http://svn.gna.org/viewcvs/freeciv?rev=27659view=rev Log: Add missing semicolon after fc_assert_XXX() usage. See gna patch #5695 Modified: trunk/ai/default/aisettler.c trunk/client/gui-gtk-2.0/diplodlg.c

[Freeciv-commits] r27660 - in /branches/S2_6: ai/default/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ server/advisors/

2015-01-13 Thread pepeto69
Author: pepeto Date: Tue Jan 13 16:24:49 2015 New Revision: 27660 URL: http://svn.gna.org/viewcvs/freeciv?rev=27660view=rev Log: Add missing semicolon after fc_assert_XXX() usage. See gna patch #5695 Modified: branches/S2_6/ai/default/aisettler.c

[Freeciv-commits] r27634 - /trunk/client/mapctrl_common.c

2015-01-12 Thread pepeto69
Author: pepeto Date: Mon Jan 12 14:38:02 2015 New Revision: 27634 URL: http://svn.gna.org/viewcvs/freeciv?rev=27634view=rev Log: Client: make city selection possible even if borders are disabled in game rules. Reported anonymously See gna bug #23058 Modified: trunk/client/mapctrl_common.c

[Freeciv-commits] r27637 - /branches/S2_4/client/mapctrl_common.c

2015-01-12 Thread pepeto69
Author: pepeto Date: Mon Jan 12 14:38:38 2015 New Revision: 27637 URL: http://svn.gna.org/viewcvs/freeciv?rev=27637view=rev Log: Client: make city selection possible even if borders are disabled in game rules. Reported anonymously See gna bug #23058 Modified:

[Freeciv-commits] r27636 - /branches/S2_5/client/mapctrl_common.c

2015-01-12 Thread pepeto69
Author: pepeto Date: Mon Jan 12 14:38:29 2015 New Revision: 27636 URL: http://svn.gna.org/viewcvs/freeciv?rev=27636view=rev Log: Client: make city selection possible even if borders are disabled in game rules. Reported anonymously See gna bug #23058 Modified:

[Freeciv-commits] r27635 - /branches/S2_6/client/mapctrl_common.c

2015-01-12 Thread pepeto69
Author: pepeto Date: Mon Jan 12 14:38:14 2015 New Revision: 27635 URL: http://svn.gna.org/viewcvs/freeciv?rev=27635view=rev Log: Client: make city selection possible even if borders are disabled in game rules. Reported anonymously See gna bug #23058 Modified:

[Freeciv-commits] r27640 - /branches/S2_5/common/vision.c

2015-01-12 Thread pepeto69
Author: pepeto Date: Mon Jan 12 14:42:02 2015 New Revision: 27640 URL: http://svn.gna.org/viewcvs/freeciv?rev=27640view=rev Log: Fix typo in vision_site_update_from_city() assertions making assignments instead of comparisons. See gna bug #23167 Modified: branches/S2_5/common/vision.c

[Freeciv-commits] r27641 - /branches/S2_4/common/vision.c

2015-01-12 Thread pepeto69
Author: pepeto Date: Mon Jan 12 14:42:06 2015 New Revision: 27641 URL: http://svn.gna.org/viewcvs/freeciv?rev=27641view=rev Log: Fix typo in vision_site_update_from_city() assertions making assignments instead of comparisons. See gna bug #23167 Modified: branches/S2_4/common/vision.c

[Freeciv-commits] r27638 - /trunk/common/vision.c

2015-01-12 Thread pepeto69
Author: pepeto Date: Mon Jan 12 14:41:53 2015 New Revision: 27638 URL: http://svn.gna.org/viewcvs/freeciv?rev=27638view=rev Log: Fix typo in vision_site_update_from_city() assertions making assignments instead of comparisons. See gna bug #23167 Modified: trunk/common/vision.c Modified:

[Freeciv-commits] r27639 - /branches/S2_6/common/vision.c

2015-01-12 Thread pepeto69
Author: pepeto Date: Mon Jan 12 14:41:57 2015 New Revision: 27639 URL: http://svn.gna.org/viewcvs/freeciv?rev=27639view=rev Log: Fix typo in vision_site_update_from_city() assertions making assignments instead of comparisons. See gna bug #23167 Modified: branches/S2_6/common/vision.c

[Freeciv-commits] r27631 - in /trunk: common/unit.c common/unit.h server/unittools.c

2015-01-12 Thread pepeto69
Author: pepeto Date: Mon Jan 12 14:25:24 2015 New Revision: 27631 URL: http://svn.gna.org/viewcvs/freeciv?rev=27631view=rev Log: Fix two bugs about unit knowledge at client side related with unit moves: * when a nuclear moves to an enemy city and explode there, the owner of the unit would see a

[Freeciv-commits] r27632 - in /branches/S2_6: common/unit.c common/unit.h server/unittools.c

2015-01-12 Thread pepeto69
Author: pepeto Date: Mon Jan 12 14:25:28 2015 New Revision: 27632 URL: http://svn.gna.org/viewcvs/freeciv?rev=27632view=rev Log: Fix two bugs about unit knowledge at client side related with unit moves: * when a nuclear moves to an enemy city and explode there, the owner of the unit would see a

[Freeciv-commits] r27633 - in /branches/S2_5: common/unit.c common/unit.h server/unittools.c

2015-01-12 Thread pepeto69
Author: pepeto Date: Mon Jan 12 14:25:30 2015 New Revision: 27633 URL: http://svn.gna.org/viewcvs/freeciv?rev=27633view=rev Log: Fix two bugs about unit knowledge at client side related with unit moves: * when a nuclear moves to an enemy city and explode there, the owner of the unit would see a

[Freeciv-commits] r27546 - /branches/S2_4/server/srv_main.c

2015-01-06 Thread pepeto69
Author: pepeto Date: Tue Jan 6 10:18:13 2015 New Revision: 27546 URL: http://svn.gna.org/viewcvs/freeciv?rev=27546view=rev Log: Do not call startpos_hash_replace() in the middle of a startpos_hash_iterate loop, causing the hash table to be possibly resized. Reported by Andreas Røsdal andreasr

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

2014-12-17 Thread pepeto69
Author: pepeto Date: Thu Dec 18 00:40:30 2014 New Revision: 27336 URL: http://svn.gna.org/viewcvs/freeciv?rev=27336view=rev Log: Replace packet variant process by function pointers. See gna patch #5565 Modified: trunk/client/packhand.c trunk/common/connection.c

[Freeciv-commits] r27337 - in /trunk/common: generate_packets.py packets.c

2014-12-17 Thread pepeto69
Author: pepeto Date: Thu Dec 18 00:48:24 2014 New Revision: 27337 URL: http://svn.gna.org/viewcvs/freeciv?rev=27337view=rev Log: Remove get_packet_from_connection_helper() and receive_packet_XXX() functions. Access to the function directly from pointers. See gna patch #5566 Modified:

[Freeciv-commits] r27339 - /trunk/common/generate_packets.py

2014-12-17 Thread pepeto69
Author: pepeto Date: Thu Dec 18 00:56:40 2014 New Revision: 27339 URL: http://svn.gna.org/viewcvs/freeciv?rev=27339view=rev Log: Replace switch statement by an array of booleans in packet_has_game_info_flag(). See gna patch #5568 Modified: trunk/common/generate_packets.py Modified:

[Freeciv-commits] r27338 - /trunk/common/generate_packets.py

2014-12-17 Thread pepeto69
Author: pepeto Date: Thu Dec 18 00:56:38 2014 New Revision: 27338 URL: http://svn.gna.org/viewcvs/freeciv?rev=27338view=rev Log: Replace switch statement by an array of strings in packet_name(). See gna patch #5567 Modified: trunk/common/generate_packets.py Modified:

[Freeciv-commits] r27282 - /branches/S2_5/server/sanitycheck.c

2014-12-13 Thread pepeto69
Author: pepeto Date: Sat Dec 13 10:47:04 2014 New Revision: 27282 URL: http://svn.gna.org/viewcvs/freeciv?rev=27282view=rev Log: Sanity check: ensure team mates have an embassy and shared vision each others. Do diplomatic checking only once per player couple. See gna patch #5472 Modified:

[Freeciv-commits] r27281 - /trunk/server/sanitycheck.c

2014-12-13 Thread pepeto69
Author: pepeto Date: Sat Dec 13 10:47:00 2014 New Revision: 27281 URL: http://svn.gna.org/viewcvs/freeciv?rev=27281view=rev Log: Sanity check: ensure team mates have an embassy and shared vision each others. Do diplomatic checking only once per player couple. See gna patch #5472 Modified:

[Freeciv-commits] r27143 - /branches/S2_5/server/maphand.c

2014-11-28 Thread pepeto69
Author: pepeto Date: Fri Nov 28 09:12:41 2014 New Revision: 27143 URL: http://svn.gna.org/viewcvs/freeciv?rev=27143view=rev Log: Make destroy_base() consider base_owner() instead of tile_owner() for cleanup. See gna bug #22850 Modified: branches/S2_5/server/maphand.c Modified:

[Freeciv-commits] r27145 - /branches/S2_5/server/plrhand.c

2014-11-28 Thread pepeto69
Author: pepeto Date: Fri Nov 28 09:23:08 2014 New Revision: 27145 URL: http://svn.gna.org/viewcvs/freeciv?rev=27145view=rev Log: Make team mates unable to withdraw shared vision. See gna bug #22992 Modified: branches/S2_5/server/plrhand.c Modified: branches/S2_5/server/plrhand.c URL:

[Freeciv-commits] r27146 - /branches/S2_4/server/plrhand.c

2014-11-28 Thread pepeto69
Author: pepeto Date: Fri Nov 28 09:23:11 2014 New Revision: 27146 URL: http://svn.gna.org/viewcvs/freeciv?rev=27146view=rev Log: Make team mates unable to withdraw shared vision. See gna bug #22992 Modified: branches/S2_4/server/plrhand.c Modified: branches/S2_4/server/plrhand.c URL:

[Freeciv-commits] r27144 - /trunk/server/plrhand.c

2014-11-28 Thread pepeto69
Author: pepeto Date: Fri Nov 28 09:23:03 2014 New Revision: 27144 URL: http://svn.gna.org/viewcvs/freeciv?rev=27144view=rev Log: Make team mates unable to withdraw shared vision. See gna bug #22992 Modified: trunk/server/plrhand.c Modified: trunk/server/plrhand.c URL:

[Freeciv-commits] r27147 - /trunk/common/player.c

2014-11-28 Thread pepeto69
Author: pepeto Date: Fri Nov 28 09:41:26 2014 New Revision: 27147 URL: http://svn.gna.org/viewcvs/freeciv?rev=27147view=rev Log: Simplify players_on_same_team(). See gna patch #5460 Modified: trunk/common/player.c Modified: trunk/common/player.c URL:

[Freeciv-commits] r27148 - /branches/S2_5/common/player.c

2014-11-28 Thread pepeto69
Author: pepeto Date: Fri Nov 28 09:41:30 2014 New Revision: 27148 URL: http://svn.gna.org/viewcvs/freeciv?rev=27148view=rev Log: Simplify players_on_same_team(). See gna patch #5460 Modified: branches/S2_5/common/player.c Modified: branches/S2_5/common/player.c URL:

[Freeciv-commits] r27150 - /trunk/utility/generate_specenum.py

2014-11-28 Thread pepeto69
Author: pepeto Date: Fri Nov 28 09:59:11 2014 New Revision: 27150 URL: http://svn.gna.org/viewcvs/freeciv?rev=27150view=rev Log: Add gcc 'const' attributes to specenum functions. See gna patch #5462 Modified: trunk/utility/generate_specenum.py Modified: trunk/utility/generate_specenum.py

[Freeciv-commits] r27149 - in /trunk: common/tech.c common/terrain.c common/unittype.c utility/generate_specenum.py

2014-11-28 Thread pepeto69
Author: pepeto Date: Fri Nov 28 09:59:09 2014 New Revision: 27149 URL: http://svn.gna.org/viewcvs/freeciv?rev=27149view=rev Log: Remove usage of switch statements in the specenum module. See gna patch #5461 Modified: trunk/common/tech.c trunk/common/terrain.c trunk/common/unittype.c

[Freeciv-commits] r27129 - in /branches/S2_5: common/ common/aicore/ server/

2014-11-25 Thread pepeto69
Author: pepeto Date: Tue Nov 25 10:14:25 2014 New Revision: 27129 URL: http://svn.gna.org/viewcvs/freeciv?rev=27129view=rev Log: Allow a city with more than maximal trade route number to establish a new trade route if the trade income of the new trade route is greater than the sum of the weakest

[Freeciv-commits] r27128 - in /trunk: common/aicore/caravan.c common/traderoutes.c common/traderoutes.h server/citytools.c server/unithand.c

2014-11-25 Thread pepeto69
Author: pepeto Date: Tue Nov 25 10:14:23 2014 New Revision: 27128 URL: http://svn.gna.org/viewcvs/freeciv?rev=27128view=rev Log: Allow a city with more than maximal trade route number to establish a new trade route if the trade income of the new trade route is greater than the sum of the weakest

[Freeciv-commits] r27036 - /trunk/common/improvement.c

2014-11-13 Thread pepeto69
Author: pepeto Date: Thu Nov 13 21:12:54 2014 New Revision: 27036 URL: http://svn.gna.org/viewcvs/freeciv?rev=27036view=rev Log: Make can_player_build_improvement_later() not returning TRUE for great wonder already built. Reported by mir3x See gna bug #22667 Modified:

[Freeciv-commits] r27037 - /branches/S2_5/common/improvement.c

2014-11-13 Thread pepeto69
Author: pepeto Date: Thu Nov 13 21:12:58 2014 New Revision: 27037 URL: http://svn.gna.org/viewcvs/freeciv?rev=27037view=rev Log: Make can_player_build_improvement_later() not returning TRUE for great wonder already built. Reported by mir3x See gna bug #22667 Modified:

[Freeciv-commits] r27038 - /branches/S2_4/common/improvement.c

2014-11-13 Thread pepeto69
Author: pepeto Date: Thu Nov 13 21:13:03 2014 New Revision: 27038 URL: http://svn.gna.org/viewcvs/freeciv?rev=27038view=rev Log: Make can_player_build_improvement_later() not returning TRUE for great wonder already built. Reported by mir3x See gna bug #22667 Modified:

[Freeciv-commits] r27039 - /trunk/server/savegame2.c

2014-11-13 Thread pepeto69
Author: pepeto Date: Thu Nov 13 21:17:47 2014 New Revision: 27039 URL: http://svn.gna.org/viewcvs/freeciv?rev=27039view=rev Log: Save and load global advances in savegames. It might be the cause of disabled survive effects if the technology was lost before saving. See gna bug #22909 Modified:

[Freeciv-commits] r27041 - /branches/S2_4/server/savegame2.c

2014-11-13 Thread pepeto69
Author: pepeto Date: Thu Nov 13 21:17:58 2014 New Revision: 27041 URL: http://svn.gna.org/viewcvs/freeciv?rev=27041view=rev Log: Save and load global advances in savegames. It might be the cause of disabled survive effects if the technology was lost before saving. See gna bug #22909 Modified:

[Freeciv-commits] r27040 - /branches/S2_5/server/savegame2.c

2014-11-13 Thread pepeto69
Author: pepeto Date: Thu Nov 13 21:17:52 2014 New Revision: 27040 URL: http://svn.gna.org/viewcvs/freeciv?rev=27040view=rev Log: Save and load global advances in savegames. It might be the cause of disabled survive effects if the technology was lost before saving. See gna bug #22909 Modified:

[Freeciv-commits] r27015 - in /trunk/common: research.c research.h

2014-11-10 Thread pepeto69
Author: pepeto Date: Mon Nov 10 10:24:20 2014 New Revision: 27015 URL: http://svn.gna.org/viewcvs/freeciv?rev=27015view=rev Log: For determining if a technology state should be TECH_PREREQS_KNOWN, take in account if all root requirements are known. Moreover, the reachability and the knowledge of

[Freeciv-commits] r27016 - /trunk/common/research.c

2014-11-10 Thread pepeto69
Author: pepeto Date: Mon Nov 10 10:28:12 2014 New Revision: 27016 URL: http://svn.gna.org/viewcvs/freeciv?rev=27016view=rev Log: Remove invalid test line from research_total_bulbs_required(). See gna bug #22911 Modified: trunk/common/research.c Modified: trunk/common/research.c URL:

[Freeciv-commits] r27018 - /branches/S2_5/common/tech.c

2014-11-10 Thread pepeto69
Author: pepeto Date: Mon Nov 10 10:31:31 2014 New Revision: 27018 URL: http://svn.gna.org/viewcvs/freeciv?rev=27018view=rev Log: Do not count the cost of A_NONE when calculating player technology upkeep. See gna bug #22912 Modified: branches/S2_5/common/tech.c Modified:

[Freeciv-commits] r27017 - /trunk/common/research.c

2014-11-10 Thread pepeto69
Author: pepeto Date: Mon Nov 10 10:31:23 2014 New Revision: 27017 URL: http://svn.gna.org/viewcvs/freeciv?rev=27017view=rev Log: Do not count the cost of A_NONE when calculating player technology upkeep. See gna bug #22912 Modified: trunk/common/research.c Modified: trunk/common/research.c

[Freeciv-commits] r27020 - /trunk/server/generator/mapgen.c

2014-11-10 Thread pepeto69
Author: pepeto Date: Mon Nov 10 10:34:09 2014 New Revision: 27020 URL: http://svn.gna.org/viewcvs/freeciv?rev=27020view=rev Log: Fair island map generator: use CITY_MAP_DEFAULT_RADIUS and CITY_MAP_DEFAULT_RADIUS_SQ for determining the amount of sea tiles around the island with start positions.

[Freeciv-commits] r27021 - /branches/S2_5/server/generator/mapgen.c

2014-11-10 Thread pepeto69
Author: pepeto Date: Mon Nov 10 10:34:14 2014 New Revision: 27021 URL: http://svn.gna.org/viewcvs/freeciv?rev=27021view=rev Log: Fair island map generator: use CITY_MAP_DEFAULT_RADIUS and CITY_MAP_DEFAULT_RADIUS_SQ for determining the amount of sea tiles around the island with start positions.

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

2014-11-05 Thread pepeto69
Author: pepeto Date: Wed Nov 5 21:30:19 2014 New Revision: 26966 URL: http://svn.gna.org/viewcvs/freeciv?rev=26966view=rev Log: Add the possible arguments for reset command in its synopsis. Report and patch by Frank dunnoob See gna bug #22847 Modified: trunk/server/commands.c Modified:

[Freeciv-commits] r26967 - /branches/S2_4/server/commands.c

2014-11-05 Thread pepeto69
Author: pepeto Date: Wed Nov 5 21:30:25 2014 New Revision: 26967 URL: http://svn.gna.org/viewcvs/freeciv?rev=26967view=rev Log: Add the possible arguments for reset command in its synopsis. Report and patch by Frank dunnoob See gna bug #22847 Modified: branches/S2_4/server/commands.c

[Freeciv-commits] r26969 - /branches/S2_5/server/generator/mapgen.c

2014-11-05 Thread pepeto69
Author: pepeto Date: Wed Nov 5 21:36:21 2014 New Revision: 26969 URL: http://svn.gna.org/viewcvs/freeciv?rev=26969view=rev Log: Fix a typo causing the fair map generator using 'specials' server setting instead of 'huts' for generating huts on the map. Reported by Xavier See gna bug #22904

[Freeciv-commits] r26971 - in /branches/S2_5: common/tech.c server/ruleset.c

2014-11-05 Thread pepeto69
Author: pepeto Date: Wed Nov 5 21:43:26 2014 New Revision: 26971 URL: http://svn.gna.org/viewcvs/freeciv?rev=26971view=rev Log: Revert partially patch #5357 because if was breaking the stop technology root requirement propagation. Reported by Jacob Nevins jtn See gna bug #22876 Modified:

[Freeciv-commits] r26970 - in /trunk: common/research.c server/ruleset.c

2014-11-05 Thread pepeto69
Author: pepeto Date: Wed Nov 5 21:43:19 2014 New Revision: 26970 URL: http://svn.gna.org/viewcvs/freeciv?rev=26970view=rev Log: Revert partially patch #5357 because if was breaking the stop technology root requirement propagation. Reported by Jacob Nevins jtn See gna bug #22876 Modified:

[Freeciv-commits] r26974 - /branches/S2_5/server/generator/mapgen.c

2014-11-05 Thread pepeto69
Author: pepeto Date: Wed Nov 5 23:09:10 2014 New Revision: 26974 URL: http://svn.gna.org/viewcvs/freeciv?rev=26974view=rev Log: Fair island generator: make resources on poles and make huts everywhere it is possible. See gna bug #22906 Modified: branches/S2_5/server/generator/mapgen.c

[Freeciv-commits] r26973 - /trunk/server/generator/mapgen.c

2014-11-05 Thread pepeto69
Author: pepeto Date: Wed Nov 5 23:09:05 2014 New Revision: 26973 URL: http://svn.gna.org/viewcvs/freeciv?rev=26973view=rev Log: Fair island generator: make resources on poles and make huts everywhere it is possible. See gna bug #22906 Modified: trunk/server/generator/mapgen.c Modified:

[Freeciv-commits] r26956 - in /trunk/server: diplhand.c plrhand.c plrhand.h unittools.c unittools.h

2014-11-02 Thread pepeto69
Author: pepeto Date: Sun Nov 2 19:41:30 2014 New Revision: 26956 URL: http://svn.gna.org/viewcvs/freeciv?rev=26956view=rev Log: Do not ask the client to remove unseen units when players break up an alliance. Reported by Sveinung Kvilhaugsvik sveinung See gna bug #22795 Modified:

[Freeciv-commits] r26957 - in /branches/S2_5/server: diplhand.c plrhand.c plrhand.h unittools.c unittools.h

2014-11-02 Thread pepeto69
Author: pepeto Date: Sun Nov 2 19:41:36 2014 New Revision: 26957 URL: http://svn.gna.org/viewcvs/freeciv?rev=26957view=rev Log: Do not ask the client to remove unseen units when players break up an alliance. Reported by Sveinung Kvilhaugsvik sveinung See gna bug #22795 Modified:

[Freeciv-commits] r26958 - /trunk/server/maphand.c

2014-11-02 Thread pepeto69
Author: pepeto Date: Sun Nov 2 20:19:58 2014 New Revision: 26958 URL: http://svn.gna.org/viewcvs/freeciv?rev=26958view=rev Log: Remove correctly the vision of a base after pillage. See gna bug #22850 Modified: trunk/server/maphand.c Modified: trunk/server/maphand.c URL:

[Freeciv-commits] r26961 - /branches/S2_4/utility/fcbacktrace.c

2014-11-02 Thread pepeto69
Author: pepeto Date: Sun Nov 2 20:25:52 2014 New Revision: 26961 URL: http://svn.gna.org/viewcvs/freeciv?rev=26961view=rev Log: Pass right second argument to backtrace(). See gna bug #22854 Modified: branches/S2_4/utility/fcbacktrace.c Modified: branches/S2_4/utility/fcbacktrace.c URL:

[Freeciv-commits] r26959 - /trunk/utility/fcbacktrace.c

2014-11-02 Thread pepeto69
Author: pepeto Date: Sun Nov 2 20:25:37 2014 New Revision: 26959 URL: http://svn.gna.org/viewcvs/freeciv?rev=26959view=rev Log: Pass right second argument to backtrace(). See gna bug #22854 Modified: trunk/utility/fcbacktrace.c Modified: trunk/utility/fcbacktrace.c URL:

[Freeciv-commits] r26960 - /branches/S2_5/utility/fcbacktrace.c

2014-11-02 Thread pepeto69
Author: pepeto Date: Sun Nov 2 20:25:45 2014 New Revision: 26960 URL: http://svn.gna.org/viewcvs/freeciv?rev=26960view=rev Log: Pass right second argument to backtrace(). See gna bug #22854 Modified: branches/S2_5/utility/fcbacktrace.c Modified: branches/S2_5/utility/fcbacktrace.c URL:

[Freeciv-commits] r26962 - /trunk/server/generator/mapgen.c

2014-11-02 Thread pepeto69
Author: pepeto Date: Sun Nov 2 20:28:50 2014 New Revision: 26962 URL: http://svn.gna.org/viewcvs/freeciv?rev=26962view=rev Log: Remove duplicate test and move fallback check for map generator 3. Patch by Micke mss_8734 with minor changes by me See gna patch #3907 Modified:

[Freeciv-commits] r26963 - /branches/S2_5/server/generator/mapgen.c

2014-11-02 Thread pepeto69
Author: pepeto Date: Sun Nov 2 20:28:54 2014 New Revision: 26963 URL: http://svn.gna.org/viewcvs/freeciv?rev=26963view=rev Log: Remove duplicate test and move fallback check for map generator 3. Patch by Micke mss_8734 with minor changes by me See gna patch #3907 Modified:

[Freeciv-commits] r26843 - /branches/S2_4/server/sernet.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:20:20 2014 New Revision: 26843 URL: http://svn.gna.org/viewcvs/freeciv?rev=26843view=rev Log: When configured with HAVE_GETLINE and !HAVE_LIBREADLINE, make user empty line not ignoring the standard input stream. Reported by Marko Lindqvist cazfi See gna bug

[Freeciv-commits] r26842 - /branches/S2_5/server/sernet.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:20:16 2014 New Revision: 26842 URL: http://svn.gna.org/viewcvs/freeciv?rev=26842view=rev Log: When configured with HAVE_GETLINE and !HAVE_LIBREADLINE, make user empty line not ignoring the standard input stream. Reported by Marko Lindqvist cazfi See gna bug

[Freeciv-commits] r26841 - /trunk/server/sernet.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:20:11 2014 New Revision: 26841 URL: http://svn.gna.org/viewcvs/freeciv?rev=26841view=rev Log: When configured with HAVE_GETLINE and !HAVE_LIBREADLINE, make user empty line not ignoring the standard input stream. Reported by Marko Lindqvist cazfi See gna bug

[Freeciv-commits] r26845 - /branches/S2_5/server/scripting/api_server_edit.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:24:27 2014 New Revision: 26845 URL: http://svn.gna.org/viewcvs/freeciv?rev=26845view=rev Log: Send the tile label to the clients able to see the tile when a new label is set by a lua script. Reported by Jacob Nevins jtn See gna bug #19962 Modified:

[Freeciv-commits] r26844 - /trunk/server/scripting/api_server_edit.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:24:19 2014 New Revision: 26844 URL: http://svn.gna.org/viewcvs/freeciv?rev=26844view=rev Log: Send the tile label to the clients able to see the tile when a new label is set by a lua script. Reported by Jacob Nevins jtn See gna bug #19962 Modified:

[Freeciv-commits] r26846 - /trunk/server/citytools.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:29:18 2014 New Revision: 26846 URL: http://svn.gna.org/viewcvs/freeciv?rev=26846view=rev Log: Make transfer_city() hides/reveals units for players. Removed similar but incomplete code in unit_enter_city(). From a report by Marko Lindqvist cazfi See gna bug

[Freeciv-commits] r26847 - /branches/S2_5/server/citytools.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:29:23 2014 New Revision: 26847 URL: http://svn.gna.org/viewcvs/freeciv?rev=26847view=rev Log: Make transfer_city() hides/reveals units for players. Removed similar but incomplete code in unit_enter_city(). From a report by Marko Lindqvist cazfi See gna bug

[Freeciv-commits] r26848 - in /trunk/server: diplhand.c unittools.c unittools.h

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:33:11 2014 New Revision: 26848 URL: http://svn.gna.org/viewcvs/freeciv?rev=26848view=rev Log: Give the visibility of units of a player when contracting an alliance with him (e.g. transported units or units in cities). Reported by Marko Lindqvist cazfi See gna

[Freeciv-commits] r26849 - in /branches/S2_5/server: diplhand.c unittools.c unittools.h

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:33:17 2014 New Revision: 26849 URL: http://svn.gna.org/viewcvs/freeciv?rev=26849view=rev Log: Give the visibility of units of a player when contracting an alliance with him (e.g. transported units or units in cities). Reported by Marko Lindqvist cazfi See gna

[Freeciv-commits] r26850 - in /branches/S2_4/server: diplhand.c unittools.c unittools.h

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:33:21 2014 New Revision: 26850 URL: http://svn.gna.org/viewcvs/freeciv?rev=26850view=rev Log: Give the visibility of units of a player when contracting an alliance with him (e.g. transported units or units in cities). Reported by Marko Lindqvist cazfi See gna

[Freeciv-commits] r26852 - /branches/S2_5/client/packhand.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:38:13 2014 New Revision: 26852 URL: http://svn.gna.org/viewcvs/freeciv?rev=26852view=rev Log: Link transporter units with their cargo for foreigner players. It was broken when the transporter info was received after the cargo info. Originally reported by Marko

[Freeciv-commits] r26853 - /branches/S2_4/client/packhand.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:38:17 2014 New Revision: 26853 URL: http://svn.gna.org/viewcvs/freeciv?rev=26853view=rev Log: Link transporter units with their cargo for foreigner players. It was broken when the transporter info was received after the cargo info. Originally reported by Marko

[Freeciv-commits] r26851 - /trunk/client/packhand.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:38:09 2014 New Revision: 26851 URL: http://svn.gna.org/viewcvs/freeciv?rev=26851view=rev Log: Link transporter units with their cargo for foreigner players. It was broken when the transporter info was received after the cargo info. Originally reported by Marko

[Freeciv-commits] r26855 - /branches/S2_5/server/unittools.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:42:30 2014 New Revision: 26855 URL: http://svn.gna.org/viewcvs/freeciv?rev=26855view=rev Log: Really Send the move of the cargo units when a transporter moves adjacently, even if the units are no more visible at destination. It was causing assertion failures on

[Freeciv-commits] r26854 - /trunk/server/unittools.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:42:25 2014 New Revision: 26854 URL: http://svn.gna.org/viewcvs/freeciv?rev=26854view=rev Log: Really Send the move of the cargo units when a transporter moves adjacently, even if the units are no more visible at destination. It was causing assertion failures on

[Freeciv-commits] r26857 - /branches/S2_5/server/unittools.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:45:09 2014 New Revision: 26857 URL: http://svn.gna.org/viewcvs/freeciv?rev=26857view=rev Log: Fix a typo in unit_move(), causing the same unit id send for all units going out of sight. See gna bug #22853 Modified: branches/S2_5/server/unittools.c

[Freeciv-commits] r26856 - /trunk/server/unittools.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:45:05 2014 New Revision: 26856 URL: http://svn.gna.org/viewcvs/freeciv?rev=26856view=rev Log: Fix a typo in unit_move(), causing the same unit id send for all units going out of sight. See gna bug #22853 Modified: trunk/server/unittools.c Modified:

[Freeciv-commits] r26858 - /trunk/client/packhand.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:50:43 2014 New Revision: 26858 URL: http://svn.gna.org/viewcvs/freeciv?rev=26858view=rev Log: Move the assertion in handle_unit_packet_common_assert() at its right location. See gna patch #5381 Modified: trunk/client/packhand.c Modified:

[Freeciv-commits] r26859 - /branches/S2_5/client/packhand.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:50:50 2014 New Revision: 26859 URL: http://svn.gna.org/viewcvs/freeciv?rev=26859view=rev Log: Move the assertion in handle_unit_packet_common_assert() at its right location. See gna patch #5381 Modified: branches/S2_5/client/packhand.c Modified:

[Freeciv-commits] r26860 - /branches/S2_4/client/packhand.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:50:56 2014 New Revision: 26860 URL: http://svn.gna.org/viewcvs/freeciv?rev=26860view=rev Log: Move the assertion in handle_unit_packet_common_assert() at its right location. See gna patch #5381 Modified: branches/S2_4/client/packhand.c Modified:

[Freeciv-commits] r26861 - in /trunk: client/packhand.c fc_version server/unittools.c

2014-10-24 Thread pepeto69
Author: pepeto Date: Fri Oct 24 18:55:59 2014 New Revision: 26861 URL: http://svn.gna.org/viewcvs/freeciv?rev=26861view=rev Log: Do not send the transporter stack of an unit when sending info to the clients. Make the client able to link correctly the transporters with their cargo with any order

[Freeciv-commits] r26830 - /trunk/common/aicore/path_finding.c

2014-10-23 Thread pepeto69
Author: pepeto Date: Thu Oct 23 18:20:28 2014 New Revision: 26830 URL: http://svn.gna.org/viewcvs/freeciv?rev=26830view=rev Log: Pathfinding: correction in the turn number (units with more than 1 turn of fuel). Reported by Jacob Nevins jtn See gna bug #22830 Modified:

  1   2   3   4   5   >