* archive each object as a separate xml file rather than put them all in one single large file

* this is being done for reasons of compositionality
This commit is contained in:
Justin Clarke Casey
2008-06-21 23:45:22 +00:00
parent 5b159e957a
commit ca88e3580b
5 changed files with 42 additions and 74 deletions

View File

@@ -146,7 +146,7 @@ namespace OpenSim.Region.Environment.Scenes
}
/// <summary>
///
/// Number of prims in this group
/// </summary>
public int PrimCount
{
@@ -164,14 +164,6 @@ namespace OpenSim.Region.Environment.Scenes
set { m_rootPart.GroupID = value; }
}
/// <summary>
///
/// </summary>
public LLVector3 GroupCentrePoint
{
get { return new LLVector3(0, 0, 0); }
}
public Dictionary<LLUUID, SceneObjectPart> Children
{
get { return m_parts; }