aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-24Make attachment rezzing async again for NPC. Doing that sync causes a deadlockMelanie Thielker1-1/+6
2014-11-12Revert "Bare minimum to get the new bake module to compile with this old code"Melanie Thielker1-2/+0
2014-11-11Remove the Invisible stuff and add more baked caching. Refactor selection of ...Melanie Thielker1-8/+2
2014-11-10Bare minimum to get the new bake module to compile with this old codeMelanie Thielker1-0/+2
2014-11-10Call the bake module each time we see a new attachment to see if the attachmentMelanie Thielker1-0/+4
2014-11-10Second part of invisible base avatar optionMelanie Thielker1-4/+9
2014-11-10Call the bake module each time we see a new attachment to see if the attachmentMelanie Thielker1-0/+4
2014-11-06 scale ChildAgentThrottles with distance (internal to child server and notUbitUmarov1-1/+18
2014-11-06 allow drawdistance to change between 32 and MaxDrawDistance, configurableUbitUmarov1-8/+10
2014-10-28 try to make a avatar usesable if its siting part didn't cross, or crossedUbitUmarov1-86/+12
2014-10-24 try to make SOG crossings full async. Simplify some borders checking....UbitUmarov1-76/+70
2014-10-21make sure we return false if catch() is triggered on crossingUbitUmarov1-0/+1
2014-10-21do agent crossing async, including QUERYACCESS ( need to check vehicles forUbitUmarov1-1/+25
2014-10-20 Assume childreen don't need to know caps seedsUbitUmarov1-0/+9
2014-10-19 try to fix propagation of seeds to all relevante regionsUbitUmarov1-14/+12
2014-10-17 debug makeroot timingUbitUmarov1-0/+10
2014-10-17 send motion control state in update to childs. Reset CollisionPlane onUbitUmarov1-2/+9
2014-10-03 added a missing angularVelocity.Zero on sitting, removed odd camera basedUbitUmarov1-61/+68
2014-09-30 fix a incomplet landing handling caseUbitUmarov1-14/+11
2014-09-29 change avatar physics and motion control. Still not that good :(UbitUmarov1-95/+74
2014-09-26bug fix: add missing attach to region heartbeat event to update animationsUbitUmarov1-0/+2
2014-09-23 populate collision lists with LinkNumber, and detected structure inUbitUmarov1-1/+3
2014-09-19exclude npcs from baked cacheUbitUmarov1-7/+14
2014-09-17Dont add to physics in a child update. It is missing several checks likeUbitUmarov1-2/+4
2014-09-16 try to send fly state on tpsUbitUmarov1-1/+2
2014-09-10*TEST* add movement states SIT and SITGROUND. ScenePresence on SIT,UbitUmarov1-6/+22
2014-09-09 force update of movement animationUbitUmarov1-1/+1
2014-09-09 on SetAnimationOverride do a UpdateMovementAnimations();UbitUmarov1-1/+2
2014-09-09*test*UbitUmarov1-1/+5
2014-09-09Plumb the rest of the serverside AOMelanie Thielker1-0/+5
2014-09-09Add some case magic and send an anim pack when an override is setMelanie Thielker1-0/+1
2014-09-09 only cancel attchment needed update type on sending sheduled updates.UbitUmarov1-4/+3
2014-09-09huds bug fixUbitUmarov1-28/+50
2014-09-09Actually do the overridingMelanie Thielker1-0/+7
2014-09-09Plumb llSetAnimationOverrideMelanie Thielker1-0/+4
2014-08-28 try to make child presence know its root region. Incomplete, some paths dont...UbitUmarov1-39/+7
2014-08-27 dont create a cadu that is not used. Add a root region global positionUbitUmarov1-9/+27
2014-08-27dont mess throotles values sent to child presences. Some cleanupUbitUmarov1-53/+38
2014-08-27 bug fix. Was not deleting attachments if on public parcelUbitUmarov1-2/+6
2014-08-27 on TPs to nearby regions, only send kills if needed by parcel privacyUbitUmarov1-9/+29
2014-08-26still testingUbitUmarov1-28/+28
2014-08-26 even less kills on tpsUbitUmarov1-1/+2
2014-08-25*test* back to no sog kills, little retouch on attachment updates,UbitUmarov1-4/+4
2014-08-25back to just killsUbitUmarov1-1/+0
2014-08-25*test* send kills and hackUbitUmarov1-0/+3
2014-08-24clean sendKill a bit, remove a IsChild that is set too early in a callingUbitUmarov1-2/+15
2014-08-23send avatar kills after attachments, send otherattachments before rest ofUbitUmarov1-3/+4
2014-08-23 back to sending attachment sog kills in place of the hack. This is theUbitUmarov1-5/+8
2014-08-22sop SendFullUpdate() goes by presence if it is a attachmentUbitUmarov1-7/+25
2014-08-22some cleanup ( well or not )UbitUmarov1-58/+145