aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/SharedBase
diff options
context:
space:
mode:
authorUbitUmarov2016-07-04 08:29:26 +0100
committerUbitUmarov2016-07-04 08:29:26 +0100
commitac72598c6bd974c426863262a1c5ac9210bd986c (patch)
treef1b1f42e5572044be5592162681273aee12af888 /OpenSim/Region/PhysicsModules/SharedBase
parentNew config var: DisableObjectTransfer. If set to True, objects never cross; i... (diff)
downloadopensim-SC_OLD-ac72598c6bd974c426863262a1c5ac9210bd986c.zip
opensim-SC_OLD-ac72598c6bd974c426863262a1c5ac9210bd986c.tar.gz
opensim-SC_OLD-ac72598c6bd974c426863262a1c5ac9210bd986c.tar.bz2
opensim-SC_OLD-ac72598c6bd974c426863262a1c5ac9210bd986c.tar.xz
add OSSL osGetPhysicsEngineName(). this returns a string with name and version. does no permition checks or it whould be less usefull ( only ubOde returns value)
Diffstat (limited to 'OpenSim/Region/PhysicsModules/SharedBase')
-rw-r--r--OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs
index 8623891..65d8867 100644
--- a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs
+++ b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs
@@ -112,6 +112,8 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
112 /// </summary> 112 /// </summary>
113 public string EngineType { get; protected set; } 113 public string EngineType { get; protected set; }
114 114
115 public string EngineName { get; protected set; }
116
115 // The only thing that should register for this event is the SceneGraph 117 // The only thing that should register for this event is the SceneGraph
116 // Anything else could cause problems. 118 // Anything else could cause problems.
117 public event physicsCrash OnPhysicsCrash; 119 public event physicsCrash OnPhysicsCrash;