diff options
author | Justin Clark-Casey (justincc) | 2013-01-24 00:03:44 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-24 00:03:44 +0000 |
commit | 55c6753b13d4c8cd69cc986db5f6e321b8e65bb7 (patch) | |
tree | 70ae7a976ba9be4e7e8d1cb98d3a6e61e4dfb7d4 /OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |
parent | Add information on ScriptStopStrategy to [XEngine] in OpenSimDefaults.ini and... (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-55c6753b13d4c8cd69cc986db5f6e321b8e65bb7.zip opensim-SC-55c6753b13d4c8cd69cc986db5f6e321b8e65bb7.tar.gz opensim-SC-55c6753b13d4c8cd69cc986db5f6e321b8e65bb7.tar.bz2 opensim-SC-55c6753b13d4c8cd69cc986db5f6e321b8e65bb7.tar.xz |
Merge branch 'master' into cooptermination
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs index e0b4992..34fd2a0 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |||
@@ -81,7 +81,6 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters | |||
81 | internal long m_simulationStep = 0; | 81 | internal long m_simulationStep = 0; |
82 | internal float NominalFrameRate { get; set; } | 82 | internal float NominalFrameRate { get; set; } |
83 | public long SimulationStep { get { return m_simulationStep; } } | 83 | public long SimulationStep { get { return m_simulationStep; } } |
84 | internal int m_taintsToProcessPerStep; | ||
85 | internal float LastTimeStep { get; private set; } | 84 | internal float LastTimeStep { get; private set; } |
86 | 85 | ||
87 | // Physical objects can register for prestep or poststep events | 86 | // Physical objects can register for prestep or poststep events |
@@ -709,8 +708,8 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters | |||
709 | // TriggerPreStepEvent | 708 | // TriggerPreStepEvent |
710 | // DoOneTimeTaints | 709 | // DoOneTimeTaints |
711 | // Step() | 710 | // Step() |
712 | // ProcessAndForwardCollisions | 711 | // ProcessAndSendToSimulatorCollisions |
713 | // ProcessAndForwardPropertyUpdates | 712 | // ProcessAndSendToSimulatorPropertyUpdates |
714 | // TriggerPostStepEvent | 713 | // TriggerPostStepEvent |
715 | 714 | ||
716 | // Calls to the PhysicsActors can't directly call into the physics engine | 715 | // Calls to the PhysicsActors can't directly call into the physics engine |
@@ -847,8 +846,6 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters | |||
847 | 846 | ||
848 | #endregion // Taints | 847 | #endregion // Taints |
849 | 848 | ||
850 | #region INI and command line parameter processing | ||
851 | |||
852 | #region IPhysicsParameters | 849 | #region IPhysicsParameters |
853 | // Get the list of parameters this physics engine supports | 850 | // Get the list of parameters this physics engine supports |
854 | public PhysParameterEntry[] GetParameterList() | 851 | public PhysParameterEntry[] GetParameterList() |
@@ -945,8 +942,6 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters | |||
945 | 942 | ||
946 | #endregion IPhysicsParameters | 943 | #endregion IPhysicsParameters |
947 | 944 | ||
948 | #endregion Runtime settable parameters | ||
949 | |||
950 | // Invoke the detailed logger and output something if it's enabled. | 945 | // Invoke the detailed logger and output something if it's enabled. |
951 | public void DetailLog(string msg, params Object[] args) | 946 | public void DetailLog(string msg, params Object[] args) |
952 | { | 947 | { |