| Commit message (Expand) | Author | Files | Lines |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -15/+15 |
2016-10-02 | minor cleanup | UbitUmarov | 1 | -4/+5 |
2016-10-02 | change avatar and attachments priority (downgraded) in priritizer option Sim... | UbitUmarov | 1 | -35/+30 |
2016-08-09 | add a SimpleAngularDistance Updates prioritazition scheme. Results don't look... | UbitUmarov | 1 | -1/+66 |
2015-12-19 | a more clean enforcement of BestAvatarResponsiveness (others aren't good at m... | UbitUmarov | 1 | -7/+3 |
2015-08-30 | More namespace and dll name changes. Still no functional changes. | Diva Canto | 1 | -1/+1 |
2015-08-30 | Renamed the namespaces too | Diva Canto | 1 | -1/+1 |
2014-08-20 | reserve updates priority queue 2 for attachments, send them by it on | UbitUmarov | 1 | -4/+16 |
2014-08-19 | HACK force GetPriorityByBestAvatarResponsiveness ignoring configuration | UbitUmarov | 1 | -0/+5 |
2014-08-19 | minor changes to GetPriorityByBestAvatarResponsiveness code | UbitUmarov | 1 | -15/+16 |
2012-07-31 | Reverse a senseless change in the prioritizer. Why I would want avatars to re... | Melanie | 1 | -3/+9 |
2011-09-01 | Remove pointless cluttering SOP.ParentGroup != null checks. | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2011-08-27 | refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2011-08-26 | refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatar | Justin Clark-Casey (justincc) | 1 | -4/+3 |
2011-05-03 | Some private changes to the prioritizer: 30m steps instead of 10 and disable | Melanie | 1 | -2/+2 |
2011-05-03 | Revert the CM prioritizer to the core version | Melanie | 1 | -8/+0 |
2011-04-26 | Add back the high prioritization for other avatars in the | Mic Bowman | 1 | -6/+8 |
2011-04-22 | Added a second immediate queue to be used for the BestAvatar policy | Mic Bowman | 1 | -4/+30 |
2011-04-20 | Added an "immediate" queue to the priority queue. This is | Mic Bowman | 1 | -2/+2 |
2011-04-13 | Comment out the warning if the prioritizer runs without a fully | Mic Bowman | 1 | -1/+5 |
2011-04-10 | Changed the "not in scene" check in the prioritizier to just | Mic Bowman | 1 | -2/+3 |
2011-04-10 | Fixed the prioritizer functions for the new priority queues | Mic Bowman | 1 | -210/+82 |
2011-04-10 | Implements adaptive queue management and fair queueing for | Mic Bowman | 1 | -2/+69 |
2011-04-04 | Fixed the prioritizer functions for the new priority queues | Mic Bowman | 1 | -210/+82 |
2011-04-04 | Implements adaptive queue management and fair queueing for | Mic Bowman | 1 | -2/+69 |
2011-03-28 | Implements adaptive queue management and fair queueing for | Mic Bowman | 1 | -2/+69 |
2010-12-12 | Apply the useful part of diva's patch that was skipped | Melanie | 1 | -4/+6 |
2010-12-11 | Fixes the nudge movements! | Diva Canto | 1 | -10/+18 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -5/+5 |
2010-09-12 | Add copyright headers. | Jeff Ames | 1 | -0/+27 |
2010-08-26 | Remove mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2010-08-26 | Use SOP.ParentGroup in Prioritizer instead of Scene.GetGroupByPrim() | Justin Clark-Casey (justincc) | 1 | -2/+16 |
2010-08-14 | Fix a possible nullref in BestAvatarResponsiveness policy | Melanie Thielker | 1 | -2/+2 |
2010-08-12 | Fix a nullref exception in the prioritizer | meta7 | 1 | -1/+12 |
2010-06-22 | Guard prioritizer agains null values as those produced by a bullet dying | Melanie Thielker | 1 | -0/+3 |
2010-06-22 | Guard prioritizer agains null values as those produced by a bullet dying | Melanie Thielker | 1 | -0/+3 |
2010-06-20 | Modify avatar responsiveness policy to send roots before children | Melanie Thielker | 1 | -4/+11 |
2010-06-09 | Give attachments the same priority as other avatars in BestAvatarResponsiveness | Melanie | 1 | -1/+4 |
2010-06-09 | Give attachments the same priority as other avatars in BestAvatarResponsiveness | Melanie | 1 | -1/+4 |
2010-06-08 | Adjust object update priorities such that root prims are sent to the viewer b... | Justin Clark-Casey (justincc) | 1 | -6/+44 |
2010-05-21 | * Added code comments to Prioritizer.cs that document how to add a new update... | John Hurliman | 1 | -1/+13 |
2010-05-21 | * Moving all of the prioritization/reprioritization code into a new file Prio... | John Hurliman | 1 | -0/+122 |
2010-05-21 | Add a new priority scheme that works like FrontBack, but completely depriorit... | Melanie | 1 | -0/+57 |