Changes between Initial Version and Version 1 of Ticket #3215, comment 10


Ignore:
Timestamp:
Jan 10, 2016, 5:02:03 PM (8 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3215, comment 10

    initial v1  
    44* `emplace_back` instead of `push_back`
    55* Range-based loops in existing code
    6 * Removed unused function `PickNonGaiaEntitiesOnScreen`
     6* Removed unused function `PickNonGaiaEntitiesInRect`
    77* Directly checks the owner instead of computing a mask in `GetEntitiesByPlayer`
    88* Introduces `NON_GAIA_PLAYERS` so that `PickPlayerEntitiesInRect` and `GetEntitiesByPlayer` can be used instead of duplicating existing functions.