aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-04-18 23:22:04 +0100
committerJustin Clark-Casey (justincc)2011-04-18 23:22:04 +0100
commit36c4e94ef739f2d58ff26ae2313e5a930ff02021 (patch)
treed23742a5d9190c0abaad9c2e401e7213bd3f21a4 /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver
parentbump default IAR version to 0.2 and 1.1 for the --profile version. (diff)
downloadopensim-SC_OLD-36c4e94ef739f2d58ff26ae2313e5a930ff02021.zip
opensim-SC_OLD-36c4e94ef739f2d58ff26ae2313e5a930ff02021.tar.gz
opensim-SC_OLD-36c4e94ef739f2d58ff26ae2313e5a930ff02021.tar.bz2
opensim-SC_OLD-36c4e94ef739f2d58ff26ae2313e5a930ff02021.tar.xz
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.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
index a12931f..6b24718 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
@@ -82,6 +82,12 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
82 /// </summary> 82 /// </summary>
83 public bool ControlFileLoaded { get; private set; } 83 public bool ControlFileLoaded { get; private set; }
84 84
85 /// <summary>
86 /// Do we want to enforce the check. IAR versions before 0.2 and 1.1 do not guarantee this order, so we can't
87 /// enforce.
88 /// </summary>
89 public bool EnforceControlFileCheck { get; private set; }
90
85 protected bool m_assetsLoaded; 91 protected bool m_assetsLoaded;
86 protected bool m_inventoryNodesLoaded; 92 protected bool m_inventoryNodesLoaded;
87 93