aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PriorityQueue.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove entities from updates queues on kill. Do it sync so enqueues afterUbitUmarov2014-08-231-0/+15
* reserve updates priority queue 2 for attachments, send them by it onUbitUmarov2014-08-201-1/+3
* fix priorityQueue to correctly use the fairness counts starting at 8 forUbitUmarov2012-09-261-10/+10
* Revert "Stop messing order of updates, destroing the defined order of the sel...Melanie2012-03-211-8/+3
* Stop messing order of updates, destroing the defined order of the selected pr...UbitUmarov2012-03-211-3/+8
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2011-05-061-1/+1
* Fix a bug looping through the priority queues. This should fix the problemMic Bowman2011-04-231-2/+3
* Added a second immediate queue to be used for the BestAvatar policyMic Bowman2011-04-221-17/+82
* Various clean ups. Removed some debugging code. Added a new "show pqueues"Mic Bowman2011-04-221-4/+3
* Added an "immediate" queue to the priority queue. This isMic Bowman2011-04-201-0/+258