v23669 (06/25/01):

- (bug fix) Vehicles and deployables now properly explode if they are destroyed while someone is repairing them.

- (bug fix) Sniper laser shots no longer create water splash effects if hitting ground near the water.

- (bug fix) Immersion iForce force feedback mouse is now working properly again.

- (bug fix) The "flag jumping" bug is now fixed. When a flag lands after being dropped, it will stay put when it slides to rest.

- (bug fix) Fixed a situation where closing tribe or player tags on the Browser out of order would cause a disconnect with the database server.

- (bug fix) Players can no longer fire, place mines, place grenades, or place beacons when inside a force field.

- (bug fix) Fixed bug where modifier keys (specifically SHIFT) bound to actions in the game would still cause those actions when typing in a text edit control in-game (such as the chat entry)

- (bug fix) Fixed a bug that could cause a player to drop to desktop when attempting to join a game which was in the process of cycling missions.

- (bug fix) Fixed a Radeon video card issue which could occur if the desktop color bit-depth was different than the color bit-depth that the player was using in the game.

- (bug fix) You won't try to fade into a vehicle that was destroyed after you purchased it, but before you had actually tported to the seat.

- (bug fix) Minor change in the MPB explosion so that the turret part of the MPB doesn't seem to hover in place for a split-second during the explosion.

- (bug fix) Bomber bombs now tumble properly and won't seem to disappear when falling.

- (bug fix) Fixed a rare problem that could cause a client crash while the server is resetting.

- (bug fix) Fixed a problem with the ELF gun effect that was causing hangs.

- (bug fix) Telnet can now be used to set passwords for PURE servers so that they can be used for match games. (command line option...see the post in T2FAQs called "How do I TELNET INTO A PURE SERVER?" for more information on how to use this ability.)

- (bug fix) The "cloning" issue (where players could clone themselves by dying, going to the CC with the CC camera showing themselves, spawn, and flicker back and forth to the CC) is now fixed and no longer occurs.

- (bug fix) Another "cloning" issue which occurred when the Tourney Admin would switch teams for players is fixed and no longer occurs.

- (bug fix) Fixed a bug where, when a client joins a server where the client does not have the map being run on the server, the client hangs while loading. This now elegantly exits instead of hanging.

- (bug fix) Fixed an issue where the last few characters of the Server Info dialog would be cut off.

- (bug fix) Fixed a situation where a blank error box could occur if CD key not entered properly when creating an account.

- (bug fix) Sensor rings will no longer show up on the Command Circuit if the generators are not powered.

- (bug fix) There was a rare bug where, if a player was standing in a force field's position when that force field went from a depowered to powered state (in otherwords, if the gens were repaired while he stood in the FF position), then the player would be stuck forever. If this case occurs, that player will now be destroyed.

- (improvement) The "redjack" icon has been removed and new network throughput graphs have been implemented to better help players troubleshoot their net settings. Additionally, a more accurate and complete set of network presets is available. (See details below under "NETWORK SETTINGS" for more information.)

- (improvement) The pure server concept is now implemented. Pure servers only allow regulation scripts and maps to be run on the server (no restrictions yet on the client), thus ensuring that anyone that joins a "base" server is playing the game as it was designed by Dynamix. MODs are still easily joined, but players can be assured that a "Base" game is really a "Base" game now. (Any game with server or rules mods that is not actually named as a new MOD will be described as "variant" instead of "base" on the master server list.) NOTE: See "PURE SERVER" below for more information on this.

- (improvement) Old Password is now required in order to enter a New Password when editing your account.

- (improvement) Password handling is different now in order to make it more difficult for people to casually find a password on a hard drive.

- (improvement) Made more room for player names to display on the Server Info box.

- (improvement) Bomber and Tank now have separate energy capacitors for their turret weapons. This energy pool is completely separate from the energy pool that the thrusters and force shields use. (Gunner energy is displayed as a second bar below the regular vehicle energy and is orangish in color.)

- (improvement) Vertical thrusters on air vehicles are now more efficient to enable better takeoffs from ground level.

- (improvement) Changed team damage OFF to include friendly turret fire and vehicle fire. (In otherwords, if Team Damage is OFF, then turrets fire and vehicle fire will not affect friendly units.)

- (improvement) Splash damage no longer falls off so dramatically with distance. You will find that area effect (explosion) weapons now are more effective within their damage area.

