aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-24 respect landpoint Z position also on the ugly LandingPointBehavior_OS option...UbitUmarov1-0/+1
2016-08-19fix physics sits on child primsUbitUmarov1-1/+1
2016-08-05 fill data for llDetected funtions of collisions closer to the event. (xengin...UbitUmarov1-20/+32
2016-08-05 fix parcel Avatar Sounds using group membership not active groupUbitUmarov1-1/+1
2016-08-04revert a variable renameUbitUmarov1-6/+6
2016-08-04cancel sending group powers on crossings, they are no longer needed.UbitUmarov1-55/+21
2016-08-04make sure all new scenepresences have fresh groups information at creation ti...UbitUmarov1-0/+2
2016-08-04add a weak safeguardUbitUmarov1-1/+9
2016-08-04fix a typoUbitUmarov1-1/+1
2016-07-30 fix NULL references added in recente changes in standalone modeUbitUmarov1-2/+3
2016-07-30fix cAgent.CrossingFlagsUbitUmarov1-1/+7
2016-07-28remove references to RegionCombinerModuleUbitUmarov1-20/+2
2016-07-27 a few more changes relative to sits crossingUbitUmarov1-6/+10
2016-07-27 a few more changes on avatar crossingUbitUmarov1-9/+11
2016-07-27missing changes about friends on crossings, and missing angular velocity clea...UbitUmarov1-4/+14
2016-07-26 reduce some grid services calls on region crossings, sending more informatio...UbitUmarov1-24/+91
2016-07-25remove extra charUbitUmarov1-2/+6
2016-07-25missing fileUbitUmarov1-2/+26
2016-07-25change avatar Health, from bad penetration depth to relative velocityUbitUmarov1-91/+89
2016-07-06let RePrioritization also work on child agentsUbitUmarov1-4/+12
2016-07-06bug fix, etcUbitUmarov1-3/+10
2016-07-06 add test option ObjectsCullingByDistance. In future, if true, it mayUbitUmarov1-8/+12
2016-06-23Mantis #7934 and related: landing points and telehubs for gods. Added a new c...Diva Canto1-6/+82
2016-05-23Fix a line deletion that should not have been deletedMelanie Thielker1-0/+1
2016-05-23Addressing #7903. Fix legacy sit offsets to use legacy computation.Melanie Thielker1-3/+5
2016-03-06BulletSim: Send out avatar position update if velocity is now zeroRobert Adams1-0/+3
2016-01-26 accept mantis 7785 requests, at least until bullet can be also be used fix l...UbitUmarov1-4/+5
2016-01-26 add option MaxRegionsViewDistance to control the maximum range to tell viewe...UbitUmarov1-3/+37
2016-01-18Code cleanup to terse update sending as given in a patch in Mantis 7813.Robert Adams1-25/+10
2015-12-23fix avatar movetotarget that got broken with changes on significant movement....UbitUmarov1-23/+51
2015-12-22 physics landing: don't land on top of volume detectorsUbitUmarov1-3/+1
2015-12-22 a few changes to physics new root avatar position height estimationUbitUmarov1-18/+61
2015-12-21clean a bitUbitUmarov1-8/+2
2015-12-21add physics help on root agent arrival via some login types and if not under ...UbitUmarov1-4/+46
2015-12-21simplify avatar updates throotle control, this possible needs to get more com...UbitUmarov1-79/+41
2015-12-20 BUG FIX on avatar position updates send controlUbitUmarov1-2/+2
2015-12-17current priority code uses avatar position not camera, so fix reprioritizer. ...UbitUmarov1-7/+9
2015-12-17save a expensive call to CameraPositionUbitUmarov1-2/+3
2015-12-17change updates reprioritization control code. Do it under normal avatar updat...UbitUmarov1-61/+56
2015-12-16dont bother another thread to try to send if there is no one to listenUbitUmarov1-2/+10
2015-12-16revert last change and add delays on testing, since child updates now have ti...UbitUmarov1-3/+1
2015-12-16temporary remove the delay on first child updatesUbitUmarov1-7/+9
2015-12-16several changes to parcels access control and scenepresence updates ratesUbitUmarov1-56/+63
2015-12-13several changes to telehubs, LandPoint and land accessUbitUmarov1-218/+254
2015-11-25 suspend the use of DisableSimulator, that is causing teleport and crossing i...UbitUmarov1-4/+4
2015-11-23 remove warning on siting in phantom prims without sittargetUbitUmarov1-1/+1
2015-11-17start adding LegacySitOffsets option. TRUE will prevent the use of new math f...UbitUmarov1-18/+62
2015-10-01 send DisableSimulator messages on closing childagents. Possible still not on...UbitUmarov1-0/+9
2015-09-30 let hoverheight rest position be a falling stateUbitUmarov1-1/+2
2015-09-30 let sp know about scene before anything else on creationUbitUmarov1-1/+1