[Freeciv-Dev] [bug #19932] Attempting to set a goto path with the end tile also being a waypoint does nothing

2014-01-13 Thread pepeto
Update of bug #19932 (project freeciv): Status: Ready For Test = Fixed Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #19932] Attempting to set a goto path with the end tile also being a waypoint does nothing

2014-01-08 Thread pepeto
Update of bug #19932 (project freeciv): Status: Confirmed = Ready For Test Planned Release: = 2.3.5,2.4.2,2.5.0,2.6.0 ___ Follow-up Comment #4: end==start looks

[Freeciv-Dev] [bug #19932] Attempting to set a goto path with the end tile also being a waypoint does nothing

2013-05-22 Thread pepeto
Update of bug #19932 (project freeciv): Assigned to:None = pepeto ___ Reply to this item at: http://gna.org/bugs/?19932 ___ Message posté

[Freeciv-Dev] [bug #19932] Attempting to set a goto path with the end tile also being a waypoint does nothing

2012-08-05 Thread Jacob Nevins
Follow-up Comment #3, bug #19932 (project freeciv): Bit more info (incomplete analysis): * the abort happens in send_goto_route(): if (last_part-end_tile == last_part-start_tile) { /* Cannot move there */ continue; } * end==start looks like it might be a special internal

[Freeciv-Dev] [bug #19932] Attempting to set a goto path with the end tile also being a waypoint does nothing

2012-07-13 Thread Marko Lindqvist
Follow-up Comment #2, bug #19932 (project freeciv): Confirmed, and also tested that other zero-length parts work: you can make initial tile waypoint first waypoint, and you can make same tile waypoint twice, and everything works as long as last waypoint is not same tile as final destination.

[Freeciv-Dev] [bug #19932] Attempting to set a goto path with the end tile also being a waypoint does nothing

2012-07-12 Thread Jacob Nevins
URL: http://gna.org/bugs/?19932 Summary: Attempting to set a goto path with the end tile also being a waypoint does nothing Project: Freeciv Submitted by: jtn Submitted on: Thu Jul 12 23:42:54 2012 Category: client

[Freeciv-Dev] [bug #19932] Attempting to set a goto path with the end tile also being a waypoint does nothing

2012-07-12 Thread Jacob Nevins
Update of bug #19932 (project freeciv): Status:None = Confirmed ___ Follow-up Comment #1: Confirmed on S2_4 and S2_3 too. ___