| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverse a senseless change in the prioritizer. Why I would want avatars to re... | Melanie | 2012-07-31 | 1 | -3/+9 |
* | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 1 | -7/+5 |
|\ |
|
| * | Remove pointless cluttering SOP.ParentGroup != null checks. | Justin Clark-Casey (justincc) | 2011-09-01 | 1 | -2/+1 |
| * | refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin... | Justin Clark-Casey (justincc) | 2011-08-27 | 1 | -4/+4 |
| * | refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatar | Justin Clark-Casey (justincc) | 2011-08-26 | 1 | -4/+3 |
* | | Some private changes to the prioritizer: 30m steps instead of 10 and disable | Melanie | 2011-05-03 | 1 | -2/+2 |
* | | Revert the CM prioritizer to the core version | Melanie | 2011-05-03 | 1 | -8/+0 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-30 | 1 | -6/+8 |
|\ \
| |/ |
|
| * | Add back the high prioritization for other avatars in the | Mic Bowman | 2011-04-26 | 1 | -6/+8 |
* | | Merge branch 'queuetest' into careminster-presence-refactor | Melanie | 2011-04-25 | 1 | -4/+30 |
|\ \
| |/ |
|
| * | Added a second immediate queue to be used for the BestAvatar policy | Mic Bowman | 2011-04-22 | 1 | -4/+30 |
* | | Merge branch 'queuetest' into careminster-presence-refactor | Melanie | 2011-04-21 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Added an "immediate" queue to the priority queue. This is | Mic Bowman | 2011-04-20 | 1 | -2/+2 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-17 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Comment out the warning if the prioritizer runs without a fully | Mic Bowman | 2011-04-13 | 1 | -1/+5 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-12 | 1 | -159/+105 |
|\ \
| |/ |
|
| * | Changed the "not in scene" check in the prioritizier to just | Mic Bowman | 2011-04-10 | 1 | -2/+3 |
| * | Fixed the prioritizer functions for the new priority queues | Mic Bowman | 2011-04-10 | 1 | -210/+82 |
| * | Implements adaptive queue management and fair queueing for | Mic Bowman | 2011-04-10 | 1 | -2/+69 |
| * | Fixes the nudge movements! | Diva Canto | 2010-12-11 | 1 | -10/+18 |
* | | Apply the useful part of diva's patch that was skipped | Melanie | 2010-12-12 | 1 | -4/+6 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-13 | 1 | -12/+34 |
|\ \
| |/ |
|
| * | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -5/+5 |
| * | Add copyright headers. | Jeff Ames | 2010-09-12 | 1 | -0/+27 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-30 | 1 | -3/+11 |
|\ \
| |/ |
|
| * | Remove mono compiler warnings | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -2/+1 |
| * | Use SOP.ParentGroup in Prioritizer instead of Scene.GetGroupByPrim() | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -2/+16 |
| * | Guard prioritizer agains null values as those produced by a bullet dying | Melanie Thielker | 2010-06-22 | 1 | -0/+3 |
| * | Give attachments the same priority as other avatars in BestAvatarResponsiveness | Melanie | 2010-06-09 | 1 | -1/+4 |
* | | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... | meta7 | 2010-08-18 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix a possible nullref in BestAvatarResponsiveness policy | Melanie Thielker | 2010-08-14 | 1 | -2/+2 |
* | | | Fix a nullref exception in the prioritizer | meta7 | 2010-08-12 | 1 | -1/+12 |
|/ / |
|
* | | Guard prioritizer agains null values as those produced by a bullet dying | Melanie Thielker | 2010-06-22 | 1 | -0/+3 |
* | | Modify avatar responsiveness policy to send roots before children | Melanie Thielker | 2010-06-20 | 1 | -4/+11 |
* | | Give attachments the same priority as other avatars in BestAvatarResponsiveness | Melanie | 2010-06-09 | 1 | -1/+4 |
|/ |
|
* | Adjust object update priorities such that root prims are sent to the viewer b... | Justin Clark-Casey (justincc) | 2010-06-08 | 1 | -6/+44 |
* | Add a new priority scheme that works like FrontBack, but completely depriorit... | Melanie | 2010-05-21 | 1 | -0/+57 |
* | * Added code comments to Prioritizer.cs that document how to add a new update... | John Hurliman | 2010-05-21 | 1 | -1/+13 |
* | * Moving all of the prioritization/reprioritization code into a new file Prio... | John Hurliman | 2010-05-21 | 1 | -0/+122 |