aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/PriorityQueue.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First pass at moving object property requests into a queue similarMic Bowman2011-04-121-6/+6
| | | | | | | | to the entity update queue. The number of property packets can become significant when selecting/deselecting large numbers of objects. This is experimental code.
* Split the priority queue class into a seperate file. LLClientViewMic Bowman2011-04-101-0/+245
is big enough.