summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/settings_minimal.xml
blob: 315c811280c73b4b4c2160a15d34f3c9f62927c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<llsd>
  <map>
    <key>ChannelBottomPanelMargin</key>
        <map>
        <key>Comment</key>
            <string>Space from a lower toast to the Bottom Tray</string>
        <key>Type</key>
            <string>S32</string>
        <key>Value</key>
            <integer>2</integer>
        </map>
    <key>ClickActionBuyEnabled</key>
        <map>
        <key>Comment</key>
            <string>Enable click to buy actions in tool pie menu</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>0</integer>
        </map>
    <key>ClickActionPayEnabled</key>
        <map>
        <key>Comment</key>
            <string>Enable click to pay actions in tool pie menu</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>0</integer>
        </map>
    <key>DestinationGuideURL</key>
        <map>
        <key>Comment</key>
            <string>Destination guide contents</string>
        <key>Type</key>
            <string>String</string>
        <key>Value</key>
            <string>http://interest.secondlife.com/viewer/guide</string>
        </map>
    <key>DisableExternalBrowser</key>
        <map>
        <key>Comment</key>
            <string>Disable opening an external browser.</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>1</integer>
        </map>
    <key>DisableTextHyperlinkActions</key>
        <map>
        <key>Comment</key>
            <string>Disable highlighting and linking of URLs in XUI text boxes</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>1</integer>
        </map>
    <key>EnableGrab</key>
        <map>
        <key>Comment</key>
            <string>Use Ctrl+mouse to grab and manipulate objects</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>0</integer>
        </map>
    <key>EnableMouselook</key>
        <map>
        <key>Comment</key>
            <string>Allow first person perspective and mouse control of camera</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>0</integer>
        </map>
    <key>EnableVoiceChat</key>
        <map>
        <key>Comment</key>
            <string>Enable talking to other residents with a microphone</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>0</integer>
        </map>
    <key>HelpURLFormat</key>
        <map>
        <key>Comment</key>
            <string>URL pattern for help page; arguments will be encoded; see llviewerhelp.cpp:buildHelpURL for arguments</string>
        <key>Type</key>
            <string>String</string>
        <key>Value</key>
            <string>http://interest.secondlife.com/static/viewer/howto/index.html</string>
        </map>
    <key>LocalFileSystemBrowsingEnabled</key>
        <map>
        <key>Comment</key>
            <string>Enable/disable access to the local file system via the file picker</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>0</integer>
        </map>
    <key>PreferredMaturity</key>
        <map>
        <key>Comment</key>
            <string>Setting for the user&apos;s preferred maturity level (consts in indra_constants.h)</string>
        <key>Type</key>
            <string>U32</string>
        <key>Value</key>
            <integer>21</integer>
        </map>
    <key>QuitAfterSecondsOfAFK</key>
        <map>
        <key>Comment</key>
            <string>The duration allowed after being AFK before quitting.</string>
        <key>Type</key>
            <string>F32</string>
        <key>Value</key>
            <real>600</real>
        </map>
    <key>RenderTrackerBeacon</key>
        <map>
        <key>Comment</key>
            <string>Display tracking arrow and beacon to target avatar, teleport destination</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>0</integer>
        </map>
    <key>ShowScriptErrors</key>
        <map>
        <key>Comment</key>
            <string>Show script errors</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>0</integer>
        </map>
    <key>ShowScriptErrorsLocation</key>
        <map>
        <key>Comment</key>
            <string>Show script error in chat or window</string>
        <key>Type</key>
            <string>S32</string>
        <key>Value</key>
            <integer>0</integer>
        </map>
    <key>SkinCurrent</key>
        <map>
        <key>Comment</key>
            <string>The currently selected skin.</string>
        <key>Type</key>
            <string>String</string>
        <key>Value</key>
            <string>minimal</string>
        </map>
    <key>UseExternalBrowser</key>
        <map>
        <key>Comment</key>
            <string>Use default browser when opening web pages instead of in-world browser.</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>0</integer>
        </map>
    <key>VoiceCallsRejectAll</key>
        <map>
        <key>Comment</key>
            <string>Silently reject all incoming voice calls.</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>1</integer>
        </map>
    <key>VoiceDisableMic</key>
        <map>
        <key>Comment</key>
            <string>Completely disable the ability to open the mic.</string>
        <key>Type</key>
            <string>Boolean</string>
        <key>Value</key>
            <integer>1</integer>
        </map>
      <key>ScriptsCanShowUI</key>
      <map>
        <key>Comment</key>
        <string>Allow LSL calls (such as LLMapDestination) to spawn viewer UI</string>
        <key>Persist</key>
        <integer>1</integer>
        <key>Type</key>
        <string>Boolean</string>
        <key>Value</key>
        <integer>0</integer>
      </map>
      <key>ThrottleBandwidthKBPS</key>
      <map>
        <key>Comment</key>
        <string>Maximum allowable downstream bandwidth (kilo bits per second)</string>
        <key>Persist</key>
        <integer>1</integer>
        <key>Type</key>
        <string>F32</string>
        <key>Value</key>
        <real>1500.0</real>
      </map>
      <key>XferThrottle</key>
      <map>
        <key>Comment</key>
        <string>Maximum allowable downstream bandwidth for asset transfers (bits per second)</string>
        <key>Persist</key>
        <integer>1</integer>
        <key>Type</key>
        <string>F32</string>
        <key>Value</key>
        <real>450000.0</real>
      </map>
      <key>ChatFontSize</key>
      <map>
        <key>Comment</key>
        <string>Size of chat text in chat console (0 = small, 1 = big, 2 = extra large)</string>
        <key>Persist</key>
        <integer>1</integer>
        <key>Type</key>
        <string>S32</string>
        <key>Value</key>
        <integer>1</integer>
      </map>
      <key>MediaControlFadeTime</key>
      <map>
        <key>Comment</key>
        <string>Amount of time (in seconds) that the media control fades</string>
        <key>Persist</key>
        <integer>1</integer>
        <key>Type</key>
        <string>F32</string>
        <key>Value</key>
        <real>0</real>
      </map>
      <key>MediaControlTimeout</key>
      <map>
        <key>Comment</key>
        <string>Amount of time (in seconds) for media controls to fade with no mouse activity</string>
        <key>Persist</key>
        <integer>1</integer>
        <key>Type</key>
        <string>F32</string>
        <key>Value</key>
        <real>0</real>
      </map>
      <key>MediaShowOutsideParcel</key>
      <map>
        <key>Comment</key>
        <string>Whether or not to show media from outside the current parcel</string>
        <key>Persist</key>
        <integer>1</integer>
        <key>Type</key>
        <string>Boolean</string>
        <key>Value</key>
        <integer>0</integer>
      </map>
      <key>MediaShowWithinParcel</key>
      <map>
        <key>Comment</key>
        <string>Whether or not to show media within the current parcel</string>
        <key>Persist</key>
        <integer>1</integer>
        <key>Type</key>
        <string>Boolean</string>
        <key>Value</key>
        <integer>0</integer>
      </map>
      <key>AudioStreamingMedia</key>
      <map>
        <key>Comment</key>
        <string>Enable streaming</string>
        <key>Persist</key>
        <integer>1</integer>
        <key>Type</key>
        <string>Boolean</string>
        <key>Value</key>
        <integer>0</integer>
      </map>
      <key>AvatarPickerHintTimeout</key>
      <map>
        <key>Comment</key>
        <string>Number of seconds to wait before telling resident about avatar picker.</string>
        <key>Persist</key>
        <integer>1</integer>
        <key>Type</key>
        <string>F32</string>
        <key>Value</key>
        <real>0.0</real>
      </map>
    <key>RenderShowGroupTitleAll</key>
    <map>
      <key>Comment</key>
      <string>Show group titles in name labels</string>
      <key>Persist</key>
      <integer>1</integer>
      <key>Type</key>
      <string>Boolean</string>
      <key>Value</key>
      <integer>0</integer>
    </map>
    <key>AvatarPickerURL</key>
    <map>
      <key>Comment</key>
      <string>Avatar picker contents</string>
      <key>Persist</key>
      <integer>1</integer>
      <key>Type</key>
      <string>String</string>
      <key>Value</key>
      <string>http://interest.secondlife.com/static/viewer/avatar</string>
    </map>
  </map>
</llsd>