Changes between Initial Version and Version 1 of Ticket #3610, comment 11


Ignore:
Timestamp:
Jul 9, 2016, 12:28:54 PM (8 years ago)
Author:
fatherbushido

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3610, comment 11

    initial v1  
    1 That's nice, i will test again and hope that someone in the dev team will look at it soon!
    2 I think we (allow to) use for (let of ...  instead  of for (let i = 0; i < ents.length; ++i) in the code.
    3 (In fact we need !GetDeadEntityOwner and the entityOwner map only for Attack detection. I still wonder if we really need that.)
    4 Thx
     1We (allow to) use for (let of ...  instead  of for (let i = 0; i < ents.length; ++i) in the code.
     2
     3I will do a full review in 2 weeks (if nobody does it before).