v22002: No patch notes.

This commit is contained in:
Robert MacGregor 2017-07-17 22:55:25 -04:00
parent adad8c0787
commit 63560d110c
110 changed files with 5518 additions and 2403 deletions

View file

@ -30,7 +30,7 @@ new GuiControl(BrowserEditInfoDlg) {
extent = "128 38";
minExtent = "32 38";
visible = "1";
command = "TribePropertiesDlg.pendingChanges = \"\";Canvas.popDialog(BrowserEditInfoDlg);";
command = "TribePropertiesDlg.pendingChanges = \"\";WarriorPropertiesDlg.pendingChanges = \"\";Canvas.popDialog(BrowserEditInfoDlg);";
accelerator = "escape";
helpTag = "0";
text = "CANCEL";

View file

@ -77,6 +77,7 @@ new GuiControl(ChannelKeyDlg) {
maxLength = "255";
password = "1";
glowOffset = "9 9";
altCommand = "keyChannelJoin();";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";

View file

@ -34,7 +34,19 @@ new GuiControl(MainChatHud) {
position = "6 2";
extent = "244 3";
minExtent = "2 2";
visible = "0";
visible = "1";
};
new GuiBitmapCtrl(passHash)
{
profile = "GuiDefaultProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "151 -1";
extent = "5 10";
minExtent = "1 1";
visible = "1";
bitmap = "gui/voteMeterPassBar.png";
};
};

View file

@ -215,6 +215,19 @@ new GuiChunkedBitmapCtrl(ChatGui) {
text = "CHANNEL OPTIONS";
simpleStyle = "0";
};
new ShellBitmapButton(ChatEditOptionsBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "15 -5";
extent = "128 38";
minExtent = "32 38";
visible = "0";
command = "EditChatOptions();";
helpTag = "0";
text = "CHAT OPTIONS";
simpleStyle = "0";
};
};
};
//--- OBJECT WRITE END ---

191
base/gui/ChatOptionsDlg.gui Normal file
View file

@ -0,0 +1,191 @@
//--- OBJECT WRITE BEGIN ---
new GuiControl(ChatOptionsDlg) {
profile = "DlgBackProfile";
horizSizing = "width";
vertSizing = "height";
position = "0 0";
extent = "640 480";
minExtent = "8 8";
visible = "1";
helpTag = "0";
new ShellPaneCtrl() {
profile = "ShellDlgPaneProfile";
horizSizing = "center";
vertSizing = "center";
position = "75 102";
extent = "490 276";
minExtent = "48 92";
visible = "1";
helpTag = "0";
text = "CHAT OPTIONS";
maxLength = "255";
noTitleBar = "0";
new ShellToggleButton(ButtonChatShowJoin) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "270 57";
extent = "177 30";
minExtent = "26 27";
visible = "1";
variable = "";
command = "ChatHideJoinMessage();";
helpTag = "0";
text = "Hide \"Join Server\" Messages";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "22 146";
extent = "88 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Away Message:";
maxLength = "255";
};
new ShellTextEditCtrl(EditChatAwayMessage) {
profile = "NewTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "104 138";
extent = "366 38";
minExtent = "32 38";
visible = "1";
helpTag = "0";
maxLength = "64";
historySize = "0";
password = "0";
glowOffset = "9 9";
variable = "$tempAwayMsg";
};
new ShellToggleButton(ButtonChatHighlight) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "47 32";
extent = "150 30";
minExtent = "26 27";
visible = "1";
variable = "";
command = "ToggleChatHiglight();";
helpTag = "0";
text = "Highlight text with my nick";
maxLength = "255";
};
new ShellToggleButton(ButtonChatChannelHighlight) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "47 57";
extent = "150 30";
minExtent = "26 27";
visible = "1";
variable = "";
command = "ToggleChatHiglightChannel();";
helpTag = "0";
text = "Highlight Channel";
maxLength = "255";
};
new ShellToggleButton(ButtonChatNameLinkToggle) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "270 32";
extent = "176 30";
minExtent = "26 27";
visible = "1";
variable = "";
command = "ToggleChatLinkedNicks();";
helpTag = "0";
text = "Names are not links";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "22 174";
extent = "88 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Kick Message:";
maxLength = "255";
};
new ShellTextEditCtrl(EditChatKickMessage) {
profile = "NewTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "104 166";
extent = "366 38";
minExtent = "32 38";
visible = "1";
helpTag = "0";
maxLength = "64";
historySize = "0";
password = "0";
glowOffset = "9 9";
variable = "$tempKickmsg";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "22 200";
extent = "88 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Ban Message:";
maxLength = "255";
};
new ShellTextEditCtrl(EditChatBanMessage) {
profile = "NewTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "104 194";
extent = "366 38";
minExtent = "32 38";
visible = "1";
helpTag = "0";
maxLength = "64";
historySize = "0";
password = "0";
glowOffset = "9 9";
variable = "$tempBanmsg";
};
new ShellBitmapButton(ButtonChatOptionsAccept) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "top";
position = "284 221";
extent = "128 38";
minExtent = "32 38";
visible = "1";
command = "AcceptChatOptions();";
helpTag = "0";
text = "ACCEPT";
simpleStyle = "0";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "top";
position = "78 221";
extent = "128 38";
minExtent = "32 38";
visible = "1";
command = "CancelChatOptions();";
accelerator = "escape";
helpTag = "0";
text = "CANCEL";
simpleStyle = "0";
};
};
};
//--- OBJECT WRITE END ---

View file

@ -65,6 +65,8 @@ function ToggleConsole(%make)
$ConsoleActive = false;
if(!ConsoleDlg.mouseOn)
CursorOff();
if ( $enableDirectInput )
activateKeyboard();
}
else
{
@ -73,6 +75,7 @@ function ToggleConsole(%make)
$ConsoleActive = true;
if(!ConsoleDlg.mouseOn)
CursorOn();
deactivateKeyboard();
}
}
}

View file

