[11659] Rewrite object pos selector.

* Instead coordinates use angle projections to expected pos distance circle.
  This let do mostly only angle comparison and then speedup checks.
* Fixed some long existed bugs in algo and simplify code. Possible more work need.
This commit is contained in:
VladimirMangos 2011-06-21 21:43:06 +04:00
parent e776dbbfc8
commit 15bb164d72
4 changed files with 292 additions and 294 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11658"
#define REVISION_NR "11659"
#endif // __REVISION_NR_H__