aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* HG add a small delay before start sending region dataUbitUmarov2016-11-201-2/+17
* explicitly remove some references, and other useless changesUbitUmarov2016-11-171-2/+22
* minor: dont let rcvd agentupdates time jump backUbitUmarov2016-11-161-11/+27
* change camera collision check rulesUbitUmarov2016-11-141-23/+34
* reduce calls to physics world cast rays for camera collision checkUbitUmarov2016-11-141-49/+48
* a few more changes on the avatars Velocity/TargetVelocity/SetMomentum. Need t...UbitUmarov2016-11-071-1/+29
* dont let ignored AgentUpdates change their throttles. Apply respective moveme...UbitUmarov2016-10-051-16/+33
* avoid siting a avatar at 0,0,0UbitUmarov2016-09-121-7/+33
* mantis: rotate avatar to lookAt o login/teleports. Some cases may still be wrongUbitUmarov2016-08-281-2/+28
* mantis: 8008 unscripted child prim collisions didn't trigger scripted root pr...UbitUmarov2016-08-281-1/+1
* let mouse steer work on crossings; some cleanupUbitUmarov2016-08-281-0/+8
* my broken version of vehicle mouse steer on ubOde (no bank,needs better damp)UbitUmarov2016-08-281-0/+1
* reduce math on use of camerarotation (need to add a lock there). Fix a bug o...UbitUmarov2016-08-271-8/+14
* remove excess dataUbitUmarov2016-08-271-4/+1
* Import plumbing from Halcyon for camera data to physics engine.Vegaslon2016-08-271-6/+46
* respect landpoint Z position also on the ugly LandingPointBehavior_OS option...UbitUmarov2016-08-241-0/+1
* fix physics sits on child primsUbitUmarov2016-08-191-1/+1
* fill data for llDetected funtions of collisions closer to the event. (xengin...UbitUmarov2016-08-051-20/+32
* fix parcel Avatar Sounds using group membership not active groupUbitUmarov2016-08-051-1/+1
* revert a variable renameUbitUmarov2016-08-041-6/+6
* cancel sending group powers on crossings, they are no longer needed.UbitUmarov2016-08-041-55/+21
* make sure all new scenepresences have fresh groups information at creation ti...UbitUmarov2016-08-041-0/+2
* add a weak safeguardUbitUmarov2016-08-041-1/+9
* fix a typoUbitUmarov2016-08-041-1/+1
* fix NULL references added in recente changes in standalone modeUbitUmarov2016-07-301-2/+3
* fix cAgent.CrossingFlagsUbitUmarov2016-07-301-1/+7
* remove references to RegionCombinerModuleUbitUmarov2016-07-281-20/+2
* a few more changes relative to sits crossingUbitUmarov2016-07-271-6/+10
* a few more changes on avatar crossingUbitUmarov2016-07-271-9/+11
* missing changes about friends on crossings, and missing angular velocity clea...UbitUmarov2016-07-271-4/+14
* reduce some grid services calls on region crossings, sending more informatio...UbitUmarov2016-07-261-24/+91
* remove extra charUbitUmarov2016-07-251-2/+6
* missing fileUbitUmarov2016-07-251-2/+26
* change avatar Health, from bad penetration depth to relative velocityUbitUmarov2016-07-251-91/+89
* let RePrioritization also work on child agentsUbitUmarov2016-07-061-4/+12
* bug fix, etcUbitUmarov2016-07-061-3/+10
* add test option ObjectsCullingByDistance. In future, if true, it mayUbitUmarov2016-07-061-8/+12
* Mantis #7934 and related: landing points and telehubs for gods. Added a new c...Diva Canto2016-06-231-6/+82
* Fix a line deletion that should not have been deletedMelanie Thielker2016-05-231-0/+1
* Addressing #7903. Fix legacy sit offsets to use legacy computation.Melanie Thielker2016-05-231-3/+5
* BulletSim: Send out avatar position update if velocity is now zeroRobert Adams2016-03-061-0/+3
* accept mantis 7785 requests, at least until bullet can be also be used fix l...UbitUmarov2016-01-261-4/+5
* add option MaxRegionsViewDistance to control the maximum range to tell viewe...UbitUmarov2016-01-261-3/+37
* Code cleanup to terse update sending as given in a patch in Mantis 7813.Robert Adams2016-01-181-25/+10
* fix avatar movetotarget that got broken with changes on significant movement....UbitUmarov2015-12-231-23/+51
* physics landing: don't land on top of volume detectorsUbitUmarov2015-12-221-3/+1
* a few changes to physics new root avatar position height estimationUbitUmarov2015-12-221-18/+61
* clean a bitUbitUmarov2015-12-211-8/+2
* add physics help on root agent arrival via some login types and if not under ...UbitUmarov2015-12-211-4/+46
* simplify avatar updates throotle control, this possible needs to get more com...UbitUmarov2015-12-211-79/+41