@ -10,16 +10,6 @@ new GuiChunkedBitmapCtrl(ForumsGui) {
variable = "$ShellBackground";
helpTag = "0";
useVariable = "1";
eid = "979";
key = "93";
state = "done";
ebstat = "1";
initialized = "1";
refreshTarget = "1";
TextCheck = "0";
refreshFlag = "0";
forumCount = "-1";
bflag = "4";
new ShellPaneCtrl(ForumShell) {
profile = "ShellPaneProfile";
@ -162,12 +152,6 @@ new GuiChunkedBitmapCtrl(ForumsGui) {
drawSeparators = "0";
headerSort = "0";
allowReposition = "0";
updateCount = "0";
key = "71";
state = "replyPost";
lastId = "16480";
highestUpdate = "16480";
bflag = "1";
};
};
new ShellScrollCtrl() {
@ -361,7 +345,6 @@ new GuiChunkedBitmapCtrl(ForumsGui) {
columns = "0";
fitParentWidth = "1";
clipColumnText = "0";
forum = "58";
};
};
};
@ -441,14 +424,6 @@ new GuiChunkedBitmapCtrl(ForumsGui) {
drawSeparators = "0";
headerSort = "1";
allowReposition = "0";
key = "43";
state = "lines";
selId = "0";
count = "0";
refreshFlag = "0";
forum = "0";
autoSelect = "1";
FirstCount = "0";
};
};
new GuiTextCtrl() {

View file

@ -31,17 +31,6 @@ new GuiControl(interiorPreviewGui) {
beaconLineWidth = "2.5";
beaconTextYOffset = "14";
showAlternateTarget = "0";
new GameOverlayCtrl() {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "640 480";
minExtent = "8 8";
visible = "1";
helpTag = "0";
};
};
new GuiButtonCtrl() {
profile = "GuiButtonProfile";

View file

@ -62,7 +62,7 @@ new GuiControl(JoystickConfigDlg) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 50";
position = "6 50";
extent = "60 22";
minExtent = "8 8";
visible = "1";
@ -73,8 +73,8 @@ new GuiControl(JoystickConfigDlg) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "83 41";
extent = "140 36";
position = "63 41";
extent = "200 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";

View file

@ -171,6 +171,7 @@ new GuiChunkedBitmapCtrl(LobbyGui) {
drawSeparators = "0";
headerSort = "1";
allowReposition = "0";
noSelect = "1";
};
};
new GuiControl() {

View file

@ -13,38 +13,40 @@ new GuiControl(LoginDlg) {
profile = "ShellDlgPaneProfile";
horizSizing = "center";
vertSizing = "center";
position = "90 156";
extent = "460 167";
position = "72 143";
extent = "495 194";
minExtent = "48 92";
visible = "1";
helpTag = "0";
text = "LOGIN";
maxLength = "255";
noTitleBar = "0";
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "30 47";
position = "37 47";
extent = "85 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Account Name:";
maxLength = "255";
};
new ShellTextEditCtrl(LoginEditBox) {
profile = "NewTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "111 39";
position = "118 39";
extent = "180 38";
minExtent = "32 38";
visible = "1";
variable = "$LoginName";
altCommand = "LoginProcess();";
helpTag = "0";
historySize = "0";
maxLength = "16";
historySize = "0";
password = "0";
glowOffset = "9 9";
};
@ -52,50 +54,39 @@ new GuiControl(LoginDlg) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "30 77";
position = "37 77";
extent = "85 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Password:";
maxLength = "255";
};
new GuiLoginPasswordCtrl(LoginPasswordBox) {
profile = "NewTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "111 68";
position = "118 69";
extent = "180 38";
minExtent = "32 38";
visible = "1";
variable = "$LoginPassword";
altCommand = "LoginProcess();";
helpTag = "0";
historySize = "0";
maxLength = "16";
historySize = "0";
password = "1";
glowOffset = "9 9";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "118 106";
extent = "160 27";
minExtent = "26 27";
visible = "1";
variable = "$pref::RememberPassword";
helpTag = "0";
text = "REMEMBER PASSWORD";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "291 39";
extent = "144 38";
position = "300 39";
extent = "147 38";
minExtent = "32 38";
visible = "1";
command = "LoginProcess();";
command = "LoginProcess(false);";
helpTag = "0";
text = "LOG IN";
simpleStyle = "0";
@ -104,8 +95,8 @@ new GuiControl(LoginDlg) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "291 70";
extent = "144 38";
position = "300 69";
extent = "147 38";
minExtent = "32 38";
visible = "1";
command = "CreateAccount();";
@ -117,27 +108,54 @@ new GuiControl(LoginDlg) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "290 102";
extent = "144 38";
position = "300 99";
extent = "147 38";
minExtent = "32 38";
visible = "1";
command = "EditAccount();";
command = "LoginProcess(true);";
helpTag = "0";
text = "EDIT ACCOUNT";
simpleStyle = "0";
};
new ShellBitmapButton(LaunchToolbarCloseButton) {
profile = "CloseButtonProfile";
horizSizing = "left";
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "411 0";
extent = "33 26";
minExtent = "33 26";
position = "300 129";
extent = "147 38";
minExtent = "32 38";
visible = "1";
command = "quit();";
accelerator = "escape";
helpTag = "0";
simpleStyle = "1";
text = "QUIT";
simpleStyle = "0";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "122 104";
extent = "167 27";
minExtent = "26 27";
visible = "1";
variable = "$pref::RememberPassword";
helpTag = "0";
text = "REMEMBER PASSWORD";
maxLength = "255";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "118 129";
extent = "180 38";
minExtent = "32 38";
visible = "1";
command = "PasswordProcess(true);";
helpTag = "0";
text = "EMAIL ME MY PASSWORD";
simpleStyle = "0";
};
};
};

View file

