aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-27Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie1-5/+6
2013-01-26Add OnScriptMovingStartEvent and OnScriptMovingEndEvent to EventManager so th...Justin Clark-Casey (justincc)1-0/+56
2013-01-23* This makes the non-physics llCastRay 'better'. It's not 'correctly work...teravus1-0/+1
2013-01-23Add the Avination physics raycast glue so Core Physics can implement raycastMelanie1-0/+13
2013-01-23Fix a type (Suports => Supports). Also put the normal terrain collision checkMelanie1-2/+2
2013-01-21Have SOP and LSL_Api call the proper GetCenterOfMass and GetGeometricCenterRobert Adams1-0/+10
2013-01-21Add accessors to allow serializing rot and position targetsMelanie1-2/+12
2013-01-21Limit active at targets to 8Melanie1-2/+6
2013-01-21Prevent scene from holding references to SOGs with attargets beyond SOG deletionMelanie1-6/+12
2013-01-19Check the existing ScenePresence.ParentPart to make sure we're not trying to ...Justin Clark-Casey (justincc)1-2/+1
2013-01-18Add "debug set set animations true|false" region console command.Justin Clark-Casey (justincc)2-5/+33
2013-01-18Restore previous client AO behaviour by not allowing them to remove the defau...Justin Clark-Casey (justincc)3-6/+25
2013-01-16 dont send a full grp update on stopmovetotarget. just a rootpart terseUbitUmarov2-1/+3
2013-01-16JustinCC's core re-mergeMelanie1-3/+23
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)1-3/+23
2013-01-16Revert "Implement co-operative script termination if termination comes during...Justin Clark-Casey (justincc)1-23/+3
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)1-3/+23
2013-01-15Add Refresh() Method to ISerachModule to allow forcing a sim to resend it'sMelanie1-1/+1
2013-01-14move resit fix to ScenePresence.cs and allow for requesting sit on objects ot...dahlia1-0/+4
2013-01-11Fix exception reporting in SceneObjectPart so it logs what the exception is r...Robert Adams1-2/+2
2013-01-11 go back bypassing sog updates control (test)UbitUmarov1-12/+12
2013-01-11update the last information sent in terse updates where they are sent to allUbitUmarov1-10/+19
2013-01-11 remove redundant lastPhysGroupPos and lastPhysGroupRot checksUbitUmarov1-16/+3
2013-01-11 same for AngularVelocity. Use normal terse updates in place of sendingUbitUmarov1-10/+18
2013-01-11keyframe. Don't use group UpdateRotation since this enqueues a terseUbitUmarov1-2/+6
2013-01-11Save attachments on detach/exit if a contained script state has been changed.Justin Clark-Casey (justincc)1-0/+3
2013-01-10Move scene debug commands into separate module. Command changes from "debug ...Justin Clark-Casey (justincc)2-94/+102
2013-01-10refactor: route the final scene backup through the same code that handles per...Justin Clark-Casey (justincc)1-10/+1
2013-01-10Add "debug scene pbackup true|false" console command. This enables or disabl...Justin Clark-Casey (justincc)1-9/+30
2013-01-09Change IsRoot to use ReferenceEquals to prevent operator == messinessMelanie1-1/+1
2013-01-09Revert "Prevent empty Anim Packs"Melanie1-12/+0
2013-01-09Revert "Fix sequence id fr default anim"Melanie1-1/+1
2013-01-08Fix sequence id fr default animMelanie1-1/+1
2013-01-08Prevent empty Anim PacksMelanie1-0/+12
2013-01-09Revert "Prevent empty Anim Packs"Melanie1-12/+0
2013-01-09Revert "Fix sequence id fr default anim"Melanie1-1/+1
2013-01-08Fix sequence id fr default animMelanie1-1/+1
2013-01-08Prevent empty Anim PacksMelanie1-0/+12
2013-01-08Remove now superfluous update of m_lastSizeMelanie1-3/+0
2013-01-08 also update m_lastSize in SendAvatarDataToAllAgents so more paths updateUbitUmarov1-0/+2
2013-01-08Prevent avatar data from being sent during login when it's not valid andMelanie2-2/+6
2013-01-08Revert "Remove sending AvatarData because this also happens on login, where i...Melanie1-1/+9
2013-01-08Remove sending AvatarData because this also happens on login, where it chokesMelanie1-9/+1
2013-01-08 put back position and rot change check before sending releasing plane constrainUbitUmarov1-4/+7
2013-01-08 reduce sampling of camera raycasts to previus valueUbitUmarov1-23/+26
2013-01-08* DAnger, TEST * change camera plane collision detection. Still bounces onUbitUmarov1-49/+59
2013-01-07 in raycast for camera exclude self detectionUbitUmarov1-3/+2
2013-01-04Fix llGetLinkKey() to return the last sat avatar as the last link number.Justin Clark-Casey (justincc)2-46/+68
2013-01-03check land permitions on sit target for unscripted sitsUbitUmarov1-0/+17
2013-01-03make ResetMoveToTarget cancel any 'force' waiting to be applied to avatarUbitUmarov1-7/+2