| Commit message (Expand) | Author | Files | Lines |
2016-08-24 | fix the conditions to do parcel objects autoreturn | UbitUmarov | 1 | -7/+8 |
2016-08-22 | (re)fix avatar standup from a child prim on object delete | UbitUmarov | 1 | -1/+1 |
2016-08-19 | on sog unlink loose the reference to the deleted physics actor | UbitUmarov | 1 | -0/+3 |
2016-08-19 | on object delete send a direct kill and a delayed one via updates queue, Unti... | UbitUmarov | 1 | -1/+3 |
2016-08-12 | partially revert commit 42a9afdc43cc.. of 06-12 not allowing more updates to... | UbitUmarov | 1 | -21/+17 |
2016-08-09 | add a SimpleAngularDistance Updates prioritazition scheme. Results don't look... | UbitUmarov | 1 | -0/+17 |
2016-07-27 | actually that was redundante, already done at low level | UbitUmarov | 1 | -11/+4 |
2016-07-27 | move refresh forces into applyphysics | UbitUmarov | 1 | -13/+12 |
2016-07-27 | a few more changes relative to sits crossing | UbitUmarov | 1 | -4/+15 |
2016-07-13 | make getBoundsCenter() call GetBoundsRadius() to do the math if needed | UbitUmarov | 1 | -1/+4 |
2016-07-13 | use geometric center and not sog root position in culling | UbitUmarov | 1 | -13/+19 |
2016-07-12 | let radius be radius, not diameter | UbitUmarov | 1 | -1/+1 |
2016-07-12 | add object UUID to a debug/warn message | UbitUmarov | 1 | -1/+1 |
2016-07-08 | don't auto return objects if they have sitting avatars (not npcs) - mantis 78... | UbitUmarov | 1 | -0/+14 |
2016-07-07 | Correction of a test introduced in 34b308d5b6d2a34e6607aa2b67f01c0f207635b4 | Diva Canto | 1 | -1/+1 |
2016-07-06 | add some needed InvalidBoundsRadius() calls | UbitUmarov | 1 | -4/+16 |
2016-07-06 | add test option ObjectsCullingByDistance. In future, if true, it may | UbitUmarov | 1 | -29/+33 |
2016-07-03 | New config var: DisableObjectTransfer. If set to True, objects never cross; i... | Diva Canto | 1 | -0/+1 |
2016-06-20 | Guard against multiple calls to SetOwnerId on one logical ownership change. | Diva Canto | 1 | -4/+6 |
2016-06-20 | Mantis #7929: objects deeded to the group were loosing some important propert... | Diva Canto | 1 | -1/+1 |
2016-06-12 | Still mantis #7858: send kill object / update to child agents too | Diva Canto | 1 | -2/+2 |
2016-06-12 | Mantis #7858: DeleteSceneObject done slightly differently. ProcessEntities no... | Diva Canto | 1 | -0/+7 |
2015-12-11 | fix backup control flag, still a bad merge effect | UbitUmarov | 1 | -12/+4 |
2015-12-10 | keep SOG reference to root part since two many things depend on deleted SOGs ... | UbitUmarov | 1 | -1/+1 |
2015-12-10 | remove some SOG references on delete to help GC | UbitUmarov | 1 | -2/+16 |
2015-12-05 | send a full update on GroupResize, not a terse | UbitUmarov | 1 | -1/+1 |
2015-12-01 | more changes on lookAt and RotLookAt; do something in attachments | UbitUmarov | 1 | -0/+53 |
2015-12-01 | some changes due to lookAt and RotLookAt | UbitUmarov | 1 | -42/+4 |
2015-10-31 | Introduce an EntityTransferContext carrying the version numbers to pass | Melanie Thielker | 1 | -4/+5 |
2015-10-31 | Testing stage of the new versioning system. Use at own risk. May not | Melanie Thielker | 1 | -1/+1 |
2015-10-29 | fix mantis 7733, reverting setting of IsAttachment on first call to full chec... | UbitUmarov | 1 | -6/+2 |
2015-10-25 | set SOG.IsAttachment when doing a full check, so future gets see the right v... | UbitUmarov | 1 | -1/+6 |
2015-10-23 | replace objects scale clamp by a more readable clamp. Simplify GroupResize a... | UbitUmarov | 1 | -129/+74 |
2015-10-20 | stop using a Vector3 to store 3bits | UbitUmarov | 1 | -12/+37 |
2015-10-20 | STATUS_ROTATE are linkset flags and not prim | UbitUmarov | 1 | -11/+18 |
2015-09-30 | add high level code suport for SetHoverHeight() called from a attachment, so... | UbitUmarov | 1 | -1/+9 |
2015-09-26 | fix object crossings to other scene on same instance | UbitUmarov | 1 | -1/+6 |
2015-09-21 | last merging of sog m_linkedAvatars into m_sittingAvatars - untested. | UbitUmarov | 1 | -48/+5 |
2015-09-21 | Fix a regression to GetSittingAvatars(). Return List<ScenePresence> once more. | Kevin Cozens | 1 | -4/+4 |
2015-09-14 | try to improve vehicles crossing with Xengine. Lag seems main issue now, but... | UbitUmarov | 1 | -4/+16 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -235/+7 |
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 |
2015-08-19 | funny bug | UbitUmarov | 1 | -1/+1 |
2015-05-13 | Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to ha... | AliciaRaven | 1 | -6/+24 |
2015-04-28 | Revert "Enable grab feature (Ctrl+Drag) for non-physical link-sets and add co... | BlueWall | 1 | -24/+6 |
2015-04-20 | Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to ha... | AliciaRaven | 1 | -6/+24 |
2015-04-19 | Revert "Enable grab feature (Ctrl+Drag) for non-physical link-sets and add co... | Robert Adams | 1 | -18/+4 |
2015-04-17 | Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to ha... | AliciaRaven | 1 | -4/+18 |
2015-03-29 | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 1 | -1/+1 |