@ -92,7 +92,7 @@ new GuiControl(OptionsDlg) {
maxLength = "255";
simpleStyle = "0";
};
new ShellTabButton(OP_ControlsTab) {
new ShellTabButton(OP_VoiceTab) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
@ -100,6 +100,20 @@ new GuiControl(OptionsDlg) {
extent = "108 38";
minExtent = "48 38";
visible = "1";
command = "OptionsDlg.setPane(Voice);";
helpTag = "0";
text = "VOICE";
maxLength = "255";
simpleStyle = "0";
};
new ShellTabButton(OP_ControlsTab) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 196";
extent = "108 38";
minExtent = "48 38";
visible = "1";
command = "OptionsDlg.setPane(Controls);";
helpTag = "0";
text = "CONTROLS";
@ -110,7 +124,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 196";
position = "19 226";
extent = "108 38";
minExtent = "48 38";
visible = "1";
@ -124,7 +138,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 226";
position = "19 256";
extent = "108 38";
minExtent = "48 38";
visible = "1";
@ -154,7 +168,7 @@ new GuiControl(OptionsDlg) {
position = "138 42";
extent = "437 316";
minExtent = "16 18";
visible = "1";
visible = "0";
helpTag = "0";
new GuiTextCtrl() {
@ -415,11 +429,65 @@ new GuiControl(OptionsDlg) {
value = "0";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "27 88";
extent = "72 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Interior Detail:";
maxLength = "255";
};
new ShellSliderCtrl(OP_InteriorDetailSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "37 103";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.300000 1.000000";
ticks = "1000";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 88";
extent = "85 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Visible Distance:";
maxLength = "255";
};
new ShellSliderCtrl(OP_VisibleDistanceSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 103";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.600000 1.000000";
ticks = "400";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "79 100";
position = "79 137";
extent = "70 22";
minExtent = "8 8";
visible = "1";
@ -431,7 +499,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "146 91";
position = "146 128";
extent = "200 36";
minExtent = "49 36";
visible = "1";
@ -448,7 +516,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "35 130";
position = "35 167";
extent = "114 22";
minExtent = "8 8";
visible = "1";
@ -460,7 +528,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "146 121";
position = "146 158";
extent = "200 36";
minExtent = "49 36";
visible = "1";
@ -477,7 +545,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 165";
position = "31 196";
extent = "170 30";
minExtent = "26 27";
visible = "1";
@ -490,7 +558,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "236 165";
position = "236 196";
extent = "170 30";
minExtent = "26 27";
visible = "1";
@ -503,7 +571,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 195";
position = "31 226";
extent = "170 30";
minExtent = "26 27";
visible = "1";
@ -516,7 +584,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "236 195";
position = "236 226";
extent = "170 30";
minExtent = "26 27";
visible = "1";
@ -529,7 +597,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 225";
position = "31 256";
extent = "170 30";
minExtent = "26 27";
visible = "1";
@ -542,7 +610,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "236 225";
position = "236 256";
extent = "170 30";
minExtent = "26 27";
visible = "1";
@ -554,7 +622,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 255";
position = "133 286";
extent = "170 30";
minExtent = "26 27";
visible = "1";
@ -562,33 +630,6 @@ new GuiControl(OptionsDlg) {
text = "VERTEX LIGHTING";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 262";
extent = "85 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Visible Distance:";
maxLength = "255";
};
new ShellSliderCtrl(OP_VisibleDistanceSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 277";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.600000 1.000000";
ticks = "400";
value = "1";
usePlusMinus = "1";
};
};
new ShellFieldCtrl(OP_TexturesPane) {
profile = "ShellFieldProfile";
@ -678,9 +719,9 @@ new GuiControl(OptionsDlg) {
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 5.000000";
range = "0.000000 1.000000";
ticks = "6";
value = "4";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl() {
@ -705,9 +746,9 @@ new GuiControl(OptionsDlg) {
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 5.000000";
range = "0.000000 1.000000";
ticks = "6";
value = "4";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl() {
@ -732,9 +773,9 @@ new GuiControl(OptionsDlg) {
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 5.000000";
range = "0.000000 1.000000";
ticks = "6";
value = "4";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl(OP_CompressLabel) {
@ -899,8 +940,8 @@ new GuiControl(OptionsDlg) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "252 43";
extent = "152 30";
position = "249 42";
extent = "160 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Audio::environmentEnabled";
@ -912,7 +953,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 47";
position = "10 46";
extent = "72 22";
minExtent = "8 8";
visible = "1";
@ -924,7 +965,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "79 38";
position = "79 37";
extent = "169 36";
minExtent = "49 36";
visible = "1";
@ -937,11 +978,98 @@ new GuiControl(OptionsDlg) {
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "11 97";
extent = "72 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Frequency:";
maxLength = "255";
};
new ShellPopupMenu(OP_AudioFrequencyMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "80 88";
extent = "169 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Frequency";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "11 127";
extent = "72 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Bit Rate:";
maxLength = "255";
};
new ShellPopupMenu(OP_AudioBitRateMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "80 118";
extent = "100 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Bit Rate";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "221 127";
extent = "60 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Channels:";
maxLength = "255";
};
new ShellPopupMenu(OP_AudioChannelsMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "278 118";
extent = "100 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select # Channels";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 89";
position = "26 177";
extent = "79 22";
minExtent = "8 8";
visible = "1";
@ -953,7 +1081,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 104";
position = "36 192";
extent = "170 24";
minExtent = "12 24";
visible = "1";
@ -969,7 +1097,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 89";
position = "231 177";
extent = "79 22";
minExtent = "8 8";
visible = "1";
@ -981,7 +1109,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 104";
position = "241 192";
extent = "170 24";
minExtent = "12 24";
visible = "1";
@ -996,7 +1124,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 129";
position = "26 217";
extent = "60 22";
minExtent = "8 8";
visible = "1";
@ -1008,7 +1136,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 144";
position = "36 232";
extent = "170 24";
minExtent = "12 24";
visible = "1";
@ -1024,7 +1152,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 129";
position = "231 217";
extent = "97 22";
minExtent = "8 8";
visible = "1";
@ -1036,7 +1164,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 144";
position = "241 232";
extent = "170 24";
minExtent = "12 24";
visible = "1";
@ -1051,7 +1179,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 179";
position = "31 267";
extent = "170 30";
minExtent = "26 27";
visible = "1";
@ -1064,7 +1192,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 169";
position = "231 257";
extent = "74 22";
minExtent = "8 8";
visible = "0";
@ -1076,7 +1204,7 @@ new GuiControl(OptionsDlg) {
profile = "DisabledTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 169";
position = "231 257";
extent = "74 22";
minExtent = "8 8";
visible = "1";
@ -1088,7 +1216,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 184";
position = "241 272";
extent = "170 24";
minExtent = "12 24";
visible = "1";
@ -1100,15 +1228,26 @@ new GuiControl(OptionsDlg) {
value = "0.8";
usePlusMinus = "1";
};
};
new ShellFieldCtrl(OP_VoicePane) {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "138 42";
extent = "437 316";
minExtent = "16 18";
visible = "1";
helpTag = "0";
new ShellToggleButton(OP_MicrophoneEnabledTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 231";
position = "31 13";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Audio::microphoneEnabled";
variable = "$pref::Audio::enableVoiceCapture";
helpTag = "0";
text = "MICROPHONE ENABLED";
maxLength = "255";
@ -1117,7 +1256,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "232 226";
position = "232 8";
extent = "173 38";
minExtent = "32 38";
visible = "1";
@ -1130,7 +1269,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "28 261";
position = "28 43";
extent = "102 22";
minExtent = "8 8";
visible = "1";
@ -1142,7 +1281,7 @@ new GuiControl(OptionsDlg) {
profile = "DisabledTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "28 261";
position = "28 43";
extent = "102 22";
minExtent = "8 8";
visible = "0";
@ -1154,7 +1293,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "38 276";
position = "38 58";
extent = "170 24";
minExtent = "12 24";
visible = "1";
@ -1169,7 +1308,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 261";
position = "231 43";
extent = "123 22";
minExtent = "8 8";
visible = "1";
@ -1181,7 +1320,7 @@ new GuiControl(OptionsDlg) {
profile = "DisabledTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 261";
position = "231 43";
extent = "123 22";
minExtent = "8 8";
visible = "0";
@ -1193,7 +1332,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextCenterProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "271 279";
position = "271 61";
extent = "110 22";
minExtent = "8 8";
visible = "1";
@ -1205,7 +1344,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 276";
position = "241 58";
extent = "170 24";
minExtent = "12 24";
visible = "1";
@ -1217,6 +1356,88 @@ new GuiControl(OptionsDlg) {
value = "4.78947";
usePlusMinus = "1";
};
new GuiTextCtrl(OP_VoiceListenLabel) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "46 96";
extent = "140 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Voice Listen Quality:";
maxLength = "255";
};
new ShellPopupMenu(OP_VoiceListenMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "183 87";
extent = "169 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Quality";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl(OP_VoiceSendLabel) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "46 126";
extent = "140 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Voice Send Quality:";
maxLength = "255";
};
new ShellPopupMenu(OP_VoiceSendMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "183 117";
extent = "169 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Quality";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl(OP_VoiceListenLabel_Disabled) {
profile = "DisabledTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "46 96";
extent = "140 22";
minExtent = "8 8";
visible = "0";
helpTag = "0";
text = "Voice Listen Quality:";
maxLength = "255";
};
new GuiTextCtrl(OP_VoiceSendLabel_Disabled) {
profile = "DisabledTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "46 126";
extent = "140 22";
minExtent = "8 8";
visible = "0";
helpTag = "0";
text = "Voice Send Quality:";
maxLength = "255";
};
};
new ShellFieldCtrl(OP_ControlsPane) {
profile = "ShellFieldProfile";
@ -1232,8 +1453,8 @@ new GuiControl(OptionsDlg) {
profile = "NewScrollCtrlProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "2 2";
extent = "290 282";
position = "2 31";
extent = "290 253";
minExtent = "24 52";
visible = "1";
helpTag = "0";
@ -1250,7 +1471,7 @@ new GuiControl(OptionsDlg) {
horizSizing = "right";
vertSizing = "bottom";
position = "4 6";
extent = "266 270";
extent = "266 241";
minExtent = "8 8";
visible = "1";
helpTag = "0";
@ -1290,7 +1511,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "292 46";
position = "292 38";
extent = "140 38";
minExtent = "32 38";
visible = "1";
@ -1303,7 +1524,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "292 84";
position = "292 68";
extent = "140 38";
minExtent = "32 38";
visible = "1";
@ -1312,11 +1533,24 @@ new GuiControl(OptionsDlg) {
text = "SAVE AS";
simpleStyle = "0";
};
new ShellToggleButton(OP_MouseTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "296 116";
extent = "126 30";
minExtent = "26 27";
visible = "0";
variable = "pref::Input::MouseEnabled";
helpTag = "0";
text = "DINPUT MOUSE";
maxLength = "255";
};
new ShellBitmapButton(OP_ConfigureMouseBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "292 155";
position = "292 146";
extent = "140 38";
minExtent = "32 38";
visible = "1";
@ -1325,32 +1559,31 @@ new GuiControl(OptionsDlg) {
text = "CONFIGURE MOUSE";
simpleStyle = "0";
};
new ShellBitmapButton(OP_ConfigureJoystickBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "292 231";
extent = "140 38";
minExtent = "32 38";
visible = "0";
command = "Canvas.pushDialog(JoystickConfigDlg);";
helpTag = "0";
text = "CONFIGURE JOYSTICK";
simpleStyle = "0";
};
new ShellToggleButton(OP_JoystickTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "296 197";
position = "296 194";
extent = "126 30";
minExtent = "26 27";
visible = "0";
variable = "pref::Input::JoystickEnabled";
visible = "1";
helpTag = "0";
text = "ENABLE JOYSTICK";
maxLength = "255";
};
new ShellBitmapButton(OP_ConfigureJoystickBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "292 224";
extent = "140 38";
minExtent = "32 38";
visible = "1";
command = "Canvas.pushDialog(JoystickConfigDlg);";
helpTag = "0";
text = "CONFIGURE JOYSTICK";
simpleStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
@ -1386,6 +1619,35 @@ new GuiControl(OptionsDlg) {
text = "grave";
};
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "22 9";
extent = "100 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Control Group:";
maxLength = "255";
};
new ShellPopupMenu(OP_ControlGroupMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "118 0";
extent = "180 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Control Group";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
};
new ShellFieldCtrl(OP_NetworkPane) {
profile = "ShellFieldProfile";
@ -1397,11 +1659,62 @@ new GuiControl(OptionsDlg) {
visible = "0";
helpTag = "0";
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "9 16";
extent = "60 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Presets:";
maxLength = "255";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "68 8";
extent = "110 38";
minExtent = "32 38";
visible = "1";
command = "OP_NetworkPane.applyPresets( \"modem1\" );";
helpTag = "0";
text = "28.8 MODEM";
simpleStyle = "0";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "170 8";
extent = "110 38";
minExtent = "32 38";
visible = "1";
command = "OP_NetworkPane.applyPresets( \"modem2\" );";
helpTag = "0";
text = "56K MODEM";
simpleStyle = "0";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "272 8";
extent = "110 38";
minExtent = "32 38";
visible = "1";
command = "OP_NetworkPane.applyPresets( \"lan\" );";
helpTag = "0";
text = "DSL/LAN";
simpleStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 8";
position = "26 52";
extent = "65 22";
minExtent = "8 8";
visible = "1";
@ -1413,7 +1726,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 23";
position = "36 67";
extent = "170 24";
minExtent = "12 24";
visible = "1";
@ -1428,7 +1741,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 8";
position = "231 52";
extent = "62 22";
minExtent = "8 8";
visible = "1";
@ -1440,7 +1753,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 23";
position = "241 67";
extent = "170 24";
minExtent = "12 24";
visible = "1";
@ -1455,7 +1768,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 48";
position = "26 92";
extent = "99 22";
minExtent = "8 8";
visible = "1";
@ -1467,7 +1780,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 63";
position = "36 107";
extent = "170 24";
minExtent = "12 24";
visible = "1";
@ -1482,7 +1795,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "11 119";
position = "11 153";
extent = "200 22";
minExtent = "8 8";
visible = "1";
@ -1494,7 +1807,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "208 110";
position = "208 144";
extent = "180 36";
minExtent = "49 36";
visible = "1";
@ -1511,7 +1824,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "67 157";
position = "67 191";
extent = "144 22";
minExtent = "8 8";
visible = "1";
@ -1523,7 +1836,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "208 148";
position = "208 182";
extent = "180 36";
minExtent = "49 36";
visible = "1";
@ -1540,7 +1853,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "123 208";
position = "123 233";
extent = "190 30";
minExtent = "26 27";
visible = "1";
@ -1553,7 +1866,7 @@ new GuiControl(OptionsDlg) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "123 236";
position = "123 261";
extent = "190 30";
minExtent = "26 27";
visible = "1";

View file

@ -28,8 +28,8 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
profile = "ShellHorzTabFrameProfile";
horizSizing = "width";
vertSizing = "bottom";
position = "28 63";
extent = "564 270";
position = "22 54";
extent = "576 254";
minExtent = "26 254";
visible = "1";
helpTag = "0";
@ -41,8 +41,8 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
profile = "TabGroupProfile";
horizSizing = "width";
vertSizing = "bottom";
position = "38 34";
extent = "546 29";
position = "30 25";
extent = "560 29";
minExtent = "38 29";
visible = "1";
helpTag = "0";
@ -55,8 +55,8 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
profile = "ShellFieldProfile";
horizSizing = "width";
vertSizing = "height";
position = "39 71";
extent = "543 262";
position = "33 63";
extent = "554 270";
minExtent = "16 18";
visible = "1";
helpTag = "0";
@ -66,7 +66,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "height";
position = "3 27";
extent = "537 231";
extent = "550 239";
minExtent = "16 18";
visible = "0";
helpTag = "0";
@ -76,7 +76,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "height";
position = "237 20";
extent = "297 209";
extent = "310 217";
minExtent = "16 18";
visible = "1";
helpTag = "0";
@ -86,7 +86,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "height";
position = "2 6";
extent = "293 201";
extent = "306 209";
minExtent = "24 52";
visible = "1";
helpTag = "0";
@ -103,7 +103,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "bottom";
position = "9 9";
extent = "275 183";
extent = "288 191";
minExtent = "8 8";
visible = "1";
helpTag = "0";
@ -113,7 +113,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "height";
position = "0 0";
extent = "259 16";
extent = "272 16";
minExtent = "8 8";
visible = "1";
helpTag = "0";
@ -129,7 +129,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "right";
vertSizing = "height";
position = "3 3";
extent = "234 226";
extent = "234 234";
minExtent = "16 18";
visible = "1";
helpTag = "0";
@ -148,11 +148,11 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
wrap = "0";
};
new ShellFancyArrayScrollCtrl(ML1) {
profile = "clockProfile";
profile = "ShellServerBrowserProfile";
horizSizing = "width";
vertSizing = "height";
position = "-2 151";
extent = "237 77";
extent = "237 85";
minExtent = "24 52";
visible = "1";
helpTag = "0";
@ -165,7 +165,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "right";
vertSizing = "bottom";
position = "0 16";
extent = "237 61";
extent = "237 69";
minExtent = "8 52";
visible = "1";
helpTag = "0";
@ -181,7 +181,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "right";
vertSizing = "bottom";
position = "4 7";
extent = "213 47";
extent = "213 55";
minExtent = "8 8";
visible = "1";
helpTag = "0";
@ -199,11 +199,11 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
};
};
new ShellFancyTextList(MemberList) {
profile = "clockProfile";
profile = "ShellBrowserListProfile";
horizSizing = "width";
vertSizing = "height";
position = "0 0";
extent = "217 73";
extent = "217 81";
minExtent = "8 20";
visible = "1";
altCommand = "TribePane.RosterDblClick();";
@ -223,6 +223,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
drawSeparators = "0";
headerSort = "1";
allowReposition = "1";
noSelect = "0";
};
};
};
@ -302,7 +303,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "height";
position = "3 27";
extent = "537 231";
extent = "550 239";
minExtent = "16 18";
visible = "1";
helpTag = "0";
@ -312,7 +313,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "height";
position = "237 20";
extent = "297 209";
extent = "310 217";
minExtent = "16 18";
visible = "1";
helpTag = "0";
@ -322,7 +323,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "height";
position = "2 2";
extent = "293 205";
extent = "306 213";
minExtent = "24 52";
visible = "1";
helpTag = "0";
@ -339,7 +340,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "bottom";
position = "4 4";
extent = "269 197";
extent = "298 205";
minExtent = "8 8";
visible = "1";
helpTag = "0";
@ -349,7 +350,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "bottom";
position = "0 0";
extent = "273 204";
extent = "286 16";
minExtent = "8 8";
visible = "1";
helpTag = "0";
@ -365,7 +366,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "right";
vertSizing = "height";
position = "3 3";
extent = "234 226";
extent = "234 234";
minExtent = "16 18";
visible = "1";
helpTag = "0";
@ -388,7 +389,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "height";
position = "-2 151";
extent = "237 75";
extent = "237 83";
minExtent = "24 52";
visible = "1";
helpTag = "0";
@ -401,7 +402,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "right";
vertSizing = "bottom";
position = "0 16";
extent = "237 59";
extent = "237 67";
minExtent = "8 52";
visible = "1";
helpTag = "0";
@ -417,7 +418,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "right";
vertSizing = "bottom";
position = "4 7";
extent = "213 45";
extent = "213 53";
minExtent = "8 8";
visible = "1";
helpTag = "0";
@ -427,7 +428,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "8 47";
extent = "8 8";
minExtent = "8 8";
visible = "1";
helpTag = "0";
@ -435,11 +436,11 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
};
};
new ShellFancyTextList(W_MemberList) {
profile = "clockProfile";
profile = "ShellBrowserListProfile";
horizSizing = "width";
vertSizing = "height";
position = "0 0";
extent = "217 71";
extent = "217 79";
minExtent = "8 20";
visible = "1";
altCommand = "PlayerPane.DblClick();";
@ -458,6 +459,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
drawSeparators = "0";
headerSort = "1";
allowReposition = "0";
noSelect = "0";
};
};
};
@ -537,7 +539,7 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
horizSizing = "width";
vertSizing = "bottom";
position = "7 5";
extent = "8 26";
extent = "155 26";
minExtent = "8 8";
visible = "1";
helpTag = "0";
@ -546,27 +548,27 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
name = "EAST";
OldText = "EAST";
};
new ShellBitmapButton(TWBClosePaneBtn) {
profile = "ShellButtonProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "506 -3";
extent = "43 38";
minExtent = "32 38";
visible = "0";
command = "TWBTabView.closeCurrentPane();";
accelerator = "escape";
helpTag = "0";
text = "X";
simpleStyle = "0";
};
};
new ShellBitmapButton(TWBClosePaneBtn) {
profile = "ShellButtonProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "552 60";
extent = "43 38";
minExtent = "32 38";
visible = "1";
command = "TWBTabView.closeCurrentPane();";
accelerator = "escape";
helpTag = "0";
text = "X";
simpleStyle = "0";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "left";
vertSizing = "top";
position = "303 330";
extent = "104 38";
position = "221 335";
extent = "128 38";
minExtent = "32 38";
visible = "1";
command = "CreateTribe();";
@ -578,8 +580,8 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
profile = "ShellButtonProfile";
horizSizing = "left";
vertSizing = "top";
position = "390 330";
extent = "102 38";
position = "341 335";
extent = "128 38";
minExtent = "32 38";
visible = "1";
command = "SearchTribes();";
@ -591,8 +593,8 @@ new GuiChunkedBitmapCtrl(TribeAndWarriorBrowserGui) {
profile = "ShellButtonProfile";
horizSizing = "left";
vertSizing = "top";
position = "475 330";
extent = "114 38";
position = "461 335";
extent = "128 38";
minExtent = "32 38";
visible = "1";
command = "SearchWarriors();";

View file

@ -1,151 +0,0 @@
//--- OBJECT WRITE BEGIN ---
new GuiControl(TribeAttribDlg) {
profile = "DlgBackProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "640 480";
minExtent = "8 8";
visible = "1";
variable = "$NewTagAppend";
helpTag = "0";
tribename = "DEV Team";
new ShellPaneCtrl() {
profile = "ShellDlgPaneProfile";
horizSizing = "center";
vertSizing = "center";
position = "155 145";
extent = "330 190";
minExtent = "48 92";
visible = "1";
helpTag = "0";
text = "CHANGE TRIBE TAG";
noTitleBar = "0";
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "65 41";
extent = "80 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Current:";
};
new ShellFieldCtrl() {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "151 39";
extent = "130 22";
minExtent = "16 18";
visible = "1";
helpTag = "0";
new GuiTextCtrl(TAD_CurrentTag) {
profile = "ShellAltTextCenterProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "1 3";
extent = "124 20";
minExtent = "8 8";
visible = "1";
variable = "$CurrentTribeTag";
helpTag = "0";
text = "TAG";
};
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "65 71";
extent = "80 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "New:";
};
new ShellTextEditCtrl(TAD_NewTag) {
profile = "NewTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "141 63";
extent = "148 38";
minExtent = "32 38";
visible = "1";
variable = "$NewTribeTag";
command = "updateNewTagPreview();";
helpTag = "0";
historySize = "0";
maxLength = "8";
password = "0";
glowOffset = "9 9";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "29 101";
extent = "65 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Preview:";
};
new ShellFieldCtrl() {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "100 101";
extent = "180 22";
minExtent = "16 18";
visible = "1";
helpTag = "0";
new GuiTextCtrl(TAD_PreviewTag) {
profile = "ShellAltTextCenterProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 3";
extent = "180 20";
minExtent = "8 8";
visible = "1";
variable = "$NewTagPreview";
helpTag = "0";
text = "PREVIEW";
};
};
new ShellBitmapButton(TAD_OKBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "top";
position = "187 135";
extent = "100 38";
minExtent = "32 38";
visible = "1";
command = "TribeAttribDlg.ChangeTribeTag();";
accelerator = "Enter";
helpTag = "0";
text = "OK";
simpleStyle = "0";
};
new ShellBitmapButton(TAD_CancelBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "top";
position = "43 135";
extent = "100 38";
minExtent = "32 38";
visible = "1";
command = "Canvas.popDialog(TribeAttribDlg);";
accelerator = "escape";
helpTag = "0";
text = "CANCEL";
simpleStyle = "0";
};
};
};
//--- OBJECT WRITE END ---

View file

@ -14,12 +14,13 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
profile = "ShellDlgProfile";
horizSizing = "center";
vertSizing = "center";
position = "113 2";
position = "116 63";
extent = "408 354";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "TRIBE PROPERTIES";
maxLength = "255";
new ShellFieldCtrl() {
profile = "ShellFieldProfile";
@ -135,6 +136,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "ACTIONS";
maxLength = "255";
};
new ShellRadioButton() {
profile = "ShellRadioProfile";
@ -146,6 +148,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "Admin 3 [4]";
maxLength = "255";
groupNum = "7";
};
new GuiTextCtrl() {
@ -158,6 +161,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "Required Access Level";
maxLength = "255";
};
new ShellRadioButton() {
profile = "ShellRadioProfile";
@ -169,6 +173,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "Admin 2 [3]";
maxLength = "255";
groupNum = "7";
};
new ShellRadioButton() {
@ -181,6 +186,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "Admin 1 [2]";
maxLength = "255";
groupNum = "7";
};
new ShellRadioButton() {
@ -193,6 +199,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "Member [1]";
maxLength = "255";
groupNum = "7";
};
new ShellRadioButton() {
@ -205,6 +212,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "Public [0] ";
maxLength = "255";
groupNum = "7";
};
new ShellBitmapButton(TP_UpdateSecurityBtn) {
@ -277,6 +285,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "DESCRIPTION";
maxLength = "255";
};
new ShellBitmapButton(TP_EditDescBtn) {
profile = "ShellButtonProfile";
@ -336,12 +345,13 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
horizSizing = "left";
vertSizing = "relative";
position = "0 0";
extent = "249 14";
extent = "249 28";
minExtent = "8 8";
visible = "1";
helpTag = "0";
lineSpacing = "2";
allowColorChars = "1";
maxChars = "-1";
};
};
};
@ -376,6 +386,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "TRIBE TAG";
maxLength = "255";
};
new ShellRadioButton(TP_PrePendFlagBtn) {
profile = "ShellRadioProfile";
@ -388,6 +399,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
command = "TribePropertiesDlg.ToggleAppending();";
helpTag = "0";
text = "PREPEND TAG";
maxLength = "255";
groupNum = "8";
};
new ShellRadioButton(TP_AppendFlagBtn) {
@ -401,6 +413,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
command = "TribePropertiesDlg.ToggleAppending();";
helpTag = "0";
text = "APPEND TAG";
maxLength = "255";
groupNum = "8";
};
};
@ -414,8 +427,8 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
command = "TribePropertiesDlg.RefreshTag();";
helpTag = "0";
historySize = "0";
maxLength = "9";
historySize = "0";
password = "0";
glowOffset = "9 9";
};
@ -429,6 +442,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "CURRENT:";
maxLength = "255";
};
new GuiTextCtrl(TP_CurrentTag) {
profile = "GuiDefaultProfile";
@ -440,6 +454,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "TAG";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
@ -451,6 +466,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "NEW TAG:";
maxLength = "255";
};
new GuiTextCtrl(TP_PreviewTag) {
profile = "GuiDefaultProfile";
@ -462,6 +478,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "TAG";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
@ -473,6 +490,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "PREVIEW:";
maxLength = "255";
};
new ShellBitmapButton(TP_TribeTagBtn) {
profile = "ShellButtonProfile";
@ -498,6 +516,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "DISBAND TRIBE";
maxLength = "255";
};
new GuiTextCtrl(TP_RecruitingLabel) {
profile = "ShellTextProfile";
@ -509,6 +528,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "RECRUITING";
maxLength = "255";
};
new ShellRadioButton(TP_RecruitFlagBtn) {
profile = "ShellRadioProfile";
@ -521,6 +541,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
command = "TribePropertiesDlg.ChangeRecruiting();";
helpTag = "0";
text = "YES";
maxLength = "255";
groupNum = "7";
};
new ShellRadioButton(TP_RecruitFlagNoBtn) {
@ -534,6 +555,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
command = "TribePropertiesDlg.ChangeRecruiting();";
helpTag = "0";
text = "NO";
maxLength = "255";
groupNum = "7";
};
};
@ -569,6 +591,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "Current Tribe Graphic:";
maxLength = "255";
};
new ShellBitmapButton(TP_SubmitGraphicBtn) {
profile = "ShellButtonProfile";
@ -592,11 +615,11 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
minExtent = "8 8";
visible = "1";
helpTag = "0";
bitmap = "texticons/twb_Lineup.jpg";
bitmap = "texticons/twb/twb_Laserrifle.jpg";
wrap = "0";
};
new ShellFancyArrayScrollCtrl(ML1) {
profile = "clockProfile";
profile = "ShellServerBrowserProfile";
horizSizing = "width";
vertSizing = "height";
position = "233 21";
@ -638,8 +661,8 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 -195";
extent = "8 1307";
position = "0 0";
extent = "8 962";
minExtent = "8 8";
visible = "1";
helpTag = "0";
@ -647,7 +670,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
};
};
new ShellFancyTextList(TribeGraphicsList) {
profile = "clockProfile";
profile = "ShellBrowserListProfile";
horizSizing = "width";
vertSizing = "height";
position = "0 0";
@ -671,7 +694,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
drawSeparators = "0";
headerSort = "1";
allowReposition = "1";
CID = "0";
noSelect = "0";
};
};
new GuiTextCtrl() {
@ -684,6 +707,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "-------------- Graphic Requirements --------------";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
@ -695,6 +719,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "Max Dimensions:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
@ -706,6 +731,7 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "Max Size:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
@ -717,39 +743,43 @@ new GuiChunkedBitmapCtrl(TribePropertiesDlg) {
visible = "1";
helpTag = "0";
text = "Format:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "BrowserFilterTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "131 203";
extent = "26 22";
extent = "20 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "28k";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "BrowserFilterTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "131 216";
extent = "36 22";
extent = "27 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "JPEG";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "BrowserFilterTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "131 190";
extent = "93 22";
extent = "70 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "228w x 150h";
maxLength = "255";
};
};
};

View file

@ -14,14 +14,230 @@ new GuiChunkedBitmapCtrl(WarriorPropertiesDlg) {
profile = "ShellDlgProfile";
horizSizing = "center";
vertSizing = "center";
position = "116 50";
extent = "408 380";
position = "116 69";
extent = "408 342";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "WARRIOR PROPERTIES";
maxLength = "255";
new ShellFieldCtrl(W_ProfilePane) {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 63";
extent = "385 239";
minExtent = "16 18";
visible = "1";
helpTag = "0";
new ShellBitmapButton(WP_EditDescriptionBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 103";
extent = "95 38";
minExtent = "32 38";
visible = "1";
command = "WarriorPropertiesDlg.editDescription();";
helpTag = "0";
text = "EDIT";
simpleStyle = "0";
};
new ShellFieldCtrl() {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "180 4";
extent = "201 77";
minExtent = "16 18";
visible = "1";
helpTag = "0";
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "7 14";
extent = "25 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "URL:";
maxLength = "255";
};
new ShellTextEditCtrl(UrlEdit) {
profile = "NewTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "27 6";
extent = "178 38";
minExtent = "32 38";
visible = "1";
helpTag = "0";
text = "www.tribes2.com";
maxLength = "255";
historySize = "0";
password = "0";
glowOffset = "9 9";
};
new ShellBitmapButton(WP_ChangeUrl) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "-2 40";
extent = "206 38";
minExtent = "32 38";
visible = "1";
command = "WarriorPropertiesDlg.UpdateUrl();";
helpTag = "0";
text = "CHANGE HOME ADDRESS";
simpleStyle = "0";
};
};
new ShellBitmapButton(WP_ClearDescriptionBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 128";
extent = "95 38";
minExtent = "32 38";
visible = "1";
command = "WarriorPropertiesDlg.clearDescription();";
helpTag = "0";
text = "CLEAR";
simpleStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 88";
extent = "76 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "DESCRIPTION:";
maxLength = "255";
};
new ShellFieldCtrl() {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "3 3";
extent = "175 78";
minExtent = "16 18";
visible = "1";
helpTag = "0";
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "11 4";
extent = "35 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "NAME:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "18 24";
extent = "27 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "NEW:";
maxLength = "255";
};
new ShellBitmapButton(WP_ChangeNameBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "-2 42";
extent = "179 38";
minExtent = "32 38";
visible = "1";
command = "WarriorPropertiesDlg.ChangePlayerName();";
helpTag = "0";
text = "CHANGE NAME";
simpleStyle = "0";
};
new ShellTextEditCtrl(NewNameEdit) {
profile = "NewTextEditProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "39 16";
extent = "138 38";
minExtent = "32 38";
visible = "1";
helpTag = "0";
maxLength = "16";
historySize = "0";
password = "0";
glowOffset = "9 9";
};
new GuiTextCtrl(wp_currentname) {
profile = "BrowserProgressProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "51 6";
extent = "113 17";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "EAST";
maxLength = "20";
};
};
new ShellScrollCtrl() {
profile = "NewScrollCtrlProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "87 88";
extent = "295 147";
minExtent = "24 52";
visible = "1";
helpTag = "0";
willFirstRespond = "1";
hScrollBar = "alwaysOff";
vScrollBar = "alwaysOn";
constantThumbHeight = "0";
defaultLineHeight = "15";
childMargin = "10 5";
fieldBase = "gui/shll_field";
new GuiScrollContentCtrl() {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "height";
position = "14 9";
extent = "251 129";
minExtent = "8 8";
visible = "1";
helpTag = "0";
new GuiMLTextCtrl(WP_WarriorDescription) {
profile = "GuiDefaultProfile";
horizSizing = "left";
vertSizing = "relative";
position = "0 0";
extent = "249 28";
minExtent = "8 8";
visible = "1";
helpTag = "0";
lineSpacing = "2";
allowColorChars = "1";
maxChars = "-1";
};
};
};
};
new ShellFieldCtrl() {
profile = "ShellFieldProfile";
horizSizing = "right";
@ -40,16 +256,30 @@ new GuiChunkedBitmapCtrl(WarriorPropertiesDlg) {
extent = "105 38";
minExtent = "32 38";
visible = "1";
command = "W_GraphicsControl.setVisible(0);W_ProfilePane.setVisible(1);";
helpTag = "0";
text = "PROFILE";
simpleStyle = "0";
};
new ShellBitmapButton(WP_GFXBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "82 -5";
extent = "105 38";
minExtent = "32 38";
visible = "1";
command = "W_ProfilePane.setVisible(0);W_GraphicsControl.setVisible(1);WarriorPropertiesDlg.LoadGfxPane();";
helpTag = "0";
text = "GFX";
simpleStyle = "0";
};
};
new ShellBitmapButton(W_OKBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "312 337";
position = "312 298";
extent = "91 38";
minExtent = "32 38";
visible = "1";
@ -58,22 +288,155 @@ new GuiChunkedBitmapCtrl(WarriorPropertiesDlg) {
text = "CLOSE";
simpleStyle = "0";
};
new ShellFieldCtrl(W_ProfilePane) {
new ShellFieldCtrl(W_GraphicsControl) {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 63";
extent = "385 277";
extent = "385 239";
minExtent = "16 18";
visible = "1";
visible = "0";
helpTag = "0";
new ShellFancyArrayScrollCtrl(WGL) {
profile = "clockProfile";
new ShellBitmapButton(TP_SubmitGraphicBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "229 198";
extent = "158 38";
minExtent = "32 38";
visible = "0";
helpTag = "0";
text = "FIND NEW GRAPHIC";
simpleStyle = "0";
};
new GuiTextCtrl() {
profile = "BrowserProgressProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "9 8";
extent = "125 17";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Current Graphic:";
maxLength = "255";
};
new ShellBitmapButton(WP_SubmitGraphicBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "229 173";
extent = "158 38";
minExtent = "32 38";
visible = "1";
command = "WarriorPropertiesDlg.SetPlayerGraphic();";
helpTag = "0";
text = "USE SELECTED GRAPHIC";
simpleStyle = "0";
};
new GuiBitmapCtrl(PlayerGraphic) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "6 24";
extent = "228 150";
minExtent = "8 8";
visible = "1";
helpTag = "0";
bitmap = "texticons/twb/twb_Missilelauncher.jpg";
wrap = "0";
};
new GuiTextCtrl() {
profile = "BrowserFilterTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "131 190";
extent = "70 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "228w x 150h";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "BrowserProgressProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "4 177";
extent = "230 19";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "-------------- Graphic Requirements --------------";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "21 190";
extent = "102 20";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Max Dimensions:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "65 203";
extent = "58 20";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Max Size:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "77 216";
extent = "46 20";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Format:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "BrowserFilterTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "131 203";
extent = "20 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "28k";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "BrowserFilterTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "131 216";
extent = "27 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "JPEG";
maxLength = "255";
};
new ShellFancyArrayScrollCtrl(WL1) {
profile = "ShellServerBrowserProfile";
horizSizing = "width";
vertSizing = "height";
position = "233 101";
extent = "152 148";
position = "233 21";
extent = "149 156";
minExtent = "24 52";
visible = "1";
helpTag = "0";
@ -86,7 +449,7 @@ new GuiChunkedBitmapCtrl(WarriorPropertiesDlg) {
horizSizing = "right";
vertSizing = "bottom";
position = "0 16";
extent = "152 132";
extent = "149 140";
minExtent = "8 52";
visible = "1";
helpTag = "0";
@ -97,22 +460,22 @@ new GuiChunkedBitmapCtrl(WarriorPropertiesDlg) {
defaultLineHeight = "15";
childMargin = "0 3";
new VirtualScrollContentCtrl(ML3) {
new VirtualScrollContentCtrl(WL3) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "4 7";
extent = "128 118";
extent = "125 126";
minExtent = "8 8";
visible = "1";
helpTag = "0";
new GuiControl(ML4) {
new GuiControl(WL4) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "8 8";
position = "0 -212";
extent = "8 962";
minExtent = "8 8";
visible = "1";
helpTag = "0";
@ -120,11 +483,11 @@ new GuiChunkedBitmapCtrl(WarriorPropertiesDlg) {
};
};
new ShellFancyTextList(WarriorGraphicsList) {
profile = "clockProfile";
profile = "ShellBrowserListProfile";
horizSizing = "width";
vertSizing = "height";
position = "0 0";
extent = "132 144";
extent = "129 152";
minExtent = "8 20";
visible = "1";
command = "WarriorGraphicsList.onSelect();";
@ -144,208 +507,9 @@ new GuiChunkedBitmapCtrl(WarriorPropertiesDlg) {
drawSeparators = "0";
headerSort = "1";
allowReposition = "1";
noSelect = "0";
};
};
new ShellBitmapButton(WP_SubmitGraphicBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "229 242";
extent = "160 38";
minExtent = "32 38";
visible = "1";
command = "WarriorPropertiesDlg.SetPlayerGraphic();";
helpTag = "0";
text = "USE SELECTED GRAPHIC";
simpleStyle = "0";
};
new GuiTextCtrl() {
profile = "BrowserProgressProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "9 104";
extent = "125 17";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Current Graphic";
maxLength = "255";
};
new GuiBitmapCtrl(PlayerGraphic) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "6 121";
extent = "228 150";
minExtent = "8 8";
visible = "1";
helpTag = "0";
bitmap = "texticons/twb/twb_Laserrifle.jpg";
wrap = "0";
};
new ShellFieldCtrl() {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "3 3";
extent = "175 99";
minExtent = "16 18";
visible = "1";
helpTag = "0";
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "11 11";
extent = "35 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "NAME:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "18 38";
extent = "27 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "NEW:";
maxLength = "255";
};
new ShellBitmapButton(WP_ChangeNameBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "-2 65";
extent = "179 38";
minExtent = "32 38";
visible = "1";
command = "WarriorPropertiesDlg.ChangePlayerName();";
helpTag = "0";
text = "CHANGE NAME";
simpleStyle = "0";
};
new ShellTextEditCtrl(NewNameEdit) {
profile = "NewTextEditProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "39 30";
extent = "138 38";
minExtent = "32 38";
visible = "1";
helpTag = "0";
maxLength = "16";
historySize = "0";
password = "0";
glowOffset = "9 9";
};
new GuiTextCtrl(WP_CurrentName) {
profile = "BrowserProgressProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "51 13";
extent = "113 17";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "EAST";
maxLength = "20";
};
};
new ShellFieldCtrl() {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "180 37";
extent = "201 65";
minExtent = "16 18";
visible = "1";
helpTag = "0";
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "8 9";
extent = "25 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "URL:";
maxLength = "255";
};
new ShellTextEditCtrl(UrlEdit) {
profile = "NewTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "28 1";
extent = "178 38";
minExtent = "32 38";
visible = "1";
helpTag = "0";
text = "www.tribes2.com";
maxLength = "255";
historySize = "0";
password = "0";
glowOffset = "9 9";
};
new ShellBitmapButton(WP_ChangeUrl) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "-2 30";
extent = "206 38";
minExtent = "32 38";
visible = "1";
command = "WarriorPropertiesDlg.UpdateUrl();";
helpTag = "0";
text = "CHANGE HOME ADDRESS";
simpleStyle = "0";
};
};
new ShellBitmapButton(WP_EditDescriptionBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "317 0";
extent = "73 38";
minExtent = "32 38";
visible = "1";
command = "WarriorPropertiesDlg.editDescription();";
helpTag = "0";
text = "EDIT";
simpleStyle = "0";
};
new ShellBitmapButton(WP_ClearDescriptionBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "260 0";
extent = "72 38";
minExtent = "32 38";
visible = "1";
command = "WarriorPropertiesDlg.clearDescription();";
helpTag = "0";
text = "CLEAR";
simpleStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "186 8";
extent = "76 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "DESCRIPTION:";
maxLength = "255";
};
};
};
};

