diff options
author | UbitUmarov | 2016-07-04 08:29:26 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-04 08:29:26 +0100 |
commit | ac72598c6bd974c426863262a1c5ac9210bd986c (patch) | |
tree | f1b1f42e5572044be5592162681273aee12af888 /OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs | |
parent | New config var: DisableObjectTransfer. If set to True, objects never cross; i... (diff) | |
download | opensim-SC-ac72598c6bd974c426863262a1c5ac9210bd986c.zip opensim-SC-ac72598c6bd974c426863262a1c5ac9210bd986c.tar.gz opensim-SC-ac72598c6bd974c426863262a1c5ac9210bd986c.tar.bz2 opensim-SC-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 '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs | 2 |
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; |