Changes between Version 1 and Version 2 of Ticket #5968, comment 3


Ignore:
Timestamp:
Jan 23, 2021, 10:30:01 AM (3 years ago)
Author:
wraitii

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5968, comment 3

    v1 v2  
    1 K, this is ''very much'' a release blocker... Phab:rP23217 has basically introduced edge cases in all unit range queries.
     1K, this is ''very much'' a release blocker... Phab:rP24217 has basically introduced edge cases in all unit range queries.
    22The problem is UnitAI does some primitive range checking, using euclidian distance and not proper obstructionManager distance checking. But things don't stop there.
    331. Defensive checks distance to a held position, but the range check is for the entity itself, which is very much not at the held position. Using the los range update is incorrect here in almost every case.