View file

@ -90,13 +90,6 @@ new GuiControlProfile ("GuiContentProfile")
fillColor = "255 255 255";
};
new GuiControlProfile ("memberListProfile")
{
fontType = "Univers Condensed";
fontSize = 12;
fontColor = "255 222 0";
};
new GuiControlProfile ("clockProfile")
{
fontType = "Univers Condensed";
@ -104,13 +97,6 @@ new GuiControlProfile ("clockProfile")
fontColor = "0 255 0";
};
new GuiControlProfile ("browserListProfile")
{
fontType = "Univers Condensed";
fontSize = 14;
fontColor = "0 255 0";
};
new GuiControlProfile ("GuiContentProfileNoClear")
{
opaque = false;
@ -490,6 +476,20 @@ new GuiControlProfile ("ShellServerBrowserProfile")
canKeyFocus = true;
};
new GuiControlProfile ("ShellBrowserListProfile")
{
fontType = $ShellFont;
fontSize = 12;
fontColor = "20 220 20";
fontColorHL = "60 250 60";
fontColorNA = "128 128 128";
fontColorSEL = "0 60 0";
soundButtonDown = sButtonDown;
soundButtonOver = sButtonOver;
tab = true;
canKeyFocus = true;
};
new GuiControlProfile ("LobbyPlayerListProfile")
{
fontType = $ShellFont;