Todo item #1774597, was opened at 2007-08-15 20:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=829724&aid=1774597&group_id=132078
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: Code Status: Open Priority: 5 Private: No Submitted By: Tim Ansell (mithro) Assigned to: Nobody/Anonymous (nobody) Summary: tpsai-py should group at nearest planet or fleet xxx away. Initial Comment: tpsai-py currently selects the nearest object which is XXX distance away. It probably makes sense to also congregate at a planet which may be closer. The choice should be something like nearest = choice.popclosest() while len(choice) > 0: if nearest is planet: break if distance to target from nearest > XXXX: break nearest = choice.popnextclosest() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=829724&aid=1774597&group_id=132078 _______________________________________________ tp-bugs mailing list [email protected] http://mail.thousandparsec.net/cgi-bin/mailman/listinfo/tp-bugs
