diff options
author | Diva Canto | 2014-06-08 12:18:49 -0700 |
---|---|---|
committer | Diva Canto | 2014-06-08 12:18:49 -0700 |
commit | c915791824282ebf424815dbe2855997f17c1234 (patch) | |
tree | 886594d2b50ec481feee601bc0e7169de23ab537 /bin | |
parent | Don't try to package null invites. (diff) | |
parent | Add [Terrain]SendTerrainUpdatesByViewDistance=false to OpenSimDefaults.ini (diff) | |
download | opensim-SC_OLD-c915791824282ebf424815dbe2855997f17c1234.zip opensim-SC_OLD-c915791824282ebf424815dbe2855997f17c1234.tar.gz opensim-SC_OLD-c915791824282ebf424815dbe2855997f17c1234.tar.bz2 opensim-SC_OLD-c915791824282ebf424815dbe2855997f17c1234.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 2a7e4c3..b9fd163 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -701,7 +701,7 @@ | |||
701 | MaxOutgoingTransferVersion = "SIMULATION/0.3" | 701 | MaxOutgoingTransferVersion = "SIMULATION/0.3" |
702 | 702 | ||
703 | ; The maximum distance in regions that an agent is allowed to teleport | 703 | ; The maximum distance in regions that an agent is allowed to teleport |
704 | ; along the x or y axis. This is set to 16383 because current viewers | 704 | ; along the x or y axis. This is set to 65535 because current viewers |
705 | ; can't handle teleports that are greater than this distance | 705 | ; can't handle teleports that are greater than this distance |
706 | ; Setting to 0 will allow teleports of any distance | 706 | ; Setting to 0 will allow teleports of any distance |
707 | ; | 707 | ; |
@@ -1755,8 +1755,12 @@ | |||
1755 | 1755 | ||
1756 | 1756 | ||
1757 | [Terrain] | 1757 | [Terrain] |
1758 | ; Values can be "pinhead-island" or "flat" | ||
1758 | InitialTerrain = "pinhead-island" | 1759 | InitialTerrain = "pinhead-island" |
1759 | 1760 | ; If 'true' each avatar is only sent terrain patches within their view distance | |
1761 | ; This also changes the region terrain loading from 'lawn mower' to ordered around | ||
1762 | ; the avatar outward. | ||
1763 | SendTerrainUpdatesByViewDistance = False | ||
1760 | 1764 | ||
1761 | ;; | 1765 | ;; |
1762 | ;; If you are using a simian grid frontend you can enable | 1766 | ;; If you are using a simian grid frontend you can enable |