aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-10Remove 4000+ DOS line endings. Grrr!Melanie1-4332/+4332
2010-08-10Removed abstract SetText method from EntityBase to make cleaner API.Mikko Pallari1-5/+0
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
2010-05-18Fix for hanging on "Connecting to region".. caused by packets being processed...Tom Grimshaw1-49/+53
2010-05-12* Initial commit of the slimupdates2 rewrite. This pass maintains the origina...unknown1-14/+15
2010-05-07Fix Mouse+WASD makes Av rise; Fix PREJUMP.Kitto Flora1-8/+15
2010-05-06Remove the m_Viewer variable and make the property a shortcut to theMelanie Thielker1-4/+1
2010-05-05Remove the m_Viewer variable and make the property a shortcut to theMelanie Thielker1-4/+1
2010-05-06Plumb Viewer version into ScenePresence for initial login. It's still notMelanie Thielker1-0/+1
2010-05-06Plumb the viewer version string through into AgentCircuitData. Now all thatMelanie Thielker1-0/+6
2010-05-05Plumb Viewer version into ScenePresence for initial login. It's still notMelanie Thielker1-0/+1
2010-05-05Plumb the viewer version string through into AgentCircuitData. Now all thatMelanie Thielker1-0/+6
2010-05-03Adapt CM to the new CHANGED_OWNER handlingMelanie Thielker1-4/+13
2010-04-24Use the saved script statesMelanie Thielker1-1/+36
2010-04-24Plumb a data path to initialize an attachment from an alternate sourceMelanie Thielker1-1/+1