blob: fea5f1b19f87f8ede892d403a1152bfe81fb2154 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
border="true"
follows="top|left"
height="320"
help_topic="panel_region_debug_tab"
label="Debug"
layout="topleft"
left="0"
name="Debug"
top="320"
width="480">
<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="400">
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" />
<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" />
<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
enabled="false"
follows="left|top"
height="20"
label="Apply"
layout="topleft"
left="60"
name="apply_btn"
top="100"
width="100" />
<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="30"
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="270">
(none)
</line_editor>
<button
follows="left|top"
height="20"
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="30"
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'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"
label="Return"
layout="topleft"
left="20"
name="return_btn"
top="263"
width="80" />
<button
follows="left|top"
height="20"
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="150" />
<button
follows="left|top"
height="20"
label="Restart Region"
layout="topleft"
left_pad="155"
name="restart_btn"
tool_tip="Give 2 minute countdown and restart region"
top_delta="0"
width="150" />
<button
follows="left|top"
height="20"
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="150" />
<button
follows="left|top"
height="20"
label="Cancel Restart"
layout="topleft"
left_pad="155"
name="cancel_restart_btn"
tool_tip="Cancel region restart"
top_delta="0"
width="150" />
<button
follows="left|top"
height="20"
label="Region Debug Console"
layout="topleft"
left="10"
name="region_debug_console_btn"
tool_tip="Open Region Debug Console"
top_pad="5"
width="150" />
</panel>
|