Re: [Freeciv-Dev] (PR#38372) [Bug] AI tries to trade unreachable techs

2008-06-15 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38372 2008/6/13 Marko Lindqvist: 2007/3/18 Marko Lindqvist: 1: Treaty: The White Horde can't have tech Asian Architecture Per's patch updated for S2_2. Committed to TRUNK (r14758) and S2_2 (r14759). S2_1 will wait until 2.1.5 has

[Freeciv-Dev] (PR#38372) [Bug] AI tries to trade unreachable techs

2008-06-13 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38372 [EMAIL PROTECTED] - Fri Jun 13 16:46:22 2008]: 2007/3/18 Marko Lindqvist: 1: Treaty: The White Horde can't have tech Asian Architecture Per's patch updated for S2_2. Function to check if tech is ever available for player

Re: [Freeciv-Dev] (PR#38372) [Bug] AI tries to trade unreachable techs

2008-06-13 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38372 2008/6/13 Madeline Book: How about player_tech_is_reachable(player, tech) ? Or substitute tech for whatever is the usual name for technologies in the code. In other parts of the code word reachable means that all parent techs are

[Freeciv-Dev] (PR#38372) [Bug] AI tries to trade unreachable techs

2008-06-13 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38372 [EMAIL PROTECTED] - Fri Jun 13 18:05:10 2008]: 2008/6/13 Madeline Book: How about player_tech_is_reachable(player, tech) ? Or substitute tech for whatever is the usual name for technologies in the code. In other parts of

[Freeciv-Dev] (PR#38372) [Bug] AI tries to trade unreachable techs

2007-03-27 Thread Per I. Mathisen
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38372 Patch. Untested. - Per Index: ai/advdiplomacy.c === --- ai/advdiplomacy.c (revision 12880) +++ ai/advdiplomacy.c (working copy) @@ -125,7 +125,8 @@ { int bulbs,

[Freeciv-Dev] (PR#38372) [Bug] AI tries to trade unreachable techs

2007-03-18 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38372 1: Treaty: The White Horde can't have tech Asian Architecture - ML ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

Re: [Freeciv-Dev] (PR#38372) [Bug] AI tries to trade unreachable techs

2007-03-18 Thread Peter Schaefer
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38372 Interesting question, there probably would be room for a flag that allows trading techs unreachable to other nations. Dunno if it would be used much On 3/18/07, Marko Lindqvist [EMAIL PROTECTED] wrote: URL: