aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Prioritizer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+1
|\
| * More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-301-1/+1
| * Renamed the namespaces tooDiva Canto2015-08-301-1/+1
* | reserve updates priority queue 2 for attachments, send them by it onUbitUmarov2014-08-201-4/+16
* | HACK force GetPriorityByBestAvatarResponsiveness ignoring configurationUbitUmarov2014-08-191-0/+5
* | minor changes to GetPriorityByBestAvatarResponsiveness codeUbitUmarov2014-08-191-15/+16
* | Reverse a senseless change in the prioritizer. Why I would want avatars to re...Melanie2012-07-311-3/+9
* | Resolve merge commits, stage 1Tom2011-09-041-7/+5
|\ \ | |/
| * Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)2011-09-011-2/+1
| * refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)2011-08-271-4/+4
| * refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatarJustin Clark-Casey (justincc)2011-08-261-4/+3
* | Some private changes to the prioritizer: 30m steps instead of 10 and disableMelanie2011-05-031-2/+2
* | Revert the CM prioritizer to the core versionMelanie2011-05-031-8/+0
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-6/+8
|\ \ | |/
| * Add back the high prioritization for other avatars in theMic Bowman2011-04-261-6/+8
* | Merge branch 'queuetest' into careminster-presence-refactorMelanie2011-04-251-4/+30
|\ \ | |/
| * Added a second immediate queue to be used for the BestAvatar policyMic Bowman2011-04-221-4/+30
* | Merge branch 'queuetest' into careminster-presence-refactorMelanie2011-04-211-2/+2
|\ \ | |/
| * Added an "immediate" queue to the priority queue. This isMic Bowman2011-04-201-2/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-1/+5
|\ \ | |/
| * Comment out the warning if the prioritizer runs without a fullyMic Bowman2011-04-131-1/+5
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-121-159/+105
|\ \ | |/
| * Changed the "not in scene" check in the prioritizier to justMic Bowman2011-04-101-2/+3
| * Fixed the prioritizer functions for the new priority queuesMic Bowman2011-04-101-210/+82
| * Implements adaptive queue management and fair queueing forMic Bowman2011-04-101-2/+69
| * Fixes the nudge movements!Diva Canto2010-12-111-10/+18
* | Apply the useful part of diva's patch that was skippedMelanie2010-12-121-4/+6
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-12/+34
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-09-121-5/+5
| * Add copyright headers.Jeff Ames2010-09-121-0/+27
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-3/+11
|\ \ | |/
| * Remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-261-2/+1
| * Use SOP.ParentGroup in Prioritizer instead of Scene.GetGroupByPrim()Justin Clark-Casey (justincc)2010-08-261-2/+16
| * Guard prioritizer agains null values as those produced by a bullet dyingMelanie Thielker2010-06-221-0/+3
| * Give attachments the same priority as other avatars in BestAvatarResponsivenessMelanie2010-06-091-1/+4
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...meta72010-08-181-2/+2
|\ \
| * | Fix a possible nullref in BestAvatarResponsiveness policyMelanie Thielker2010-08-141-2/+2
* | | Fix a nullref exception in the prioritizermeta72010-08-121-1/+12
|/ /
* | Guard prioritizer agains null values as those produced by a bullet dyingMelanie Thielker2010-06-221-0/+3
* | Modify avatar responsiveness policy to send roots before childrenMelanie Thielker2010-06-201-4/+11
* | Give attachments the same priority as other avatars in BestAvatarResponsivenessMelanie2010-06-091-1/+4
|/
* Adjust object update priorities such that root prims are sent to the viewer b...Justin Clark-Casey (justincc)2010-06-081-6/+44
* Add a new priority scheme that works like FrontBack, but completely depriorit...Melanie2010-05-211-0/+57
* * Added code comments to Prioritizer.cs that document how to add a new update...John Hurliman2010-05-211-1/+13
* * Moving all of the prioritization/reprioritization code into a new file Prio...John Hurliman2010-05-211-0/+122