aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2011-11-04 01:18:37 +0000
committerMelanie2011-11-04 01:18:37 +0000
commit24235006f473cec56213705ce70df781cf9bcbc1 (patch)
tree7d0e75978d48272827c3f03f087bf79658dd16cf /bin
parentMerge branch 'master' into bigmerge (diff)
parentRename ForEachAvatar back to ForEachScenePresence. The other changes (diff)
downloadopensim-SC_OLD-24235006f473cec56213705ce70df781cf9bcbc1.zip
opensim-SC_OLD-24235006f473cec56213705ce70df781cf9bcbc1.tar.gz
opensim-SC_OLD-24235006f473cec56213705ce70df781cf9bcbc1.tar.bz2
opensim-SC_OLD-24235006f473cec56213705ce70df781cf9bcbc1.tar.xz
Merge branch 'master' into bigmerge
Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs OpenSim/Region/CoreModules/LightShare/LightShareModule.cs OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs
Diffstat (limited to 'bin')
-rwxr-xr-xbin/OpenSim.ini.example4
-rw-r--r--bin/OpenSimDefaults.ini4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 80f4c0e..e71fb05 100755
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -339,9 +339,9 @@
339 ;; Distance in meters that whispers should travel. 339 ;; Distance in meters that whispers should travel.
340 ; whisper_distance = 10 340 ; whisper_distance = 10
341 341
342 ;# {say_distance} {} {Distance at which normal chat is heard, in meters? (SL uses 20 here)} {} 30 342 ;# {say_distance} {} {Distance at which normal chat is heard, in meters?} {} 20
343 ;; Distance in meters that ordinary chat should travel. 343 ;; Distance in meters that ordinary chat should travel.
344 ; say_distance = 30 344 ; say_distance = 20
345 345
346 ;# {shout_distance} {Distance at which a shout is heard, in meters?} {} 100 346 ;# {shout_distance} {Distance at which a shout is heard, in meters?} {} 100
347 ;; Distance in meters that shouts should travel. 347 ;; Distance in meters that shouts should travel.
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index e9d8717..a02de72 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -563,8 +563,8 @@
563 ; Distance in meters that whispers should travel. Default is 10m 563 ; Distance in meters that whispers should travel. Default is 10m
564 whisper_distance = 10 564 whisper_distance = 10
565 565
566 ; Distance in meters that ordinary chat should travel. Default is 30m 566 ; Distance in meters that ordinary chat should travel. Default is 20m
567 say_distance = 30 567 say_distance = 20
568 568
569 ; Distance in meters that shouts should travel. Default is 100m 569 ; Distance in meters that shouts should travel. Default is 100m
570 shout_distance = 100 570 shout_distance = 100