aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* populate collision lists with LinkNumber, and detected structure inUbitUmarov2014-09-231-0/+3
* some changes in link/unlink code, bypassing complex variables set methodsUbitUmarov2014-09-221-1/+22
* do not send objectproprieties on sop.SetGroup(). I many cases this willUbitUmarov2014-09-051-2/+2
* sop SendFullUpdate() goes by presence if it is a attachmentUbitUmarov2014-08-221-1/+14
* some cleanup ( well or not )UbitUmarov2014-08-221-6/+67
* Fix a condition checkMelanie Thielker2014-08-111-1/+1
* Make texture anims work right on singuMelanie Thielker2014-08-111-12/+19
* send updates on selected attachments as sl ( warinin if reverted then aUbitUmarov2014-07-221-3/+3
* physics engine cannot change internal positions of linksets, at least notUbitUmarov2014-07-201-2/+2
* replace old Attachoffset by AttachedPos. Comented out possible mergeUbitUmarov2014-07-201-3/+0
* Merge branch 'master' into careminsterMelanie2014-01-281-0/+58
|\
| * Refactored setting permissions when rezzing items: use the same function when...Oren Hurvitz2014-01-101-0/+58
| * Remove unused sp.ParentPosition, which has not been used for some timeJustin Clark-Casey (justincc)2013-11-291-10/+0
* | Merge branch 'master' into careminsterMelanie2013-11-231-1/+1
|\ \ | |/
| * refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-1/+1
* | Merge branch 'master' into careminsterMelanie2013-11-031-1/+2
|\ \ | |/
| * After finishing to edit an attachment, let other avatars see the changes. (Th...Oren Hurvitz2013-10-171-1/+2
* | Merge branch 'master' into careminsterMelanie2013-10-041-0/+20
|\ \ | |/
| * BulletSim: remove chatty debug message from previous commit.Robert Adams2013-09-111-3/+3
| * BulletSim: add position and rotation update for child prim physics update eve...Robert Adams2013-09-111-0/+20
| * Change collision logic in SceneObjectPart so land_collision will happen.Robert Adams2013-09-091-6/+3
* | Merge branch 'master' into careminsterMelanie2013-09-011-1/+1
|\ \ | |/
| * * Fix some threading issues in BulletXNA (the managed bullet library), this s...teravus2013-08-201-2/+3
* | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2013-07-181-2/+5
|\ \
| * \ Merge branch 'master' into careminsterMelanie2013-07-131-8/+12
| |\ \ | | |/
| * | Merge branch 'master' into careminsterMelanie2013-07-131-27/+50
| |\ \
* | \ \ Merge branch 'master' into careminsterMelanie2013-07-181-0/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Reinsert PhysicsActor variable back into SOP.SubscribeForCollisionEvents() in...Justin Clark-Casey (justincc)2013-07-131-8/+12
| |/
| * Centralize duplicated code in SceneObjectPart for subscribing toRobert Adams2013-07-111-54/+43
| * minor: remove mono compiler warnings related to keyframe codeJustin Clark-Casey (justincc)2013-07-081-2/+0
| * Try to normalize the creatorData of scene object parts with the trailing '/'....Diva Canto2013-07-061-0/+4
* | Merge branch 'master' into careminsterMelanie2013-06-111-2/+3
|\ \ | |/
| * * Adds KeyFrameMotion storage support to SQLite, just a note, seems that ...teravus2013-06-111-2/+3
| * Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie2013-06-061-0/+15
* | Merge branch 'master' into careminsterMelanie2013-05-241-0/+1
|\ \ | |/
| * Fix issue where llSetPayPrice on either one of a clone prim in the same OpenS...Justin Clark-Casey (justincc)2013-05-241-0/+2
* | Merge branch 'master' into careminsterMelanie2013-05-241-0/+7
|\ \ | |/
| * Implement llSetSoundQueueing().Justin Clark-Casey (justincc)2013-05-221-1/+9
* | Merge branch 'master' into careminsterMelanie2013-04-211-9/+35
|\ \ | |/
| * Materials-capable viewers send ImageUpdate packets when updating materials th...dahlia2013-04-191-11/+35
| * Allow changes to TextureEntry to propagate to viewers when MaterialID changesdahlia2013-04-171-0/+2
* | Merge commit '94d44142e37a9191162a426f28dd23f40b0cf4aa' into careminsterMelanie2013-04-041-11/+2
|\ \ | |/
| * Fix minor race condition in SOP.SitTargetOrientationLL where inconsistent val...Justin Clark-Casey (justincc)2013-04-031-11/+2
* | Merge branch 'master' into careminsterMelanie2013-04-021-5/+6
|\ \ | |/
| * Use consistent GroupPosition value Make SOP.UpdateGroupPosition() rather than...Justin Clark-Casey (justincc)2013-04-031-5/+6
* | Merge branch 'master' into careminsterMelanie2013-04-021-1/+1
|\ \ | |/
| * fix minor race condition in SOP.SitTargetPositionLL where inconsistency could...Justin Clark-Casey (justincc)2013-04-031-1/+1
* | Merge branch 'master' into careminsterMelanie2013-04-021-7/+7
|\ \ | |/
| * minor: Make SOP.UpdateOffset() more consistent by checking against the same o...Justin Clark-Casey (justincc)2013-04-031-7/+7
| * Fix minor race condition where SOP.GetGeometricCenter() and GetCenterOfMass()...Justin Clark-Casey (justincc)2013-04-021-4/+4