aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-25Comment repeated add and remove of avatars from the physical scene. It's noMelanie1-16/+22
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-3/+1
2010-10-22Revert "* remove some spurious debug info"Justin Clark-Casey (justincc)1-2/+0
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman1-1/+1
2010-10-20* remove some spurious debug infoJonathan Freedman1-0/+2
2010-10-20Major refactoring of appearance handling.Master ScienceSim1-114/+49
2010-10-20* remove some spurious debug infoJonathan Freedman1-0/+2
2010-10-04Formatting cleanup.Jeff Ames1-1/+1
2010-09-27Try to prevent threading issues in SP.SetAppearance by locking itMelanie1-40/+45
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-1/+1
2010-09-16Some small bug fixesroot1-1/+1
2010-09-14Fix merge issuesMelanie1-2/+2
2010-09-13minor: Add comments which explain what's going on wrt avatar movements at var...Justin Clark-Casey (justincc)1-0/+2
2010-09-13minor: Clean up log messages generated when an item is attachedJustin Clark-Casey (justincc)1-9/+3
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-09-06Falling animation fix, comment out instrumentation.Kitto Flora1-2/+4
2010-09-02Fixes to JUMP system.Kitto Flora1-22/+44
2010-09-02Remove commented code and the comment, as the change has proven outMelanie Thielker1-3/+0
2010-09-02Experimentally comment the sending of unbaked avatarsMelanie Thielker1-1/+3
2010-09-02Remove commented code and the comment, as the change has proven outMelanie Thielker1-3/+0
2010-09-02Experimentally comment the sending of unbaked avatarsMelanie Thielker1-1/+3
2010-08-31Add ScenePresence.GetAttachments(uint attachmentPoint)Justin Clark-Casey (justincc)1-0/+21
2010-08-26minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+4
2010-08-26Remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+0
2010-08-13refactor: remove Scene.SetRootAgentScene() in favour of existing event with s...Justin Clark-Casey (justincc)1-1/+1
2010-08-10Removed abstract SetText method from EntityBase to make cleaner API.Mikko Pallari1-5/+0
2010-08-10Fix a nullref issue in the AgentSetAppearance packet handler when removing th...meta71-6/+11
2010-08-10Remove 4000+ DOS line endings. Grrr!Melanie1-4332/+4332
2010-08-07The real fix for unscripted sit positions. This one doesn't fuck everything e...meta71-1/+4
2010-08-07Reverted: * Fix the unscripted sit rotation being incorrect .. will commit a...meta71-7/+3
2010-08-07Increase sit distance to 256 meters, but leave the initial autopilot process ...meta71-1/+1
2010-08-07Get rid of some debug chatter that someone who can't spell left behind. ;)meta71-2/+1
2010-08-07Fix the unscripted sit rotation being incorrect (relative to the prim). Note ...meta71-3/+7
2010-08-07Fix the distance from which autopilot is negated when sitting on an unscripte...meta71-1/+3
2010-08-07It seems hippo disregards velocities in full updates, so also send a terse up...meta71-4328/+4328
2010-08-06Correct some script constants.Melanie1-1/+1
2010-08-06Make sure the avatar position gets moved along with a prim it is sitting on. ...Tom1-0/+13
2010-08-06Implement CHANGED_REGION_(RE)START and also fix various CHANGED_* constants w...Tom1-1/+1
2010-08-05Addresses http://opensimulator.org/mantis/view.php?id=4919Diva Canto1-1/+6
2010-08-03Scripted sit target fixesTom1-1/+1
2010-08-03Fix scripted sit offset in child primsTom1-4/+14
2010-07-11Add scripted controllers into agent intersim messagingMelanie Thielker1-0/+33
2010-07-11Add scripted controllers into agent intersim messagingMelanie Thielker1-0/+33
2010-07-11Remove localID from script controls data. It won't transfer to anotherMelanie1-3/+1
2010-07-03Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker1-2/+5
2010-06-26Fix loading of attachments on loginMelanie Thielker1-1/+8
2010-06-22Cause collisions with the avatar to be sent to attachments. CurrentlyMelanie Thielker1-0/+140
2010-06-20Fix the StandUp position to calculate as if we're still using the child prim id.Tom Grimshaw1-1/+1
2010-06-20Fix the sit code to ensure that we use the root prim of a linkset as a refere...Tom Grimshaw1-3/+15
2010-06-19Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. T...Tom Grimshaw1-2/+37