aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-09-30 clamp all draw distance changes within region limitsUbitUmarov1-8/+14
2015-09-28 let us see our online friendsUbitUmarov1-6/+6
2015-09-26 fix unscripted sits without physics helpUbitUmarov1-9/+4
2015-09-21try to remove Scenepresence dependence on sog m_linkedAvatars, sitting may st...UbitUmarov1-13/+4
2015-09-21Fix a regression to GetSittingAvatars(). Return List<ScenePresence> once more.Kevin Cozens1-3/+3
2015-09-15fix missing check for viaHGLoginUbitUmarov1-2/+2
2015-09-14 try to improve vehicles crossing with Xengine. Lag seems main issue now, but...UbitUmarov1-1/+1
2015-09-12missing file...UbitUmarov1-29/+34
2015-09-10fix lost sending of initial terrain to child agentsUbitUmarov1-0/+2
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-52/+6
2015-09-02seems to compile ( tests comented out)UbitUmarov1-870/+149
2015-08-31dont change camera on crossingsUbitUmarov1-4/+4
2015-08-31start sending terrain patchs in completmovement where we know itsUbitUmarov1-0/+6
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-30more on tps and crossingsUbitUmarov1-29/+76
2015-08-23In ScenePresence, when removing from the physical scene, unsubscribeRobert Adams1-1/+1
2015-06-05The only purpose of this commit is to remove an erroneous comment. It turns o...Diva Canto1-4/+2
2015-04-12Fix stand position for differing seat and root rotation.Magnuz Binder1-1/+1
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-15/+10
2015-03-24Make attachment rezzing async again for NPC. Doing that sync causes a deadlockMelanie Thielker1-1/+6
2015-03-22Varregion: first cut at removing Border class checks for region crossings.Robert Adams1-38/+22