summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/settings_minimal.xml
blob: 2d70c79969f53c9cb71bf289a34ba148952024e3 (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
<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://pdp48.lindenlab.com:8001/viewer/guide/</string>
        </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>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>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>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://pdp48.lindenlab.com:8001/static/viewer/avatar/index.html
      </string>
    </map>
    <key>OpenSidePanelsInFloaters</key>
    <map>
      <key>Comment</key>
      <string>If true, will always open side panel contents in a floater.</string>
      <key>Persist</key>
      <integer>1</integer>
      <key>Type</key>
      <string>Boolean</string>
      <key>Value</key>
      <integer>1</integer>
    </map>
    <key>AvatarInspectorTooltipDelay</key>
    <map>
      <key>Comment</key>
      <string>Seconds before displaying avatar inspector tooltip</string>
      <key>Persist</key>
      <integer>1</integer>
      <key>Type</key>
      <string>F32</string>
      <key>Value</key>
      <real>0.1</real>
    </map>
  </map>
</llsd>