diff options
author | Melanie Thielker | 2016-01-31 03:08:24 +0100 |
---|---|---|
committer | Melanie Thielker | 2016-01-31 03:08:24 +0100 |
commit | 367b7d7e5ee226894293f00f63112938a1447778 (patch) | |
tree | e4ef701e0dd0824e03cdd80163f7a90978e3d1c7 /bin | |
parent | Replace the new ODE lib with one built against GLIBC 2.12. It's not our (diff) | |
parent | change parcel_owner_is_god configuration option from default from true to fa... (diff) | |
download | opensim-SC_OLD-367b7d7e5ee226894293f00f63112938a1447778.zip opensim-SC_OLD-367b7d7e5ee226894293f00f63112938a1447778.tar.gz opensim-SC_OLD-367b7d7e5ee226894293f00f63112938a1447778.tar.bz2 opensim-SC_OLD-367b7d7e5ee226894293f00f63112938a1447778.tar.xz |
Merge branch 'master' of opensimulator.org:/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 18 |
2 files changed, 14 insertions, 8 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8f5dcef..f8c0506 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -400,9 +400,9 @@ | |||
400 | ;; Allow region managers to assume god powers in regions they manage | 400 | ;; Allow region managers to assume god powers in regions they manage |
401 | ; region_manager_is_god = false | 401 | ; region_manager_is_god = false |
402 | 402 | ||
403 | ;# {parcel_owner_is_god} {} {Allow parcel owner gods} {true false} true | 403 | ;# {parcel_owner_is_god} {} {Allow parcel owner gods} {true false} false |
404 | ;; Allow parcel owners to assume god powers in their parcels | 404 | ;; Allow parcel owners to assume god powers in their parcels |
405 | ; parcel_owner_is_god = true | 405 | ; parcel_owner_is_god = false |
406 | 406 | ||
407 | ;# {simple_build_permissions} {} {Allow building in parcel by access list (no groups)} {true false} false | 407 | ;# {simple_build_permissions} {} {Allow building in parcel by access list (no groups)} {true false} false |
408 | ;; More control over permissions | 408 | ;; More control over permissions |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 84e029b..f09d2a1 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -161,13 +161,19 @@ | |||
161 | ; Warning! Don't use this with regions that have existing content!, This will likely break them | 161 | ; Warning! Don't use this with regions that have existing content!, This will likely break them |
162 | CombineContiguousRegions = false | 162 | CombineContiguousRegions = false |
163 | 163 | ||
164 | ; Extend the region's draw distance; 255m is the default which includes | 164 | ; the default view range. Viewers override this ( no major effect still ) |
165 | ; one neighbor on each side of the current region, 767m would go three | ||
166 | ; neighbors on each side for a total of 49 regions in view. Warning, unless | ||
167 | ; all the regions have the same drawdistance, you will end up with strange | ||
168 | ; effects because the agents that get closed may be inconsistent. | ||
169 | DefaultDrawDistance = 255.0 | 165 | DefaultDrawDistance = 255.0 |
170 | 166 | ||
167 | ; limit the maximum view range ( no effect still (does limit MaxRegionsViewDistance) ) | ||
168 | MaxDrawDistance = 512 | ||
169 | |||
170 | ; the maximum distance to tell a viewer to connect to a neighbour region, so it can be seen | ||
171 | ; (it is limited by MaxDrawDistance above) | ||
172 | ; less than 256 shows imediate neighbours; 512 also second imediate neighbours etc | ||
173 | ; more than 512m can cause viewers problems specially in case of dense regions. | ||
174 | ; curretly this distance is from current region borders. | ||
175 | MaxRegionsViewDistance = 255 | ||
176 | |||
171 | ; If you have only one region in an instance, or to avoid the many bugs | 177 | ; If you have only one region in an instance, or to avoid the many bugs |
172 | ; that you can trigger in modules by restarting a region, set this to | 178 | ; that you can trigger in modules by restarting a region, set this to |
173 | ; true to make the entire instance exit instead of restarting the region. | 179 | ; true to make the entire instance exit instead of restarting the region. |
@@ -412,7 +418,7 @@ | |||
412 | ; please note that this still doesn't duplicate SL, and is not intended to | 418 | ; please note that this still doesn't duplicate SL, and is not intended to |
413 | ;region_owner_is_god = true | 419 | ;region_owner_is_god = true |
414 | ;region_manager_is_god = false | 420 | ;region_manager_is_god = false |
415 | ;parcel_owner_is_god = true | 421 | ;parcel_owner_is_god = false |
416 | 422 | ||
417 | ; Control user types that are allowed to create new scripts | 423 | ; Control user types that are allowed to create new scripts |
418 | ; Only enforced if serviceside_object_permissions is true | 424 | ; Only enforced if serviceside_object_permissions is true |