mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Intermediate commit. Sill errors.
Merge branch 'master' into careminster Conflicts: OpenSim/Data/SQLite/SQLiteUserProfilesData.cs OpenSim/Framework/RegionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Services/UserProfilesService/UserProfilesService.cs
This commit is contained in:
@@ -506,9 +506,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
return (IsAttachment || (m_rootPart.Shape.PCode == 9 && m_rootPart.Shape.State != 0));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
private struct avtocrossInfo
|
||||
{
|
||||
public ScenePresence av;
|
||||
@@ -660,12 +658,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
}
|
||||
|
||||
/* don't see the need but worse don't see where is restored to false if things stay in
|
||||
foreach (SceneObjectPart part in m_parts.GetArray())
|
||||
{
|
||||
part.IgnoreUndoUpdate = true;
|
||||
}
|
||||
*/
|
||||
if (RootPart.GetStatusSandbox())
|
||||
{
|
||||
if (Util.GetDistanceTo(RootPart.StatusSandboxPos, value) > 10)
|
||||
@@ -751,7 +743,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
|
||||
agent.ParentUUID = UUID.Zero;
|
||||
|
||||
// agent.Reset();
|
||||
// else // Not successful
|
||||
// agent.RestoreInCurrentScene();
|
||||
|
||||
Reference in New Issue
Block a user