aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Prioritizer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a new priority scheme that works like FrontBack, but completely ↵Melanie2010-05-211-0/+57
| | | | | | | | deprioritizes static prims, creating a hierarchy as follows: 0 == own avatar < other avatars < pysical prims < static prims For a child agent, simply acts like FrontBack
* * Added code comments to Prioritizer.cs that document how to add a new ↵John Hurliman2010-05-211-1/+13
| | | | update priority policy
* * Moving all of the prioritization/reprioritization code into a new file ↵John Hurliman2010-05-211-0/+122
Prioritizer.cs * Simplified the interest management code to make it easier to add new policies. Prioritization and reprioritization share code paths now * Improved the distance and front back policies to always give your avatar the highest priority