aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorBlueWall2013-09-12 11:46:12 -0400
committerBlueWall2013-09-12 11:46:12 -0400
commit3c85afbb431d14a676c00d20bfeeb5e2d13e8eaf (patch)
tree2e52e0190cc62a80c3b6b152f9aba61f453a090b /bin/OpenSimDefaults.ini
parentBulletSim: remove collision cache clearing logic for physical objects. (diff)
downloadopensim-SC_OLD-3c85afbb431d14a676c00d20bfeeb5e2d13e8eaf.zip
opensim-SC_OLD-3c85afbb431d14a676c00d20bfeeb5e2d13e8eaf.tar.gz
opensim-SC_OLD-3c85afbb431d14a676c00d20bfeeb5e2d13e8eaf.tar.bz2
opensim-SC_OLD-3c85afbb431d14a676c00d20bfeeb5e2d13e8eaf.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.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index e168566..c16dee2 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -652,8 +652,11 @@
652 652
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
656 ; This is set to 16383 because current viewers can't handle teleports that are greater than this distance 656 ; along the x or y axis. This is set to 16383 because current viewers
657 ; can't handle teleports that are greater than this distance
658 ; Setting to 0 will allow teleports of any distance
659 ;
657 max_distance = 16383 660 max_distance = 16383
658 661
659 ; Minimum user level required for HyperGrid teleports 662 ; Minimum user level required for HyperGrid teleports