clockwerk-opensim-stable – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 103... Line 103...
103   103  
104 protected bool throwErrorOnNotImplemented = true; 104 protected bool throwErrorOnNotImplemented = true;
105 protected AsyncCommandManager AsyncCommands = null; 105 protected AsyncCommandManager AsyncCommands = null;
106 protected float m_ScriptDelayFactor = 1.0f; 106 protected float m_ScriptDelayFactor = 1.0f;
107 protected float m_ScriptDistanceFactor = 1.0f; 107 protected float m_ScriptDistanceFactor = 1.0f;
108 protected float m_MinTimerInterval = 0.5f; 108 protected float m_MinTimerInterval = 0.05f;
Line 109... Line 109...
109 protected float m_recoilScaleFactor = 0.0f; 109 protected float m_recoilScaleFactor = 0.0f;
110   110  
111 protected DateTime m_timer = DateTime.Now; 111 protected DateTime m_timer = DateTime.Now;