- (improvement) While in Tournament mode, and while in observer mode at the beginning of a match (before teams have been selected), players will now be able to chat with one another.

- (improvement) Added observer points to Tombstone (it previously had none).

- (improvement) Grenades tossing is slightly improved. The grenades will throw farther with less time spent pressing the grenade key. (They still have the exact same minimum and maximum throwing distances, it's just easier to throw it out to max range now.)

- (community) Player histories are now accurate.

- (community) Preferences in the FORUMs should be fixed now so that they stay in existence. The sort is the only exception. That will reformat each time you enter the FORUM and you will need to select whichever sort your prefer at that time.
This commit is contained in:
Robert MacGregor 2017-07-17 23:22:55 -04:00
parent 7d0bae2fd4
commit 7f1fccfdff
91 changed files with 7964 additions and 6058 deletions

View file

@ -7,16 +7,20 @@ new GuiControl(AdvancedHostDlg) {
extent = "640 480";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
new ShellPaneCtrl() {
profile = "ShellDlgPaneProfile";
horizSizing = "center";
vertSizing = "center";
position = "70 30";
extent = "500 420";
position = "50 30";
extent = "540 420";
minExtent = "48 92";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "ADVANCED HOST OPTIONS";
maxLength = "255";
@ -26,10 +30,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "88 40";
position = "114 40";
extent = "40 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "Port:";
maxLength = "255";
@ -38,24 +44,30 @@ new GuiControl(AdvancedHostDlg) {
profile = "NewTextEditNumericProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "124 32";
position = "150 32";
extent = "98 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
maxLength = "8";
historySize = "0";
password = "0";
tabComplete = "0";
deniedSound = "InputDeniedSound";
glowOffset = "9 9";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "223 40";
position = "249 40";
extent = "64 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "Time Limit:";
maxLength = "255";
@ -64,24 +76,30 @@ new GuiControl(AdvancedHostDlg) {
profile = "NewTextEditNumericProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "283 32";
position = "309 32";
extent = "68 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
maxLength = "3";
historySize = "0";
password = "0";
tabComplete = "0";
deniedSound = "InputDeniedSound";
glowOffset = "9 9";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "349 40";
position = "375 40";
extent = "41 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "Minutes";
maxLength = "255";
@ -90,10 +108,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "97 70";
position = "123 70";
extent = "110 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "Admin Password:";
maxLength = "255";
@ -102,60 +122,86 @@ new GuiControl(AdvancedHostDlg) {
profile = "NewTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "203 62";
position = "229 62";
extent = "180 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
maxLength = "16";
historySize = "0";
password = "0";
tabComplete = "0";
deniedSound = "InputDeniedSound";
glowOffset = "9 9";
};
new ShellToggleButton(AH_DedicatedTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "82 106";
position = "94 106";
extent = "150 30";
minExtent = "26 27";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "DEDICATED";
maxLength = "255";
};
new ShellToggleButton(AH_AdminVoteTgl) {
new ShellToggleButton(AH_PureServerTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "268 106";
position = "296 106";
extent = "150 30";
minExtent = "26 27";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "ALLOW ADMIN VOTES";
text = "PURE SERVER";
maxLength = "255";
};
new ShellToggleButton(AH_TournamentTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "82 136";
position = "32 136";
extent = "150 30";
minExtent = "26 27";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "TOURNAMENT MODE";
maxLength = "255";
};
new ShellToggleButton(AH_AdminVoteTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "195 136";
extent = "150 30";
minExtent = "26 27";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "ALLOW ADMIN VOTES";
maxLength = "255";
};
new ShellToggleButton(AH_AllowSmurfTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "268 136";
position = "358 136";
extent = "150 30";
minExtent = "26 27";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "ALLOW ALIASES";
maxLength = "255";
@ -164,10 +210,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "62 174";
position = "79 174";
extent = "114 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "Vote Pass Percentage:";
maxLength = "255";
@ -176,10 +224,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellAltTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "181 175";
position = "198 175";
extent = "29 20";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "60%";
maxLength = "255";
@ -188,10 +238,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "72 189";
position = "89 189";
extent = "170 24";
minExtent = "12 24";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
variable = "value";
altCommand = "AH_VotePassText.update();";
helpTag = "0";
@ -204,10 +256,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "62 214";
position = "79 214";
extent = "54 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "Vote Time:";
maxLength = "255";
@ -216,10 +270,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellAltTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "121 215";
position = "138 215";
extent = "69 20";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "20 seconds";
maxLength = "255";
@ -228,10 +284,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "72 229";
position = "89 229";
extent = "170 24";
minExtent = "12 24";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
variable = "value";
altCommand = "AH_VoteTimeText.update();";
helpTag = "0";
@ -244,10 +302,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "260 175";
position = "277 175";
extent = "93 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "Observer Timeout:";
maxLength = "255";
@ -256,10 +316,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellAltTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "358 176";
position = "375 176";
extent = "69 20";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "30 seconds";
maxLength = "255";
@ -268,10 +330,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "270 190";
position = "287 190";
extent = "170 24";
minExtent = "12 24";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
variable = "value";
altCommand = "AH_RespawnText.update();";
helpTag = "0";
@ -284,10 +348,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "260 215";
position = "277 215";
extent = "72 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "Warmup Time:";
maxLength = "255";
@ -296,10 +362,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellAltTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "337 216";
position = "354 216";
extent = "69 20";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "30 seconds";
maxLength = "255";
@ -308,10 +376,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "270 230";
position = "287 230";
extent = "170 24";
minExtent = "12 24";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
variable = "value";
altCommand = "AH_WarmupText.update();";
helpTag = "0";
@ -324,22 +394,26 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "top";
position = "123 262";
position = "143 262";
extent = "58 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "Server Info:";
maxLength = "255";
};
new ShellScrollCtrl() {
profile = "NewScrollCtrlProfile";
horizSizing = "right";
horizSizing = "center";
vertSizing = "top";
position = "120 275";
position = "140 275";
extent = "260 85";
minExtent = "24 52";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
willFirstRespond = "1";
hScrollBar = "alwaysOff";
@ -357,6 +431,8 @@ new GuiControl(AdvancedHostDlg) {
extent = "230 71";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
new GuiMLTextEditCtrl(AH_ServerInfo) {
@ -367,10 +443,13 @@ new GuiControl(AdvancedHostDlg) {
extent = "230 71";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
lineSpacing = "2";
allowColorChars = "0";
maxChars = "-1";
deniedSound = "InputDeniedSound";
};
};
};
@ -378,10 +457,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "top";
position = "74 365";
extent = "140 38";
position = "95 365";
extent = "128 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
command = "Canvas.popDialog( AdvancedHostDlg );";
accelerator = "escape";
helpTag = "0";
@ -392,10 +473,12 @@ new GuiControl(AdvancedHostDlg) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "top";
position = "287 365";
extent = "140 38";
position = "317 365";
extent = "128 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
command = "AdvancedHostDlg.Accept();";
helpTag = "0";
text = "SAVE";

View file

@ -10,12 +10,14 @@ new GuiControl(EMailComposeDlg) {
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
state = "done";
key = "6";
new ShellWindowCtrl(EmailComposeWindow) {
profile = "ShellWindowProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "67 37";
position = "77 37";
extent = "500 408";
minExtent = "386 230";
visible = "1";
@ -32,7 +34,7 @@ new GuiControl(EMailComposeDlg) {
canClose = "1";
closeCommand = "EmailComposeDlg.Cancel();";
new ShellTextEditCtrl(Email_ToEdit) {
new ShellTextEditCtrl(Email_TOEdit) {
profile = "NewTextEditProfile";
horizSizing = "width";
vertSizing = "bottom";
@ -42,16 +44,15 @@ new GuiControl(EMailComposeDlg) {
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
variable = "$EmailToAddress";
helpTag = "0";
maxLength = "2000";
maxLength = "2001";
historySize = "0";
password = "0";
tabComplete = "0";
deniedSound = "InputDeniedSound";
glowOffset = "9 9";
};
new ShellTextEditCtrl(EMail_CCEdit) {
new ShellTextEditCtrl(Email_CCEdit) {
profile = "NewTextEditProfile";
horizSizing = "width";
vertSizing = "bottom";
@ -61,9 +62,8 @@ new GuiControl(EMailComposeDlg) {
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
variable = "$EmailCCAddress";
helpTag = "0";
maxLength = "2000";
maxLength = "2001";
historySize = "0";
password = "0";
tabComplete = "0";

111
base/gui/FindServerDlg.gui Normal file
View file

@ -0,0 +1,111 @@
//--- OBJECT WRITE BEGIN ---
new GuiControl(FindServerDlg) {
profile = "DlgBackProfile";
horizSizing = "width";
vertSizing = "height";
position = "0 0";
extent = "640 480";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
new ShellPaneCtrl() {
profile = "ShellDlgPaneProfile";
horizSizing = "center";
vertSizing = "center";
position = "155 156";
extent = "330 167";
minExtent = "48 92";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "FIND SERVER";
maxLength = "255";
noTitleBar = "0";
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "20 45";
extent = "75 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "Find Text:";
maxLength = "255";
};
new ShellTextEditCtrl(FS_SearchPattern) {
profile = "NewTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "91 36";
extent = "205 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
command = "FS_SearchPattern.validate();";
altCommand = "FindServerDlg::onGo();";
helpTag = "0";
maxLength = "24";
historySize = "5";
password = "0";
tabComplete = "0";
deniedSound = "InputDeniedSound";
glowOffset = "9 9";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "center";
vertSizing = "bottom";
position = "85 76";
extent = "160 30";
minExtent = "26 27";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
variable = "$pref::ServerBrowser::IgnoreCase";
helpTag = "0";
text = "IGNORE CASE";
maxLength = "255";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "top";
position = "43 112";
extent = "100 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
command = "Canvas.popDialog( FindServerDlg );";
accelerator = "escape";
helpTag = "0";
text = "CANCEL";
simpleStyle = "0";
};
new ShellBitmapButton(FS_GoBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "top";
position = "187 112";
extent = "100 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
command = "FindServerDlg.onGo();";
helpTag = "0";
text = "GO";
simpleStyle = "0";
};
};
};
//--- OBJECT WRITE END ---

View file

@ -431,4 +431,5 @@ function GuiEditor::onSelect(%this, %ctrl)
GuiEditorInspectName.setValue(%ctrl.getName());
}
GlobalActionMap.bind(keyboard, "alt f1", GuiEdit);
if (!isDemo())
GlobalActionMap.bind(keyboard, "alt f1", GuiEdit);

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@ new GameTSCtrl(PlayGui) {
visible = "1";
setFirstResponder = "1";
modal = "1";
hideCursor = "1";
hideCursor = "1";
helpTag = "0";
beaconBaseTextureName = "gui/beacon_base";
beaconTargetTextureName = "gui/crosshairs";
@ -199,20 +199,156 @@ new GameTSCtrl(PlayGui) {
autoResize = "0";
subRegion = "0 2 65 15";
};
new HudBitmapCtrl(lagHudIndicator) {
profile = "GuiButtonProfile";
new ShellFieldCtrl(NetGraphHudFrame) {
profile = "GuiChatBackProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "570 38";
extent = "35 32";
position = "266 8";
extent = "176 50";
minExtent = "8 8";
visible = "0";
frameColor = "0 1 0 1";
opacity = "0.8";
bitmap = "gui/hud_disconnect.png";
new HudNetDisplay(NetGraphHud) {
profile = "HudScoreProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "1 1";
extent = "174 48";
minExtent = "8 8";
visible = "1";
};
};
new GuiControl(NetBarHudFrame) {
profile = "GuiDefaultProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "290 0";
extent = "129 68";
minExtent = "8 8";
visible = "0";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
new HudNetDisplay(NetBarHud) {
profile = "GuiDefaultProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "1 1";
extent = "174 48";
minExtent = "8 8";
visible = "1";
infoCallback = "1";
renderGraph = false;
historySize = 2;
};
new ShellFieldCtrl() {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "6 27";
extent = "120 18";
minExtent = "16 18";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
new HudBarBaseCtrl(NetBarHudSendBar) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "120 18";
minExtent = "120 18";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
fillColor = "0.000000 0.800000 0.000000 1.000000";
frameColor = "0.000000 1.000000 0.000000 1.000000";
opacity = "0.6";
autoCenter = "0";
autoResize = "0";
flipVertical = "0";
flipHorizontal = "0";
subRegion = "2 2 116 15";
displayMounted = "0";
pulseRate = "500";
pulseThreshold = "0.3";
verticalFill = "0";
};
};
new ShellFieldCtrl() {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "6 46";
extent = "120 18";
minExtent = "16 18";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
new HudBarBaseCtrl(NetBarHudReceiveBar) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "120 18";
minExtent = "120 18";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
fillColor = "0.000000 0.800000 0.000000 1.000000";
frameColor = "0.000000 1.000000 0.000000 1.000000";
opacity = "0.6";
autoCenter = "0";
autoResize = "0";
flipVertical = "0";
flipHorizontal = "0";
subRegion = "2 2 116 15";
displayMounted = "0";
pulseRate = "500";
pulseThreshold = "0.3";
verticalFill = "0";
};
};
new GuiTextCtrl(NetBarHudPingText) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "9 9";
extent = "36 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "0ms";
maxLength = "255";
};
new GuiTextCtrl(NetBarHudPacketLossText) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "76 9";
extent = "48 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "0%";
maxLength = "255";
};
};
new GuiControl(retCenterHud) {
profile = "GuiDefaultProfile";
horizSizing = "center";
@ -405,13 +541,13 @@ new GameTSCtrl(PlayGui) {
markerImageNames[2] = "small_diamond"; // assigned task
markerImageNames[3] = "small_cross"; // client waypoint
markerImageNames[4] = "small_circle"; // target
missileMarker1 = "gui/RET_missile_marker";
missileMarker2 = "gui/RET_missile_marker_red";
missileFlash1 = "gui/RET_missile_horizflash_red";
missileFlash2 = "gui/RET_missile_vertflash_red";
missileMarker1 = "gui/RET_missile_marker";
missileMarker2 = "gui/RET_missile_marker_red";
missileFlash1 = "gui/RET_missile_horizflash_red";
missileFlash2 = "gui/RET_missile_vertflash_red";
LOSMarkerUpdate = 250; // amount of time in ms that markers get LOS updates. Turn this down to get more updates or up to get less.
LOSMarkerUpdate = 250; // amount of time in ms that markers get LOS updates. Turn this down to get more updates or up to get less.
};
new GuiControl(dashboardHud) {

View file

@ -7,6 +7,8 @@ new GuiControl(RemapDlg) {
extent = "640 480";
minExtent = "8 8";
visible = "1";
hideCursor = "1";
bypassHideCursor = "0";
helpTag = "0";
new ShellPaneCtrl(RemapFrame) {

View file

@ -88,7 +88,7 @@ new GuiControl(ServerInfoDlg) {
};
new ShellScrollCtrl(SI_ContentScroll) {
profile = "NewScrollCtrlProfile";
horizSizing = "right";
horizSizing = "width";
vertSizing = "bottom";
position = "0 100";
extent = "336 162";
@ -105,20 +105,20 @@ new GuiControl(ServerInfoDlg) {
new GuiScrollContentCtrl() {
profile = "GuiDefaultProfile";
horizSizing = "right";
horizSizing = "width";
vertSizing = "bottom";
position = "7 7";
extent = "322 174";
extent = "306 174";
minExtent = "8 8";
visible = "1";
helpTag = "0";
new GuiMLTextCtrl(SI_ContentWindow) {
profile = "InfoWindowProfile";
horizSizing = "right";
horizSizing = "width";
vertSizing = "bottom";
position = "0 0";
extent = "271 52";
extent = "306 52";
minExtent = "24 52";
visible = "1";
helpTag = "0";

View file

@ -71,7 +71,7 @@ new GuiCursor(ResizeDownCursor)
new GuiCursor(GrabCursor)
{
hotSpot = "9 13";
bitmapName = "gui/CUR_Grab.png";
bitmapName = "gui/CUR_Grab";
};
//--------------------------------------------------------------------------
@ -463,7 +463,7 @@ new GuiControlProfile ("ShellServerBrowserProfile")
fontColorHL = "6 245 215";
fontColorNA = "128 128 128";
fontColorSEL = "25 68 56";
fontColors[4] = "20 197 93"; // Mod base color
fontColors[4] = "20 167 93"; // Mod base color
fontColors[5] = "40 217 113"; // Mod rollover color
fontColors[6] = "5 60 30"; // Mod selected color
fontColors[7] = "108 108 108"; // Differing build base color
@ -1071,7 +1071,7 @@ new GuiControlProfile ("GuiTextBGWhiteRightProfile")
new GuiControlProfile ("GuiHelpLineProfile")
{
borderColor = "231 101 26";
bitmap = "gui/hud_dot.png";
bitmap = "gui/hud_dot";
};
new GuiControlProfile ("GuiTextObjHudCenterProfile")