summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_region_debug.xml
blob: 54664bb6b93739b8854f488cdb1f58d5c4fb4cc8 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 border="true"
 follows="top|left"
 height="320"
 label="Debug"
 layout="topleft"
 left="0"
 name="Debug"
 top="320"
 width="280">
    <text
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left="10"
     name="region_text_lbl"
     top="10"
     width="100">
        Region:
    </text>
    <text
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left_delta="50"
     name="region_text"
     top_delta="0"
     width="220">
        unknown
    </text>
    <check_box
     height="20"
     label="Disable Scripts"
     layout="topleft"
     left="10"
     name="disable_scripts_check"
     tool_tip="Disable all scripts in this region"
     top="30"
     width="80" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="70"
     name="disable_scripts_help"
     top_delta="2"
     width="18" />
    <check_box
     height="20"
     label="Disable Collisions"
     layout="topleft"
     left="10"
     name="disable_collisions_check"
     tool_tip="Disable non-avatar collisions in this region"
     top="50"
     width="80" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="70"
     name="disable_collisions_help"
     top_delta="2"
     width="18" />
    <check_box
     height="20"
     label="Disable Physics"
     layout="topleft"
     left="10"
     name="disable_physics_check"
     tool_tip="Disable all physics in this region"
     top="70"
     width="80" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="70"
     name="disable_physics_help"
     top_delta="2"
     width="18" />
    <button
     enabled="false"
     follows="left|top"
     height="20"
     font="SansSerifSmall"
     label="Apply"
     layout="topleft"
     left="60"
     name="apply_btn"
     top="100"
     width="80" />
    <text
     follows="left|top"
     height="20"
     layout="topleft"
     left="10"
     name="objret_text_lbl"
     top="150"
     width="90">
        Object Return
    </text>
    <text
     follows="left|top"
     height="20"
     layout="topleft"
     left="20"
     name="resident_text_lbl"
     top="175"
     width="60">
        Resident:
    </text>
    <line_editor
     border_style="line"
     border_thickness="1"
     enabled="false"
     follows="left|top"
     height="20"
     layout="topleft"
     left_delta="60"
     mouse_opaque="false"
     name="target_avatar_name"
     top_delta="-2"
     width="115">
        (none)
    </line_editor>
    <button
     follows="left|top"
     height="20"
     font="SansSerifSmall"
     label="Choose"
     layout="topleft"
     left_pad="5"
     name="choose_avatar_btn"
     top_delta="0"
     width="70" />
   <text
     follows="left|top"
     height="20"
     layout="topleft"
     left="20"
     name="options_text_lbl"
     top="198"
     width="60">
        Options:
    </text>
    <check_box
     height="20"
     label="With scripts"
     layout="topleft"
     left_delta="60"
     name="return_scripts"
     tool_tip="Return only objects which have scripts."
     top_delta="0"
     width="80" />
    <check_box
     height="20"
     label="On someone else&apos;s land"
     layout="topleft"
     left_delta="0"
     name="return_other_land"
     tool_tip="Return only objects which are on land belonging to someone else"
     top_delta="20"
     width="80" />
    <check_box
     height="20"
     label="In every region of this estate"
     layout="topleft"
     left_delta="0"
     name="return_estate_wide"
     tool_tip="Return objects in all of the regions that make up this estate"
     top_delta="20"
     width="80" />
    <button
     follows="left|top"
     height="20"
     font="SansSerifSmall"
     label="Return"
     layout="topleft"
     left="20"
     name="return_btn"
     top="263"
     width="80" />
    <button
     follows="left|top"
     height="20"
     font="SansSerifSmall"
     label="Get Top Colliders..."
     layout="topleft"
     left="10"
     name="top_colliders_btn"
     tool_tip="List of objects experiencing the most potential collisions"
     top="313"
     width="130" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="10"
     name="top_colliders_help"
     top_delta="2"
     width="18" />
    <button
     follows="left|top"
     height="20"
     font="SansSerifSmall"
     label="Get Top Scripts..."
     layout="topleft"
     left="10"
     name="top_scripts_btn"
     tool_tip="List of objects spending the most time running scripts"
     top_pad="5"
     width="130" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="10"
     name="top_scripts_help"
     top_delta="2"
     width="18" />
    <button
     follows="left|top"
     height="20"
     font="SansSerifSmall"
     label="Restart Region"
     layout="topleft"
     left="10"
     name="restart_btn"
     tool_tip="Give 2 minute countdown and restart region"
     top_pad="5"
     width="110" />
    <button
     follows="left|top"
     font="SansSerifSmall"
     height="18"
     label="?"
     layout="topleft"
     left_pad="10"
     name="restart_help"
     top_delta="2"
     width="18" />
    <button
     follows="left|top"
     height="20"
     font="SansSerifSmall"
     label="Delay Restart"
     layout="topleft"
     left="10"
     name="cancel_restart_btn"
     tool_tip="Delay region restart by one hour"
     top_pad="5"
     width="110" />
</panel>