Opened 6 years ago

Last modified 11 months ago

#5120 new defect

Fix GetClosestMember function of Formation

Reported by: temple Owned by:
Priority: Should Have Milestone: Backlog
Component: Simulation Keywords: formation
Cc: Patch: Phab:D1768

Description

There's a typo in the filter, should be filter(member) instead of filter(ent). However there's then problems with an infinite loop in UnitAI if that target = GetClosestMember() doesn't work for some reason, since he'll continue to choose the same target. So instead we probably need to keep track of which targets have already been considered.

(See the discussion in Phab:D1423.) (The idea of keeping track of units that have already been considered could also be useful with #4725.)

Change History (4)

comment:1 by Imarok, 5 years ago

Component: UI & SimulationSimulation

Move tickets to Simulation as UI & Simulation got some sub components.

comment:2 by Freagarach, 5 years ago

Milestone: BacklogWork In Progress
Patch: Phab:D1768

comment:3 by Silier, 3 years ago

Owner: set to Yves

comment:4 by Stan, 11 months ago

Milestone: Work In ProgressBacklog
Owner: Yves removed

Backlogging due to absence/lack of progress

Note: See TracTickets for help on using tickets.