[Freeciv-Dev] [patch #3887] Use UCF_MISSILE to identify missiles for pathfinding

2014-01-20 Thread pepeto
Update of patch #3887 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #3887] Use UCF_MISSILE to identify missiles for pathfinding

2014-01-14 Thread pepeto
Update of patch #3887 (project freeciv): Status: In Progress => Ready For Test Planned Release: => 2.6.0 ___ Follow-up Comment #5: > For the pf_fuel_

[Freeciv-Dev] [patch #3887] Use UCF_MISSILE to identify missiles for pathfinding

2013-05-23 Thread Emmet Hikory
Follow-up Comment #4, patch #3887 (project freeciv): I believe the apparent issue with bomber handling is related to the current get_MC() callbacks not providing the correct value for the cost of an attack for UTYF_ONEATTACK units, rather than being an issue in pf_fuel_map_attack_is_possible(). I

[Freeciv-Dev] [patch #3887] Use UCF_MISSILE to identify missiles for pathfinding

2013-05-22 Thread pepeto
Update of patch #3887 (project freeciv): Status:None => In Progress Assigned to:None => pepeto ___ Follow-up Comment #3: When I wrote this

[Freeciv-Dev] [patch #3887] Use UCF_MISSILE to identify missiles for pathfinding

2013-05-02 Thread Emmet Hikory
Follow-up Comment #2, patch #3887 (project freeciv): In pf_fuel_map_iterate(), the function exits early in the event that there aren't enough moves to return to a refueling point unless either the unit in question is a missle or it has no moves anyway (as mentioned, I don't really understand t

[Freeciv-Dev] [patch #3887] Use UCF_MISSILE to identify missiles for pathfinding

2013-05-02 Thread Marko Lindqvist
Follow-up Comment #1, patch #3887 (project freeciv): Reading the patch file only (not checking larger context) I suspect that Bomber handling is not quite right. You are not checking fuel (=how many turns flight time left) at all, but only how much movement for this particular turn is left, when y

[Freeciv-Dev] [patch #3887] Use UCF_MISSILE to identify missiles for pathfinding

2013-04-29 Thread Emmet Hikory
URL: Summary: Use UCF_MISSILE to identify missiles for pathfinding Project: Freeciv Submitted by: persia Submitted on: Mon 29 Apr 2013 07:29:48 PM JST Category: ai Priority: 5 -