aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-06-13Fixes attachments coming back upon being detached in neighbouring regions and...Diva Canto1-0/+1
2010-06-14D.U.H. #2. Inverted test. Again. Argh!Melanie Thielker1-1/+1
2010-06-14Guard against a potential nullrefMelanie Thielker1-1/+2
2010-06-14Report current position instead of position at the time we sat downMelanie Thielker1-0/+7
2010-06-12Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packetMelanie1-19/+1
2010-06-08Refactor SendCoarseLocations for better performance. Instead of computing lis...Dan Lake1-51/+5
2010-05-28remove redundant ScenePresence.QueuePartForUpdate() - every place in the code...Justin Clark-Casey (justincc)1-9/+0
2010-05-23Remove an unneeded conditionalMelanie1-2/+1
2010-05-23Add the SitGround flag back inMelanie1-1/+4
2010-05-21Apply adaption of patch in http://opensimulator.org/mantis/view.php?id=4628Justin Clark-Casey (justincc)1-3/+2
2010-05-21* Moving all of the prioritization/reprioritization code into a new file Prio...John Hurliman1-116/+2
2010-05-19Initialise m_initialSitTarget to ZERO_VACTOR for safety's sake as per convo w...Tom Grimshaw1-1/+1
2010-05-19Fix a nullref issue in SitAltitudeCallbackTom Grimshaw1-6/+9
2010-05-19Fix a nullref issue in SitAltitudeCallbackTom Grimshaw1-50/+53