aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-04-01 21:42:52 -0700
committerMcCabe Maxsted2010-04-02 16:10:31 -0700
commit948d67b01aabb4093a368a7a755902b8c33de7dc (patch)
treed38958e178f533594ce480914d83b8b1eeee1a5a /linden/indra/newview
parentMade the AO toggle and work like an actual menu check (diff)
downloadmeta-impy-948d67b01aabb4093a368a7a755902b8c33de7dc.zip
meta-impy-948d67b01aabb4093a368a7a755902b8c33de7dc.tar.gz
meta-impy-948d67b01aabb4093a368a7a755902b8c33de7dc.tar.bz2
meta-impy-948d67b01aabb4093a368a7a755902b8c33de7dc.tar.xz
Fixed bad bool controls that weren't ported correctly
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/app_settings/settings_per_account.xml193
-rw-r--r--linden/indra/newview/llvoavatar.cpp2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_ao.xml52
3 files changed, 220 insertions, 27 deletions
diff --git a/linden/indra/newview/app_settings/settings_per_account.xml b/linden/indra/newview/app_settings/settings_per_account.xml
index 59caac4..8d4a6b2 100644
--- a/linden/indra/newview/app_settings/settings_per_account.xml
+++ b/linden/indra/newview/app_settings/settings_per_account.xml
@@ -1,5 +1,198 @@
1<llsd> 1<llsd>
2 <map> 2 <map>
3
4 <!-- Begin AO -->
5
6 <key>AOConfigNotecardID</key>
7 <map>
8 <key>Comment</key>
9 <string>InventoryItemID of the AO config notecard</string>
10 <key>Persist</key>
11 <integer>1</integer>
12 <key>Type</key>
13 <string>String</string>
14 <key>Value</key>
15 <string></string>
16 </map>
17 <key>AODefaultWalk</key>
18 <map>
19 <key>Comment</key>
20 <string>Default walk anim</string>
21 <key>Persist</key>
22 <integer>1</integer>
23 <key>Type</key>
24 <string>String</string>
25 <key>Value</key>
26 <string></string>
27 </map>
28 <key>AODefaultSit</key>
29 <map>
30 <key>Comment</key>
31 <string>Default sit anim</string>
32 <key>Persist</key>
33 <integer>1</integer>
34 <key>Type</key>
35 <string>String</string>
36 <key>Value</key>
37 <string></string>
38 </map>
39 <key>AODefaultRun</key>
40 <map>
41 <key>Comment</key>
42 <string>Default run anim</string>
43 <key>Persist</key>
44 <integer>1</integer>
45 <key>Type</key>
46 <string>String</string>
47 <key>Value</key>
48 <string></string>
49 </map>
50 <key>AODefaultJump</key>
51 <map>
52 <key>Comment</key>
53 <string>Default jump anim</string>
54 <key>Persist</key>
55 <integer>1</integer>
56 <key>Type</key>
57 <string>String</string>
58 <key>Value</key>
59 <string></string>
60 </map>
61 <key>AODefaultGroundSit</key>
62 <map>
63 <key>Comment</key>
64 <string>Default groundsit anim</string>
65 <key>Persist</key>
66 <integer>1</integer>
67 <key>Type</key>
68 <string>String</string>
69 <key>Value</key>
70 <string></string>
71 </map>
72 <key>AODefaultCrouch</key>
73 <map>
74 <key>Comment</key>
75 <string>Default crouch anim</string>
76 <key>Persist</key>
77 <integer>1</integer>
78 <key>Type</key>
79 <string>String</string>
80 <key>Value</key>
81 <string></string>
82 </map>
83 <key>AODefaultCrouchWalk</key>
84 <map>
85 <key>Comment</key>
86 <string>Default crouchwalk anim</string>
87 <key>Persist</key>
88 <integer>1</integer>
89 <key>Type</key>
90 <string>String</string>
91 <key>Value</key>
92 <string></string>
93 </map>
94 <key>AODefaultFall</key>
95 <map>
96 <key>Comment</key>
97 <string>Default fall anim</string>
98 <key>Persist</key>
99 <integer>1</integer>
100 <key>Type</key>
101 <string>String</string>
102 <key>Value</key>
103 <string></string>
104 </map>
105 <key>AODefaultHover</key>
106 <map>
107 <key>Comment</key>
108 <string>Default hover anim</string>
109 <key>Persist</key>
110 <integer>1</integer>
111 <key>Type</key>
112 <string>String</string>
113 <key>Value</key>
114 <string></string>
115 </map>
116 <key>AODefaultFly</key>
117 <map>
118 <key>Comment</key>
119 <string>Default fly anim</string>
120 <key>Persist</key>
121 <integer>1</integer>
122 <key>Type</key>
123 <string>String</string>
124 <key>Value</key>
125 <string></string>
126 </map>
127 <key>AODefaultFlySlow</key>
128 <map>
129 <key>Comment</key>
130 <string>Default flyslow anim</string>
131 <key>Persist</key>
132 <integer>1</integer>
133 <key>Type</key>
134 <string>String</string>
135 <key>Value</key>
136 <string></string>
137 </map>
138 <key>AODefaultFlyUp</key>
139 <map>
140 <key>Comment</key>
141 <string>Default flyup anim</string>
142 <key>Persist</key>
143 <integer>1</integer>
144 <key>Type</key>
145 <string>String</string>
146 <key>Value</key>
147 <string></string>
148 </map>
149 <key>AODefaultFlyDown</key>
150 <map>
151 <key>Comment</key>
152 <string>Default flydown anim</string>
153 <key>Persist</key>
154 <integer>1</integer>
155 <key>Type</key>
156 <string>String</string>
157 <key>Value</key>
158 <string></string>
159 </map>
160 <key>AODefaultLand</key>
161 <map>
162 <key>Comment</key>
163 <string>Default land anim</string>
164 <key>Persist</key>
165 <integer>1</integer>
166 <key>Type</key>
167 <string>String</string>
168 <key>Value</key>
169 <string></string>
170 </map>
171 <key>AODefaultStandUp</key>
172 <map>
173 <key>Comment</key>
174 <string>Default standup anim</string>
175 <key>Persist</key>
176 <integer>1</integer>
177 <key>Type</key>
178 <string>String</string>
179 <key>Value</key>
180 <string></string>
181 </map>
182 <key>AODefaultPreJump</key>
183 <map>
184 <key>Comment</key>
185 <string>Default prejump anim</string>
186 <key>Persist</key>
187 <integer>1</integer>
188 <key>Type</key>
189 <string>String</string>
190 <key>Value</key>
191 <string></string>
192 </map>
193
194 <!-- End AO -->
195
3 <key>RLVaLoginLastLocation</key> 196 <key>RLVaLoginLastLocation</key>
4 <map> 197 <map>
5 <key>Comment</key> 198 <key>Comment</key>
diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp
index 5350d78..3e83ff5 100644
--- a/linden/indra/newview/llvoavatar.cpp
+++ b/linden/indra/newview/llvoavatar.cpp
@@ -5242,7 +5242,7 @@ void LLVOAvatar::processAnimationStateChanges()
5242 5242
5243 if (mIsSelf) // AO is only for ME 5243 if (mIsSelf) // AO is only for ME
5244 { 5244 {
5245 if (gSavedSettings.getBOOL("EmeraldAOEnabled")) 5245 if (gSavedSettings.getBOOL("AOEnabled"))
5246 { 5246 {
5247 if (LLFloaterAO::startMotion(anim_it->first, 0,FALSE)) // AO overrides the anim if needed 5247 if (LLFloaterAO::startMotion(anim_it->first, 0,FALSE)) // AO overrides the anim if needed
5248 { 5248 {
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_ao.xml b/linden/indra/newview/skins/default/xui/en-us/floater_ao.xml
index 8210b1b..bebb0e4 100644
--- a/linden/indra/newview/skins/default/xui/en-us/floater_ao.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_ao.xml
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes"?> 1<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2<floater 2<floater
3 name="geminifloater" 3 name="geminifloater"
4 rect_control="EmeraldAORect" 4 rect_control="AORect"
5 title="Animation Overrider" 5 title="Animation Overrider"
6 can_resize="false" 6 can_resize="false"
7 can_minimize="true" 7 can_minimize="true"
@@ -63,12 +63,12 @@
63 tool_tip="Advanced Options" width="58" /> 63 tool_tip="Advanced Options" width="58" />
64 64
65 65
66 <check_box bottom_delta="-42" control_name="EmeraldAOEnabled" enabled="true" 66 <check_box bottom_delta="-42" control_name="AOEnabled" enabled="true"
67 follows="left|top" font="SansSerifSmall" height="16" initial_value="false" label="Override Anims" left="10" 67 follows="left|top" font="SansSerifSmall" height="16" initial_value="false" label="Override Anims" left="10"
68 mouse_opaque="true" name="EmeraldAOEnabled" radio_style="false" width="90" /> 68 mouse_opaque="true" name="AOEnabled" radio_style="false" width="90" />
69 <check_box bottom_delta="0" control_name="EmeraldAOSitsEnabled" enabled="true" 69 <check_box bottom_delta="0" control_name="AOSitsEnabled" enabled="true"
70 follows="left|top" font="SansSerifSmall" height="16" initial_value="true" label="Override Sits" left="110" 70 follows="left|top" font="SansSerifSmall" height="16" initial_value="true" label="Override Sits" left="110"
71 mouse_opaque="true" name="EmeraldAOSitsEnabled" radio_style="false" width="90" /> 71 mouse_opaque="true" name="AOSitsEnabled" radio_style="false" width="90" />
72 72
73 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 73 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
74 bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom" 74 bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
@@ -99,13 +99,13 @@
99 height="20" 99 height="20"
100 follows="bottom|left" 100 follows="bottom|left"
101 /> 101 />
102 <check_box bottom_delta="-20" control_name="EmeraldAOStandRandomize" enabled="true" 102 <check_box bottom_delta="-20" control_name="AOStandRandomize" enabled="true"
103 follows="left|top" font="SansSerifSmall" height="16" initial_value="false" label="Randomize Stand Order" left="10" 103 follows="left|top" font="SansSerifSmall" height="16" initial_value="false" label="Randomize Stand Order" left="10"
104 mouse_opaque="true" name="EmeraldAOStandRandomize" radio_style="false" width="200" /> 104 mouse_opaque="true" name="AOStandRandomize" radio_style="false" width="200" />
105 <check_box bottom_delta="-20" control_name="EmeraldAONoStandsInMouselook" enabled="true" 105 <check_box bottom_delta="-20" control_name="AONoStandsInMouselook" enabled="true"
106 follows="left|top" font="SansSerifSmall" height="16" initial_value="true" label="Disable Stands in Mouselook" left="10" 106 follows="left|top" font="SansSerifSmall" height="16" initial_value="true" label="Disable Stands in Mouselook" left="10"
107 mouse_opaque="true" name="EmeraldAONoStandsInMouselook" radio_style="false" width="180" /> 107 mouse_opaque="true" name="AONoStandsInMouselook" radio_style="false" width="180" />
108 <spinner bottom_delta="-20" decimal_digits="2" follows="left|top" height="16" control_name="EmeraldAOStandInterval" 108 <spinner bottom_delta="-20" decimal_digits="2" follows="left|top" height="16" control_name="AOStandInterval"
109 increment="1" initial_val="20" left="10" max_val="9000" min_val="1.00" 109 increment="1" initial_val="20" left="10" max_val="9000" min_val="1.00"
110 mouse_opaque="true" name="standtime" label="Stand Time" label_width="80" 110 mouse_opaque="true" name="standtime" label="Stand Time" label_width="80"
111 tool_tip="AO Stand Time in seconds" width="180" /> 111 tool_tip="AO Stand Time in seconds" width="180" />
@@ -119,7 +119,7 @@
119 mouse_opaque="true" name="textdefaultwalk" v_pad="0" width="180"> 119 mouse_opaque="true" name="textdefaultwalk" v_pad="0" width="180">
120 Default Walk: 120 Default Walk:
121 </text> 121 </text>
122 <combo_box name="walks" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultWalk" /> 122 <combo_box name="walks" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="AODefaultWalk" />
123 123
124 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 124 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
125 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 125 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
@@ -127,105 +127,105 @@
127 mouse_opaque="true" name="textdefaultrun" v_pad="0" width="180"> 127 mouse_opaque="true" name="textdefaultrun" v_pad="0" width="180">
128 Default Run: 128 Default Run:
129 </text> 129 </text>
130 <combo_box name="runs" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultRun" /> 130 <combo_box name="runs" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="AODefaultRun" />
131 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 131 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
132 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 132 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
133 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" 133 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
134 mouse_opaque="true" name="textdefaultjump" v_pad="0" width="180"> 134 mouse_opaque="true" name="textdefaultjump" v_pad="0" width="180">
135 Default Jump: 135 Default Jump:
136 </text> 136 </text>
137 <combo_box name="jumps" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultJump" /> 137 <combo_box name="jumps" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="AODefaultJump" />
138 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 138 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
139 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 139 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
140 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" 140 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
141 mouse_opaque="true" name="textdefaultsit" v_pad="0" width="180"> 141 mouse_opaque="true" name="textdefaultsit" v_pad="0" width="180">
142 Default Sit: 142 Default Sit:
143 </text> 143 </text>
144 <combo_box name="sits" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultSit" /> 144 <combo_box name="sits" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="AODefaultSit" />
145 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 145 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
146 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 146 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
147 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" 147 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
148 mouse_opaque="true" name="textdefaultgsit" v_pad="0" width="180"> 148 mouse_opaque="true" name="textdefaultgsit" v_pad="0" width="180">
149 Default Groundsit: 149 Default Groundsit:
150 </text> 150 </text>
151 <combo_box name="gsits" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultGroundSit" /> 151 <combo_box name="gsits" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="AODefaultGroundSit" />
152 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 152 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
153 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 153 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
154 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" 154 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
155 mouse_opaque="true" name="textdefaultcrouch" v_pad="0" width="180"> 155 mouse_opaque="true" name="textdefaultcrouch" v_pad="0" width="180">
156 Default Crouch: 156 Default Crouch:
157 </text> 157 </text>
158 <combo_box name="crouchs" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultCrouch" /> 158 <combo_box name="crouchs" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="AODefaultCrouch" />
159 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 159 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
160 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 160 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
161 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" 161 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
162 mouse_opaque="true" name="textdefaultcrouchwalk" v_pad="0" width="180"> 162 mouse_opaque="true" name="textdefaultcrouchwalk" v_pad="0" width="180">
163 Default Crouchwalk: 163 Default Crouchwalk:
164 </text> 164 </text>
165 <combo_box name="cwalks" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultCrouchWalk" /> 165 <combo_box name="cwalks" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="AODefaultCrouchWalk" />
166 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 166 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
167 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 167 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
168 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" 168 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
169 mouse_opaque="true" name="textdefaultfall" v_pad="0" width="180"> 169 mouse_opaque="true" name="textdefaultfall" v_pad="0" width="180">
170 Default Fall: 170 Default Fall:
171 </text> 171 </text>
172 <combo_box name="falls" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultFall" /> 172 <combo_box name="falls" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="AODefaultFall" />
173 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 173 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
174 bottom_delta="280" drop_shadow_visible="true" follows="left|bottom" 174 bottom_delta="280" drop_shadow_visible="true" follows="left|bottom"
175 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="200" 175 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="200"
176 mouse_opaque="true" name="textdefaulthover" v_pad="0" width="180"> 176 mouse_opaque="true" name="textdefaulthover" v_pad="0" width="180">
177 Default Hover: 177 Default Hover:
178 </text> 178 </text>
179 <combo_box name="hovers" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultHover" /> 179 <combo_box name="hovers" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="AODefaultHover" />
180 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 180 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
181 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 181 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
182 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" 182 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0"
183 mouse_opaque="true" name="textdefaultfly" v_pad="0" width="180"> 183 mouse_opaque="true" name="textdefaultfly" v_pad="0" width="180">
184 Default Fly: 184 Default Fly:
185 </text> 185 </text>
186 <combo_box name="flys" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultFly" /> 186 <combo_box name="flys" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="AODefaultFly" />
187 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 187 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
188 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 188 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
189 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" 189 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0"
190 mouse_opaque="true" name="textdefaultflyslow" v_pad="0" width="180"> 190 mouse_opaque="true" name="textdefaultflyslow" v_pad="0" width="180">
191 Default Slow Fly: 191 Default Slow Fly:
192 </text> 192 </text>
193 <combo_box name="flyslows" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultFlySlow" /> 193 <combo_box name="flyslows" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="AODefaultFlySlow" />
194 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 194 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
195 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 195 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
196 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" 196 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0"
197 mouse_opaque="true" name="textdefaultflyup" v_pad="0" width="180"> 197 mouse_opaque="true" name="textdefaultflyup" v_pad="0" width="180">
198 Default Upward Fly: 198 Default Upward Fly:
199 </text> 199 </text>
200 <combo_box name="flyups" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultFlyUp" /> 200 <combo_box name="flyups" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="AODefaultFlyUp" />
201 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 201 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
202 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 202 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
203 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" 203 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0"
204 mouse_opaque="true" name="textdefaultflydown" v_pad="0" width="180"> 204 mouse_opaque="true" name="textdefaultflydown" v_pad="0" width="180">
205 Default Downward Fly: 205 Default Downward Fly:
206 </text> 206 </text>
207 <combo_box name="flydowns" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultFlyDown" /> 207 <combo_box name="flydowns" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="AODefaultFlyDown" />
208 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 208 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
209 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 209 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
210 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" 210 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0"
211 mouse_opaque="true" name="textdefaultland" v_pad="0" width="180"> 211 mouse_opaque="true" name="textdefaultland" v_pad="0" width="180">
212 Default Land: 212 Default Land:
213 </text> 213 </text>
214 <combo_box name="lands" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultLand" /> 214 <combo_box name="lands" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="AODefaultLand" />
215 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 215 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
216 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 216 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
217 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" 217 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0"
218 mouse_opaque="true" name="textdefaultstandup" v_pad="0" width="180"> 218 mouse_opaque="true" name="textdefaultstandup" v_pad="0" width="180">
219 Default Standup: 219 Default Standup:
220 </text> 220 </text>
221 <combo_box name="standups" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultStandUp" /> 221 <combo_box name="standups" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="AODefaultStandUp" />
222 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 222 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
223 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" 223 bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom"
224 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" 224 font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0"
225 mouse_opaque="true" name="textdefaultprejump" v_pad="0" width="180"> 225 mouse_opaque="true" name="textdefaultprejump" v_pad="0" width="180">
226 Default Pre-Jump: 226 Default Pre-Jump:
227 </text> 227 </text>
228 <combo_box name="prejumps" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultPreJump" /> 228 <combo_box name="prejumps" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="AODefaultPreJump" />
229 </panel> 229 </panel>
230</tab_container> 230</tab_container>
231</floater> \ No newline at end of file 231</floater> \ No newline at end of file