Linvail / keeperfx

Open source remake and Fan Expansion of Dungeon Keeper.
https://keeperfx.net/
GNU General Public License v2.0
0 stars 0 forks source link

Improve performance of searching targets for ranged buff #3

Open Linvail opened 3 weeks ago

Linvail commented 3 weeks ago

The current performance is not good. It requires one search for each ranged buff instance. The search results cannot be retained, and they cannot benefit future usages.

Linvail commented 3 weeks ago

Will be improved in this branch: feature/battlefield-awareness.

Linvail commented 2 weeks ago

Could use a quadtree to improv performance.