aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorBlueWall2013-09-12 11:46:12 -0400
committerJustin Clark-Casey (justincc)2013-09-20 21:37:56 +0100
commit560ea54c981651dae584f5c6321984bf6fe84a03 (patch)
treee3c2e048ccf2d395e796a34a0e32a78c4237dd7e /bin/OpenSimDefaults.ini
parentBulletSim: remove collision cache clearing logic for physical objects. (diff)
downloadopensim-SC_OLD-560ea54c981651dae584f5c6321984bf6fe84a03.zip
opensim-SC_OLD-560ea54c981651dae584f5c6321984bf6fe84a03.tar.gz
opensim-SC_OLD-560ea54c981651dae584f5c6321984bf6fe84a03.tar.bz2
opensim-SC_OLD-560ea54c981651dae584f5c6321984bf6fe84a03.tar.xz
Allow setting the EntityTransfer-max_distance to 0 to override distance checks. This is to facilitate current viewer work fixing the distance limitations for teleporting.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 0a85085..17f7490 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -653,7 +653,8 @@
653 653
654[EntityTransfer] 654[EntityTransfer]
655 ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis 655 ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis
656 ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance 656 ; This is set to 4095 by default because viewers released before September 2013 can't handle teleports that are greater than this distance
657 ; Setting to 0 will allow teleports of any distance
657 max_distance = 4095 658 max_distance = 4095
658 659
659 ; Minimum user level required for HyperGrid teleports 660 ; Minimum user level required for HyperGrid teleports