aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/AgentPreferencesModule.cs3
-rw-r--r--bin/OpenSimDefaults.ini15
2 files changed, 12 insertions, 6 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/AgentPreferencesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/AgentPreferencesModule.cs
index 8f65a69..b0ba5a3 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/AgentPreferencesModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/AgentPreferencesModule.cs
@@ -77,6 +77,9 @@ namespace OpenSim.Region.ClientStack.LindenCaps
77 { 77 {
78 RegisterCaps(agentID, caps); 78 RegisterCaps(agentID, caps);
79 }; 79 };
80 ISimulatorFeaturesModule simFeatures = scene.RequestModuleInterface<ISimulatorFeaturesModule>();
81 if(simFeatures != null)
82 simFeatures.AddFeature("AvatarHoverHeightEnabled",OSD.FromBoolean(true));
80 } 83 }
81 84
82 public void PostInitialise() {} 85 public void PostInitialise() {}
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 456dcd6..1332ce8 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1712,17 +1712,12 @@
1712[Economy] 1712[Economy]
1713 ; the economy module in use 1713 ; the economy module in use
1714 ; default is the provided BetaGridLikeMoneyModule 1714 ; default is the provided BetaGridLikeMoneyModule
1715 ; - This module is for demonstration only -
1716 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). 1715 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc).
1717 ; There is no intention to implement anything further in core OpenSimulator. 1716 ; There is no intention to implement anything further in core OpenSimulator.
1718 ; This functionality has to be provided by third party modules. 1717 ; This functionality has to be provided by third party modules.
1719 ; To use other modules you need to override this setting on OpenSim.ini Economy (or startup) section
1720 ; economymodule = BetaGridLikeMoneyModule 1718 ; economymodule = BetaGridLikeMoneyModule
1721 1719
1722 ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only - 1720 ; Economy values get used in the BetaGridLikeMoneyModule.
1723 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc).
1724 ; There is no intention to implement anything further in core OpenSimulator.
1725 ; This functionality has to be provided by third party modules.
1726 1721
1727 ;; Enables selling things for $0. Default is true. 1722 ;; Enables selling things for $0. Default is true.
1728 ; SellEnabled = true 1723 ; SellEnabled = true
@@ -1750,6 +1745,14 @@
1750 ;PriceObjectRent = 0 1745 ;PriceObjectRent = 0
1751 ;PriceObjectScaleFactor = 10 1746 ;PriceObjectScaleFactor = 10
1752 ;PriceParcelRent = 0 1747 ;PriceParcelRent = 0
1748
1749 ; Mesh upload settings, independent of economymodule
1750
1751 ; Create inventory entries for textures uploaded with a model
1752 ; default is false, ie, do not create
1753 ; MeshModelAllowTextureToInventory = true
1754
1755
1753 1756
1754[XEngine] 1757[XEngine]
1755 ; Enable this engine in this OpenSim instance 1758 ; Enable this engine in this OpenSim instance