aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-27 clear SitTargetAvatar on a sop copyUbitUmarov1-1/+1
2016-07-07move object inventory send to udp queue asset ( was task). Remove a callUbitUmarov1-5/+1
2016-07-07avoid InvalidBoundsRadius() calls caused by small changesUbitUmarov1-3/+4
2016-07-06 add some needed InvalidBoundsRadius() callsUbitUmarov1-1/+4
2016-06-12Detection of Cylinder and Prism for flexi primsMandarinka Tasty1-2/+2
2016-06-12Mantis #7858: DeleteSceneObject done slightly differently. ProcessEntities no...Diva Canto1-3/+0
2016-04-29Apply user specified default perms across the board, to items uploaded as wel...Melanie Thielker1-1/+1
2015-12-17fix silly bug: Dynamics are to apply to root prim not childUbitUmarov1-1/+1
2015-12-01more changes on lookAt and RotLookAt; do something in attachmentsUbitUmarov1-30/+28
2015-12-01some changes due to lookAt and RotLookAtUbitUmarov1-21/+42
2015-10-29fix mantis 7733, reverting setting of IsAttachment on first call to full chec...UbitUmarov1-3/+4
2015-10-23 replace objects scale clamp by a more readable clamp. Simplify GroupResize a...UbitUmarov1-10/+9
2015-10-20 move ugly convertion of axis locks 3 bit flags to a wasted vector3 down to P...UbitUmarov1-20/+2
2015-10-20 also apply axis locks, when creating a prim physics actorUbitUmarov1-0/+14
2015-10-20 stop using a Vector3 to store 3bitsUbitUmarov1-10/+20
2015-10-20 STATUS_ROTATE are linkset flags and not primUbitUmarov1-7/+2
2015-09-21last merging of sog m_linkedAvatars into m_sittingAvatars - untested.UbitUmarov1-1/+1
2015-09-21try to remove Scenepresence dependence on sog m_linkedAvatars, sitting may st...UbitUmarov1-1/+2
2015-09-21Fix a regression to GetSittingAvatars(). Return List<ScenePresence> once more.Kevin Cozens1-13/+13
2015-09-02seems to compile ( tests comented out)UbitUmarov1-104/+26
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-03Removed unused variableOren Hurvitz1-2/+0
2015-08-02Add an option to processes physics collisions using FireAndForget.Robert Adams1-3/+31
2015-06-10SceneObjectPart.UpdateLookAt() now uses corrected libomv quaternion functions.dahlia1-16/+6
2015-03-22Varregion: first cut at removing Border class checks for region crossings.Robert Adams1-4/+1
2015-02-16Add NaN and Infinity tests for SOP Velocity and Acceleration setters.dahlia1-5/+13
2015-02-16Use a boolean flag to signal lookat is running instead of Quaternion.Identity...dahlia1-4/+10
2015-02-16Filter NaN and Infinity values at SOP AngularVelocity setterdahlia1-1/+6
2015-02-07llLookAt() strength parameter should slow rotation as it is increased. Thanks...dahlia1-2/+2
2015-02-07llLookAt(): reduce and clamp strengh to reduce probability of overshootdahlia1-2/+5
2015-02-06llLookAt() and llRotLookAt(): all orientation updates now done via angular ve...dahlia1-17/+28
2015-02-05Manage Angular Velocity during llLookAt() rotation of physical objectsdahlia1-1/+11
2015-02-05Set angular velocity in physics actor in SceneObjectPart.AngularVelocity sett...dahlia1-1/+7
2015-01-21If [Permissions] serverside_object_permissions = false or the undocumented pr...Justin Clark-Casey (justincc)1-1/+4
2014-11-19refactor: capitalize SOP.moveToTarget() and stopMoveToTarget() in accordance ...Justin Clark-Casey1-2/+2
2014-11-19Remove SOP.StopMoveToTarget scheduled update which is now being done in SOG.s...Justin Clark-Casey1-3/+0
2014-10-26some cleanup, localID coerence fix..UbitUmarov1-3/+3
2014-10-06 fix targetOmega resend on deselect on the right place, can't be at sopUbitUmarov1-2/+1
2014-10-04bug fix: resend part targetOmega on deSelectUbitUmarov1-0/+2
2014-09-23 populate collision lists with LinkNumber, and detected structure inUbitUmarov1-0/+3
2014-09-22 some changes in link/unlink code, bypassing complex variables set methodsUbitUmarov1-1/+22
2014-09-12Fix issues where setting llSetTextureAnim(FALSE... did not work properly).Justin Clark-Casey (justincc)1-11/+20
2014-09-05 do not send objectproprieties on sop.SetGroup(). I many cases this willUbitUmarov1-2/+2
2014-08-29Implement STATUS_BLOCK_GRAB_OBJECT in llSetStatus()/llGetStatus() and correct...Justin Clark-Casey (justincc)1-17/+1
2014-08-29Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)1-1/+1
2014-08-22sop SendFullUpdate() goes by presence if it is a attachmentUbitUmarov1-1/+14
2014-08-22some cleanup ( well or not )UbitUmarov1-6/+67
2014-08-11Fix a condition checkMelanie Thielker1-1/+1
2014-08-11Fix a condition checkMelanie Thielker1-1/+1