mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Remove enableprejump config option and associated code as this is now
fully functional and cannot be disabled because that would break timings.
This commit is contained in:
@@ -85,7 +85,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
public bool m_trustBinaries;
|
||||
public bool m_allowScriptCrossings;
|
||||
public bool m_useFlySlow;
|
||||
public bool m_usePreJump;
|
||||
|
||||
protected float m_defaultDrawDistance = 255.0f;
|
||||
public float DefaultDrawDistance
|
||||
@@ -649,8 +648,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
//Animation states
|
||||
m_useFlySlow = startupConfig.GetBoolean("enableflyslow", false);
|
||||
// TODO: Change default to true once the feature is supported
|
||||
m_usePreJump = startupConfig.GetBoolean("enableprejump", false);
|
||||
|
||||
m_physicalPrim = startupConfig.GetBoolean("physical_prim", true);
|
||||
|
||||
|
||||
@@ -298,10 +298,6 @@
|
||||
; won't look right until the physics engine supports it
|
||||
; (i.e delays takeoff for a moment)
|
||||
|
||||
; This is commented so it will come on automatically once it's
|
||||
; supported.
|
||||
; enableprejump = true
|
||||
|
||||
; Simulator Stats URI
|
||||
; Enable JSON simulator data by setting a URI name (case sensitive)
|
||||
; Stats_URI = "jsonSimStats"
|
||||
|
||||
Reference in New Issue
Block a user