aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2015-11-12 18:31:27 -0800
committerDiva Canto2015-11-12 18:31:27 -0800
commit3515fda101dfdb2ee01236bed836b6c1c93884b4 (patch)
tree60b16a108bba3f467612731559d782e3f21f2389 /bin
parent fix cut points of UTF-8 strings (diff)
parent configuration options relative to last tow commits (diff)
downloadopensim-SC_OLD-3515fda101dfdb2ee01236bed836b6c1c93884b4.zip
opensim-SC_OLD-3515fda101dfdb2ee01236bed836b6c1c93884b4.tar.gz
opensim-SC_OLD-3515fda101dfdb2ee01236bed836b6c1c93884b4.tar.bz2
opensim-SC_OLD-3515fda101dfdb2ee01236bed836b6c1c93884b4.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example17
-rw-r--r--bin/OpenSimDefaults.ini18
-rw-r--r--bin/Robust.HG.ini.example6
-rw-r--r--bin/Robust.ini.example6
-rw-r--r--bin/config-include/StandaloneCommon.ini.example14
5 files changed, 38 insertions, 23 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f5268bd..d395efe 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -610,17 +610,16 @@
610[SimulatorFeatures] 610[SimulatorFeatures]
611 611
612 ;# {SearchServerURI} {} {URL of the search server} {} 612 ;# {SearchServerURI} {} {URL of the search server} {}
613 ;; This is identical to the Robust LoginService SearchURL setting 613 ;; Optional. If given this serves the same purpose as the grid wide
614 ;; and will override that value if set here. The Robust setting 614 ;; [LoginServices] SearchURL setting and will override that where
615 ;; provides a working default for the grid and setting here is 615 ;; supported by viewers.
616 ;; optional.
617 ;SearchServerURI = "http://127.0.0.1:9000/" 616 ;SearchServerURI = "http://127.0.0.1:9000/"
617
618 ;# {DestinationGuideURI} {} {URL of the destination guide} {} 618 ;# {DestinationGuideURI} {} {URL of the destination guide} {}
619 ;; 619 ;; Optional. If given this serves the same purpose as the grid wide
620 ;; This serves the same purpose as the DestinationGuideURI in the 620 ;; [LoginServices] DestinationGuide setting and will override that where
621 ;; LoginService setting in the Robust server. This will override 621 ;; supported by viewers.
622 ;; the Robust setting if desired as an option. 622 ;DestinationGuideURI = "http://127.0.0.1:9000/guide"
623 ;DestinationGuideURI = "http://127.0.0.1:9000/"
624 623
625 624
626[Chat] 625[Chat]
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 636069d..9002650 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -166,12 +166,30 @@
166 ; into a restart. 166 ; into a restart.
167 InworldRestartShutsDown = false 167 InworldRestartShutsDown = false
168 168
169 ; Use of normalized 55FPS statistics
170 ; Opensim does not have a frame rate control like other simulators
171 ; Most parameters that control timing can be configurable region by region
172 ; To achive closer compatibility with values expected by viewers, scripts and users
173 ; some parameters are converted to a equivalent per frame value.
174 ; Adicionaly they are scaled to values they whould have on a system running at a nominal 55 frames per second rate
175 ; The scale factor it 55 * FrameTime, corresponding to 5 with default configuration
176 ; You can choose to not apply this scale factor setting Normalized55FPS to false.
177 ; Normalized55FPS = true
178
169 ; The minimum proportion of a second that any particular frame can take to execute. 179 ; The minimum proportion of a second that any particular frame can take to execute.
170 ; Only change this if you really know what you're doing, and be prepared to change UpdatePhysicsEveryNFrames 180 ; Only change this if you really know what you're doing, and be prepared to change UpdatePhysicsEveryNFrames
171 ; (and other Frames params) to match! For instance, halving MinFrameTime to 0.0445 require 181 ; (and other Frames params) to match! For instance, halving MinFrameTime to 0.0445 require
172 ; UpdatePhysicsEveryNFrames = 2 unless you don't mind your avatar walking like Benny Hill. 182 ; UpdatePhysicsEveryNFrames = 2 unless you don't mind your avatar walking like Benny Hill.
173 MinFrameTime = 0.089 183 MinFrameTime = 0.089
174 184
185 ; The values below represent the percentage of the target frame time that,
186 ; when underrun, should trigger yellow or red in the lag meter.
187 ; Less than 60% of FPS is amber by default, less then 40% is red.
188 ; These values are advisory. Viewers may choose to not use them but it is
189 ; encouraged that they do.
190 ; FrameTimeWarnPercent = 60;
191 ; FrameTimeCritPercent = 40;
192
175 ; Send scheduled updates to objects in the scene 193 ; Send scheduled updates to objects in the scene
176 ; This must be a whole number 194 ; This must be a whole number
177 UpdateObjectsEveryNFrames = 1; 195 UpdateObjectsEveryNFrames = 1;
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 82eaf1f..6af444c 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -551,12 +551,12 @@
551 ; this as splash page 551 ; this as splash page
552 ;welcome = ${Const|BaseURL}/welcome 552 ;welcome = ${Const|BaseURL}/welcome
553 553
554 ; helper uri: optional: if it exists if will be used to tell the client to use 554 ; helper uri: optional: if it exists it will be used to tell the client to use
555 ; this for all economy related things 555 ; this for all economy related things
556 ;economy = ${Const|BaseURL}:${Const|PublicPort}/ 556 ;economy = ${Const|BaseURL}/economy
557 557
558 ; web page of grid: optional: page providing further information about your grid 558 ; web page of grid: optional: page providing further information about your grid
559 ;about = ${Const|BaseURL}/about/ 559 ;about = ${Const|BaseURL}/about
560 560
561 ; account creation: optional: page providing further information about obtaining 561 ; account creation: optional: page providing further information about obtaining
562 ; a user account on your grid 562 ; a user account on your grid
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 8d6496d..099d4da 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -538,12 +538,12 @@
538 ; this as splash page 538 ; this as splash page
539 ;welcome = ${Const|BaseURL}/welcome 539 ;welcome = ${Const|BaseURL}/welcome
540 540
541 ; helper uri: optional: if it exists if will be used to tell the client to use 541 ; helper uri: optional: if it exists it will be used to tell the client to use
542 ; this for all economy related things 542 ; this for all economy related things
543 ;economy = ${Const|BaseURL}:${Const|PublicPort}/ 543 ;economy = ${Const|BaseURL}/economy
544 544
545 ; web page of grid: optional: page providing further information about your grid 545 ; web page of grid: optional: page providing further information about your grid
546 ;about = ${Const|BaseURL}/about/ 546 ;about = ${Const|BaseURL}/about
547 547
548 ; account creation: optional: page providing further information about obtaining 548 ; account creation: optional: page providing further information about obtaining
549 ; a user account on your grid 549 ; a user account on your grid
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 76d7a99..d0b152c 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -134,6 +134,9 @@
134 ; Url to search service 134 ; Url to search service
135 ; SearchURL = "${Const|BaseURL}:${Const|PublicPort}"; 135 ; SearchURL = "${Const|BaseURL}:${Const|PublicPort}";
136 136
137 ; For V3 destination guide
138 ; DestinationGuide = "${Const|BaseURL}/guide"
139
137 ; The minimum user level required for a user to be able to login. 0 by default 140 ; The minimum user level required for a user to be able to login. 0 by default
138 ; If you disable a particular user's account then you can set their login level below this number. 141 ; If you disable a particular user's account then you can set their login level below this number.
139 ; You can also change this level from the console though these changes will not be persisted. 142 ; You can also change this level from the console though these changes will not be persisted.
@@ -222,26 +225,21 @@
222 ; information on a standalone 225 ; information on a standalone
223 ;welcome = ${Const|BaseURL}/welcome 226 ;welcome = ${Const|BaseURL}/welcome
224 227
225 ; helper uri: optional: if it exists if will be used to tell the client to use 228 ; helper uri: optional: if it exists it will be used to tell the client to use
226 ; this for all economy related things 229 ; this for all economy related things
227 ; currently unused 230 ;economy = ${Const|BaseURL}/economy
228 ;economy = ${Const|BaseURL}:${Const|PublicPort}/
229 231
230 ; web page of grid: optional: page providing further information about your grid 232 ; web page of grid: optional: page providing further information about your grid
231 ; currently unused 233 ;about = ${Const|BaseURL}/about
232 ;about = ${Const|BaseURL}/about/
233 234
234 ; account creation: optional: page providing further information about obtaining 235 ; account creation: optional: page providing further information about obtaining
235 ; a user account on your grid 236 ; a user account on your grid
236 ; currently unused
237 ;register = ${Const|BaseURL}/register 237 ;register = ${Const|BaseURL}/register
238 238
239 ; help: optional: page providing further assistance for users of your grid 239 ; help: optional: page providing further assistance for users of your grid
240 ; currently unused
241 ;help = ${Const|BaseURL}/help 240 ;help = ${Const|BaseURL}/help
242 241
243 ; password help: optional: page providing password assistance for users of your grid 242 ; password help: optional: page providing password assistance for users of your grid
244 ; currently unused
245 ;password = ${Const|BaseURL}/password 243 ;password = ${Const|BaseURL}/password
246 244
247 ; HG address of the gatekeeper, if you have one 245 ; HG address of the gatekeeper, if you have one