aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-20HG add a small delay before start sending region dataUbitUmarov1-2/+17
2016-11-17explicitly remove some references, and other useless changesUbitUmarov1-2/+22
2016-11-16minor: dont let rcvd agentupdates time jump backUbitUmarov1-11/+27
2016-11-14change camera collision check rulesUbitUmarov1-23/+34
2016-11-14reduce calls to physics world cast rays for camera collision checkUbitUmarov1-49/+48
2016-11-07a few more changes on the avatars Velocity/TargetVelocity/SetMomentum. Need t...UbitUmarov1-1/+29
2016-10-05dont let ignored AgentUpdates change their throttles. Apply respective moveme...UbitUmarov1-16/+33
2016-09-12avoid siting a avatar at 0,0,0UbitUmarov1-7/+33
2016-08-28mantis: rotate avatar to lookAt o login/teleports. Some cases may still be wrongUbitUmarov1-2/+28
2016-08-28mantis: 8008 unscripted child prim collisions didn't trigger scripted root pr...UbitUmarov1-1/+1
2016-08-28let mouse steer work on crossings; some cleanupUbitUmarov1-0/+8
2016-08-28my broken version of vehicle mouse steer on ubOde (no bank,needs better damp)UbitUmarov1-0/+1
2016-08-27reduce math on use of camerarotation (need to add a lock there). Fix a bug o...UbitUmarov1-8/+14
2016-08-27remove excess dataUbitUmarov1-4/+1
2016-08-27Import plumbing from Halcyon for camera data to physics engine.Vegaslon1-6/+46
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