aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-25 add llGetMaxScaleFactor and llGetMinScaleFactorUbitUmarov1-0/+77
2016-11-25 change llScaleByFactor (sorry Mandarinka).UbitUmarov1-0/+97
2016-11-22replace datetime.now on just timming by faster utcnowUbitUmarov1-3/+3
2016-10-17ignore prims with shape type none on max size check for physicsUbitUmarov1-8/+12
2016-09-24fix linknumbers when unlink the root primUbitUmarov1-3/+108
2016-09-16change spinobject math, and a few minor thingsUbitUmarov1-7/+12
2016-09-16pass touch_end as other touchs, make blockgrab work on nonphysical alsoUbitUmarov1-52/+44
2016-08-28mantis: 8008 unscripted child prim collisions didn't trigger scripted root pr...UbitUmarov1-0/+20
2016-08-28let mouse steer work on crossings; some cleanupUbitUmarov1-1/+0
2016-08-24 fix the conditions to do parcel objects autoreturnUbitUmarov1-7/+8
2016-08-22 (re)fix avatar standup from a child prim on object deleteUbitUmarov1-1/+1
2016-08-19 on sog unlink loose the reference to the deleted physics actorUbitUmarov1-0/+3
2016-08-19on object delete send a direct kill and a delayed one via updates queue, Unti...UbitUmarov1-1/+3
2016-08-12 partially revert commit 42a9afdc43cc.. of 06-12 not allowing more updates to...UbitUmarov1-21/+17
2016-08-09add a SimpleAngularDistance Updates prioritazition scheme. Results don't look...UbitUmarov1-0/+17
2016-07-27 actually that was redundante, already done at low levelUbitUmarov1-11/+4
2016-07-27 move refresh forces into applyphysicsUbitUmarov1-13/+12
2016-07-27 a few more changes relative to sits crossingUbitUmarov1-4/+15
2016-07-13make getBoundsCenter() call GetBoundsRadius() to do the math if neededUbitUmarov1-1/+4
2016-07-13use geometric center and not sog root position in cullingUbitUmarov1-13/+19
2016-07-12let radius be radius, not diameterUbitUmarov1-1/+1
2016-07-12 add object UUID to a debug/warn messageUbitUmarov1-1/+1
2016-07-08don't auto return objects if they have sitting avatars (not npcs) - mantis 78...UbitUmarov1-0/+14
2016-07-07Correction of a test introduced in 34b308d5b6d2a34e6607aa2b67f01c0f207635b4Diva Canto1-1/+1
2016-07-06 add some needed InvalidBoundsRadius() callsUbitUmarov1-4/+16
2016-07-06 add test option ObjectsCullingByDistance. In future, if true, it mayUbitUmarov1-29/+33
2016-07-03New config var: DisableObjectTransfer. If set to True, objects never cross; i...Diva Canto1-0/+1
2016-06-20Guard against multiple calls to SetOwnerId on one logical ownership change.Diva Canto1-4/+6
2016-06-20Mantis #7929: objects deeded to the group were loosing some important propert...Diva Canto1-1/+1
2016-06-12Still mantis #7858: send kill object / update to child agents tooDiva Canto1-2/+2
2016-06-12Mantis #7858: DeleteSceneObject done slightly differently. ProcessEntities no...Diva Canto1-0/+7
2015-12-11fix backup control flag, still a bad merge effectUbitUmarov1-12/+4
2015-12-10keep SOG reference to root part since two many things depend on deleted SOGs ...UbitUmarov1-1/+1
2015-12-10remove some SOG references on delete to help GCUbitUmarov1-2/+16
2015-12-05send a full update on GroupResize, not a terseUbitUmarov1-1/+1
2015-12-01more changes on lookAt and RotLookAt; do something in attachmentsUbitUmarov1-0/+53
2015-12-01some changes due to lookAt and RotLookAtUbitUmarov1-42/+4
2015-10-31Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker1-4/+5
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker1-1/+1
2015-10-29fix mantis 7733, reverting setting of IsAttachment on first call to full chec...UbitUmarov1-6/+2
2015-10-25 set SOG.IsAttachment when doing a full check, so future gets see the right v...UbitUmarov1-1/+6
2015-10-23 replace objects scale clamp by a more readable clamp. Simplify GroupResize a...UbitUmarov1-129/+74
2015-10-20 stop using a Vector3 to store 3bitsUbitUmarov1-12/+37
2015-10-20 STATUS_ROTATE are linkset flags and not primUbitUmarov1-11/+18
2015-09-30 add high level code suport for SetHoverHeight() called from a attachment, so...UbitUmarov1-1/+9
2015-09-26 fix object crossings to other scene on same instanceUbitUmarov1-1/+6
2015-09-21last merging of sog m_linkedAvatars into m_sittingAvatars - untested.UbitUmarov1-48/+5
2015-09-21Fix a regression to GetSittingAvatars(). Return List<ScenePresence> once more.Kevin Cozens1-4/+4
2015-09-14 try to improve vehicles crossing with Xengine. Lag seems main issue now, but...UbitUmarov1-4/+16
2015-09-02seems to compile ( tests comented out)UbitUmarov1-235/+7