OpenSimMirror/OpenSim/Region/CoreModules/World/Land
Justin Clark-Casey (justincc) 90ea00a109 Try to resolve some problems with viewers crashing after hitting parcel banlines or freezing on the banline.
This involves
1) On forcible teleport, call m_scene.RequestTeleportLocation() rather than ScenePresence.Teleport() - only EntityTransferModule now should call SP.Teleport()
2) When avatar is being forcibly moved due to banlines, use a 'stop movement' tolerance of 0.2 to requested position rather than 1
This prevents the avatar sometimes being stuck to banlines until they teleport somewhere else.
This aims to fix some problems in http://opensimulator.org/mantis/view.php?id=5822
2012-02-23 22:56:42 +00:00
..
Tests rename TestHelper => TestHelpers for consistency 2011-08-06 00:31:03 +01:00
LandChannel.cs remove now unused individual LandData prim counts. 2011-04-05 21:25:54 +01:00
LandManagementModule.cs Try to resolve some problems with viewers crashing after hitting parcel banlines or freezing on the banline. 2012-02-23 22:56:42 +00:00
LandObject.cs Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view.php?id=5887 2012-02-19 01:58:28 -07:00
PrimCountModule.cs remove mono compiler warnings 2011-08-23 21:41:16 +01:00