Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future config parameters.

Default remains true.
OpenSimDefault.ini changed so if you haven't overriden this switch then you don't need to do anything.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-04-18 23:22:04 +01:00
parent f5a041d012
commit 36c4e94ef7
4 changed files with 18 additions and 12 deletions

View File

@@ -82,6 +82,12 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
/// </summary>
public bool ControlFileLoaded { get; private set; }
/// <summary>
/// Do we want to enforce the check. IAR versions before 0.2 and 1.1 do not guarantee this order, so we can't
/// enforce.
/// </summary>
public bool EnforceControlFileCheck { get; private set; }
protected bool m_assetsLoaded;
protected bool m_inventoryNodesLoaded;