Changes between Initial Version and Version 1 of Ticket #1496


Ignore:
Timestamp:
Jun 12, 2012, 5:31:38 AM (12 years ago)
Author:
historic_bruno
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1496 – Description

    initial v1  
    44 * '''Attack fails: a unit dies while being fired upon.''' To reproduce this it helps to have several towers with units garrisoned inside, firing upon numerous enemy units.
    55
    6 The first and third cases need a solution where the target calculation is independent of whether the target entity still exists (perhaps with a temporary entity created for that purpose as Philip originally suggested?) Otherwise we lose friendly fire and splash damage.
     6The first and third cases need a solution where the target calculation is independent of whether the target entity still exists in-world (perhaps with a temporary entity created for that purpose as Philip originally suggested?) Otherwise we potentially ignore friendly fire and splash damage.
    77
    88The second case should never happen, it's not possible for a player to target a formation but only a single entity in a formation. So something is going wrong with the target selection.