aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PriorityQueue.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-25/+63
2011-05-06minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-04-23Fix a bug looping through the priority queues. This should fix the problemMic Bowman1-2/+3
2011-04-22Added a second immediate queue to be used for the BestAvatar policyMic Bowman1-17/+82
2011-04-22Various clean ups. Removed some debugging code. Added a new "show pqueues"Mic Bowman1-4/+3
2011-04-20Added an "immediate" queue to the priority queue. This isMic Bowman1-15/+28
2011-04-13Fixed the update of items in the priority queue to enable bothMic Bowman1-1/+1
2011-04-13First pass at moving object property requests into a queue similarMic Bowman1-6/+6
2011-04-12Fixed the update of items in the priority queue to enable bothMic Bowman1-1/+1
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-6/+6
2011-04-12Fixed the update of items in the priority queue to enable bothMic Bowman1-1/+1
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-6/+6
2011-04-10Split the priority queue class into a seperate file. LLClientViewMic Bowman1-0/+245