diff options
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | 2903 |
1 files changed, 2043 insertions, 860 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml index bbe9fbd..40de54f 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | |||
@@ -1,863 +1,2046 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <menu_bar bottom="-18" drop_shadow="false" enabled="true" follows="left|top|right" | 2 | |
3 | height="18" left="0" mouse_opaque="true" name="Main Menu" opaque="false" | 3 | <menu_bar name="Main Menu" drop_shadow="false" follows="left|top|right" |
4 | tear_off="false" width="802"> | 4 | opaque="false" tear_off="false"> |
5 | <menu bottom="273" create_jump_keys="true" drop_shadow="true" enabled="true" | 5 | |
6 | height="263" label="File" left="0" mouse_opaque="false" name="File" | 6 | |
7 | opaque="true" tear_off="true" width="243"> | 7 | <!-- FILE --> |
8 | <tearoff_menu bottom="-10" enabled="true" height="10" label="~~~~~~~~~~~" left="0" | 8 | |
9 | mouse_opaque="true" name="~~~~~~~~~~~" width="243" /> | 9 | <menu name="File" create_jump_keys="true" label="File" |
10 | <menu_item_call bottom="-29" enabled="true" height="19" label="Upload Image (L$[COST])..." | 10 | opaque="true" tear_off="true"> |
11 | left="0" mouse_opaque="true" name="Upload Image" shortcut="control|U" | 11 | <menu_item_call name="Upload Image" |
12 | width="243"> | 12 | label="Upload Image (L$[COST])..." |
13 | <on_click function="File.UploadImage" userdata="" /> | 13 | shortcut="control|U"> |
14 | <on_enable function="File.EnableUpload" /> | 14 | <on_click function="File.UploadImage" userdata="" /> |
15 | </menu_item_call> | 15 | <on_enable function="File.EnableUpload" /> |
16 | <menu_item_call bottom="-48" enabled="true" height="19" label="Upload Sound (L$[COST])..." | 16 | </menu_item_call> |
17 | left="0" mouse_opaque="true" name="Upload Sound" width="243"> | 17 | <menu_item_call name="Upload Sound" |
18 | <on_click function="File.UploadSound" userdata="" /> | 18 | label="Upload Sound (L$[COST])..."> |
19 | <on_enable function="File.EnableUpload" /> | 19 | <on_click function="File.UploadSound" userdata="" /> |
20 | </menu_item_call> | 20 | <on_enable function="File.EnableUpload" /> |
21 | <menu_item_call bottom="-67" enabled="true" height="19" label="Upload Animation (L$[COST])..." | 21 | </menu_item_call> |
22 | left="0" mouse_opaque="true" name="Upload Animation" width="243"> | 22 | <menu_item_call name="Upload Animation" |
23 | <on_click function="File.UploadAnim" userdata="" /> | 23 | label="Upload Animation (L$[COST])..."> |
24 | <on_enable function="File.EnableUpload" /> | 24 | <on_click function="File.UploadAnim" userdata="" /> |
25 | </menu_item_call> | 25 | <on_enable function="File.EnableUpload" /> |
26 | <menu_item_call bottom="-86" enabled="true" height="19" | 26 | </menu_item_call> |
27 | label="Bulk Upload (L$[COST] per file)..." left="0" mouse_opaque="true" | 27 | <menu_item_call name="Bulk Upload" |
28 | name="Bulk Upload" width="243"> | 28 | label="Bulk Upload (L$[COST] per file)..."> |
29 | <on_click function="File.UploadBulk" userdata="" /> | 29 | <on_click function="File.UploadBulk" userdata="" /> |
30 | </menu_item_call> | 30 | </menu_item_call> |
31 | <menu_item_separator bottom="-94" enabled="true" height="8" label="-----------" left="0" | 31 | <menu_item_separator /> |
32 | mouse_opaque="true" name="separator" width="243" /> | 32 | <menu_item_call name="Close Window" |
33 | <menu_item_call bottom="-113" enabled="true" height="19" label="Close Window" left="0" | 33 | label="Close Window" |
34 | mouse_opaque="true" name="Close Window" shortcut="control|W" width="243"> | 34 | shortcut="control|W"> |
35 | <on_click function="File.CloseWindow" userdata="" /> | 35 | <on_click function="File.CloseWindow" |
36 | <on_enable function="File.EnableCloseWindow" userdata="" /> | 36 | userdata="" /> |
37 | </menu_item_call> | 37 | <on_enable function="File.EnableCloseWindow" |
38 | <menu_item_call bottom="-113" enabled="true" height="19" label="Close All Windows" left="0" | 38 | userdata="" /> |
39 | mouse_opaque="true" name="Close All Windows" shortcut="control|shift|W" | 39 | </menu_item_call> |
40 | width="243"> | 40 | <menu_item_call name="Close All Windows" |
41 | <on_click function="File.CloseAllWindows" userdata="" /> | 41 | label="Close All Windows" |
42 | <on_enable function="File.EnableCloseAllWindows" userdata="" /> | 42 | shortcut="control|shift|W"> |
43 | </menu_item_call> | 43 | <on_click function="File.CloseAllWindows" |
44 | <menu_item_separator bottom="-121" enabled="true" height="8" label="-----------" left="0" | 44 | userdata="" /> |
45 | mouse_opaque="true" name="separator2" width="243" /> | 45 | <on_enable function="File.EnableCloseAllWindows" |
46 | <menu_item_call bottom="-140" enabled="true" height="19" label="Save Texture As..." left="0" | 46 | userdata="" /> |
47 | mouse_opaque="true" name="Save Texture As..." width="243"> | 47 | </menu_item_call> |
48 | <on_click function="File.SaveTexture" userdata="" /> | 48 | <menu_item_separator /> |
49 | <on_enable function="File.EnableSaveAs" /> | 49 | <menu_item_call name="Save Texture As..." |
50 | </menu_item_call> | 50 | label="Save Texture As..."> |
51 | <menu_item_separator bottom="-148" enabled="true" height="8" label="-----------" left="0" | 51 | <on_click function="File.SaveTexture" userdata="" /> |
52 | mouse_opaque="true" name="separator3" width="243" /> | 52 | <on_enable function="File.EnableSaveAs" /> |
53 | <menu_item_call bottom="-167" enabled="true" height="19" label="Take Snapshot" left="0" | 53 | </menu_item_call> |
54 | mouse_opaque="true" name="Take Snapshot" shortcut="control|shift|S" | 54 | <menu_item_separator /> |
55 | width="243"> | 55 | <menu_item_call name="Take Snapshot" |
56 | <on_click function="File.TakeSnapshot" userdata="" /> | 56 | label="Take Snapshot" |
57 | </menu_item_call> | 57 | shortcut="control|shift|S"> |
58 | <menu_item_call bottom="-186" enabled="true" height="19" label="Snapshot to Disk" left="0" | 58 | <on_click function="File.TakeSnapshot" userdata="" /> |
59 | mouse_opaque="true" name="Snapshot to Disk" shortcut="control|`" | 59 | </menu_item_call> |
60 | useMacCtrl="true" width="243"> | 60 | <menu_item_call name="Snapshot to Disk" |
61 | <on_click function="File.TakeSnapshotToDisk" userdata="" /> | 61 | label="Snapshot to Disk" |
62 | </menu_item_call> | 62 | shortcut="control|`" useMacCtrl="true"> |
63 | <menu_item_separator bottom="-194" enabled="true" height="8" label="-----------" left="0" | 63 | <on_click function="File.TakeSnapshotToDisk" |
64 | mouse_opaque="true" name="separator4" width="243" /> | 64 | userdata="" /> |
65 | <menu_item_call bottom="-259" enabled="true" height="19" label="Quit" left="0" | 65 | </menu_item_call> |
66 | mouse_opaque="true" name="Quit" shortcut="control|Q" width="243"> | 66 | <menu_item_separator /> |
67 | <on_click function="File.Quit" userdata="" /> | 67 | <menu_item_call name="Quit" label="Quit" |
68 | </menu_item_call> | 68 | shortcut="control|Q"> |
69 | </menu> | 69 | <on_click function="File.Quit" userdata="" /> |
70 | <menu bottom="97" create_jump_keys="true" drop_shadow="true" enabled="true" | 70 | </menu_item_call> |
71 | height="439" label="Edit" left="38" mouse_opaque="false" name="Edit" | 71 | </menu> |
72 | opaque="true" tear_off="true" width="153"> | 72 | |
73 | <menu_item_call bottom="-29" enabled="false" height="19" label="Undo" left="0" | 73 | |
74 | mouse_opaque="true" name="Undo" shortcut="control|Z" width="153"> | 74 | |
75 | <on_click function="Edit.Undo" userdata="" /> | 75 | <!-- EDIT --> |
76 | <on_enable function="Edit.EnableUndo" /> | 76 | |
77 | </menu_item_call> | 77 | <menu name="Edit" create_jump_keys="true" label="Edit" |
78 | <menu_item_call bottom="-48" enabled="false" height="19" label="Redo" left="0" | 78 | opaque="true" tear_off="true"> |
79 | mouse_opaque="true" name="Redo" shortcut="control|Y" width="153"> | 79 | <menu_item_call name="Undo" enabled="false" label="Undo" |
80 | <on_click function="Edit.Redo" userdata="" /> | 80 | shortcut="control|Z"> |
81 | <on_enable function="Edit.EnableRedo" /> | 81 | <on_click function="Edit.Undo" userdata="" /> |
82 | </menu_item_call> | 82 | <on_enable function="Edit.EnableUndo" /> |
83 | <menu_item_separator bottom="-56" enabled="true" height="8" label="-----------" left="0" | 83 | </menu_item_call> |
84 | mouse_opaque="true" name="separator" width="153" /> | 84 | <menu_item_call name="Redo" enabled="false" label="Redo" |
85 | <menu_item_call bottom="-75" enabled="false" height="19" label="Cut" left="0" | 85 | shortcut="control|Y"> |
86 | mouse_opaque="true" name="Cut" shortcut="control|X" width="153"> | 86 | <on_click function="Edit.Redo" userdata="" /> |
87 | <on_click function="Edit.Cut" userdata="" /> | 87 | <on_enable function="Edit.EnableRedo" /> |
88 | <on_enable function="Edit.EnableCut" /> | 88 | </menu_item_call> |
89 | </menu_item_call> | 89 | <menu_item_separator /> |
90 | <menu_item_call bottom="-94" enabled="false" height="19" label="Copy" left="0" | 90 | <menu_item_call name="Cut" enabled="false" label="Cut" |
91 | mouse_opaque="true" name="Copy" shortcut="control|C" width="153"> | 91 | shortcut="control|X"> |
92 | <on_click function="Edit.Copy" userdata="" /> | 92 | <on_click function="Edit.Cut" userdata="" /> |
93 | <on_enable function="Edit.EnableCopy" /> | 93 | <on_enable function="Edit.EnableCut" /> |
94 | </menu_item_call> | 94 | </menu_item_call> |
95 | <menu_item_call bottom="-113" enabled="false" height="19" label="Paste" left="0" | 95 | <menu_item_call name="Copy" enabled="false" label="Copy" |
96 | mouse_opaque="true" name="Paste" shortcut="control|V" width="153"> | 96 | shortcut="control|C"> |
97 | <on_click function="Edit.Paste" userdata="" /> | 97 | <on_click function="Edit.Copy" userdata="" /> |
98 | <on_enable function="Edit.EnablePaste" /> | 98 | <on_enable function="Edit.EnableCopy" /> |
99 | </menu_item_call> | 99 | </menu_item_call> |
100 | <menu_item_call bottom="-132" enabled="false" height="19" label="Delete" left="0" | 100 | <menu_item_call name="Paste" enabled="false" label="Paste" |
101 | mouse_opaque="true" name="Delete" shortcut="Del" width="153"> | 101 | shortcut="control|V"> |
102 | <on_click function="Edit.Delete" userdata="" /> | 102 | <on_click function="Edit.Paste" userdata="" /> |
103 | <on_enable function="Edit.EnableDelete" /> | 103 | <on_enable function="Edit.EnablePaste" /> |
104 | </menu_item_call> | 104 | </menu_item_call> |
105 | <menu_item_separator bottom="-140" enabled="true" height="8" label="-----------" left="0" | 105 | <menu_item_call name="Delete" enabled="false" label="Delete" |
106 | mouse_opaque="true" name="separator2" width="153" /> | 106 | shortcut="Del"> |
107 | <menu_item_call bottom="-159" enabled="true" height="19" label="Search..." left="0" | 107 | <on_click function="Edit.Delete" userdata="" /> |
108 | mouse_opaque="true" name="Search..." shortcut="control|F" width="153"> | 108 | <on_enable function="Edit.EnableDelete" /> |
109 | <on_click function="Edit.Search" userdata="" /> | 109 | </menu_item_call> |
110 | </menu_item_call> | 110 | <menu_item_separator /> |
111 | <menu_item_separator bottom="-167" enabled="true" height="8" label="-----------" left="0" | 111 | <menu_item_call name="Search..." label="Search..." |
112 | mouse_opaque="true" name="separator3" width="153" /> | 112 | shortcut="control|F"> |
113 | <menu_item_call bottom="-186" enabled="false" height="19" label="Select All" left="0" | 113 | <on_click function="Edit.Search" userdata="" /> |
114 | mouse_opaque="true" name="Select All" shortcut="control|A" width="153"> | 114 | </menu_item_call> |
115 | <on_click function="Edit.SelectAll" userdata="" /> | 115 | <menu_item_separator /> |
116 | <on_enable function="Edit.EnableSelectAll" /> | 116 | <menu_item_call name="Select All" enabled="false" |
117 | </menu_item_call> | 117 | label="Select All" |
118 | <menu_item_call bottom="-205" enabled="false" height="19" label="Deselect" left="0" | 118 | shortcut="control|A"> |
119 | mouse_opaque="true" name="Deselect" shortcut="control|E" width="153"> | 119 | <on_click function="Edit.SelectAll" userdata="" /> |
120 | <on_click function="Edit.Deselect" userdata="" /> | 120 | <on_enable function="Edit.EnableSelectAll" /> |
121 | <on_enable function="Edit.EnableDeselect" /> | 121 | </menu_item_call> |
122 | </menu_item_call> | 122 | <menu_item_call name="Deselect" enabled="false" |
123 | <menu_item_separator bottom="-213" enabled="true" height="8" label="-----------" left="0" | 123 | label="Deselect" |
124 | mouse_opaque="true" name="separator4" width="153" /> | 124 | shortcut="control|E"> |
125 | <menu_item_call bottom="-232" enabled="false" height="19" label="Duplicate" left="0" | 125 | <on_click function="Edit.Deselect" userdata="" /> |
126 | mouse_opaque="true" name="Duplicate" shortcut="control|D" width="153"> | 126 | <on_enable function="Edit.EnableDeselect" /> |
127 | <on_click function="Edit.Duplicate" userdata="" /> | 127 | </menu_item_call> |
128 | <on_enable function="Edit.EnableDuplicate" /> | 128 | <menu_item_separator /> |
129 | </menu_item_call> | 129 | <menu_item_call name="Duplicate" enabled="false" |
130 | <menu_item_separator bottom="-240" enabled="true" height="8" label="-----------" left="0" | 130 | label="Duplicate" |
131 | mouse_opaque="true" name="separator5" width="153" /> | 131 | shortcut="control|D"> |
132 | <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" | 132 | <on_click function="Edit.Duplicate" userdata="" /> |
133 | height="554" label="Attach Object" left="0" mouse_opaque="false" | 133 | <on_enable function="Edit.EnableDuplicate" /> |
134 | name="Attach Object" opaque="true" tear_off="true" width="117" /> | 134 | </menu_item_call> |
135 | <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" | 135 | <menu_item_separator /> |
136 | height="554" label="Detach Object" left="191" mouse_opaque="false" | 136 | |
137 | name="Detach Object" opaque="true" tear_off="true" width="118" /> | 137 | <menu name="Attach Object" create_jump_keys="true" |
138 | <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" | 138 | label="Attach Object" opaque="true" tear_off="true" /> |
139 | height="204" label="Take Off Clothing" left="0" mouse_opaque="false" | 139 | |
140 | name="Take Off Clothing" opaque="true" tear_off="true" width="118"> | 140 | <menu name="Detach Object" create_jump_keys="true" |
141 | <menu_item_call bottom="-29" enabled="false" height="19" label="Shirt" left="0" | 141 | label="Detach Object" opaque="true" tear_off="true" /> |
142 | mouse_opaque="true" name="Shirt" width="118"> | 142 | |
143 | <on_click function="Edit.TakeOff" userdata="shirt" /> | 143 | |
144 | <on_enable function="Edit.EnableTakeOff" userdata="shirt" /> | 144 | <menu name="Take Off Clothing" create_jump_keys="true" |
145 | </menu_item_call> | 145 | label="Take Off Clothing" opaque="true" tear_off="true"> |
146 | <menu_item_call bottom="-48" enabled="false" height="19" label="Pants" left="0" | 146 | |
147 | mouse_opaque="true" name="Pants" width="118"> | 147 | <menu_item_call name="Shirt" enabled="false" label="Shirt"> |
148 | <on_click function="Edit.TakeOff" userdata="pants" /> | 148 | <on_click function="Edit.TakeOff" |
149 | <on_enable function="Edit.EnableTakeOff" userdata="pants" /> | 149 | userdata="shirt" /> |
150 | </menu_item_call> | 150 | <on_enable function="Edit.EnableTakeOff" |
151 | <menu_item_call bottom="-67" enabled="false" height="19" label="Shoes" left="0" | 151 | userdata="shirt" /> |
152 | mouse_opaque="true" name="Shoes" width="118"> | 152 | </menu_item_call> |
153 | <on_click function="Edit.TakeOff" userdata="shoes" /> | 153 | <menu_item_call name="Pants" enabled="false" label="Pants"> |
154 | <on_enable function="Edit.EnableTakeOff" userdata="shoes" /> | 154 | <on_click function="Edit.TakeOff" |
155 | </menu_item_call> | 155 | userdata="pants" /> |
156 | <menu_item_call bottom="-86" enabled="false" height="19" label="Socks" left="0" | 156 | <on_enable function="Edit.EnableTakeOff" |
157 | mouse_opaque="true" name="Socks" width="118"> | 157 | userdata="pants" /> |
158 | <on_click function="Edit.TakeOff" userdata="socks" /> | 158 | </menu_item_call> |
159 | <on_enable function="Edit.EnableTakeOff" userdata="socks" /> | 159 | <menu_item_call name="Shoes" enabled="false" label="Shoes"> |
160 | </menu_item_call> | 160 | <on_click function="Edit.TakeOff" |
161 | <menu_item_call bottom="-105" enabled="false" height="19" label="Jacket" left="0" | 161 | userdata="shoes" /> |
162 | mouse_opaque="true" name="Jacket" width="118"> | 162 | <on_enable function="Edit.EnableTakeOff" |
163 | <on_click function="Edit.TakeOff" userdata="jacket" /> | 163 | userdata="shoes" /> |
164 | <on_enable function="Edit.EnableTakeOff" userdata="jacket" /> | 164 | </menu_item_call> |
165 | </menu_item_call> | 165 | <menu_item_call name="Socks" enabled="false" label="Socks"> |
166 | <menu_item_call bottom="-124" enabled="false" height="19" label="Gloves" left="0" | 166 | <on_click function="Edit.TakeOff" |
167 | mouse_opaque="true" name="Gloves" width="118"> | 167 | userdata="socks" /> |
168 | <on_click function="Edit.TakeOff" userdata="gloves" /> | 168 | <on_enable function="Edit.EnableTakeOff" |
169 | <on_enable function="Edit.EnableTakeOff" userdata="gloves" /> | 169 | userdata="socks" /> |
170 | </menu_item_call> | 170 | </menu_item_call> |
171 | <menu_item_call bottom="-143" enabled="false" height="19" label="Undershirt" left="0" | 171 | <menu_item_call name="Jacket" enabled="false" label="Jacket"> |
172 | mouse_opaque="true" name="Menu Undershirt" width="118"> | 172 | <on_click function="Edit.TakeOff" |
173 | <on_click function="Edit.TakeOff" userdata="undershirt" /> | 173 | userdata="jacket" /> |
174 | <on_enable function="Edit.EnableTakeOff" userdata="undershirt" /> | 174 | <on_enable function="Edit.EnableTakeOff" |
175 | </menu_item_call> | 175 | userdata="jacket" /> |
176 | <menu_item_call bottom="-162" enabled="false" height="19" label="Underpants" left="0" | 176 | </menu_item_call> |
177 | mouse_opaque="true" name="Menu Underpants" width="118"> | 177 | <menu_item_call name="Gloves" enabled="false" label="Gloves"> |
178 | <on_click function="Edit.TakeOff" userdata="underpants" /> | 178 | <on_click function="Edit.TakeOff" |
179 | <on_enable function="Edit.EnableTakeOff" userdata="underpants" /> | 179 | userdata="gloves" /> |
180 | </menu_item_call> | 180 | <on_enable function="Edit.EnableTakeOff" |
181 | <menu_item_call bottom="-181" enabled="false" height="19" label="Skirt" left="0" | 181 | userdata="gloves" /> |
182 | mouse_opaque="true" name="Skirt" width="118"> | 182 | </menu_item_call> |
183 | <on_click function="Edit.TakeOff" userdata="skirt" /> | 183 | <menu_item_call name="Menu Undershirt" enabled="false" |
184 | <on_enable function="Edit.EnableTakeOff" userdata="skirt" /> | 184 | label="Undershirt"> |
185 | </menu_item_call> | 185 | <on_click function="Edit.TakeOff" |
186 | <menu_item_call bottom="-200" enabled="true" height="19" label="All Clothes" left="0" | 186 | userdata="undershirt" /> |
187 | mouse_opaque="true" name="All Clothes" width="118"> | 187 | <on_enable function="Edit.EnableTakeOff" |
188 | <on_click function="Edit.TakeOff" userdata="all" /> | 188 | userdata="undershirt" /> |
189 | </menu_item_call> | 189 | </menu_item_call> |
190 | <menu_item_call name="Menu Underpants" enabled="false" | ||
191 | label="Underpants"> | ||
192 | <on_click function="Edit.TakeOff" | ||
193 | userdata="underpants" /> | ||
194 | <on_enable function="Edit.EnableTakeOff" | ||
195 | userdata="underpants" /> | ||
196 | </menu_item_call> | ||
197 | <menu_item_call name="Skirt" enabled="false" label="Skirt"> | ||
198 | <on_click function="Edit.TakeOff" | ||
199 | userdata="skirt" /> | ||
200 | <on_enable function="Edit.EnableTakeOff" | ||
201 | userdata="skirt" /> | ||
202 | </menu_item_call> | ||
203 | <menu_item_call name="All Clothes" label="All Clothes"> | ||
204 | <on_click function="Edit.TakeOff" | ||
205 | userdata="all" /> | ||
206 | </menu_item_call> | ||
207 | </menu> | ||
208 | <menu_item_separator /> | ||
209 | <menu_item_call name="Gestures..." label="Gestures..." | ||
210 | shortcut="control|G"> | ||
211 | <on_click function="ShowFloater" | ||
212 | userdata="gestures" /> | ||
213 | </menu_item_call> | ||
214 | <menu_item_call name="Profile..." label="Profile..."> | ||
215 | <on_click function="ShowAgentProfile" | ||
216 | userdata="agent" /> | ||
217 | </menu_item_call> | ||
218 | <menu_item_call name="Appearance..." label="Appearance..."> | ||
219 | <on_click function="ShowFloater" | ||
220 | userdata="appearance" /> | ||
221 | <on_enable function="Edit.EnableCustomizeAvatar" /> | ||
222 | </menu_item_call> | ||
223 | <menu_item_separator /> | ||
224 | <menu_item_check name="Friends..." label="Friends..." | ||
225 | shortcut="control|shift|F"> | ||
226 | <on_click function="ShowFloater" | ||
227 | userdata="friends" /> | ||
228 | <on_check function="FloaterVisible" | ||
229 | userdata="friends" /> | ||
230 | </menu_item_check> | ||
231 | <menu_item_call name="Groups..." label="Groups..."> | ||
232 | <on_click function="ShowAgentGroups" | ||
233 | userdata="agent" /> | ||
234 | </menu_item_call> | ||
235 | <menu_item_separator /> | ||
236 | <menu_item_call name="Preferences..." label="Preferences..." | ||
237 | shortcut="control|P"> | ||
238 | <on_click function="ShowFloater" | ||
239 | userdata="preferences" /> | ||
240 | </menu_item_call> | ||
241 | </menu> | ||
242 | |||
243 | |||
244 | |||
245 | <!-- VIEW --> | ||
246 | |||
247 | <menu name="View" create_jump_keys="true" label="View" | ||
248 | opaque="true" tear_off="true"> | ||
249 | <menu_item_call name="Mouselook" label="Mouselook" | ||
250 | shortcut="M"> | ||
251 | <on_click function="View.Mouselook" userdata="" /> | ||
252 | <on_enable function="View.EnableMouselook" /> | ||
253 | </menu_item_call> | ||
254 | <menu_item_check name="Build" label="Build" | ||
255 | shortcut="B"> | ||
256 | <on_click function="View.BuildMode" userdata="" /> | ||
257 | <on_check function="View.CheckBuildMode" /> | ||
258 | </menu_item_check> | ||
259 | <menu_item_check name="Joystick Flycam" label="Joystick Flycam" | ||
260 | shortcut="alt|shift|F"> | ||
261 | <on_click function="View.JoystickFlycam" userdata="" /> | ||
262 | <on_check function="View.CheckJoystickFlycam" /> | ||
263 | </menu_item_check> | ||
264 | <menu_item_call name="Reset View" label="Reset View" | ||
265 | shortcut="Esc"> | ||
266 | <on_click function="View.ResetView" userdata="" /> | ||
267 | </menu_item_call> | ||
268 | <menu_item_call name="Look at Last Chatter" enabled="false" | ||
269 | label="Look at Last Chatter" shortcut="control|\"> | ||
270 | <on_click function="View.LookAtLastChatter" userdata="" /> | ||
271 | <on_enable function="View.EnableLastChatter" /> | ||
272 | </menu_item_call> | ||
273 | <menu_item_separator /> | ||
274 | <menu_item_check name="Toolbar" label="Toolbar"> | ||
275 | <on_click function="ShowFloater" userdata="toolbar" /> | ||
276 | <on_check function="FloaterVisible" userdata="toolbar" /> | ||
277 | </menu_item_check> | ||
278 | <menu_item_check name="Chat History" label="Local Chat" | ||
279 | shortcut="control|H"> | ||
280 | <on_click function="ShowFloater" userdata="chat history" /> | ||
281 | <on_check function="FloaterVisible" userdata="chat history" /> | ||
282 | </menu_item_check> | ||
283 | <menu_item_check name="Instant Message" label="Communicate" | ||
284 | shortcut="control|T"> | ||
285 | <on_click function="ShowFloater" userdata="im" /> | ||
286 | <on_check function="FloaterVisible" userdata="im" /> | ||
287 | </menu_item_check> | ||
288 | <menu_item_call name="Inventory" label="Inventory" | ||
289 | shortcut="control|I"> | ||
290 | <on_click function="ShowFloater" userdata="inventory" /> | ||
291 | </menu_item_call> | ||
292 | <menu_item_check name="Active Speakers" label="Active Speakers"> | ||
293 | <on_click function="ShowFloater" userdata="active speakers" /> | ||
294 | <on_check function="FloaterVisible" userdata="active speakers" /> | ||
295 | </menu_item_check> | ||
296 | <menu_item_check name="Mute List" label="Mute List"> | ||
297 | <on_click function="ShowFloater" userdata="mute list" /> | ||
298 | <on_check function="FloaterVisible" userdata="mute list" /> | ||
299 | </menu_item_check> | ||
300 | <menu_item_separator /> | ||
301 | <menu_item_check name="Camera Controls" label="Camera Controls"> | ||
302 | <on_click function="ShowFloater" userdata="camera controls" /> | ||
303 | <on_check function="FloaterVisible" userdata="camera controls" /> | ||
304 | </menu_item_check> | ||
305 | <menu_item_check name="Movement Controls" label="Movement Controls"> | ||
306 | <on_click function="ShowFloater" userdata="movement controls" /> | ||
307 | <on_check function="FloaterVisible" userdata="movement controls" /> | ||
308 | </menu_item_check> | ||
309 | <menu_item_check name="World Map" label="World Map" | ||
310 | shortcut="control|M"> | ||
311 | <on_click function="ShowFloater" userdata="world map" /> | ||
312 | <on_check control="ShowWorldMap" /> | ||
313 | </menu_item_check> | ||
314 | <menu_item_check name="Mini-Map" label="Mini-Map" | ||
315 | shortcut="control|shift|M"> | ||
316 | <on_click function="ShowFloater" userdata="mini map" /> | ||
317 | <on_check control="ShowMiniMap" /> | ||
318 | </menu_item_check> | ||
319 | <menu_item_separator /> | ||
320 | <menu_item_check name="Statistics Bar" label="Statistics Bar" | ||
321 | shortcut="control|shift|1"> | ||
322 | <on_click function="ShowFloater" userdata="stat bar" /> | ||
323 | <on_check function="FloaterVisible" userdata="stat bar" /> | ||
324 | </menu_item_check> | ||
325 | <menu_item_check name="Property Lines" label="Property Lines" | ||
326 | shortcut="control|alt|shift|P"> | ||
327 | <on_click function="ToggleControl" userdata="ShowPropertyLines" /> | ||
328 | <on_check control="ShowPropertyLines" /> | ||
329 | </menu_item_check> | ||
330 | <menu_item_check name="Land Owners" label="Land Owners"> | ||
331 | <on_click function="ToggleControl" userdata="ShowParcelOwners" /> | ||
332 | <on_check control="ShowParcelOwners" /> | ||
333 | </menu_item_check> | ||
334 | <menu_item_separator /> | ||
335 | <menu name="Hover Tips" create_jump_keys="true" label="Hover Tips" | ||
336 | opaque="true" tear_off="true"> | ||
337 | <menu_item_check name="Show Tips" label="Show Tips" | ||
338 | shortcut="control|shift|T"> | ||
339 | <on_click function="View.ShowHoverTips" userdata="" /> | ||
340 | <on_check function="View.CheckShowHoverTips" /> | ||
341 | </menu_item_check> | ||
342 | <menu_item_separator /> | ||
343 | <menu_item_check name="Land Tips" label="Land Tips"> | ||
344 | <on_click function="ToggleControl" | ||
345 | userdata="ShowLandHoverTip" /> | ||
346 | <on_enable function="View.CheckShowHoverTips" /> | ||
347 | <on_check control="ShowLandHoverTip" /> | ||
348 | </menu_item_check> | ||
349 | <menu_item_check name="Tips On All Objects" | ||
350 | label="Tips On All Objects"> | ||
351 | <on_click function="ToggleControl" | ||
352 | userdata="ShowAllObjectHoverTip" /> | ||
353 | <on_enable function="View.CheckShowHoverTips" /> | ||
354 | <on_check control="ShowAllObjectHoverTip" /> | ||
355 | </menu_item_check> | ||
356 | </menu> | ||
357 | <menu_item_check name="Highlight Transparent" | ||
358 | label="Highlight Transparent" | ||
359 | shortcut="control|alt|T"> | ||
360 | <on_click function="View.HighlightTransparent" userdata="" /> | ||
361 | <on_check function="View.CheckHighlightTransparent" /> | ||
362 | </menu_item_check> | ||
363 | <menu_item_check name="Beacons Always On" label="Beacons Always On"> | ||
364 | <on_click function="ToggleControl" userdata="BeaconAlwaysOn" /> | ||
365 | <on_check control="BeaconAlwaysOn" /> | ||
366 | </menu_item_check> | ||
367 | <menu name="Beacons" create_jump_keys="true" label="Beacons" | ||
368 | opaque="true" tear_off="true"> | ||
369 | <menu_item_check name="Scripted Objects With Touch Only" | ||
370 | label="Scripted Objects with Touch Only"> | ||
371 | <on_click function="View.ToggleBeacon" | ||
372 | userdata="scripttouchbeacon" /> | ||
373 | <on_check function="View.CheckBeaconEnabled" | ||
374 | userdata="scripttouchbeacon" /> | ||
375 | </menu_item_check> | ||
376 | <menu_item_check name="Scripted Objects" label="Scripted Objects"> | ||
377 | <on_click function="View.ToggleBeacon" | ||
378 | userdata="scriptsbeacon" /> | ||
379 | <on_check function="View.CheckBeaconEnabled" | ||
380 | userdata="scriptsbeacon" /> | ||
381 | </menu_item_check> | ||
382 | <menu_item_check name="Physical Objects" label="Physical Objects"> | ||
383 | <on_click function="View.ToggleBeacon" | ||
384 | userdata="physicalbeacon" /> | ||
385 | <on_check function="View.CheckBeaconEnabled" | ||
386 | userdata="physicalbeacon" /> | ||
387 | </menu_item_check> | ||
388 | <menu_item_check name="Sound Sources" label="Sound Sources"> | ||
389 | <on_click function="View.ToggleBeacon" | ||
390 | userdata="soundsbeacon" /> | ||
391 | <on_check function="View.CheckBeaconEnabled" | ||
392 | userdata="soundsbeacon" /> | ||
393 | </menu_item_check> | ||
394 | <menu_item_check name="Particle Sources" label="Particle Sources"> | ||
395 | <on_click function="View.ToggleBeacon" | ||
396 | userdata="particlesbeacon" /> | ||
397 | <on_check function="View.CheckBeaconEnabled" | ||
398 | userdata="particlesbeacon" /> | ||
399 | </menu_item_check> | ||
400 | <menu_item_separator /> | ||
401 | <menu_item_check name="Render Highlights" label="Render Highlights"> | ||
402 | <on_click function="View.ToggleBeacon" | ||
403 | userdata="renderhighlights" /> | ||
404 | <on_check function="View.CheckBeaconEnabled" | ||
405 | userdata="renderhighlights" /> | ||
406 | </menu_item_check> | ||
407 | <menu_item_check name="Render Beacons" label="Render Beacons"> | ||
408 | <on_click function="View.ToggleBeacon" | ||
409 | userdata="renderbeacons" /> | ||
410 | <on_check function="View.CheckBeaconEnabled" | ||
411 | userdata="renderbeacons" /> | ||
412 | </menu_item_check> | ||
413 | <menu_item_separator /> | ||
414 | <menu_item_check name="Hide Particles" label="Hide Particles"> | ||
415 | <on_click function="View.ToggleRenderType" | ||
416 | userdata="hideparticles" /> | ||
417 | <on_check function="View.CheckRenderType" | ||
418 | userdata="hideparticles" /> | ||
419 | </menu_item_check> | ||
420 | <menu_item_separator /> | ||
421 | <menu name="Beacon Width" color="0 0 0 1" create_jump_keys="true" | ||
422 | label="Beacon Width" opaque="true" tear_off="true"> | ||
423 | <menu_item_call name="Beacon Width 1" label="1"> | ||
424 | <on_click function="View.BeaconWidth" userdata="1" /> | ||
425 | </menu_item_call> | ||
426 | <menu_item_call name="Beacon Width 4" label="4"> | ||
427 | <on_click function="View.BeaconWidth" userdata="4" /> | ||
428 | </menu_item_call> | ||
429 | <menu_item_call name="Beacon Width 16" label="16"> | ||
430 | <on_click function="View.BeaconWidth" userdata="16" /> | ||
431 | </menu_item_call> | ||
432 | <menu_item_call name="Beacon Width 32" label="32"> | ||
433 | <on_click function="View.BeaconWidth" userdata="32" /> | ||
434 | </menu_item_call> | ||
435 | </menu> | ||
436 | </menu> | ||
437 | <menu_item_check name="Show HUD Attachments" | ||
438 | label="Show HUD Attachments" | ||
439 | shortcut="alt|shift|H"> | ||
440 | <on_click function="View.ShowHUDAttachments" userdata="" /> | ||
441 | <on_check function="View.CheckHUDAttachments" /> | ||
442 | </menu_item_check> | ||
443 | <menu_item_separator /> | ||
444 | <menu_item_call name="Zoom In" label="Zoom In" | ||
445 | shortcut="control|0"> | ||
446 | <on_click function="View.ZoomIn" userdata="" /> | ||
447 | </menu_item_call> | ||
448 | <menu_item_call name="Zoom Default" label="Zoom Default" | ||
449 | shortcut="control|9"> | ||
450 | <on_click function="View.ZoomDefault" userdata="" /> | ||
451 | </menu_item_call> | ||
452 | <menu_item_call name="Zoom Out" label="Zoom Out" | ||
453 | shortcut="control|8"> | ||
454 | <on_click function="View.ZoomOut" userdata="" /> | ||
455 | </menu_item_call> | ||
456 | <menu_item_separator /> | ||
457 | <menu_item_call name="Toggle Fullscreen" label="Toggle Fullscreen" | ||
458 | shortcut="alt|Enter"> | ||
459 | <on_click function="View.Fullscreen" userdata="" /> | ||
460 | </menu_item_call> | ||
461 | <menu_item_call name="Set UI Size to Default" | ||
462 | label="Set UI Size to Default"> | ||
463 | <on_click function="View.DefaultUISize" userdata="" /> | ||
464 | </menu_item_call> | ||
465 | </menu> | ||
466 | |||
467 | |||
468 | |||
469 | <!-- WORLD --> | ||
470 | |||
471 | <menu name="World" create_jump_keys="true" label="World" | ||
472 | opaque="true" tear_off="true"> | ||
473 | <menu_item_call name="Chat" label="Chat" shortcut=""> | ||
474 | <on_click function="World.Chat" userdata="" /> | ||
475 | </menu_item_call> | ||
476 | <menu_item_check name="Always Run" label="Always Run" | ||
477 | shortcut="control|R"> | ||
478 | <on_click function="World.AlwaysRun" userdata="" /> | ||
479 | <on_check function="World.CheckAlwaysRun" userdata="" /> | ||
480 | </menu_item_check> | ||
481 | <menu_item_check name="Fly" label="Fly" shortcut="Home"> | ||
482 | <on_click function="World.Fly" userdata="" /> | ||
483 | <on_enable function="World.EnableFly" /> | ||
484 | <on_check control="FlyBtnState" /> | ||
485 | </menu_item_check> | ||
486 | <menu_item_separator /> | ||
487 | <menu_item_call name="Create Landmark Here" | ||
488 | label="Create Landmark Here"> | ||
489 | <on_click function="World.CreateLandmark" userdata="" /> | ||
490 | <on_enable function="World.EnableCreateLandmark" userdata="" /> | ||
491 | </menu_item_call> | ||
492 | <menu_item_call name="Set Home to Here" label="Set Home to Here"> | ||
493 | <on_click function="World.SetHomeLocation" userdata="" /> | ||
494 | <on_enable function="World.EnableSetHomeLocation" userdata="" /> | ||
495 | </menu_item_call> | ||
496 | <menu_item_separator /> | ||
497 | <menu_item_call name="Teleport Home" label="Teleport Home" | ||
498 | shortcut="control|shift|H"> | ||
499 | <on_click function="World.TeleportHome" userdata="" /> | ||
500 | <on_enable function="World.EnableTeleportHome" userdata="" /> | ||
501 | </menu_item_call> | ||
502 | <menu_item_separator /> | ||
503 | <menu_item_call name="Set Away" label="Set Away"> | ||
504 | <on_click function="World.SetAway" userdata="" /> | ||
505 | </menu_item_call> | ||
506 | <menu_item_call name="Set Busy" label="Set Busy"> | ||
507 | <on_click function="World.SetBusy" userdata="" /> | ||
508 | </menu_item_call> | ||
509 | <menu_item_call name="Stop All Animations" enabled="false" | ||
510 | label="Stop All Animations"> | ||
511 | <on_click function="Tools.StopAllAnimations" userdata="" /> | ||
512 | </menu_item_call> | ||
513 | <menu_item_call name="Release Keys" enabled="false" label="Release Keys"> | ||
514 | <on_click function="Tools.ReleaseKeys" userdata="" /> | ||
515 | <on_enable function="Tools.EnableReleaseKeys" userdata="" /> | ||
516 | </menu_item_call> | ||
517 | <menu_item_separator /> | ||
518 | <menu_item_call name="Account History..." | ||
519 | label="Account History..."> | ||
520 | <on_click function="PromptShowURL" | ||
521 | userdata="WebLaunchAccountHistory,http://secondlife.com/account/transactions.php" /> | ||
522 | </menu_item_call> | ||
523 | <menu_item_call name="Manage My Account..." | ||
524 | label="Manage My Account..."> | ||
525 | <on_click function="PromptShowURL" | ||
526 | userdata="WebLaunchJoinNow,http://secondlife.com/account/" /> | ||
527 | </menu_item_call> | ||
528 | <menu_item_call name="Buy and Sell L$..." label="Buy L$..."> | ||
529 | <on_click function="ShowFloater" userdata="buy currency" /> | ||
530 | </menu_item_call> | ||
531 | <menu_item_separator /> | ||
532 | <menu_item_call name="My Land..." label="My Land..."> | ||
533 | <on_click function="ShowFloater" userdata="my land" /> | ||
534 | </menu_item_call> | ||
535 | <menu_item_call name="About Land..." label="About Land..."> | ||
536 | <on_click function="ShowFloater" userdata="about land" /> | ||
537 | </menu_item_call> | ||
538 | <menu_item_call name="Buy Land..." label="Buy Land..."> | ||
539 | <on_click function="ShowFloater" userdata="buy land" /> | ||
540 | <on_enable function="World.EnableBuyLand" /> | ||
541 | </menu_item_call> | ||
542 | <menu_item_call name="Region/Estate..." label="Region/Estate..."> | ||
543 | <on_click function="ShowFloater" userdata="about region" /> | ||
544 | </menu_item_call> | ||
545 | <menu_item_separator /> | ||
546 | <menu name="Environment Settings" create_jump_keys="true" | ||
547 | label="Environment Settings" opaque="true" tear_off="true"> | ||
548 | <menu_item_call name="Sunrise" label="Sunrise"> | ||
549 | <on_click function="World.EnvSettings" userdata="sunrise" /> | ||
550 | </menu_item_call> | ||
551 | <menu_item_call name="Noon" label="Midday" | ||
552 | shortcut="control|shift|Y"> | ||
553 | <on_click function="World.EnvSettings" userdata="noon" /> | ||
554 | </menu_item_call> | ||
555 | <menu_item_call name="Sunset" label="Sunset" | ||
556 | shortcut="control|shift|N"> | ||
557 | <on_click function="World.EnvSettings" userdata="sunset" /> | ||
558 | </menu_item_call> | ||
559 | <menu_item_call name="Midnight" label="Midnight"> | ||
560 | <on_click function="World.EnvSettings" userdata="midnight" /> | ||
561 | </menu_item_call> | ||
562 | <menu_item_call name="Revert to Region Default" enabled="false" | ||
563 | label="Revert to Region Default"> | ||
564 | <on_click function="World.EnvSettings" userdata="default" /> | ||
565 | </menu_item_call> | ||
566 | <menu_item_separator /> | ||
567 | <menu_item_call name="Environment Editor" enabled="false" | ||
568 | label="Environment Editor"> | ||
569 | <on_click function="World.EnvSettings" userdata="editor" /> | ||
570 | </menu_item_call> | ||
571 | </menu> | ||
572 | </menu> | ||
573 | |||
574 | |||
575 | |||
576 | <!-- TOOLS --> | ||
577 | |||
578 | <menu name="Tools" create_jump_keys="true" label="Tools" | ||
579 | opaque="true" tear_off="true" visible="false"> | ||
580 | <menu name="Select Tool" create_jump_keys="true" label="Select Tool" | ||
581 | opaque="true" tear_off="true"> | ||
582 | <menu_item_call name="Focus" label="Focus" shortcut="control|1"> | ||
583 | <on_click function="Tools.SelectTool" userdata="focus" /> | ||
584 | </menu_item_call> | ||
585 | <menu_item_call name="Move" label="Move" shortcut="control|2"> | ||
586 | <on_click function="Tools.SelectTool" userdata="move" /> | ||
587 | </menu_item_call> | ||
588 | <menu_item_call name="Edit" label="Edit" shortcut="control|3"> | ||
589 | <on_click function="Tools.SelectTool" userdata="edit" /> | ||
590 | </menu_item_call> | ||
591 | <menu_item_call name="Create" label="Create" shortcut="control|4"> | ||
592 | <on_click function="Tools.SelectTool" userdata="create" /> | ||
593 | </menu_item_call> | ||
594 | <menu_item_call name="Land" label="Land" shortcut="control|5"> | ||
595 | <on_click function="Tools.SelectTool" userdata="land" /> | ||
596 | </menu_item_call> | ||
597 | </menu> | ||
598 | <menu_item_separator /> | ||
599 | <menu_item_check name="Select Only My Objects" | ||
600 | label="Select Only My Objects"> | ||
601 | <on_click function="Tools.SelectOnlyMyObjects" | ||
602 | userdata="agents" /> | ||
603 | <on_check control="SelectOwnedOnly" /> | ||
604 | </menu_item_check> | ||
605 | <menu_item_check name="Select Only Movable Objects" | ||
606 | label="Select Only Movable Objects"> | ||
607 | <on_click function="Tools.SelectOnlyMovableObjects" | ||
608 | userdata="movable" /> | ||
609 | <on_check control="SelectMovableOnly" /> | ||
610 | </menu_item_check> | ||
611 | <menu_item_check name="Select By Surrounding" | ||
612 | label="Select By Surrounding"> | ||
613 | <on_click function="Tools.SelectBySurrounding" | ||
614 | userdata="" /> | ||
615 | <on_check control="RectangleSelectInclusive" /> | ||
616 | </menu_item_check> | ||
617 | <menu_item_check name="Show Hidden Selection" | ||
618 | label="Show Hidden Selection"> | ||
619 | <on_click function="Tools.ShowHiddenSelection" | ||
620 | userdata="" /> | ||
621 | <on_check control="RenderHiddenSelections" /> | ||
622 | </menu_item_check> | ||
623 | <menu_item_check name="Show Light Radius for Selection" | ||
624 | label="Show Light Radius for Selection"> | ||
625 | <on_click function="Tools.ShowSelectionLightRadius" | ||
626 | userdata="" /> | ||
627 | <on_check control="RenderLightRadius" /> | ||
628 | </menu_item_check> | ||
629 | <menu_item_check name="Show Selection Beam" | ||
630 | label="Show Selection Beam"> | ||
631 | <on_click function="ToggleControl" | ||
632 | userdata="ShowSelectionBeam" /> | ||
633 | <on_check control="ShowSelectionBeam" /> | ||
634 | </menu_item_check> | ||
635 | <menu_item_separator /> | ||
636 | <menu_item_check name="Snap to Grid" enabled="false" | ||
637 | label="Snap to Grid" shortcut="G"> | ||
638 | <on_click function="ToggleControl" | ||
639 | userdata="SnapEnabled" /> | ||
640 | <on_check control="SnapEnabled" /> | ||
641 | <on_enable function="Tools.EnableToolNotPie" /> | ||
642 | </menu_item_check> | ||
643 | <menu_item_call name="Snap Object XY to Grid" enabled="false" | ||
644 | label="Snap Object XY to Grid" shortcut="shift|X"> | ||
645 | <on_click function="Tools.SnapObjectXY" userdata="" /> | ||
646 | <on_enable function="Tools.EnableToolNotPie" /> | ||
647 | </menu_item_call> | ||
648 | <menu_item_call name="Use Selection for Grid" enabled="false" | ||
649 | label="Use Selection for Grid" shortcut="shift|G"> | ||
650 | <on_click function="Tools.UseSelectionForGrid" userdata="" /> | ||
651 | <on_enable function="SomethingSelected" /> | ||
652 | </menu_item_call> | ||
653 | <menu_item_call name="Grid Options..." enabled="false" | ||
654 | label="Grid Options..." shortcut="control|shift|B"> | ||
655 | <on_click function="ShowFloater" userdata="grid options" /> | ||
656 | <on_enable function="Tools.EnableToolNotPie" /> | ||
657 | </menu_item_call> | ||
658 | <menu_item_separator /> | ||
659 | <menu_item_check name="Edit Linked Parts" enabled="false" | ||
660 | label="Edit Linked Parts" shortcut=""> | ||
661 | <on_click function="ToggleControl" userdata="EditLinkedParts" /> | ||
662 | <on_click function="Tools.EditLinkedParts" userdata="" /> | ||
663 | <on_check control="EditLinkedParts" /> | ||
664 | <on_enable function="Tools.EnableToolNotPie" /> | ||
665 | </menu_item_check> | ||
666 | <menu_item_call name="Link" enabled="false" label="Link" | ||
667 | shortcut="control|L"> | ||
668 | <on_click function="Tools.Link" userdata="" /> | ||
669 | <on_enable function="Tools.EnableLink" /> | ||
670 | </menu_item_call> | ||
671 | <menu_item_call name="Unlink" enabled="false" label="Unlink" | ||
672 | shortcut="control|shift|L"> | ||
673 | <on_click function="Tools.Unlink" userdata="" /> | ||
674 | <on_enable function="Tools.EnableUnlink" /> | ||
675 | </menu_item_call> | ||
676 | <menu_item_separator /> | ||
677 | <menu_item_call name="Focus on Selection" enabled="false" | ||
678 | label="Focus on Selection" shortcut="H"> | ||
679 | <on_click function="Tools.LookAtSelection" userdata="focus" /> | ||
680 | <on_enable function="Tools.SomethingSelectedNoHUD" /> | ||
681 | </menu_item_call> | ||
682 | <menu_item_call name="Zoom to Selection" enabled="false" | ||
683 | label="Zoom to Selection" shortcut="shift|H"> | ||
684 | <on_click function="Tools.LookAtSelection" userdata="zoom" /> | ||
685 | <on_enable function="Tools.SomethingSelectedNoHUD" /> | ||
686 | </menu_item_call> | ||
687 | <menu_item_call name="Menu Object Take" enabled="false" | ||
688 | label="Buy Object" visible="false"> | ||
689 | <on_click function="Tools.BuyOrTake" userdata="" /> | ||
690 | <on_enable function="Tools.EnableBuyOrTake" userdata="Buy,Take" /> | ||
691 | </menu_item_call> | ||
692 | <menu_item_call name="Take Copy" enabled="false" | ||
693 | label="Take Copy"> | ||
694 | <on_click function="Tools.TakeCopy" userdata="" /> | ||
695 | <on_enable function="Tools.EnableTakeCopy" /> | ||
696 | </menu_item_call> | ||
697 | <menu_item_call name="Return..." enabled="false" | ||
698 | label="Return Object"> | ||
699 | <on_click function="Object.Return" /> | ||
700 | <on_enable function="Object.EnableReturn" /> | ||
701 | </menu_item_call> | ||
702 | <menu_item_call name="Save Object Back to My Inventory" | ||
703 | enabled="false" | ||
704 | label="Save Object Back to My Inventory"> | ||
705 | <on_click function="Tools.SaveToInventory" userdata="" /> | ||
706 | <on_enable function="Tools.EnableSaveToInventory" /> | ||
707 | </menu_item_call> | ||
708 | <menu_item_call name="Save Object Back to Object Contents" | ||
709 | enabled="false" | ||
710 | label="Save Object Back to Object Contents"> | ||
711 | <on_click function="Tools.SaveToObjectInventory" userdata="" /> | ||
712 | <on_enable function="Tools.EnableSaveToObjectInventory" /> | ||
713 | </menu_item_call> | ||
714 | <menu_item_separator /> | ||
715 | <menu_item_call name="Show Script Warning/Error Window" | ||
716 | label="Show Script Warning/Error Window"> | ||
717 | <on_click function="ShowFloater" userdata="script errors" /> | ||
718 | </menu_item_call> | ||
719 | <menu name="Recompile Scripts in Selection" create_jump_keys="true" | ||
720 | label="Recompile Scripts in Selection" opaque="true" | ||
721 | tear_off="true"> | ||
722 | <menu_item_call name="Mono" label="Mono"> | ||
723 | <on_click function="Tools.SelectedScriptAction" | ||
724 | userdata="compile mono" /> | ||
725 | <on_enable function="EditableSelectedMono" /> | ||
726 | </menu_item_call> | ||
727 | <menu_item_call name="LSL" label="LSL"> | ||
728 | <on_click function="Tools.SelectedScriptAction" | ||
729 | userdata="compile lsl" /> | ||
730 | <on_enable function="EditableSelected" /> | ||
731 | </menu_item_call> | ||
190 | </menu> | 732 | </menu> |
191 | <menu_item_separator bottom="-305" enabled="true" height="8" label="-----------" left="0" | 733 | <menu_item_call name="Reset Scripts in Selection" enabled="false" |
192 | mouse_opaque="true" name="separator6" width="153" /> | 734 | label="Reset Scripts in Selection"> |
193 | <menu_item_call bottom="-324" enabled="true" height="19" label="Gestures..." left="0" | 735 | <on_click function="Tools.SelectedScriptAction" |
194 | mouse_opaque="true" name="Gestures..." shortcut="control|G" width="153"> | 736 | userdata="reset" /> |
195 | <on_click function="ShowFloater" userdata="gestures" /> | 737 | <on_enable function="EditableSelected" /> |
196 | </menu_item_call> | 738 | </menu_item_call> |
197 | <menu_item_call bottom="-343" enabled="true" height="19" label="Profile..." left="0" | 739 | <menu_item_call name="Set Scripts to Running in Selection" |
198 | mouse_opaque="true" name="Profile..." width="153"> | 740 | enabled="false" |
199 | <on_click function="ShowAgentProfile" userdata="agent" /> | 741 | label="Set Scripts to Running in Selection"> |
200 | </menu_item_call> | 742 | <on_click function="Tools.SelectedScriptAction" |
201 | <menu_item_call bottom="-362" enabled="true" height="19" label="Appearance..." left="0" | 743 | userdata="start" /> |
202 | mouse_opaque="true" name="Appearance..." width="153"> | 744 | <on_enable function="EditableSelected" /> |
203 | <on_click function="ShowFloater" userdata="appearance" /> | 745 | </menu_item_call> |
204 | <on_enable function="Edit.EnableCustomizeAvatar" /> | 746 | <menu_item_call name="Set Scripts to Not Running in Selection" |
205 | </menu_item_call> | 747 | enabled="false" |
206 | <menu_item_separator bottom="-370" enabled="true" height="8" label="-----------" left="0" | 748 | label="Set Scripts to Not Running in Selection"> |
207 | mouse_opaque="true" name="separator7" width="153" /> | 749 | <on_click function="Tools.SelectedScriptAction" |
208 | <menu_item_check bottom="-389" enabled="true" height="19" label="Friends..." left="0" | 750 | userdata="stop" /> |
209 | mouse_opaque="true" name="Friends..." shortcut="control|shift|F" | 751 | <on_enable function="EditableSelected" /> |
210 | width="153"> | 752 | </menu_item_call> |
211 | <on_click function="ShowFloater" userdata="friends" /> | 753 | <menu_item_call name="Set permissions on selected task inventory" |
212 | <on_check function="FloaterVisible" userdata="friends" /> | 754 | enabled="false" |
213 | </menu_item_check> | 755 | label="Set permissions on selected task inventory"> |
214 | <menu_item_call bottom="-408" enabled="true" height="19" label="Groups..." left="0" | 756 | <on_click function="Tools.SetBulkPerms" userdata="" /> |
215 | mouse_opaque="true" name="Groups..." width="153"> | 757 | <on_enable function="EditableSelected" /> |
216 | <on_click function="ShowAgentGroups" userdata="agent" /> | 758 | </menu_item_call> |
217 | </menu_item_call> | 759 | </menu> |
218 | <menu_item_separator bottom="-416" enabled="true" height="8" label="-----------" left="0" | 760 | |
219 | mouse_opaque="true" name="separator8" width="153" /> | 761 | |
220 | <menu_item_call bottom="-435" enabled="true" height="19" label="Preferences..." left="0" | 762 | |
221 | mouse_opaque="true" name="Preferences..." shortcut="control|P" width="153"> | 763 | <!-- HELP --> |
222 | <on_click function="ShowFloater" userdata="preferences" /> | 764 | |
223 | </menu_item_call> | 765 | <menu name="Help" create_jump_keys="true" label="Help" |
224 | </menu> | 766 | opaque="true" tear_off="true"> |
225 | <menu bottom="-1" create_jump_keys="true" drop_shadow="true" enabled="true" | 767 | <menu_item_call name="Second Life Help" label="Second Life Help" |
226 | height="537" label="View" left="80" mouse_opaque="false" name="View" | 768 | shortcut="F1"> |
227 | opaque="true" tear_off="true" width="211"> | 769 | <on_click function="ShowFloater" userdata="help f1" /> |
228 | <tearoff_menu bottom="-10" enabled="true" height="10" label="~~~~~~~~~~~" left="0" | 770 | </menu_item_call> |
229 | mouse_opaque="true" name="~~~~~~~~~~~" width="211" /> | 771 | <menu_item_call name="Tutorial" label="Tutorial"> |
230 | <menu_item_call bottom="-29" enabled="true" height="19" label="Mouselook" left="0" | 772 | <on_click function="ShowFloater" userdata="help tutorial" /> |
231 | mouse_opaque="true" name="Mouselook" shortcut="M" width="211"> | 773 | </menu_item_call> |
232 | <on_click function="View.Mouselook" userdata="" /> | 774 | <menu_item_separator /> |
233 | <on_enable function="View.EnableMouselook" /> | 775 | <menu_item_call name="Official Linden Blog..." |
234 | </menu_item_call> | 776 | label="Official Linden Blog..."> |
235 | <menu_item_check bottom="-48" enabled="true" height="19" label="Build" left="0" | 777 | <on_click function="PromptShowURL" |
236 | mouse_opaque="true" name="Build" shortcut="B" width="211"> | 778 | userdata="WebLaunchSupportWiki,http://blog.secondlife.com/" /> |
237 | <on_click function="View.BuildMode" userdata="" /> | 779 | </menu_item_call> |
238 | <on_check function="View.CheckBuildMode" /> | 780 | <menu_item_separator /> |
239 | </menu_item_check> | 781 | <menu_item_call name="Scripting Guide..." |
240 | <menu_item_check bottom="-48" enabled="true" height="19" label="Joystick Flycam" left="0" | 782 | label="Scripting Guide..."> |
241 | mouse_opaque="true" name="Joystick Flycam" shortcut="alt|shift|F" | 783 | <on_click function="PromptShowFile" |
242 | width="211"> | 784 | userdata="WebLaunchLSLGuide,lsl_guide.html" /> |
243 | <on_click function="View.JoystickFlycam" userdata="" /> | 785 | </menu_item_call> |
244 | <on_check function="View.CheckJoystickFlycam" /> | 786 | <menu_item_call name="Scripting Portal..." |
245 | </menu_item_check> | 787 | label="Scripting Portal..."> |
246 | <menu_item_call bottom="-67" enabled="true" height="19" label="Reset View" left="0" | 788 | <on_click function="PromptShowURL" |
247 | mouse_opaque="true" name="Reset View" shortcut="Esc" width="211"> | 789 | userdata="WebLaunchLSLWiki,http://wiki.secondlife.com/wiki/LSL_Portal" /> |
248 | <on_click function="View.ResetView" userdata="" /> | 790 | </menu_item_call> |
249 | </menu_item_call> | 791 | <menu_item_separator /> |
250 | <menu_item_call bottom="-86" enabled="false" height="19" label="Look at Last Chatter" left="0" | 792 | <menu_item_call name="Report Abuse..." label="Report Abuse..."> |
251 | mouse_opaque="true" name="Look at Last Chatter" shortcut="control|\" | 793 | <on_click function="ShowFloater" |
252 | width="211"> | 794 | userdata="complaint reporter" /> |
253 | <on_click function="View.LookAtLastChatter" userdata="" /> | 795 | </menu_item_call> |
254 | <on_enable function="View.EnableLastChatter" /> | 796 | <menu_item_call name="Bumps, Pushes &amp; Hits..." |
255 | </menu_item_call> | 797 | label="Bumps, Pushes & Hits..."> |
256 | <menu_item_separator bottom="-94" enabled="true" height="8" label="-----------" left="0" | 798 | <on_click function="ShowFloater" userdata="mean events" /> |
257 | mouse_opaque="true" name="separator" width="211" /> | 799 | </menu_item_call> |
258 | <menu_item_check bottom="-113" enabled="true" height="19" label="Toolbar" left="0" | 800 | <menu_item_call name="Lag Meter" label="Lag Meter"> |
259 | mouse_opaque="true" name="Toolbar" width="211"> | 801 | <on_click function="ShowFloater" userdata="lag meter" /> |
260 | <on_click function="ShowFloater" userdata="toolbar" /> | 802 | </menu_item_call> |
261 | <on_check function="FloaterVisible" userdata="toolbar" /> | 803 | <menu_item_separator /> |
262 | </menu_item_check> | 804 | <menu name="Bug Reporting" create_jump_keys="true" |
263 | <menu_item_check bottom="-132" enabled="true" height="19" label="Local Chat" left="0" | 805 | label="Bug Reporting" opaque="true" tear_off="true"> |
264 | mouse_opaque="true" name="Chat History" shortcut="control|H" width="211"> | 806 | <menu_item_call name="Public Issue Tracker..." |
265 | <on_click function="ShowFloater" userdata="chat history" /> | 807 | label="Public Issue Tracker..."> |
266 | <on_check function="FloaterVisible" userdata="chat history" /> | 808 | <on_click function="PromptShowURL" |
267 | </menu_item_check> | 809 | userdata="WebLaunchPublicIssue,http://jira.secondlife.com" /> |
268 | <menu_item_check bottom="-151" enabled="true" height="19" label="Communicate" left="0" | 810 | </menu_item_call> |
269 | mouse_opaque="true" name="Instant Message" shortcut="control|T" width="211"> | 811 | <menu_item_call name="Publc Issue Tracker Help..." |
270 | <on_click function="ShowFloater" userdata="im" /> | 812 | label="Public Issue Tracker Help..."> |
271 | <on_check function="FloaterVisible" userdata="im" /> | 813 | <on_click function="PromptShowURL" |
272 | </menu_item_check> | 814 | userdata="WebLaunchPublicIssueHelp,http://wiki.secondlife.com/wiki/Issue_tracker" /> |
273 | <menu_item_call bottom="-170" enabled="true" height="19" label="Inventory" left="0" | 815 | </menu_item_call> |
274 | mouse_opaque="true" name="Inventory" shortcut="control|I" width="211"> | 816 | <menu_item_separator /> |
275 | <on_click function="ShowFloater" userdata="inventory" /> | 817 | <menu_item_call name="Bug Reporing 101..." |
276 | </menu_item_call> | 818 | label="Bug Reporting 101..."> |
277 | <menu_item_check bottom="-189" enabled="true" height="19" label="Active Speakers" left="0" | 819 | <on_click function="PromptShowURL" |
278 | mouse_opaque="true" name="Active Speakers" width="211"> | 820 | userdata="WebLaunchBugReport101,http://wiki.secondlife.com/wiki/Bug_Reporting_101" /> |
279 | <on_click function="ShowFloater" userdata="active speakers" /> | 821 | </menu_item_call> |
280 | <on_check function="FloaterVisible" userdata="active speakers" /> | 822 | <menu_item_call name="Security Issues..." |
281 | </menu_item_check> | 823 | label="Security Issues..."> |
282 | <menu_item_check bottom="-189" enabled="true" height="19" label="Mute List" left="0" | 824 | <on_click function="PromptShowURL" |
283 | mouse_opaque="true" name="Mute List" width="211"> | 825 | userdata="WebLaunchSecurityIssues,http://wiki.secondlife.com/wiki/Security_issues" /> |
284 | <on_click function="ShowFloater" userdata="mute list" /> | 826 | </menu_item_call> |
285 | <on_check function="FloaterVisible" userdata="mute list" /> | 827 | <menu_item_call name="QA Wiki..." label="QA Wiki..."> |
286 | </menu_item_check> | 828 | <on_click function="PromptShowURL" |
287 | <menu_item_separator bottom="-197" enabled="true" height="8" label="-----------" left="0" | 829 | userdata="WebLaunchQAWiki,http://wiki.secondlife.com/wiki/QA_Portal" /> |
288 | mouse_opaque="true" name="separator2" width="211" /> | 830 | </menu_item_call> |
289 | <menu_item_check bottom="-216" enabled="true" height="19" label="Camera Controls" left="0" | 831 | <menu_item_separator /> |
290 | mouse_opaque="true" name="Camera Controls" width="211"> | 832 | <menu_item_call name="Report Bug..." label="Report Bug..."> |
291 | <on_click function="ShowFloater" userdata="camera controls" /> | 833 | <on_click function="PromptShowURL" |
292 | <on_check function="FloaterVisible" userdata="camera controls" /> | 834 | userdata="WebLaunchPublicIssue,http://jira.secondlife.com" /> |
293 | </menu_item_check> | 835 | </menu_item_call> |
294 | <menu_item_check bottom="-235" enabled="true" height="19" label="Movement Controls" left="0" | 836 | </menu> |
295 | mouse_opaque="true" name="Movement Controls" width="211"> | 837 | <menu_item_separator /> |
296 | <on_click function="ShowFloater" userdata="movement controls" /> | 838 | <menu_item_call name="About Second Life..." |
297 | <on_check function="FloaterVisible" userdata="movement controls" /> | 839 | label="About Second Life..."> |
298 | </menu_item_check> | 840 | <on_click function="ShowFloater" userdata="about" /> |
299 | <menu_item_check bottom="-254" enabled="true" height="19" label="World Map" left="0" | 841 | </menu_item_call> |
300 | mouse_opaque="true" name="World Map" shortcut="control|M" width="211"> | 842 | </menu> |
301 | <on_click function="ShowFloater" userdata="world map" /> | 843 | |
302 | <on_check control="ShowWorldMap" /> | 844 | |
303 | </menu_item_check> | 845 | |
304 | <menu_item_check bottom="-273" enabled="true" height="19" label="Mini-Map" left="0" | 846 | <!-- ADVANCED --> |
305 | mouse_opaque="true" name="Mini-Map" shortcut="control|shift|M" width="211"> | 847 | |
306 | <on_click function="ShowFloater" userdata="mini map" /> | 848 | <menu name="Advanced" drop_shadow="true" |
307 | <on_check control="ShowMiniMap" /> | 849 | opaque="true" tear_off="true"> |
308 | </menu_item_check> | 850 | |
309 | <menu_item_separator bottom="-281" enabled="true" height="8" label="-----------" left="0" | 851 | |
310 | mouse_opaque="true" name="separator3" width="211" /> | 852 | <!-- CONSOLES --> |
311 | <menu_item_check bottom="-300" enabled="true" height="19" label="Statistics Bar" left="0" | 853 | |
312 | mouse_opaque="true" name="Statistics Bar" shortcut="control|shift|1" | 854 | <menu name="Consoles" drop_shadow="true" |
313 | width="211"> | 855 | opaque="true" tear_off="true"> |
314 | <on_click function="ShowFloater" userdata="stat bar" /> | 856 | <menu_item_check name="Frame Console" label="Frame Console" |
315 | <on_check function="FloaterVisible" userdata="stat bar" /> | 857 | shortcut="control|shift|2"> |
316 | </menu_item_check> | 858 | <on_click function="Advanced.ToggleConsole" |
317 | <menu_item_check bottom="-319" enabled="true" height="19" label="Property Lines" left="0" | 859 | userdata="frame" /> |
318 | mouse_opaque="true" name="Property Lines" shortcut="control|alt|shift|P" | 860 | <on_check function="Advanced.CheckConsole" |
319 | width="211"> | 861 | userdata="frame" /> |
320 | <on_click function="ToggleControl" userdata="ShowPropertyLines" /> | 862 | </menu_item_check> |
321 | <on_check control="ShowPropertyLines" /> | 863 | <menu_item_check name="Texture Console" label="Texture Console" |
322 | </menu_item_check> | 864 | shortcut="control|shift|3"> |
323 | <menu_item_check bottom="-338" enabled="true" height="19" label="Land Owners" left="0" | 865 | <on_click function="Advanced.ToggleConsole" |
324 | mouse_opaque="true" name="Land Owners" width="211"> | 866 | userdata="texture" /> |
325 | <on_click function="ToggleControl" userdata="ShowParcelOwners" /> | 867 | <on_check function="Advanced.CheckConsole" |
326 | <on_check control="ShowParcelOwners" /> | 868 | userdata="texture" /> |
327 | </menu_item_check> | 869 | </menu_item_check> |
328 | <menu_item_separator bottom="-346" enabled="true" height="8" label="-----------" left="0" | 870 | <menu_item_check name="Debug Console" label="Debug Console" |
329 | mouse_opaque="true" name="separator4" width="211" /> | 871 | shortcut="control|shift|4"> |
330 | <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" | 872 | <on_click function="Advanced.ToggleConsole" |
331 | height="79" label="Hover Tips" left="0" mouse_opaque="false" | 873 | userdata="debug" /> |
332 | name="Hover Tips" opaque="true" tear_off="true" width="158"> | 874 | <on_check function="Advanced.CheckConsole" |
333 | <menu_item_check bottom="-29" enabled="true" height="19" label="Show Tips" left="0" | 875 | userdata="debug" /> |
334 | mouse_opaque="true" name="Show Tips" shortcut="control|shift|T" width="158"> | 876 | </menu_item_check> |
335 | <on_click function="View.ShowHoverTips" userdata="" /> | 877 | <menu_item_check name="Fast Timers" label="Fast Timers" |
336 | <on_check function="View.CheckShowHoverTips" /> | 878 | shortcut="control|shift|9"> |
337 | </menu_item_check> | 879 | <on_click function="Advanced.ToggleConsole" |
338 | <menu_item_separator bottom="-37" enabled="true" height="8" label="-----------" left="0" | 880 | userdata="fast timers" /> |
339 | mouse_opaque="true" name="separator" width="158" /> | 881 | <on_check function="Advanced.CheckConsole" |
340 | <menu_item_check bottom="-56" enabled="true" height="19" label="Land Tips" left="0" | 882 | userdata="fast timers" /> |
341 | mouse_opaque="true" name="Land Tips" width="158"> | 883 | </menu_item_check> |
342 | <on_click function="ToggleControl" userdata="ShowLandHoverTip" /> | 884 | <!-- Requires compiled-in support, I think? |
343 | <on_enable function="View.CheckShowHoverTips" /> | 885 | <menu_item_check name="Memory" label="Memory" |
344 | <on_check control="ShowLandHoverTip" /> | 886 | shortcut="control|shift|0"> |
345 | </menu_item_check> | 887 | <on_click function="Advanced.ToggleConsole" |
346 | <menu_item_check bottom="-75" enabled="true" height="19" label="Tips On All Objects" left="0" | 888 | userdata="memory" /> |
347 | mouse_opaque="true" name="Tips On All Objects" width="158"> | 889 | <on_check function="Advanced.CheckConsole" |
348 | <on_click function="ToggleControl" userdata="ShowAllObjectHoverTip" /> | 890 | userdata="memory" /> |
349 | <on_enable function="View.CheckShowHoverTips" /> | 891 | </menu_item_check> |
350 | <on_check control="ShowAllObjectHoverTip" /> | 892 | --> |
351 | </menu_item_check> | 893 | <menu_item_separator /> |
352 | </menu> | 894 | <menu_item_call name="Region Info to Debug Console" |
353 | <menu_item_check bottom="-403" enabled="true" height="19" label="Highlight Transparent" left="0" | 895 | label="Region Info to Debug Console"> |
354 | mouse_opaque="true" name="Highlight Transparent" shortcut="control|alt|T" | 896 | <on_click function="Advanced.DumpInfoToConsole" |
355 | width="211"> | 897 | userdata="region" /> |
356 | <on_click function="View.HighlightTransparent" userdata="" /> | 898 | </menu_item_call> |
357 | <on_check function="View.CheckHighlightTransparent" /> | 899 | <menu_item_call name="Group Info to Debug Console" |
358 | </menu_item_check> | 900 | label="Group Info to Debug Console"> |
359 | <menu_item_check bottom="-384" enabled="true" height="19" label="Beacons Always On" left="0" | 901 | <on_click function="Advanced.DumpInfoToConsole" |
360 | mouse_opaque="true" name="Beacons Always On" | 902 | userdata="group" /> |
361 | width="211"> | 903 | </menu_item_call> |
362 | <on_click function="ToggleControl" userdata="BeaconAlwaysOn" /> | 904 | <menu_item_call name="Capabilities Info to Debug Console" |
363 | <on_check control="BeaconAlwaysOn" /> | 905 | label="Capabilities Info to Debug Console"> |
364 | </menu_item_check> | 906 | <on_click function="Advanced.DumpInfoToConsole" |
365 | <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" | 907 | userdata="capabilities" /> |
366 | height="117" label="Beacons" left="0" mouse_opaque="false" name="Beacons" | 908 | </menu_item_call> |
367 | opaque="true" tear_off="true" width="129"> | 909 | </menu> |
368 | <menu_item_check bottom="-29" enabled="true" height="19" | 910 | |
369 | label="Scripted Objects with Touch Only" left="0" mouse_opaque="true" | 911 | |
370 | name="Scripted Objects With Touch Only" width="129"> | 912 | <menu_item_call name="Reload personal setting overrides" |
371 | <on_click function="View.ToggleBeacon" userdata="scripttouchbeacon" /> | 913 | label="Reload personal settings overrides" |
372 | <on_check function="View.CheckBeaconEnabled" userdata="scripttouchbeacon" /> | 914 | shortcut="control|shift|F2"> |
373 | </menu_item_check> | 915 | <on_click function="Advanced.ReloadSettingsOverrides" userdata="" /> |
374 | <menu_item_check bottom="-48" enabled="true" height="19" label="Scripted Objects" left="0" | 916 | </menu_item_call> |
375 | mouse_opaque="true" name="Scripted Objects" width="129"> | 917 | |
376 | <on_click function="View.ToggleBeacon" userdata="scriptsbeacon" /> | 918 | |
377 | <on_check function="View.CheckBeaconEnabled" userdata="scriptsbeacon" /> | 919 | |
378 | </menu_item_check> | 920 | <!-- HUD INFO --> |
379 | <menu_item_check bottom="-67" enabled="true" height="19" label="Physical Objects" left="0" | 921 | |
380 | mouse_opaque="true" name="Physical Objects" width="129"> | 922 | <menu name="HUD Info" drop_shadow="true" |
381 | <on_click function="View.ToggleBeacon" userdata="physicalbeacon" /> | 923 | opaque="true" tear_off="true"> |
382 | <on_check function="View.CheckBeaconEnabled" userdata="physicalbeacon" /> | 924 | <menu_item_check name="Velocity" label="Velocity"> |
383 | </menu_item_check> | 925 | <on_click function="Advanced.ToggleHUDInfo" |
384 | <menu_item_check bottom="-86" enabled="true" height="19" label="Sound Sources" left="0" | 926 | userdata="velocity" /> |
385 | mouse_opaque="true" name="Sound Sources" width="129"> | 927 | <on_check function="Advanced.CheckHUDInfo" |
386 | <on_click function="View.ToggleBeacon" userdata="soundsbeacon" /> | 928 | userdata="velocity" /> |
387 | <on_check function="View.CheckBeaconEnabled" userdata="soundsbeacon" /> | 929 | </menu_item_check> |
388 | </menu_item_check> | 930 | <menu_item_check name="Camera" label="Camera"> |
389 | <menu_item_check bottom="-105" enabled="true" height="19" label="Particle Sources" left="0" | 931 | <on_click function="Advanced.ToggleHUDInfo" |
390 | mouse_opaque="true" name="Particle Sources" width="129"> | 932 | userdata="camera" /> |
391 | <on_click function="View.ToggleBeacon" userdata="particlesbeacon" /> | 933 | <on_check function="Advanced.CheckHUDInfo" |
392 | <on_check function="View.CheckBeaconEnabled" userdata="particlesbeacon" /> | 934 | userdata="camera" /> |
393 | </menu_item_check> | 935 | </menu_item_check> |
394 | <menu_item_separator bottom="-113" enabled="true" height="8" label="-----------" left="0" | 936 | <menu_item_check name="Wind" label="Wind"> |
395 | mouse_opaque="true" name="separator" width="129" /> | 937 | <on_click function="Advanced.ToggleHUDInfo" |
396 | <menu_item_check bottom="-121" enabled="true" height="19" label="Render Highlights" left="0" | 938 | userdata="wind" /> |
397 | mouse_opaque="true" name="Render Highlights" width="129"> | 939 | <on_check function="Advanced.CheckHUDInfo" |
398 | <on_click function="View.ToggleBeacon" userdata="renderhighlights" /> | 940 | userdata="wind" /> |
399 | <on_check function="View.CheckBeaconEnabled" userdata="renderhighlights" /> | 941 | </menu_item_check> |
400 | </menu_item_check> | 942 | <menu_item_check name="FOV" label="FOV"> |
401 | <menu_item_check bottom="-140" enabled="true" height="19" label="Render Beacons" left="0" | 943 | <on_click function="Advanced.ToggleHUDInfo" |
402 | mouse_opaque="true" name="Render Beacons" width="129"> | 944 | userdata="fov" /> |
403 | <on_click function="View.ToggleBeacon" userdata="renderbeacons" /> | 945 | <on_check function="Advanced.CheckHUDInfo" |
404 | <on_check function="View.CheckBeaconEnabled" userdata="renderbeacons" /> | 946 | userdata="fov" /> |
405 | </menu_item_check> | 947 | </menu_item_check> |
406 | <menu_item_separator bottom="-159" enabled="true" height="8" label="-----------" left="0" | 948 | </menu> |
407 | mouse_opaque="true" name="separator2" width="129" /> | 949 | |
408 | <menu_item_check bottom="-167" enabled="true" height="19" label="Hide Particles" left="0" | 950 | |
409 | mouse_opaque="true" name="Hide Particles" width="129"> | 951 | <menu_item_separator /> |
410 | <on_click function="View.ToggleRenderType" userdata="hideparticles" /> | 952 | |
411 | <on_check function="View.CheckRenderType" userdata="hideparticles" /> | 953 | <menu_item_check name="High-res Snapshot" |
412 | </menu_item_check> | 954 | label="High-res Snapshot"> |
413 | <menu_item_separator bottom="-186" enabled="true" height="8" label="-----------" left="0" | 955 | <on_click function="ToggleControl" |
414 | mouse_opaque="true" name="separator3" width="129" /> | 956 | userdata="HighResSnapshot" /> |
415 | <menu bottom="-205" color="0 0 0 1" create_jump_keys="true" drop_shadow="true" | 957 | <on_check control="HighResSnapshot" /> |
416 | enabled="true" height="117" label="Beacon Width" left="0" | 958 | </menu_item_check> |
417 | mouse_opaque="false" name="Beacon Width" opaque="true" tear_off="true" | 959 | <menu_item_check name="Quiet Snapshots to Disk" |
418 | width="129"> | 960 | label="Quiet Snapshots to Disk"> |
419 | <menu_item_call bottom="-19" enabled="true" height="19" label="1" left="0" mouse_opaque="true" | 961 | <on_click function="ToggleControl" |
420 | name="Beacon Width 1" width="188"> | 962 | userdata="QuietSnapshotsToDisk" /> |
421 | <on_click function="View.BeaconWidth" userdata="1" /> | 963 | <on_check control="QuietSnapshotsToDisk" /> |
422 | </menu_item_call> | 964 | </menu_item_check> |
423 | <menu_item_call bottom="-19" enabled="true" height="19" label="4" left="0" mouse_opaque="true" | 965 | <menu_item_check name="Compress Snapshots to Disk" |
424 | name="Beacon Width 4" width="188"> | 966 | label="Compress Snapshots to Disk"> |
425 | <on_click function="View.BeaconWidth" userdata="4" /> | 967 | <on_click function="ToggleControl" |
426 | </menu_item_call> | 968 | userdata="CompressSnapshotsToDisk" /> |
427 | <menu_item_call bottom="-19" enabled="true" height="19" label="16" left="0" mouse_opaque="true" | 969 | <on_check control="CompressSnapshotsToDisk" /> |
428 | name="Beacon Width 16" width="188"> | 970 | </menu_item_check> |
429 | <on_click function="View.BeaconWidth" userdata="16" /> | 971 | <menu_item_check name="Show Mouselook Crosshairs" |
430 | </menu_item_call> | 972 | label="Show Mouselook Crosshairs"> |
431 | <menu_item_call bottom="-19" enabled="true" height="19" label="32" left="0" mouse_opaque="true" | 973 | <on_click function="ToggleControl" |
432 | name="Beacon Width 32" width="188"> | 974 | userdata="ShowCrosshairs" /> |
433 | <on_click function="View.BeaconWidth" userdata="32" /> | 975 | <on_check control="ShowCrosshairs" /> |
434 | </menu_item_call> | 976 | </menu_item_check> |
435 | </menu> | 977 | <menu_item_check name="Debug Permissions" |
436 | </menu> | 978 | label="Debug Permissions"> |
437 | <menu_item_check bottom="-441" enabled="true" height="19" label="Show HUD Attachments" left="0" | 979 | <on_click function="ToggleControl" |
438 | mouse_opaque="true" name="Show HUD Attachments" shortcut="alt|shift|H" | 980 | userdata="DebugPermissions" /> |
439 | width="211"> | 981 | <on_check control="DebugPermissions" /> |
440 | <on_click function="View.ShowHUDAttachments" userdata="" /> | 982 | </menu_item_check> |
441 | <on_check function="View.CheckHUDAttachments" /> | 983 | <menu_item_call name="Clear Group Cache" |
442 | </menu_item_check> | 984 | label="Clear Group Cache"> |
443 | <menu_item_separator bottom="-449" enabled="true" height="8" label="-----------" left="0" | 985 | <on_click function="Advanced.ClearGroupCache" |
444 | mouse_opaque="true" name="separator5" width="211" /> | 986 | userdata="" /> |
445 | <menu_item_call bottom="-468" enabled="true" height="19" label="Zoom In" left="0" | 987 | </menu_item_call> |
446 | mouse_opaque="true" name="Zoom In" shortcut="control|0" width="211"> | 988 | <menu_item_separator /> |
447 | <on_click function="View.ZoomIn" userdata="" /> | 989 | |
448 | </menu_item_call> | 990 | |
449 | <menu_item_call bottom="-487" enabled="true" height="19" label="Zoom Default" left="0" | 991 | |
450 | mouse_opaque="true" name="Zoom Default" shortcut="control|9" width="211"> | 992 | <!-- RENDERING --> |
451 | <on_click function="View.ZoomDefault" userdata="" /> | 993 | |
452 | </menu_item_call> | 994 | <menu name="Rendering" drop_shadow="true" |
453 | <menu_item_call bottom="-506" enabled="true" height="19" label="Zoom Out" left="0" | 995 | opaque="true" tear_off="true"> |
454 | mouse_opaque="true" name="Zoom Out" shortcut="control|8" width="211"> | 996 | |
455 | <on_click function="View.ZoomOut" userdata="" /> | 997 | <!-- TYPES --> |
456 | </menu_item_call> | 998 | <menu name="Types" drop_shadow="true" |
457 | <menu_item_separator bottom="-514" enabled="true" height="8" label="-----------" left="0" | 999 | opaque="true" tear_off="true"> |
458 | mouse_opaque="true" name="separator6" width="211" /> | 1000 | <menu_item_check name="Simple" label="Simple" |
459 | <menu_item_call bottom="-19" enabled="true" height="19" label="Toggle Fullscreen" left="0" | 1001 | shortcut="control|alt|shift|1"> |
460 | mouse_opaque="true" name="Toggle Fullscreen" shortcut="alt|Enter" | 1002 | <on_click function="Advanced.ToggleRenderType" |
461 | width="188"> | 1003 | userdata="simple" /> |
462 | <on_click function="View.Fullscreen" userdata="" /> | 1004 | <on_check function="Advanced.CheckRenderType" |
463 | </menu_item_call> | 1005 | userdata="simple" /> |
464 | <menu_item_call bottom="-38" enabled="true" height="19" label="Set UI Size to Default" left="0" | 1006 | </menu_item_check> |
465 | mouse_opaque="true" name="Set UI Size to Default" width="188"> | 1007 | <menu_item_check name="Alpha" label="Alpha" |
466 | <on_click function="View.DefaultUISize" userdata="" /> | 1008 | shortcut="control|alt|shift|2"> |
467 | </menu_item_call> | 1009 | <on_click function="Advanced.ToggleRenderType" |
468 | </menu> | 1010 | userdata="alpha" /> |
469 | <menu bottom="-18" create_jump_keys="true" drop_shadow="true" enabled="true" | 1011 | <on_check function="Advanced.CheckRenderType" |
470 | height="339" label="World" left="0" mouse_opaque="false" name="World" | 1012 | userdata="alpha" /> |
471 | opaque="true" tear_off="true" width="185"> | 1013 | </menu_item_check> |
472 | <menu_item_call bottom="-29" enabled="true" height="19" label="Chat" left="0" | 1014 | <menu_item_check name="Tree" label="Tree" |
473 | mouse_opaque="true" name="Chat" shortcut="" width="185"> | 1015 | shortcut="control|alt|shift|3"> |
474 | <on_click function="World.Chat" userdata="" /> | 1016 | <on_click function="Advanced.ToggleRenderType" |
475 | </menu_item_call> | 1017 | userdata="tree" /> |
476 | <menu_item_check bottom="-67" enabled="true" height="19" label="Always Run" left="0" | 1018 | <on_check function="Advanced.CheckRenderType" |
477 | mouse_opaque="true" name="Always Run" shortcut="control|R" width="185"> | 1019 | userdata="tree" /> |
478 | <on_click function="World.AlwaysRun" userdata="" /> | 1020 | </menu_item_check> |
479 | <on_check function="World.CheckAlwaysRun" userdata="" /> | 1021 | <menu_item_check name="Character" label="Character" |
480 | </menu_item_check> | 1022 | shortcut="control|alt|shift|4"> |
481 | <menu_item_check bottom="-86" enabled="true" height="19" label="Fly" left="0" | 1023 | <on_click function="Advanced.ToggleRenderType" |
482 | mouse_opaque="true" name="Fly" shortcut="Home" width="185"> | 1024 | userdata="avatar" /> |
483 | <on_click function="World.Fly" userdata="" /> | 1025 | <on_check function="Advanced.CheckRenderType" |
484 | <on_enable function="World.EnableFly" /> | 1026 | userdata="avatar" /> |
485 | <on_check control="FlyBtnState" /> | 1027 | </menu_item_check> |
486 | </menu_item_check> | 1028 | <menu_item_check name="SurfacePatch" label="SurfacePatch" |
487 | <menu_item_separator bottom="-94" enabled="true" height="8" label="-----------" left="0" | 1029 | shortcut="control|alt|shift|5"> |
488 | mouse_opaque="true" name="separator" width="185" /> | 1030 | <on_click function="Advanced.ToggleRenderType" |
489 | <menu_item_call bottom="-113" enabled="true" height="19" label="Create Landmark Here" left="0" | 1031 | userdata="terrain" /> |
490 | mouse_opaque="true" name="Create Landmark Here" width="185"> | 1032 | <on_check function="Advanced.CheckRenderType" |
491 | <on_click function="World.CreateLandmark" userdata="" /> | 1033 | userdata="terrain" /> |
492 | <on_enable function="World.EnableCreateLandmark" userdata="" /> | 1034 | </menu_item_check> |
493 | </menu_item_call> | 1035 | <menu_item_check name="Sky" label="Sky" |
494 | <menu_item_call bottom="-132" enabled="true" height="19" label="Set Home to Here" left="0" | 1036 | shortcut="control|alt|shift|6"> |
495 | mouse_opaque="true" name="Set Home to Here" width="185"> | 1037 | <on_click function="Advanced.ToggleRenderType" |
496 | <on_click function="World.SetHomeLocation" userdata="" /> | 1038 | userdata="sky" /> |
497 | <on_enable function="World.EnableSetHomeLocation" userdata="" /> | 1039 | <on_check function="Advanced.CheckRenderType" |
498 | </menu_item_call> | 1040 | userdata="sky" /> |
499 | <menu_item_separator bottom="-140" enabled="true" height="8" label="-----------" left="0" | 1041 | </menu_item_check> |
500 | mouse_opaque="true" name="separator2" width="185" /> | 1042 | <menu_item_check name="Water" label="Water" |
501 | <menu_item_call bottom="-159" enabled="true" height="19" label="Teleport Home" left="0" | 1043 | shortcut="control|alt|shift|7"> |
502 | mouse_opaque="true" name="Teleport Home" shortcut="control|shift|H" | 1044 | <on_click function="Advanced.ToggleRenderType" |
503 | width="185"> | 1045 | userdata="water" /> |
504 | <on_click function="World.TeleportHome" userdata="" /> | 1046 | <on_check function="Advanced.CheckRenderType" |
505 | <on_enable function="World.EnableTeleportHome" userdata="" /> | 1047 | userdata="water" /> |
506 | </menu_item_call> | 1048 | </menu_item_check> |
507 | <menu_item_separator bottom="-167" enabled="true" height="8" label="-----------" left="0" | 1049 | <menu_item_check name="Ground" label="Ground" |
508 | mouse_opaque="true" name="separator3" width="185" /> | 1050 | shortcut="control|alt|shift|8"> |
509 | <menu_item_call bottom="-186" enabled="true" height="19" label="Set Away" left="0" | 1051 | <on_click function="Advanced.ToggleRenderType" |
510 | mouse_opaque="true" name="Set Away" width="185"> | 1052 | userdata="ground" /> |
511 | <on_click function="World.SetAway" userdata="" /> | 1053 | <on_check function="Advanced.CheckRenderType" |
512 | </menu_item_call> | 1054 | userdata="ground" /> |
513 | <menu_item_call bottom="-205" enabled="true" height="19" label="Set Busy" left="0" | 1055 | </menu_item_check> |
514 | mouse_opaque="true" name="Set Busy" width="185"> | 1056 | <menu_item_check name="Volume" label="Volume" |
515 | <on_click function="World.SetBusy" userdata="" /> | 1057 | shortcut="control|alt|shift|9"> |
516 | </menu_item_call> | 1058 | <on_click function="Advanced.ToggleRenderType" |
517 | <menu_item_call bottom="-281" enabled="false" height="19" label="Stop All Animations" left="0" | 1059 | userdata="volume" /> |
518 | mouse_opaque="true" name="Stop All Animations" width="250"> | 1060 | <on_check function="Advanced.CheckRenderType" |
519 | <on_click function="Tools.StopAllAnimations" userdata="" /> | 1061 | userdata="volume" /> |
520 | </menu_item_call> | 1062 | </menu_item_check> |
521 | <menu_item_call bottom="-213" enabled="false" height="19" label="Release Keys" left="0" | 1063 | <menu_item_check name="Grass" label="Grass" |
522 | mouse_opaque="true" name="Release Keys" width="250"> | 1064 | shortcut="control|alt|shift|0"> |
523 | <on_click function="Tools.ReleaseKeys" userdata="" /> | 1065 | <on_click function="Advanced.ToggleRenderType" |
524 | <on_enable function="Tools.EnableReleaseKeys" userdata="" /> | 1066 | userdata="grass" /> |
525 | </menu_item_call> | 1067 | <on_check function="Advanced.CheckRenderType" |
526 | <menu_item_separator bottom="-232" enabled="true" height="8" label="-----------" left="0" | 1068 | userdata="grass" /> |
527 | mouse_opaque="true" name="separator4" width="185" /> | 1069 | </menu_item_check> |
528 | <menu_item_call bottom="-232" enabled="true" height="19" label="Account History..." left="0" | 1070 | <menu_item_check name="Clouds" label="Clouds" |
529 | mouse_opaque="true" name="Account History..." width="185"> | 1071 | shortcut="control|alt|shift|-"> |
530 | <on_click function="PromptShowURL" | 1072 | <on_click function="Advanced.ToggleRenderType" |
531 | userdata="WebLaunchAccountHistory,http://secondlife.com/account/transactions.php" /> | 1073 | userdata="clouds" /> |
532 | </menu_item_call> | 1074 | <on_check function="Advanced.CheckRenderType" |
533 | <menu_item_call bottom="-267" enabled="true" height="19" label="Manage My Account..." left="0" | 1075 | userdata="clouds" /> |
534 | mouse_opaque="true" name="Manage My Account..." width="166"> | 1076 | </menu_item_check> |
535 | <on_click function="PromptShowURL" | 1077 | <menu_item_check name="Particles" label="Particles" |
536 | userdata="WebLaunchJoinNow,http://secondlife.com/account/" /> | 1078 | shortcut="control|alt|shift|="> |
537 | </menu_item_call> | 1079 | <on_click function="Advanced.ToggleRenderType" |
538 | <menu_item_call bottom="-286" enabled="true" height="19" label="Buy L$..." left="0" | 1080 | userdata="particles" /> |
539 | mouse_opaque="true" name="Buy and Sell L$..." width="166"> | 1081 | <on_check function="Advanced.CheckRenderType" |
540 | <on_click function="ShowFloater" userdata="buy currency" /> | 1082 | userdata="particles" /> |
541 | </menu_item_call> | 1083 | </menu_item_check> |
542 | <menu_item_separator bottom="-213" enabled="true" height="8" label="-----------" left="0" | 1084 | <menu_item_check name="Bump" label="Bump" |
543 | mouse_opaque="true" name="separator5" width="185" /> | 1085 | shortcut="control|alt|shift|\"> |
544 | <menu_item_call bottom="-251" enabled="true" height="19" label="My Land..." left="0" | 1086 | <on_click function="Advanced.ToggleRenderType" |
545 | mouse_opaque="true" name="My Land..." width="185"> | 1087 | userdata="bump" /> |
546 | <on_click function="ShowFloater" userdata="my land" /> | 1088 | <on_check function="Advanced.CheckRenderType" |
547 | </menu_item_call> | 1089 | userdata="bump" /> |
548 | <menu_item_call bottom="-270" enabled="true" height="19" label="About Land..." left="0" | 1090 | </menu_item_check> |
549 | mouse_opaque="true" name="About Land..." width="185"> | 1091 | </menu> |
550 | <on_click function="ShowFloater" userdata="about land" /> | 1092 | |
551 | </menu_item_call> | 1093 | |
552 | <menu_item_call bottom="-289" enabled="true" height="19" label="Buy Land..." left="0" | 1094 | <!-- FEATURES --> |
553 | mouse_opaque="true" name="Buy Land..." width="185"> | 1095 | <menu name="Features" drop_shadow="true" |
554 | <on_click function="ShowFloater" userdata="buy land" /> | 1096 | opaque="true" tear_off="true"> |
555 | <on_enable function="World.EnableBuyLand" /> | 1097 | <menu_item_check name="UI" label="UI" |
556 | </menu_item_call> | 1098 | shortcut="control|alt|F1"> |
557 | <menu_item_call bottom="-308" enabled="true" height="19" label="Region/Estate..." left="0" | 1099 | <on_click function="Advanced.ToggleFeature" |
558 | mouse_opaque="true" name="Region/Estate..." width="185"> | 1100 | userdata="ui" /> |
559 | <on_click function="ShowFloater" userdata="about region" /> | 1101 | <on_check function="Advanced.CheckFeature" |
560 | </menu_item_call> | 1102 | userdata="ui" /> |
561 | <menu_item_separator bottom="-316" enabled="true" height="8" label="-----------" left="0" | 1103 | </menu_item_check> |
562 | mouse_opaque="true" name="separator6" width="185" /> | 1104 | <menu_item_check name="Selected" label="Selected" |
563 | <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" | 1105 | shortcut="control|alt|F2"> |
564 | height="117" label="Environment Settings" left="0" mouse_opaque="false" | 1106 | <on_click function="Advanced.ToggleFeature" |
565 | name="Environment Settings" opaque="true" tear_off="true" width="169"> | 1107 | userdata="selected" /> |
566 | <menu_item_call bottom="-29" enabled="true" height="19" label="Sunrise" left="0" | 1108 | <on_check function="Advanced.CheckFeature" |
567 | mouse_opaque="true" name="Sunrise" width="169"> | 1109 | userdata="selected" /> |
568 | <on_click function="World.EnvSettings" userdata="sunrise" /> | 1110 | </menu_item_check> |
569 | </menu_item_call> | 1111 | <menu_item_check name="Highlighted" label="Highlighted" |
570 | <menu_item_call bottom="-48" enabled="true" height="19" label="Midday" left="0" | 1112 | shortcut="control|alt|F3"> |
571 | mouse_opaque="true" name="Noon" shortcut="control|shift|Y" width="169"> | 1113 | <on_click function="Advanced.ToggleFeature" |
572 | <on_click function="World.EnvSettings" userdata="noon" /> | 1114 | userdata="highlighted" /> |
573 | </menu_item_call> | 1115 | <on_check function="Advanced.CheckFeature" |
574 | <menu_item_call bottom="-67" enabled="true" height="19" label="Sunset" left="0" | 1116 | userdata="highlighted" /> |
575 | mouse_opaque="true" name="Sunset" shortcut="control|shift|N" width="169"> | 1117 | </menu_item_check> |
576 | <on_click function="World.EnvSettings" userdata="sunset" /> | 1118 | <menu_item_check name="Dynamic Textures" label="Dynamic Textures" |
577 | </menu_item_call> | 1119 | shortcut="control|alt|F4"> |
578 | <menu_item_call bottom="-86" enabled="true" height="19" label="Midnight" left="0" | 1120 | <on_click function="Advanced.ToggleFeature" |
579 | mouse_opaque="true" name="Midnight" width="169"> | 1121 | userdata="dynamic textures" /> |
580 | <on_click function="World.EnvSettings" userdata="midnight" /> | 1122 | <on_check function="Advanced.CheckFeature" |
581 | </menu_item_call> | 1123 | userdata="dynamic textures" /> |
582 | <menu_item_call bottom="-105" enabled="false" height="19" label="Revert to Region Default" | 1124 | </menu_item_check> |
583 | left="0" mouse_opaque="true" name="Revert to Region Default" width="169"> | 1125 | <menu_item_check name="Foot Shadows" label="Foot Shadows" |
584 | <on_click function="World.EnvSettings" userdata="default" /> | 1126 | shortcut="control|alt|F5"> |
585 | </menu_item_call> | 1127 | <on_click function="Advanced.ToggleFeature" |
586 | <menu_item_separator bottom="-113" enabled="true" height="8" label="-----------" left="0" | 1128 | userdata="foot shadows" /> |
587 | mouse_opaque="true" name="separator" width="169" /> | 1129 | <on_check function="Advanced.CheckFeature" |
588 | <menu_item_call bottom="-132" enabled="false" height="19" label="Environment Editor" left="0" | 1130 | userdata="foot shadows" /> |
589 | mouse_opaque="true" name="Environment Editor" width="169"> | 1131 | </menu_item_check> |
590 | <on_click function="World.EnvSettings" userdata="editor" /> | 1132 | <menu_item_check name="Fog" label="Fog" |
591 | </menu_item_call> | 1133 | shortcut="control|alt|F6"> |
592 | </menu> | 1134 | <on_click function="Advanced.ToggleFeature" |
593 | </menu> | 1135 | userdata="fog" /> |
594 | <menu bottom="-18" create_jump_keys="true" drop_shadow="true" enabled="true" | 1136 | <on_check function="Advanced.CheckFeature" |
595 | height="510" label="Tools" left="0" mouse_opaque="false" name="Tools" | 1137 | userdata="fog" /> |
596 | opaque="true" tear_off="true" visible="false" width="250"> | 1138 | </menu_item_check> |
597 | <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" | 1139 | <menu_item_check name="Palletized Textures" |
598 | height="109" label="Select Tool" left="0" mouse_opaque="false" | 1140 | label="Palletized Textures" |
599 | name="Select Tool" opaque="true" tear_off="true" width="118"> | 1141 | shortcut="control|alt|F7"> |
600 | <menu_item_call bottom="-29" enabled="true" height="19" label="Focus" left="0" | 1142 | <on_click function="Advanced.ToggleFeature" |
601 | mouse_opaque="true" name="Focus" shortcut="control|1" width="118"> | 1143 | userdata="palette" /> |
602 | <on_click function="Tools.SelectTool" userdata="focus" /> | 1144 | <on_check function="Advanced.CheckFeature" |
603 | </menu_item_call> | 1145 | userdata="palette" /> |
604 | <menu_item_call bottom="-48" enabled="true" height="19" label="Move" left="0" | 1146 | </menu_item_check> |
605 | mouse_opaque="true" name="Move" shortcut="control|2" width="118"> | 1147 | <menu_item_check name="Test FRInfo" label="Test FRInfo" |
606 | <on_click function="Tools.SelectTool" userdata="move" /> | 1148 | shortcut="control|alt|F8"> |
607 | </menu_item_call> | 1149 | <on_click function="Advanced.ToggleFeature" |
608 | <menu_item_call bottom="-67" enabled="true" height="19" label="Edit" left="0" | 1150 | userdata="fr info" /> |
609 | mouse_opaque="true" name="Edit" shortcut="control|3" width="118"> | 1151 | <on_check function="Advanced.CheckFeature" |
610 | <on_click function="Tools.SelectTool" userdata="edit" /> | 1152 | userdata="fr info" /> |
611 | </menu_item_call> | 1153 | </menu_item_check> |
612 | <menu_item_call bottom="-86" enabled="true" height="19" label="Create" left="0" | 1154 | <menu_item_check name="Flexible Objects" |
613 | mouse_opaque="true" name="Create" shortcut="control|4" width="118"> | 1155 | label="Flexible Objects" |
614 | <on_click function="Tools.SelectTool" userdata="create" /> | 1156 | shortcut="control|alt|F9"> |
615 | </menu_item_call> | 1157 | <on_click function="Advanced.ToggleFeature" |
616 | <menu_item_call bottom="-105" enabled="true" height="19" label="Land" left="0" | 1158 | userdata="flexible" /> |
617 | mouse_opaque="true" name="Land" shortcut="control|5" width="118"> | 1159 | <on_check function="Advanced.CheckFeature" |
618 | <on_click function="Tools.SelectTool" userdata="land" /> | 1160 | userdata="flexible" /> |
619 | </menu_item_call> | 1161 | </menu_item_check> |
620 | </menu> | 1162 | </menu> |
621 | <menu_item_separator bottom="-37" enabled="true" height="8" label="-----------" left="0" | 1163 | |
622 | mouse_opaque="true" name="separator" width="250" /> | 1164 | |
623 | <menu_item_check bottom="-56" enabled="true" height="19" label="Select Only My Objects" left="0" | 1165 | <!-- INFO DISPLAYS --> |
624 | mouse_opaque="true" name="Select Only My Objects" width="250"> | 1166 | <menu name="Info Displays" drop_shadow="true" |
625 | <on_click function="Tools.SelectOnlyMyObjects" userdata="agents" /> | 1167 | opaque="true" tear_off="true"> |
626 | <on_check control="SelectOwnedOnly" /> | 1168 | <menu_item_check name="Verify" label="Verify"> |
627 | </menu_item_check> | 1169 | <on_click function="Advanced.ToggleInfoDisplay" |
628 | <menu_item_check bottom="-75" enabled="true" height="19" label="Select Only Movable Objects" | 1170 | userdata="verify" /> |
629 | left="0" mouse_opaque="true" name="Select Only Movable Objects" width="250"> | 1171 | <on_check function="Advanced.CheckInfoDisplay" |
630 | <on_click function="Tools.SelectOnlyMovableObjects" userdata="movable" /> | 1172 | userdata="verify" /> |
631 | <on_check control="SelectMovableOnly" /> | 1173 | </menu_item_check> |
632 | </menu_item_check> | 1174 | <menu_item_check name="BBoxes" label="BBoxes"> |
633 | <menu_item_check bottom="-94" enabled="true" height="19" label="Select By Surrounding" left="0" | 1175 | <on_click function="Advanced.ToggleInfoDisplay" |
634 | mouse_opaque="true" name="Select By Surrounding" width="250"> | 1176 | userdata="bboxes" /> |
635 | <on_click function="Tools.SelectBySurrounding" userdata="" /> | 1177 | <on_check function="Advanced.CheckInfoDisplay" |
636 | <on_check control="RectangleSelectInclusive" /> | 1178 | userdata="bboxes" /> |
637 | </menu_item_check> | 1179 | </menu_item_check> |
638 | <menu_item_check bottom="-113" enabled="true" height="19" label="Show Hidden Selection" left="0" | 1180 | <menu_item_check name="Points" label="Points"> |
639 | mouse_opaque="true" name="Show Hidden Selection" width="250"> | 1181 | <on_click function="Advanced.ToggleInfoDisplay" |
640 | <on_click function="Tools.ShowHiddenSelection" userdata="" /> | 1182 | userdata="points" /> |
641 | <on_check control="RenderHiddenSelections" /> | 1183 | <on_check function="Advanced.CheckInfoDisplay" |
642 | </menu_item_check> | 1184 | userdata="points" /> |
643 | <menu_item_check bottom="-132" enabled="true" height="19" | 1185 | </menu_item_check> |
644 | label="Show Light Radius for Selection" left="0" mouse_opaque="true" | 1186 | <menu_item_check name="Octree" label="Octree"> |
645 | name="Show Light Radius for Selection" width="250"> | 1187 | <on_click function="Advanced.ToggleInfoDisplay" |
646 | <on_click function="Tools.ShowSelectionLightRadius" userdata="" /> | 1188 | userdata="octree" /> |
647 | <on_check control="RenderLightRadius" /> | 1189 | <on_check function="Advanced.CheckInfoDisplay" |
648 | </menu_item_check> | 1190 | userdata="octree" /> |
649 | <menu_item_check bottom="-151" enabled="true" height="19" label="Show Selection Beam" left="0" | 1191 | </menu_item_check> |
650 | mouse_opaque="true" name="Show Selection Beam" width="250"> | 1192 | <menu_item_check name="Occlusion" label="Occlusion"> |
651 | <on_click function="ToggleControl" userdata="ShowSelectionBeam" /> | 1193 | <on_click function="Advanced.ToggleInfoDisplay" |
652 | <on_check control="ShowSelectionBeam" /> | 1194 | userdata="occlusion" /> |
653 | </menu_item_check> | 1195 | <on_check function="Advanced.CheckInfoDisplay" |
654 | <menu_item_separator bottom="-159" enabled="true" height="8" label="-----------" left="0" | 1196 | userdata="occlusion" /> |
655 | mouse_opaque="true" name="separator2" width="250" /> | 1197 | </menu_item_check> |
656 | <menu_item_check bottom="-178" enabled="false" height="19" label="Snap to Grid" left="0" | 1198 | <menu_item_check name="Render Batches" |
657 | mouse_opaque="true" name="Snap to Grid" shortcut="G" width="250"> | 1199 | label="Render Batches"> |
658 | <on_click function="ToggleControl" userdata="SnapEnabled" /> | 1200 | <on_click function="Advanced.ToggleInfoDisplay" |
659 | <on_check control="SnapEnabled" /> | 1201 | userdata="render batches" /> |
660 | <on_enable function="Tools.EnableToolNotPie" /> | 1202 | <on_check function="Advanced.CheckInfoDisplay" |
661 | </menu_item_check> | 1203 | userdata="render batches" /> |
662 | <menu_item_call bottom="-197" enabled="false" height="19" label="Snap Object XY to Grid" | 1204 | </menu_item_check> |
663 | left="0" mouse_opaque="true" name="Snap Object XY to Grid" | 1205 | <menu_item_check name="Animated Textures" |
664 | shortcut="shift|X" width="250"> | 1206 | label="Animated Textures"> |
665 | <on_click function="Tools.SnapObjectXY" userdata="" /> | 1207 | <on_click function="Advanced.ToggleInfoDisplay" |
666 | <on_enable function="Tools.EnableToolNotPie" /> | 1208 | userdata="texture anim" /> |
667 | </menu_item_call> | 1209 | <on_check function="Advanced.CheckInfoDisplay" |
668 | <menu_item_call bottom="-216" enabled="false" height="19" label="Use Selection for Grid" | 1210 | userdata="texture anim" /> |
669 | left="0" mouse_opaque="true" name="Use Selection for Grid" | 1211 | </menu_item_check> |
670 | shortcut="shift|G" width="250"> | 1212 | <menu_item_check name="Texture Priority" |
671 | <on_click function="Tools.UseSelectionForGrid" userdata="" /> | 1213 | label="Texture Priority"> |
672 | <on_enable function="SomethingSelected" /> | 1214 | <on_click function="Advanced.ToggleInfoDisplay" |
673 | </menu_item_call> | 1215 | userdata="texture priority" /> |
674 | <menu_item_call bottom="-235" enabled="false" height="19" label="Grid Options..." left="0" | 1216 | <on_check function="Advanced.CheckInfoDisplay" |
675 | mouse_opaque="true" name="Grid Options..." shortcut="control|shift|B" | 1217 | userdata="texture priority" /> |
676 | width="250"> | 1218 | </menu_item_check> |
677 | <on_click function="ShowFloater" userdata="grid options" /> | 1219 | <menu_item_check name="Avatar Rendering Cost" |
678 | <on_enable function="Tools.EnableToolNotPie" /> | 1220 | label="Avatar Rendering Cost"> |
679 | </menu_item_call> | 1221 | <on_click function="Advanced.ToggleInfoDisplay" |
680 | <menu_item_separator bottom="-243" enabled="true" height="8" label="-----------" left="0" | 1222 | userdata="shame" /> |
681 | mouse_opaque="true" name="separator3" width="250" /> | 1223 | <on_check function="Advanced.CheckInfoDisplay" |
682 | <menu_item_check bottom="" enabled="false" height="" label="Edit Linked Parts" left="" | 1224 | userdata="shame" /> |
683 | mouse_opaque="true" name="Edit Linked Parts" shortcut="" width=""> | 1225 | </menu_item_check> |
684 | <on_click function="ToggleControl" userdata="EditLinkedParts" /> | 1226 | <menu_item_check name="Texture Area (sqrt(A))" |
685 | <on_click function="Tools.EditLinkedParts" userdata="" /> | 1227 | label="Texture Area (sqrt(A))"> |
686 | <on_check control="EditLinkedParts" /> | 1228 | <on_click function="Advanced.ToggleInfoDisplay" |
687 | <on_enable function="Tools.EnableToolNotPie" /> | 1229 | userdata="texture area" /> |
688 | </menu_item_check> | 1230 | <on_check function="Advanced.CheckInfoDisplay" |
689 | <menu_item_call bottom="-262" enabled="false" height="19" label="Link" left="0" | 1231 | userdata="texture area" /> |
690 | mouse_opaque="true" name="Link" shortcut="control|L" width="250"> | 1232 | </menu_item_check> |
691 | <on_click function="Tools.Link" userdata="" /> | 1233 | <menu_item_check name="Face Area (sqrt(A))" |
692 | <on_enable function="Tools.EnableLink" /> | 1234 | label="Face Area (sqrt(A))"> |
693 | </menu_item_call> | 1235 | <on_click function="Advanced.ToggleInfoDisplay" |
694 | <menu_item_call bottom="-281" enabled="false" height="19" label="Unlink" left="0" | 1236 | userdata="face area" /> |
695 | mouse_opaque="true" name="Unlink" shortcut="control|shift|L" width="250"> | 1237 | <on_check function="Advanced.CheckInfoDisplay" |
696 | <on_click function="Tools.Unlink" userdata="" /> | 1238 | userdata="face area" /> |
697 | <on_enable function="Tools.EnableUnlink" /> | 1239 | </menu_item_check> |
698 | </menu_item_call> | 1240 | <menu_item_check name="Pick Render" label="Pick Render"> |
699 | <menu_item_separator bottom="-289" enabled="true" height="8" label="-----------" left="0" | 1241 | <on_click function="Advanced.ToggleInfoDisplay" |
700 | mouse_opaque="true" name="separator4" width="250" /> | 1242 | userdata="picking" /> |
701 | <menu_item_call bottom="-308" enabled="false" height="19" label="Focus on Selection" left="0" | 1243 | <on_check function="Advanced.CheckInfoDisplay" |
702 | mouse_opaque="true" name="Focus on Selection" shortcut="H" width="250"> | 1244 | userdata="picking" /> |
703 | <on_click function="Tools.LookAtSelection" userdata="focus" /> | 1245 | </menu_item_check> |
704 | <on_enable function="Tools.SomethingSelectedNoHUD" /> | 1246 | <menu_item_check name="Lights" label="Lights"> |
705 | </menu_item_call> | 1247 | <on_click function="Advanced.ToggleInfoDisplay" |
706 | <menu_item_call bottom="-327" enabled="false" height="19" label="Zoom to Selection" left="0" | 1248 | userdata="lights" /> |
707 | mouse_opaque="true" name="Zoom to Selection" shortcut="shift|H" width="250"> | 1249 | <on_check function="Advanced.CheckInfoDisplay" |
708 | <on_click function="Tools.LookAtSelection" userdata="zoom" /> | 1250 | userdata="lights" /> |
709 | <on_enable function="Tools.SomethingSelectedNoHUD" /> | 1251 | </menu_item_check> |
710 | </menu_item_call> | 1252 | <menu_item_check name="Particles" label="Particles"> |
711 | <menu_item_call bottom="-346" enabled="false" height="19" label="Buy Object" left="0" | 1253 | <on_click function="Advanced.ToggleInfoDisplay" |
712 | mouse_opaque="true" name="Menu Object Take" visible="false" width="250"> | 1254 | userdata="particles" /> |
713 | <on_click function="Tools.BuyOrTake" userdata="" /> | 1255 | <on_check function="Advanced.CheckInfoDisplay" |
714 | <on_enable function="Tools.EnableBuyOrTake" userdata="Buy,Take" /> | 1256 | userdata="particles" /> |
715 | </menu_item_call> | 1257 | </menu_item_check> |
716 | <menu_item_call bottom="-365" enabled="false" height="19" label="Take Copy" left="0" | 1258 | <menu_item_check name="Composition" |
717 | mouse_opaque="true" name="Take Copy" width="250"> | 1259 | label="Composition"> |
718 | <on_click function="Tools.TakeCopy" userdata="" /> | 1260 | <on_click function="Advanced.ToggleInfoDisplay" |
719 | <on_enable function="Tools.EnableTakeCopy" /> | 1261 | userdata="composition" /> |
720 | </menu_item_call> | 1262 | <on_check function="Advanced.CheckInfoDisplay" |
721 | <menu_item_call bottom="-384" enabled="false" height="19" | 1263 | userdata="composition" /> |
722 | label="Save Object Back to My Inventory" left="0" mouse_opaque="true" | 1264 | </menu_item_check> |
723 | name="Save Object Back to My Inventory" width="250"> | 1265 | <menu_item_check name="Glow" label="Glow"> |
724 | <on_click function="Tools.SaveToInventory" userdata="" /> | 1266 | <on_click function="Advanced.ToggleInfoDisplay" |
725 | <on_enable function="Tools.EnableSaveToInventory" /> | 1267 | userdata="glow" /> |
726 | </menu_item_call> | 1268 | <on_check function="Advanced.CheckInfoDisplay" |
727 | <menu_item_call bottom="-403" enabled="false" height="19" | 1269 | userdata="glow" /> |
728 | label="Save Object Back to Object Contents" left="0" mouse_opaque="true" | 1270 | </menu_item_check> |
729 | name="Save Object Back to Object Contents" width="250"> | 1271 | <menu_item_check name="Show Depth Buffer" |
730 | <on_click function="Tools.SaveToObjectInventory" userdata="" /> | 1272 | label="Show Depth Buffer"> |
731 | <on_enable function="Tools.EnableSaveToObjectInventory" /> | 1273 | <on_click function="ToggleControl" |
732 | </menu_item_call> | 1274 | userdata="ShowDepthBuffer" /> |
733 | <menu_item_separator bottom="-411" enabled="true" height="8" label="-----------" left="0" | 1275 | <on_check control="ShowDepthBuffer" /> |
734 | mouse_opaque="true" name="separator6" width="250" /> | 1276 | </menu_item_check> |
735 | <menu_item_call bottom="-430" enabled="true" height="19" | 1277 | <menu_item_check name="Show Select Buffer" |
736 | label="Show Script Warning/Error Window" left="0" mouse_opaque="true" | 1278 | label="Show Select Buffer"> |
737 | name="Show Script Warning/Error Window" width="250"> | 1279 | <on_click function="Advanced.ToggleSelectBuffer" |
738 | <on_click function="ShowFloater" userdata="script errors" /> | 1280 | userdata="" /> |
739 | </menu_item_call> | 1281 | <on_check function="Advanced.CheckSelectBuffer" |
740 | <menu bottom="-449" color="0 0 0 1" drop_shadow="true" enabled="true" height="52" | 1282 | userdata="" /> |
741 | hidden="false" label="Recompile Scripts in Selection" left="0" mouse_opaque="false" | 1283 | </menu_item_check> |
742 | name="Recompile Scripts in Selection" opaque="true" tear_off="true" create_jump_keys="true" width="169"> | 1284 | <menu_item_check name="Vectorize Perf Test" |
743 | <menu_item_call bottom="-29" enabled="true" height="19" | 1285 | label="Vectorize Perf Test"> |
744 | hidden="false" label="Mono" left="0" | 1286 | <on_click function="ToggleControl" |
745 | mouse_opaque="true" name="Mono" width="169"> | 1287 | userdata="VectorizePerfTest" /> |
746 | <on_click function="Tools.SelectedScriptAction" userdata="compile mono" /> | 1288 | <on_check control="VectorizePerfTest" /> |
747 | <on_enable function="EditableSelectedMono" /> | 1289 | </menu_item_check> |
748 | </menu_item_call> | 1290 | </menu> |
749 | <menu_item_call bottom="-48" enabled="true" height="19" | 1291 | |
750 | hidden="false" label="LSL" left="0" | 1292 | |
751 | mouse_opaque="true" name="LSL" width="169"> | 1293 | <!-- RENDER TESTS --> |
752 | <on_click function="Tools.SelectedScriptAction" userdata="compile lsl" /> | 1294 | <menu name="Render Tests" drop_shadow="true" |
753 | <on_enable function="EditableSelected" /> | 1295 | opaque="true" tear_off="true"> |
754 | </menu_item_call> | 1296 | <menu_item_check name="Camera Offset" label="Camera Offset"> |
755 | </menu> | 1297 | <on_click function="ToggleControl" |
756 | <menu_item_call bottom="-468" enabled="false" height="19" label="Reset Scripts in Selection" | 1298 | userdata="CameraOffset" /> |
757 | left="0" mouse_opaque="true" name="Reset Scripts in Selection" width="250"> | 1299 | <on_check control="CameraOffset" /> |
758 | <on_click function="Tools.SelectedScriptAction" userdata="reset" /> | 1300 | </menu_item_check> |
759 | <on_enable function="EditableSelected" /> | 1301 | <menu_item_check name="Randomize Framerate" |
760 | </menu_item_call> | 1302 | label="Randomize Framerate"> |
761 | <menu_item_call bottom="-487" enabled="false" height="19" | 1303 | <on_click function="Advanced.ToggleRandomizeFramerate" |
762 | label="Set Scripts to Running in Selection" left="0" mouse_opaque="true" | 1304 | userdata="" /> |
763 | name="Set Scripts to Running in Selection" width="250"> | 1305 | <on_check function="Advanced.CheckRandomizeFramerate" |
764 | <on_click function="Tools.SelectedScriptAction" userdata="start" /> | 1306 | userdata="" /> |
765 | <on_enable function="EditableSelected" /> | 1307 | </menu_item_check> |
766 | </menu_item_call> | 1308 | <menu_item_check name="Periodic Slow Frame" |
767 | <menu_item_call bottom="-506" enabled="false" height="19" | 1309 | label="Periodic Slow Frame"> |
768 | label="Set Scripts to Not Running in Selection" left="0" | 1310 | <on_click function="Advanced.TogglePeriodicSlowFrame" |
769 | mouse_opaque="true" name="Set Scripts to Not Running in Selection" | 1311 | userdata="" /> |
770 | width="250"> | 1312 | <on_check function="Advanced.CheckPeriodicSlowFrame" |
771 | <on_click function="Tools.SelectedScriptAction" userdata="stop" /> | 1313 | userdata="" /> |
772 | <on_enable function="EditableSelected" /> | 1314 | </menu_item_check> |
773 | </menu_item_call> | 1315 | <menu_item_check name="Frame Test" label="Frame Test"> |
774 | </menu> | 1316 | <on_click function="Advanced.ToggleFrameTest" |
775 | <menu bottom="219" create_jump_keys="true" drop_shadow="true" enabled="true" | 1317 | userdata="" /> |
776 | height="317" label="Help" left="227" mouse_opaque="false" name="Help" | 1318 | <on_check function="Advanced.CheckFrameTest" |
777 | opaque="true" tear_off="true" width="166"> | 1319 | userdata="" /> |
778 | <menu_item_call bottom="-29" enabled="true" height="19" label="Second Life Help" left="0" | 1320 | </menu_item_check> |
779 | mouse_opaque="true" name="Second Life Help" shortcut="F1" width="166"> | 1321 | </menu> |
780 | <on_click function="ShowFloater" userdata="help f1" /> | 1322 | |
781 | </menu_item_call> | 1323 | |
782 | <menu_item_call bottom="-48" enabled="true" height="19" label="Tutorial" left="0" | 1324 | <menu_item_separator /> |
783 | mouse_opaque="true" name="Tutorial" width="166"> | 1325 | |
784 | <on_click function="ShowFloater" userdata="help tutorial" /> | 1326 | <menu_item_check name="Axes" label="Axes"> |
785 | </menu_item_call> | 1327 | <on_click function="ToggleControl" userdata="ShowAxes" /> |
786 | <menu_item_separator bottom="-75" enabled="true" height="8" label="-----------" left="0" | 1328 | <on_check control="ShowAxes" /> |
787 | mouse_opaque="true" name="separator" width="166" /> | 1329 | </menu_item_check> |
788 | <menu_item_call bottom="-94" enabled="true" height="19" label="Official Linden Blog..." | 1330 | |
789 | left="0" mouse_opaque="true" name="Official Linden Blog..." width="166"> | 1331 | <menu_item_separator /> |
790 | <on_click function="PromptShowURL" | 1332 | |
791 | userdata="WebLaunchSupportWiki,http://blog.secondlife.com/" /> | 1333 | <menu_item_check name="Hide Selected" label="Hide Selected"> |
792 | </menu_item_call> | 1334 | <on_click function="Advanced.ToggleHideSelectedObjects" |
793 | <menu_item_separator bottom="-102" enabled="true" height="8" label="-----------" left="0" | 1335 | userdata="" /> |
794 | mouse_opaque="true" name="separator2" width="166" /> | 1336 | <on_check function="Advanced.CheckHideSelectedObjects" |
795 | <menu_item_call bottom="-121" enabled="true" height="19" label="Scripting Guide..." left="0" | 1337 | userdata="" /> |
796 | mouse_opaque="true" name="Scripting Guide..." width="166"> | 1338 | </menu_item_check> |
797 | <on_click function="PromptShowFile" userdata="WebLaunchLSLGuide,lsl_guide.html" /> | 1339 | |
798 | </menu_item_call> | 1340 | <menu_item_separator /> |
799 | <menu_item_call bottom="-140" enabled="true" height="19" label="Scripting Portal..." left="0" | 1341 | |
800 | mouse_opaque="true" name="Scripting Portal..." width="166"> | 1342 | <menu_item_check name="Tangent Basis" label="Tangent Basis"> |
801 | <on_click function="PromptShowURL" | 1343 | <on_click function="ToggleControl" |
802 | userdata="WebLaunchLSLWiki,http://wiki.secondlife.com/wiki/LSL_Portal" /> | 1344 | userdata="ShowTangentBasis" /> |
803 | </menu_item_call> | 1345 | <on_check control="ShowTangentBasis" /> |
804 | <menu_item_separator bottom="-148" enabled="true" height="8" label="-----------" left="0" | 1346 | </menu_item_check> |
805 | mouse_opaque="true" name="separator3" width="166" /> | 1347 | <menu_item_call name="Selected Texture Info" |
806 | <menu_item_call bottom="-194" enabled="true" height="19" label="Report Abuse..." left="0" | 1348 | label="Selected Texture Info" |
807 | mouse_opaque="true" name="Report Abuse..." width="166"> | 1349 | shortcut="control|alt|shift|T"> |
808 | <on_click function="ShowFloater" userdata="complaint reporter" /> | 1350 | <on_click function="Advanced.SelectedTextureInfo" |
809 | </menu_item_call> | 1351 | userdata="" /> |
810 | <menu_item_call bottom="-213" enabled="true" height="19" label="Bumps, Pushes & Hits..." | 1352 | </menu_item_call> |
811 | left="0" mouse_opaque="true" name="Bumps, Pushes &amp; Hits..." | 1353 | <menu_item_check name="Wireframe" label="Wireframe" |
812 | width="166"> | 1354 | shortcut="control|shift|R"> |
813 | <on_click function="ShowFloater" userdata="mean events" /> | 1355 | <on_click function="Advanced.ToggleWireframe" userdata="" /> |
814 | </menu_item_call> | 1356 | <on_check function="Advanced.CheckWireframe" userdata="" /> |
815 | <menu_item_call label="Lag Meter" name="Lag Meter"> | 1357 | </menu_item_check> |
816 | <on_click function="ShowFloater" userdata="lag meter" /> | 1358 | <menu_item_check name="Object-Object Occlusion" |
817 | </menu_item_call> | 1359 | label="Object-Object Occlusion" |
818 | <menu_item_separator bottom="-411" enabled="true" height="8" label="-----------" left="0" | 1360 | shortcut="control|shift|O"> |
819 | mouse_opaque="true" name="separator7" width="250" /> | 1361 | <on_click function="ToggleControl" |
820 | <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" | 1362 | userdata="UseOcclusion" /> |
821 | height="109" label="Bug Reporting" left="0" mouse_opaque="false" | 1363 | <on_check control="UseOcclusion" /> |
822 | name="Bug Reporting" opaque="true" tear_off="true" width="118"> | 1364 | </menu_item_check> |
823 | <menu_item_call bottom="-94" enabled="true" height="19" label="Public Issue Tracker..." | 1365 | <menu_item_check name="Debug GL" label="Debug GL"> |
824 | left="0" mouse_opaque="true" name="Public Issue Tracker..." width="166"> | 1366 | <on_click function="ToggleControl" |
825 | <on_click function="PromptShowURL" | 1367 | userdata="RenderDebugGL" /> |
826 | userdata="WebLaunchPublicIssue,http://jira.secondlife.com" /> | 1368 | <on_check control="RenderDebugGL" /> |
827 | </menu_item_call> | 1369 | </menu_item_check> |
828 | <menu_item_call bottom="-94" enabled="true" height="19" label="Public Issue Tracker Help..." | 1370 | <menu_item_check name="Debug Pipeline" label="Debug Pipeline"> |
829 | left="0" mouse_opaque="true" name="Publc Issue Tracker Help..." width="166"> | 1371 | <on_click function="ToggleControl" |
830 | <on_click function="PromptShowURL" | 1372 | userdata="RenderDebugPipeline" /> |
831 | userdata="WebLaunchPublicIssueHelp,http://wiki.secondlife.com/wiki/Issue_tracker" /> | 1373 | <on_check control="RenderDebugPipeline" /> |
832 | </menu_item_call> | 1374 | </menu_item_check> |
833 | <menu_item_separator bottom="-411" enabled="true" height="8" label="-----------" left="0" | 1375 | <menu_item_check name="Fast Alpha" label="Fast Alpha"> |
834 | mouse_opaque="true" name="separator7" width="250" /> | 1376 | <on_click function="ToggleControl" |
835 | <menu_item_call bottom="-94" enabled="true" height="19" label="Bug Reporting 101..." left="0" | 1377 | userdata="RenderFastAlpha" /> |
836 | mouse_opaque="true" name="Bug Reporing 101..." width="166"> | 1378 | <on_check control="RenderFastAlpha" /> |
837 | <on_click function="PromptShowURL" | 1379 | </menu_item_check> |
838 | userdata="WebLaunchBugReport101,http://wiki.secondlife.com/wiki/Bug_Reporting_101" /> | 1380 | <menu_item_check name="Animate Textures" |
839 | </menu_item_call> | 1381 | label="Animate Textures"> |
840 | <menu_item_call bottom="-94" enabled="true" height="19" label="Security Issues..." left="0" | 1382 | <on_click function="ToggleControl" |
841 | mouse_opaque="true" name="Security Issues..." width="166"> | 1383 | userdata="AnimateTextures" /> |
842 | <on_click function="PromptShowURL" | 1384 | <on_check control="AnimateTextures" /> |
843 | userdata="WebLaunchSecurityIssues,http://wiki.secondlife.com/wiki/Security_issues" /> | 1385 | </menu_item_check> |
844 | </menu_item_call> | 1386 | <menu_item_check name="Disable Textures" |
845 | <menu_item_call bottom="-94" enabled="true" height="19" label="QA Wiki..." left="0" | 1387 | label="Disable Textures"> |
846 | mouse_opaque="true" name="QA Wiki..." width="166"> | 1388 | <on_click function="Advanced.ToggleDisableTextures" |
847 | <on_click function="PromptShowURL" | 1389 | userdata="" /> |
848 | userdata="WebLaunchQAWiki,http://wiki.secondlife.com/wiki/QA_Portal" /> | 1390 | <on_check function="Advanced.CheckDisableTextures" |
849 | </menu_item_call> | 1391 | userdata="" /> |
850 | <menu_item_separator bottom="-411" enabled="true" height="8" label="-----------" left="0" | 1392 | </menu_item_check> |
851 | mouse_opaque="true" name="separator9" width="250" /> | 1393 | <!-- Disabled because it doesn't seem to be used anymore. |
852 | <menu_item_call bottom="-240" enabled="true" height="19" label="Report Bug..." left="0" | 1394 | <menu_item_check name="HTTP Get Textures" |
853 | mouse_opaque="true" name="Report Bug..." width="166"> | 1395 | label="HTTP Get Textures"> |
854 | <on_click function="PromptShowURL" | 1396 | <on_click function="ToggleControl" |
855 | userdata="WebLaunchPublicIssue,http://jira.secondlife.com" /> | 1397 | userdata="ImagePipelineUseHTTP" /> |
856 | </menu_item_call> | 1398 | <on_check control="ImagePipelineUseHTTP" /> |
857 | </menu> | 1399 | </menu_item_check> |
858 | <menu_item_call bottom="-313" enabled="true" height="19" label="About Second Life..." left="0" | 1400 | --> |
859 | mouse_opaque="true" name="About Second Life..." width="166"> | 1401 | <menu_item_check name="Run Multiple Threads" |
860 | <on_click function="ShowFloater" userdata="about" /> | 1402 | label="Run Multiple Threads"> |
861 | </menu_item_call> | 1403 | <on_click function="ToggleControl" |
862 | </menu> | 1404 | userdata="RunMultipleThreads" /> |
1405 | <on_check control="RunMultipleThreads" /> | ||
1406 | </menu_item_check> | ||
1407 | <!-- Disabled because it doesn't work very well? | ||
1408 | <menu_item_check name="Dynamic Reflections" | ||
1409 | label="Dynamic Reflections"> | ||
1410 | <on_click function="ToggleControl" | ||
1411 | userdata="RenderDynamicReflections" /> | ||
1412 | <on_check control="RenderDynamicReflections" /> | ||
1413 | </menu_item_check> | ||
1414 | --> | ||
1415 | <menu_item_check name="Cheesy Beacon" label="Cheesy Beacon"> | ||
1416 | <on_click function="ToggleControl" | ||
1417 | userdata="CheesyBeacon" /> | ||
1418 | <on_check control="CheesyBeacon" /> | ||
1419 | </menu_item_check> | ||
1420 | <menu_item_check name="Attached Lights" label="Attached Lights"> | ||
1421 | <on_click function="ToggleControl" | ||
1422 | userdata="RenderAttachedLights" /> | ||
1423 | <on_check control="RenderAttachedLights" /> | ||
1424 | </menu_item_check> | ||
1425 | <menu_item_check name="Attached Particles" label="Attached Particles"> | ||
1426 | <on_click function="ToggleControl" | ||
1427 | userdata="RenderAttachedParticles" /> | ||
1428 | <on_check control="RenderAttachedParticles" /> | ||
1429 | </menu_item_check> | ||
1430 | </menu> | ||
1431 | |||
1432 | |||
1433 | |||
1434 | <!-- WORLD --> | ||
1435 | |||
1436 | <menu name="World" drop_shadow="true" | ||
1437 | opaque="true" tear_off="true"> | ||
1438 | <!-- Disabled because you can't do this in Windlight. | ||
1439 | <menu_item_check name="Mouse Moves Sun" | ||
1440 | label="Mouse Moves Sun" | ||
1441 | shortcut="control|alt|M"> | ||
1442 | <on_click function="ToggleControl" userdata="MouseSun" /> | ||
1443 | <on_check control="MouseSun" /> | ||
1444 | </menu_item_check> | ||
1445 | --> | ||
1446 | <menu_item_check name="Sim Sun Override" | ||
1447 | label="Sim Sun Override"> | ||
1448 | <on_click function="ToggleControl" | ||
1449 | userdata="SkyOverrideSimSunPosition" /> | ||
1450 | <on_check control="SkyOverrideSimSunPosition" /> | ||
1451 | </menu_item_check> | ||
1452 | <menu_item_call name="Dump Scripted Camera" | ||
1453 | label="Dump Scripted Camera"> | ||
1454 | <on_click function="Advanced.DumpScriptedCamera" | ||
1455 | userdata="" /> | ||
1456 | </menu_item_call> | ||
1457 | <menu_item_check name="Fixed Weather" label="Fixed Weather"> | ||
1458 | <on_click function="ToggleControl" | ||
1459 | userdata="FixedWeather" /> | ||
1460 | <on_check control="FixedWeather" /> | ||
1461 | </menu_item_check> | ||
1462 | <menu_item_call name="Dump Region Object Cache" | ||
1463 | label="Dump Region Object Cache"> | ||
1464 | <on_click function="Advanced.DumpRegionObjectCache" | ||
1465 | userdata="" /> | ||
1466 | </menu_item_call> | ||
1467 | </menu> | ||
1468 | |||
1469 | |||
1470 | |||
1471 | <!-- UI --> | ||
1472 | |||
1473 | <menu name="UI" drop_shadow="true" | ||
1474 | opaque="true" tear_off="true"> | ||
1475 | |||
1476 | <menu_item_call name="SLURL Test" label="SLURL Test"> | ||
1477 | <on_click function="Advanced.SLURLTest" userdata="" /> | ||
1478 | </menu_item_call> | ||
1479 | |||
1480 | <!-- | ||
1481 | *TODO: Make this a proper toggle item with the "X" indicator. | ||
1482 | 1. Add a "Advanced.CheckEditableUI" function in llviewermenu.cpp. | ||
1483 | 2. Change this surrounding menu_item_call to a menu_item_check. | ||
1484 | 3. Uncomment the "on_check" line below. | ||
1485 | --> | ||
1486 | <menu_item_call name="Editable UI" label="Editable UI"> | ||
1487 | <on_click function="Advanced.ToggleEditableUI" userdata="" /> | ||
1488 | <!-- | ||
1489 | <on_check function="Advanced.CheckEditableUI" userdata="" /> | ||
1490 | --> | ||
1491 | </menu_item_call> | ||
1492 | |||
1493 | <menu_item_check name="Async Keystrokes" | ||
1494 | label="Async Keystrokes"> | ||
1495 | <on_click function="Advanced.ToggleAsyncKeystrokes" | ||
1496 | userdata="" /> | ||
1497 | <on_check function="Advanced.CheckAsyncKeystrokes" | ||
1498 | userdata="" /> | ||
1499 | </menu_item_check> | ||
1500 | <menu_item_call name="Dump SelectMgr" label="Dump SelectMgr"> | ||
1501 | <on_click function="Advanced.DumpSelectMgr" userdata="" /> | ||
1502 | </menu_item_call> | ||
1503 | <menu_item_call name="Dump Inventory" label="Dump Inventory"> | ||
1504 | <on_click function="Advanced.DumpInventory" userdata="" /> | ||
1505 | </menu_item_call> | ||
1506 | <menu_item_call name="Dump Focus Holder" | ||
1507 | label="Dump Focus Holder" | ||
1508 | shortcut="control|alt|F"> | ||
1509 | <on_click function="Advanced.DumpFocusHolder" userdata="" /> | ||
1510 | </menu_item_call> | ||
1511 | <menu_item_call name="Print Selected Object Info" | ||
1512 | label="Print Selected Object Info" | ||
1513 | shortcut="control|shift|P"> | ||
1514 | <on_click function="Advanced.PrintSelectedObjectInfo" | ||
1515 | userdata="" /> | ||
1516 | </menu_item_call> | ||
1517 | <menu_item_call name="Print Agent Info" | ||
1518 | label="Print Agent Info" shortcut="shift|P"> | ||
1519 | <on_click function="Advanced.PrintAgentInfo" userdata="" /> | ||
1520 | </menu_item_call> | ||
1521 | <menu_item_call name="Memory Stats" label="Memory Stats" | ||
1522 | shortcut="control|alt|shift|M"> | ||
1523 | <on_click function="Advanced.PrintTextureMemoryStats" | ||
1524 | userdata="" /> | ||
1525 | </menu_item_call> | ||
1526 | <menu_item_check name="Double-Click Auto-Pilot" | ||
1527 | label="Double-Click Auto-Pilot"> | ||
1528 | <on_click function="ToggleControl" | ||
1529 | userdata="DoubleClickAutoPilot" /> | ||
1530 | <on_check control="DoubleClickAutoPilot" /> | ||
1531 | </menu_item_check> | ||
1532 | <menu_item_separator /> | ||
1533 | <menu_item_check name="Debug SelectMgr" | ||
1534 | label="Debug SelectMgr"> | ||
1535 | <on_click function="Advanced.ToggleDebugSelectMgr" | ||
1536 | userdata="" /> | ||
1537 | <on_check function="Advanced.CheckDebugSelectMgr" | ||
1538 | userdata="" /> | ||
1539 | </menu_item_check> | ||
1540 | <menu_item_check name="Debug Clicks" | ||
1541 | label="Debug Click"> | ||
1542 | <on_click function="Advanced.ToggleDebugClicks" | ||
1543 | userdata="" /> | ||
1544 | <on_check function="Advanced.CheckDebugClicks" | ||
1545 | userdata="" /> | ||
1546 | </menu_item_check> | ||
1547 | <menu_item_check name="Debug Views" | ||
1548 | label="Debug Views"> | ||
1549 | <on_click function="Advanced.ToggleDebugViews" | ||
1550 | userdata="" /> | ||
1551 | <on_check function="Advanced.CheckDebugViews" | ||
1552 | userdata="" /> | ||
1553 | </menu_item_check> | ||
1554 | <menu_item_check name="Show Name Tooltips" | ||
1555 | label="Show Name Tooltips"> | ||
1556 | <on_click function="Advanced.ToggleXUINameTooltips" | ||
1557 | userdata="" /> | ||
1558 | <on_check function="Advanced.CheckXUINameTooltips" | ||
1559 | userdata="" /> | ||
1560 | </menu_item_check> | ||
1561 | <menu_item_check name="Debug Mouse Events" | ||
1562 | label="Debug Mouse Events"> | ||
1563 | <on_click function="Advanced.ToggleDebugMouseEvents" | ||
1564 | userdata="" /> | ||
1565 | <on_check function="Advanced.CheckDebugMouseEvents" | ||
1566 | userdata="" /> | ||
1567 | </menu_item_check> | ||
1568 | <menu_item_check name="Debug Keys" | ||
1569 | label="Debug Keys"> | ||
1570 | <on_click function="Advanced.ToggleDebugKeys" | ||
1571 | userdata="" /> | ||
1572 | <on_check function="Advanced.CheckDebugKeys" | ||
1573 | userdata="" /> | ||
1574 | </menu_item_check> | ||
1575 | <menu_item_check name="Debug WindowProc" | ||
1576 | label="Debug WindowProc"> | ||
1577 | <on_click function="Advanced.ToggleDebugWindowProc" | ||
1578 | userdata="" /> | ||
1579 | <on_check function="Advanced.CheckDebugWindowProc" | ||
1580 | userdata="" /> | ||
1581 | </menu_item_check> | ||
1582 | <menu_item_check name="Debug Text Editor Tips" | ||
1583 | label="Debug Text Editor Tips"> | ||
1584 | <on_click function="Advanced.ToggleDebugTextEditorTips" | ||
1585 | userdata="" /> | ||
1586 | <on_check function="Advanced.CheckDebugTextEditorTips" | ||
1587 | userdata="" /> | ||
1588 | </menu_item_check> | ||
1589 | <menu_item_separator /> | ||
1590 | <menu_item_check name="Show Time" | ||
1591 | label="Show Time"> | ||
1592 | <on_click function="ToggleControl" | ||
1593 | userdata="DebugShowTime" /> | ||
1594 | <on_check control="DebugShowTime" /> | ||
1595 | </menu_item_check> | ||
1596 | <menu_item_check name="Show Render Info" | ||
1597 | label="Show Render Info"> | ||
1598 | <on_click function="ToggleControl" | ||
1599 | userdata="DebugShowRenderInfo" /> | ||
1600 | <on_check control="DebugShowRenderInfo" /> | ||
1601 | </menu_item_check> | ||
1602 | <menu_item_check name="Show Color Under Cursor" | ||
1603 | label="Show Color Under Cursor"> | ||
1604 | <on_click function="ToggleControl" | ||
1605 | userdata="DebugShowColor" /> | ||
1606 | <on_check control="DebugShowColor" /> | ||
1607 | </menu_item_check> | ||
1608 | </menu> | ||
1609 | |||
1610 | |||
1611 | |||
1612 | <!-- XUI --> | ||
1613 | |||
1614 | <menu name="XUI" drop_shadow="true" | ||
1615 | opaque="true" tear_off="true"> | ||
1616 | <menu_item_call name="Floater Test..." | ||
1617 | label="Floater Test..."> | ||
1618 | <on_click function="Advanced.ShowFloaterTest" | ||
1619 | userdata="" /> | ||
1620 | </menu_item_call> | ||
1621 | <menu_item_call name="Export Menus to XML..." | ||
1622 | label="Export Menus to XML..."> | ||
1623 | <on_click function="Advanced.ExportMenusToXML" | ||
1624 | userdata="" /> | ||
1625 | </menu_item_call> | ||
1626 | <menu_item_call name="Edit UI..." | ||
1627 | label="Edit UI..."> | ||
1628 | <on_click function="Advanced.EditUI" | ||
1629 | userdata="" /> | ||
1630 | </menu_item_call> | ||
1631 | <menu_item_call name="Load from XML..." | ||
1632 | label="Load from XML..."> | ||
1633 | <on_click function="Advanced.LoadUIFromXML" | ||
1634 | userdata="" /> | ||
1635 | </menu_item_call> | ||
1636 | <menu_item_call name="Save to XML..." | ||
1637 | label="Save to XML..."> | ||
1638 | <on_click function="Advanced.SaveUIToXML" | ||
1639 | userdata="" /> | ||
1640 | </menu_item_call> | ||
1641 | <menu_item_check name="Show XUI Names" | ||
1642 | label="Show XUI Names"> | ||
1643 | <on_click function="Advanced.ToggleXUINames" | ||
1644 | userdata="" /> | ||
1645 | <on_check function="Advanced.CheckXUINames" | ||
1646 | userdata="" /> | ||
1647 | </menu_item_check> | ||
1648 | </menu> | ||
1649 | |||
1650 | |||
1651 | |||
1652 | <!-- CHARACTER --> | ||
1653 | |||
1654 | <menu name="Character" drop_shadow="true" | ||
1655 | opaque="true" tear_off="true"> | ||
1656 | |||
1657 | <menu name="Grab Baked Texture" drop_shadow="true" | ||
1658 | opaque="true" tear_off="true"> | ||
1659 | |||
1660 | <menu_item_call name="Iris" enabled="false" | ||
1661 | label="Iris"> | ||
1662 | <on_click function="Advanced.GrabBakedTexture" | ||
1663 | userdata="eyes" /> | ||
1664 | <on_enable function="Advanced.EnableGrabBakedTexture" | ||
1665 | userdata="eyes" /> | ||
1666 | </menu_item_call> | ||
1667 | <menu_item_call name="Head" enabled="false" | ||
1668 | label="Head"> | ||
1669 | <on_click function="Advanced.GrabBakedTexture" | ||
1670 | userdata="head" /> | ||
1671 | <on_enable function="Advanced.EnableGrabBakedTexture" | ||
1672 | userdata="head" /> | ||
1673 | </menu_item_call> | ||
1674 | <menu_item_call name="Upper Body" enabled="false" | ||
1675 | label="Upper Body"> | ||
1676 | <on_click function="Advanced.GrabBakedTexture" | ||
1677 | userdata="upper" /> | ||
1678 | <on_enable function="Advanced.EnableGrabBakedTexture" | ||
1679 | userdata="upper" /> | ||
1680 | </menu_item_call> | ||
1681 | <menu_item_call name="Lower Body" enabled="false" | ||
1682 | label="Lower Body"> | ||
1683 | <on_click function="Advanced.GrabBakedTexture" | ||
1684 | userdata="lower" /> | ||
1685 | <on_enable function="Advanced.EnableGrabBakedTexture" | ||
1686 | userdata="lower" /> | ||
1687 | </menu_item_call> | ||
1688 | <menu_item_call name="Skirt" enabled="false" | ||
1689 | label="Skirt"> | ||
1690 | <on_click function="Advanced.GrabBakedTexture" | ||
1691 | userdata="skirt" /> | ||
1692 | <on_enable function="Advanced.EnableGrabBakedTexture" | ||
1693 | userdata="skirt" /> | ||
1694 | </menu_item_call> | ||
1695 | </menu> | ||
1696 | |||
1697 | <!-- CHARACTER TESTS --> | ||
1698 | <menu name="Character Tests" drop_shadow="true" | ||
1699 | opaque="true" tear_off="true"> | ||
1700 | <menu_item_check name="Go Away/AFK When Idle" | ||
1701 | label="Go Away/AFK When Idle"> | ||
1702 | <on_click function="Advanced.ToggleAllowIdleAFK" | ||
1703 | userdata="" /> | ||
1704 | <on_check function="Advanced.CheckAllowIdleAFK" | ||
1705 | userdata="" /> | ||
1706 | </menu_item_check> | ||
1707 | <menu_item_call name="Appearance To XML" | ||
1708 | label="Appearance To XML"> | ||
1709 | <on_click function="Advanced.ToggleAppearanceToXML" | ||
1710 | userdata="" /> | ||
1711 | </menu_item_call> | ||
1712 | <menu_item_call name="Toggle Character Geometry" | ||
1713 | enabled="false" | ||
1714 | label="Toggle Character Geometry"> | ||
1715 | <on_click function="Advanced.ToggleCharacterGeometry" | ||
1716 | userdata="" /> | ||
1717 | <on_enable function="EnableGodCustomerService" | ||
1718 | userdata="" /> | ||
1719 | </menu_item_call> | ||
1720 | <menu_item_call name="Test Male" label="Test Male"> | ||
1721 | <on_click function="Advanced.TestMale" userdata="" /> | ||
1722 | </menu_item_call> | ||
1723 | <menu_item_call name="Test Female" label="Test Female"> | ||
1724 | <on_click function="Advanced.TestFemale" userdata="" /> | ||
1725 | </menu_item_call> | ||
1726 | <menu_item_call name="Toggle PG" label="Toggle PG"> | ||
1727 | <on_click function="Advanced.TogglePG" userdata="" /> | ||
1728 | </menu_item_call> | ||
1729 | <menu_item_check name="Allow Select Avatar" | ||
1730 | label="Allow Select Avatar"> | ||
1731 | <on_click function="Advanced.ToggleAllowSelectAvatar" | ||
1732 | userdata="" /> | ||
1733 | <on_check function="Advanced.CheckAllowSelectAvatar" | ||
1734 | userdata="" /> | ||
1735 | </menu_item_check> | ||
1736 | </menu> | ||
1737 | |||
1738 | <menu_item_check name="Enable Lip Sync (Beta)" | ||
1739 | label="Enable Lip Sync (Beta)"> | ||
1740 | <on_click function="ToggleControl" | ||
1741 | userdata="LipSyncEnabled" /> | ||
1742 | <on_check control="LipSyncEnabled" /> | ||
1743 | </menu_item_check> | ||
1744 | <menu_item_check name="Tap-Tap-Hold To Run" | ||
1745 | label="Tap-Tap-Hold To Run"> | ||
1746 | <on_click function="Advanced.ToggleAllowTapTapHoldRun" | ||
1747 | userdata="" /> | ||
1748 | <on_check function="Advanced.CheckAllowTapTapHoldRun" | ||
1749 | userdata="" /> | ||
1750 | </menu_item_check> | ||
1751 | <menu_item_call name="Force Params to Default" | ||
1752 | label="Force Params to Default"> | ||
1753 | <on_click function="Advanced.ForceParamsToDefault" | ||
1754 | userdata="" /> | ||
1755 | </menu_item_call> | ||
1756 | <menu_item_call name="Reload Vertex Shader" | ||
1757 | label="Reload Vertex Shader"> | ||
1758 | <on_click function="Advanced.ReloadVertexShader" | ||
1759 | userdata="" /> | ||
1760 | </menu_item_call> | ||
1761 | <menu_item_check label="Animation Info" | ||
1762 | name="Animation Info"> | ||
1763 | <on_click function="Advanced.ToggleAnimationInfo" | ||
1764 | userdata="" /> | ||
1765 | <on_check function="Advanced.CheckAnimationInfo" | ||
1766 | userdata="" /> | ||
1767 | </menu_item_check> | ||
1768 | |||
1769 | <!-- | ||
1770 | *TODO: Make this a proper toggle item with the "X" indicator. | ||
1771 | 1. Add a "Advanced.CheckSlowmotionAnimation" function in | ||
1772 | llviewermenu.cpp. | ||
1773 | 2. Change this surrounding menu_item_call to a menu_item_check. | ||
1774 | 3. Uncomment the "on_check" line below. | ||
1775 | --> | ||
1776 | <menu_item_call name="Slow Motion Animations" | ||
1777 | label="Slow Motion Animations"> | ||
1778 | <on_click function="Advanced.ToggleSlowMotionAnimations" | ||
1779 | userdata="" /> | ||
1780 | <!-- | ||
1781 | <on_check function="Advanced.CheckSlowMotionAnimations" | ||
1782 | userdata="" /> | ||
1783 | --> | ||
1784 | </menu_item_call> | ||
1785 | |||
1786 | <menu_item_check name="Show Look At" | ||
1787 | label="Show Look At"> | ||
1788 | <on_click function="Advanced.ToggleShowLookAt" | ||
1789 | userdata="" /> | ||
1790 | <on_check function="Advanced.CheckShowLookAt" | ||
1791 | userdata="" /> | ||
1792 | </menu_item_check> | ||
1793 | <menu_item_check name="Show Point At" | ||
1794 | label="Show Point At"> | ||
1795 | <on_click function="Advanced.ToggleShowPointAt" | ||
1796 | userdata="" /> | ||
1797 | <on_check function="Advanced.CheckShowPointAt" | ||
1798 | userdata="" /> | ||
1799 | </menu_item_check> | ||
1800 | <menu_item_check name="Debug Joint Updates" | ||
1801 | label="Debug Joint Updates"> | ||
1802 | <on_click function="Advanced.ToggleDebugJointUpdates" | ||
1803 | userdata="" /> | ||
1804 | <on_check function="Advanced.CheckDebugJointUpdates" | ||
1805 | userdata="" /> | ||
1806 | </menu_item_check> | ||
1807 | <menu_item_check name="Disable LOD" | ||
1808 | label="Disable LOD"> | ||
1809 | <on_click function="Advanced.ToggleDisableLOD" | ||
1810 | userdata="" /> | ||
1811 | <on_check function="Advanced.CheckDisableLOD" | ||
1812 | userdata="" /> | ||
1813 | </menu_item_check> | ||
1814 | <menu_item_check name="Debug Character Vis" | ||
1815 | label="Debug Character Vis"> | ||
1816 | <on_click function="Advanced.ToggleDebugCharacterVis" | ||
1817 | userdata="" /> | ||
1818 | <on_check function="Advanced.CheckDebugCharacterVis" | ||
1819 | userdata="" /> | ||
1820 | </menu_item_check> | ||
1821 | |||
1822 | <!-- Disabled. See DEV-14477 | ||
1823 | <menu_item_check name="Show Collision Plane" | ||
1824 | label="Show Collision Plane"> | ||
1825 | <on_click function="Advanced.ToggleShowCollisionPlane" | ||
1826 | userdata="" /> | ||
1827 | <on_check function="Advanced.CheckShowCollisionPlane" | ||
1828 | userdata="" /> | ||
1829 | </menu_item_check> | ||
1830 | --> | ||
1831 | |||
1832 | <menu_item_check name="Show Collision Skeleton" | ||
1833 | label="Show Collision Skeleton"> | ||
1834 | <on_click function="Advanced.ToggleShowCollisionSkeleton" | ||
1835 | userdata="" /> | ||
1836 | <on_check function="Advanced.CheckShowCollisionSkeleton" | ||
1837 | userdata="" /> | ||
1838 | </menu_item_check> | ||
1839 | <menu_item_check name="Display Agent Target" | ||
1840 | label="Display Agent Target"> | ||
1841 | <on_click function="Advanced.ToggleDisplayAgentTarget" | ||
1842 | userdata="" /> | ||
1843 | <on_check function="Advanced.CheckDisplayAgentTarget" | ||
1844 | userdata="" /> | ||
1845 | </menu_item_check> | ||
1846 | <menu_item_check name="Debug Rotation" | ||
1847 | label="Debug Rotation"> | ||
1848 | <on_click function="Advanced.ToggleDebugAvatarRotation" | ||
1849 | userdata="" /> | ||
1850 | <on_check function="Advanced.CheckDebugAvatarRotation" | ||
1851 | userdata="" /> | ||
1852 | </menu_item_check> | ||
1853 | <menu_item_call name="Dump Attachments" | ||
1854 | label="Dump Attachments"> | ||
1855 | <on_click function="Advanced.DumpAttachments" | ||
1856 | userdata="" /> | ||
1857 | </menu_item_call> | ||
1858 | <menu_item_call name="Rebake Textures" | ||
1859 | label="Rebake Textures" | ||
1860 | shortcut="control|alt|R"> | ||
1861 | <on_click function="Advanced.RebakeTextures" | ||
1862 | userdata="" /> | ||
1863 | </menu_item_call> | ||
1864 | </menu> | ||
1865 | |||
1866 | |||
1867 | |||
1868 | <!-- NETWORK --> | ||
1869 | |||
1870 | <menu name="Network" drop_shadow="true" | ||
1871 | opaque="true" tear_off="true"> | ||
1872 | <menu_item_call name="Enable Message Log" | ||
1873 | label="Enable Message Log"> | ||
1874 | <on_click function="Advanced.EnableMessageLog" | ||
1875 | userdata="" /> | ||
1876 | </menu_item_call> | ||
1877 | <menu_item_call name="Disable Message Log" | ||
1878 | label="Disable Message Log"> | ||
1879 | <on_click function="Advanced.DisableMessageLog" | ||
1880 | userdata="" /> | ||
1881 | </menu_item_call> | ||
1882 | <menu_item_separator /> | ||
1883 | <menu_item_check name="Velocity Interpolate Objects" | ||
1884 | label="Velocity Interpolate Objects"> | ||
1885 | <on_click function="ToggleControl" | ||
1886 | userdata="VelocityInterpolate" /> | ||
1887 | <on_check control="VelocityInterpolate" /> | ||
1888 | </menu_item_check> | ||
1889 | <menu_item_check name="Ping Interpolate Object Positions" | ||
1890 | label="Ping Interpolate Object Positions"> | ||
1891 | <on_click function="ToggleControl" | ||
1892 | userdata="PingInterpolate" /> | ||
1893 | <on_check control="PingInterpolate" /> | ||
1894 | </menu_item_check> | ||
1895 | <menu_item_separator /> | ||
1896 | <menu_item_call name="Drop a Packet" label="Drop a Packet" | ||
1897 | shortcut="control|alt|L"> | ||
1898 | <on_click function="Advanced.DropPacket" | ||
1899 | userdata="" /> | ||
1900 | </menu_item_call> | ||
1901 | </menu> | ||
1902 | |||
1903 | |||
1904 | |||
1905 | <!-- RECORDER --> | ||
1906 | |||
1907 | <menu name="Recorder" drop_shadow="true" | ||
1908 | opaque="true" tear_off="true"> | ||
1909 | <menu_item_check name="Full Session Logging" | ||
1910 | label="Full Session Logging"> | ||
1911 | <on_click function="ToggleControl" | ||
1912 | userdata="StatsSessionTrackFrameStats" /> | ||
1913 | <on_check control="StatsSessionTrackFrameStats" /> | ||
1914 | </menu_item_check> | ||
1915 | <menu_item_call name="Start Logging" label="Start Logging"> | ||
1916 | <on_click function="Advanced.FrameStatsLogging" | ||
1917 | userdata="start logging" /> | ||
1918 | </menu_item_call> | ||
1919 | <menu_item_call name="Stop Logging" label="Stop Logging"> | ||
1920 | <on_click function="Advanced.FrameStatsLogging" | ||
1921 | userdata="stop logging" /> | ||
1922 | </menu_item_call> | ||
1923 | <menu_item_call name="Log 10 Seconds" label="Log 10 Seconds"> | ||
1924 | <on_click function="Advanced.FrameStatsLogging" | ||
1925 | userdata="timed logging 10" /> | ||
1926 | </menu_item_call> | ||
1927 | <menu_item_call name="Log 30 Seconds" label="Log 30 Seconds"> | ||
1928 | <on_click function="Advanced.FrameStatsLogging" | ||
1929 | userdata="timed logging 30" /> | ||
1930 | </menu_item_call> | ||
1931 | <menu_item_call name="Log 60 Seconds" label="Log 60 Seconds"> | ||
1932 | <on_click function="Advanced.FrameStatsLogging" | ||
1933 | userdata="timed logging 60" /> | ||
1934 | </menu_item_call> | ||
1935 | |||
1936 | <menu_item_separator /> | ||
1937 | |||
1938 | <menu_item_call name="Start Playback" label="Start Playback"> | ||
1939 | <on_click function="Advanced.AgentPilot" | ||
1940 | userdata="start playback" /> | ||
1941 | </menu_item_call> | ||
1942 | <menu_item_call name="Stop Playback" label="Stop Playback"> | ||
1943 | <on_click function="Advanced.AgentPilot" | ||
1944 | userdata="stop playback" /> | ||
1945 | </menu_item_call> | ||
1946 | <menu_item_check name="Loop Playback" label="Loop Playback"> | ||
1947 | <on_click function="Advanced.ToggleAgentPilotLoop" | ||
1948 | userdata="" /> | ||
1949 | <on_check function="Advanced.CheckAgentPilotLoop" | ||
1950 | userdata="" /> | ||
1951 | </menu_item_check> | ||
1952 | <menu_item_call name="Start Record" label="Start Record"> | ||
1953 | <on_click function="Advanced.AgentPilot" | ||
1954 | userdata="start record" /> | ||
1955 | </menu_item_call> | ||
1956 | <menu_item_call name="Stop Record" label="Stop Record"> | ||
1957 | <on_click function="Advanced.AgentPilot" | ||
1958 | userdata="stop record" /> | ||
1959 | </menu_item_call> | ||
1960 | </menu> | ||
1961 | |||
1962 | |||
1963 | <menu_item_separator /> | ||
1964 | |||
1965 | |||
1966 | <menu_item_check name="Show Updates" label="Show Updates"> | ||
1967 | <on_click function="Advanced.ToggleShowObjectUpdates" | ||
1968 | userdata="" /> | ||
1969 | <on_check function="Advanced.CheckShowObjectUpdates" | ||
1970 | userdata="" /> | ||
1971 | </menu_item_check> | ||
1972 | |||
1973 | <menu_item_separator /> | ||
1974 | |||
1975 | <menu_item_call name="Compress Image..." | ||
1976 | label="Compress Image..."> | ||
1977 | <on_click function="Advanced.CompressImage" | ||
1978 | userdata="" /> | ||
1979 | </menu_item_call> | ||
1980 | <menu_item_check name="Limit Select Distance" | ||
1981 | label="Limit Select Distance"> | ||
1982 | <on_click function="ToggleControl" | ||
1983 | userdata="LimitSelectDistance" /> | ||
1984 | <on_check control="LimitSelectDistance" /> | ||
1985 | </menu_item_check> | ||
1986 | <menu_item_check name="Disable Camera Constraints" | ||
1987 | label="Disable Camera Constraints"> | ||
1988 | <on_click function="ToggleControl" | ||
1989 | userdata="DisableCameraConstraints" /> | ||
1990 | <on_check control="DisableCameraConstraints" /> | ||
1991 | </menu_item_check> | ||
1992 | <menu_item_check name="Mouse Smoothing" | ||
1993 | label="Mouse Smoothing"> | ||
1994 | <on_click function="ToggleControl" | ||
1995 | userdata="MouseSmooth" /> | ||
1996 | <on_check control="MouseSmooth" /> | ||
1997 | </menu_item_check> | ||
1998 | |||
1999 | <menu_item_separator /> | ||
2000 | |||
2001 | <menu_item_check name="Console Window" | ||
2002 | label="Console Window"> | ||
2003 | <on_click function="ToggleControl" | ||
2004 | userdata="ShowConsoleWindow" /> | ||
2005 | <on_check control="ShowConsoleWindow" /> | ||
2006 | </menu_item_check> | ||
2007 | <menu_item_check name="Output Debug Minidump" | ||
2008 | label="Output Debug Minidump"> | ||
2009 | <on_click function="ToggleControl" | ||
2010 | userdata="SaveMiniDump" /> | ||
2011 | <on_check control="SaveMiniDump" /> | ||
2012 | </menu_item_check> | ||
2013 | <menu_item_check name="Clothing..." | ||
2014 | label="Clothing..."> | ||
2015 | <on_click function="Advanced.ToggleClothingFloater" | ||
2016 | userdata="" /> | ||
2017 | </menu_item_check> | ||
2018 | <menu_item_call name="Debug Settings" | ||
2019 | label="Debug Settings"> | ||
2020 | <on_click function="Advanced.ShowDebugSettings" | ||
2021 | userdata="" /> | ||
2022 | </menu_item_call> | ||
2023 | <menu_item_check name="View Admin Options" | ||
2024 | label="View Admin Options" | ||
2025 | shortcut="control|alt|V"> | ||
2026 | <on_click function="Advanced.ToggleViewAdminOptions" | ||
2027 | userdata="" /> | ||
2028 | <on_check function="Advanced.CheckViewAdminOptions" | ||
2029 | userdata="" /> | ||
2030 | </menu_item_check> | ||
2031 | <menu_item_call name="Request Admin Status" | ||
2032 | label="Request Admin Status" | ||
2033 | shortcut="control|alt|G"> | ||
2034 | <on_click function="Advanced.RequestAdminStatus" | ||
2035 | userdata="" /> | ||
2036 | </menu_item_call> | ||
2037 | <menu_item_call name="Leave Admin Status" | ||
2038 | label="Leave Admin Status" | ||
2039 | shortcut="control|alt|shift|G"> | ||
2040 | <on_click function="Advanced.LeaveAdminStatus" | ||
2041 | userdata="" /> | ||
2042 | </menu_item_call> | ||
2043 | |||
2044 | </menu> | ||
2045 | |||
863 | </menu_bar> | 2046 | </menu_bar> |