mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Deleted a few old files that are no longer used.
Deleted the GridInterfaces projects, and for now moved the old local asset server into Framework.Communications, as we prepare to rewrite the asset cache and asset server. Deleted Framework.manager as I am sure this is no longer in use.
This commit is contained in:
@@ -513,13 +513,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
MainLog.Instance.Verbose("Loaded " + PrimsFromDB.Count.ToString() + " SceneObject(s)");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Loads a specific object from storage
|
||||
/// </summary>
|
||||
/// <param name="prim">The object to load</param>
|
||||
public void PrimFromStorage(PrimData prim)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Returns a new unallocated primitive ID
|
||||
@@ -603,7 +597,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// Called by a prim when it has been created/cloned, so that its events can be subscribed to
|
||||
/// </summary>
|
||||
/// <param name="prim"></param>
|
||||
public void AcknowledgeNewPrim(Primitive prim)
|
||||
public void AcknowledgeNewPrim(SceneObjectGroup prim)
|
||||
{
|
||||
prim.OnPrimCountTainted += m_LandManager.setPrimsTainted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user