aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-30Change keyframe motion to use a single timer for all objects. This is requiredMelanie1-236/+229
to prevent slippage between objects that are meant to move synchronously or keep their relative positions/rotations.
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
sends an asset transaciton but it is empty. So we can't ignore name data when a transaction is present and can't treat every transaction as valid.
2013-01-26Reinstate cleaning objects from parcel when avatars sit on them. Instead do itMelanie2-2/+2
properly for temp-on-rez. Auto-return overrides sitting. Temp does not.
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
into the physics check patch for now since physics doesn't properly return land for some reason (as tested by Nebadon)
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
ValidateAndSendAppearanceAndAgentData()
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-15Add Refresh() Method to ISerachModule to allow forcing a sim to resend it'sMelanie1-1/+1
search data
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
clients and not only on Scheduled sends
2013-01-11 remove redundant lastPhysGroupPos and lastPhysGroupRot checksUbitUmarov1-16/+3
in SOG Update(). rootpart does more complet checks
2013-01-11 same for AngularVelocity. Use normal terse updates in place of sendingUbitUmarov1-10/+18
imediatly. If that's good for physics, needs to be good for this
2013-01-11keyframe. Don't use group UpdateRotation since this enqueues a terseUbitUmarov1-2/+6
update and we are sending them imediatly
2013-01-09Change IsRoot to use ReferenceEquals to prevent operator == messinessMelanie1-1/+1
2013-01-09Revert "Prevent empty Anim Packs"Melanie1-12/+0
This reverts commit ab053df706055b0aa8fe2d10f89488be97d36841.
2013-01-09Revert "Fix sequence id fr default anim"Melanie1-1/+1
This reverts commit 8f37f2ca7edd408f30165fef9817375a9813ce90.
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
it
2013-01-08Prevent avatar data from being sent during login when it's not valid andMelanie2-2/+6
crashes login on some viewers.
2013-01-08Revert "Remove sending AvatarData because this also happens on login, where ↵Melanie1-1/+9
it chokes" This reverts commit d1fa650c3f16ee74cd39d9258c5ef7aa4869ca03.
2013-01-08Remove sending AvatarData because this also happens on login, where it chokesMelanie1-9/+1
Firestorm, Singularity and other viewers with the new appearance pipeline.
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
* prim edges due to camera lag
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
( by the odd use of Velocity)
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-29* This finishes the implementation of AgentCachedTexture. Requires the ↵teravus1-2/+2
XBakes Module and service for full functionality. Previous no-cache functionality works without the service and module. In some ways, I would have been happier not putting an AssetBase in WearableCacheItem.. but turns out it was probably unavoidable. No additional locks, yay.
2012-12-21* Partial Commit for Avatar Appearance to include the functionality of ↵teravus2-12/+21
Cached Bakes.
2012-12-19* Send an Unsolicited AgentDataUpdate packet upon Root Agent Status to ↵teravus1-0/+20
synchronize with Agni.
2012-12-19Add the interfaces for the new Avination baked texture cache serviceMelanie1-0/+19
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
2012-12-16Fix locking objectsMelanie1-1/+3
2012-12-15* Fix for Prim Locking. Prior to the merge, it was just a clone of the ↵teravus1-4/+4
root part to each of the child parts.
2012-12-13right fix this time ??UbitUmarov1-1/+1
2012-12-13fix the 'fix'UbitUmarov1-2/+2
2012-12-13fix coment out code not in useUbitUmarov1-2/+2
2012-12-13 FIX small avatars movement on terrain. (avatar appearance getting evenUbitUmarov1-4/+36
more messy)
2012-12-07 add some default size setting and checksUbitUmarov1-1/+2