aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-12Revert "Make keyframes use the sim's frame timer"Melanie1-8/+15
2013-02-12Revert "Push updates from keyframe directly to the front of the output queue ...Melanie3-24/+9
2013-02-12Push updates from keyframe directly to the front of the output queue ratherMelanie3-9/+24
2013-02-11Make keyframes use the sim's frame timerMelanie1-15/+8
2013-02-11Refactor KeyframeMotion to use one timer class per sceneMelanie1-20/+75
2013-02-07Actually plumb the new values to physics.Melanie1-0/+20
2013-02-07Rename Bounciness to RestitutionMelanie2-6/+6
2013-02-06Move SoubleQueu to Util. Change HTTP inv to prioritize COF. Determine COF for SPMelanie2-0/+9
2013-01-31* This adds a bit more to the previous flying roll effect by adding additiona...teravus1-10/+50
2013-01-31* Adds a satisfying angular roll when an avatar is flying and turning. (Gene...Melanie1-0/+81
2013-01-30Change keyframe motion to use a single timer for all objects. This is requiredMelanie1-236/+229
2013-01-27Send moving_end event to scripts when keyframed motion ends.Melanie1-0/+10
2013-01-27Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie1-6/+7
2013-01-26Reinstate cleaning objects from parcel when avatars sit on them. Instead do itMelanie2-2/+2
2013-01-26Stop temp-on-rez object from being deleted while an avatar sits on themMelanie1-1/+1
2013-01-23Fix a type (Suports => Supports). Also put the normal terrain collision checkMelanie1-2/+2
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-17revert the test, sending again appearance to self inUbitUmarov1-1/+1
2013-01-17*TEST TEST TEST* don't send AvatarAppearance to selfUbitUmarov1-1/+1
2013-01-16 dont send a full grp update on stopmovetotarget. just a rootpart terseUbitUmarov2-1/+3
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-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-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-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
2013-01-03cancel MoveToTarget (viewer 'go here") on sitsUbitUmarov1-2/+22
2013-01-02*TEST* avatar unscripted sit. Some guessing/automationUbitUmarov1-2/+4
2012-12-21* Partial Commit for Avatar Appearance to include the functionality of Cached...teravus1-10/+17
2012-12-19* Send an Unsolicited AgentDataUpdate packet upon Root Agent Status to synchr...teravus1-0/+20
2012-12-18Fix locking for goodMelanie1-3/+3
2012-12-17 some clean up/fixUbitUmarov1-47/+46
2012-12-17* TEST * unscripted sitUbitUmarov1-174/+48