diff options
author | Adam Frisby | 2009-04-06 04:17:55 +0000 |
---|---|---|
committer | Adam Frisby | 2009-04-06 04:17:55 +0000 |
commit | 918c46688189cc0e6f237f9f2d2ee8892506d56d (patch) | |
tree | f047f3a3640b2ec57e9e0c6397aa008cf869cd98 /OpenSim/Region/OptionalModules/Scripting | |
parent | Changed the asynchronous call to get inventory in HG, so that it properly rep... (diff) | |
download | opensim-SC_OLD-918c46688189cc0e6f237f9f2d2ee8892506d56d.zip opensim-SC_OLD-918c46688189cc0e6f237f9f2d2ee8892506d56d.tar.gz opensim-SC_OLD-918c46688189cc0e6f237f9f2d2ee8892506d56d.tar.bz2 opensim-SC_OLD-918c46688189cc0e6f237f9f2d2ee8892506d56d.tar.xz |
* Adds AutoOAR module, this will automatically OAR your regions every 20 minutes to a directory called "autooar", if enabled. Default disabled. Use [autooar] Enabled=true in OpenSim.ini to enable.
* Adds some MRM XMLDOC
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/Object/IObjectPhysics.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Object/IObjectPhysics.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Object/IObjectPhysics.cs index 9035db9..6ca4e5f 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Object/IObjectPhysics.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Object/IObjectPhysics.cs | |||
@@ -5,6 +5,11 @@ using OpenMetaverse; | |||
5 | 5 | ||
6 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Object | 6 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Object |
7 | { | 7 | { |
8 | /// <summary> | ||
9 | /// This implements an interface similar to that provided by physics engines to OpenSim internally. | ||
10 | /// Eg, PhysicsActor. It is capable of setting and getting properties related to the current | ||
11 | /// physics scene representation of this object. | ||
12 | /// </summary> | ||
8 | public interface IObjectPhysics | 13 | public interface IObjectPhysics |
9 | { | 14 | { |
10 | bool Enabled { get; set; } | 15 | bool Enabled { get; set; } |