mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-09 09:56:47 +00:00
d939a006ae
- Times on auras (a unit must be in range for X seconds for the aura to start affecting it) - An efficient GetInRange implementation in CEntityManager using a quadtree or something of the sort (current one is linear in the number of entities). This was SVN commit r3238.