Disable IRC chat in the server browser.

This commit is contained in:
Paul Chote
2013-11-28 22:14:29 +13:00
parent a99d7fee82
commit 76c332acca
3 changed files with 18 additions and 25 deletions

View File

@@ -101,7 +101,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
showIncompatibleCheckbox.OnClick = () => { showIncompatible ^= true; ServerList.Query(games => RefreshServerList(panel, games)); }; showIncompatibleCheckbox.OnClick = () => { showIncompatible ^= true; ServerList.Query(games => RefreshServerList(panel, games)); };
} }
Game.LoadWidget(null, "SERVERBROWSER_IRC", panel.Get("IRC_ROOT"), new WidgetArgs()); // Game.LoadWidget(null, "SERVERBROWSER_IRC", panel.Get("IRC_ROOT"), new WidgetArgs());
ServerList.Query(games => RefreshServerList(panel, games)); ServerList.Query(games => RefreshServerList(panel, games));
} }

View File

@@ -1,31 +1,27 @@
Container@SERVERBROWSER_PANEL: Container@SERVERBROWSER_PANEL:
Logic:ServerBrowserLogic Logic:ServerBrowserLogic
X:(WINDOW_RIGHT - WIDTH)/2 X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2 Y:(WINDOW_BOTTOM - 500)/2
Width:730 Width:730
Height:645 Height:535
Children: Children:
Label@TITLE: Label@TITLE:
Text:Find Server Text:Find Server
Width:740 Width:740
Y:0-10 Y:0-25
Font:BigBold Font:BigBold
Contrast:true Contrast:true
Align:Center Align:Center
Background@bg: Background@bg:
Width:730 Width:730
Height:600 Height:500
Background:panel-black Background:panel-black
Y:15
Children: Children:
Container@IRC_ROOT:
X:15
Y:15
ScrollPanel@SERVER_LIST: ScrollPanel@SERVER_LIST:
X:15 X:15
Y:280 Y:15
Width:700 Width:700
Height:300 Height:470
Children: Children:
ScrollItem@SERVER_TEMPLATE: ScrollItem@SERVER_TEMPLATE:
Width:PARENT_RIGHT-27 Width:PARENT_RIGHT-27
@@ -80,7 +76,7 @@ Container@SERVERBROWSER_PANEL:
Height:25 Height:25
Label@PROGRESS_LABEL: Label@PROGRESS_LABEL:
X:(PARENT_RIGHT - WIDTH) / 2 X:(PARENT_RIGHT - WIDTH) / 2
Y:PARENT_BOTTOM / 2 - HEIGHT + (280 / 2) Y:PARENT_BOTTOM / 2 - HEIGHT
Width:710 Width:710
Height:25 Height:25
Font:Bold Font:Bold
@@ -89,20 +85,20 @@ Container@SERVERBROWSER_PANEL:
Button@BACK_BUTTON: Button@BACK_BUTTON:
Key:escape Key:escape
X:0 X:0
Y:614 Y:499
Width:140 Width:140
Height:35 Height:35
Text:Back Text:Back
Button@REFRESH_BUTTON: Button@REFRESH_BUTTON:
X:PARENT_RIGHT - 140 - 10 - 140 X:PARENT_RIGHT - 140 - 10 - 140
Y:614 Y:499
Width:140 Width:140
Height:35 Height:35
Text:Refresh Text:Refresh
Button@JOIN_BUTTON: Button@JOIN_BUTTON:
Key:return Key:return
X:PARENT_RIGHT - 140 X:PARENT_RIGHT - 140
Y:614 Y:499
Width:140 Width:140
Height:35 Height:35
Text:Join Text:Join

View File

@@ -3,7 +3,7 @@ Background@JOINSERVER_BG:
X:(WINDOW_RIGHT - WIDTH)/2 X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2 Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:740 Width:740
Height:700 Height:505
Children: Children:
Label@JOINSERVER_LABEL_TITLE: Label@JOINSERVER_LABEL_TITLE:
X:0 X:0
@@ -48,7 +48,7 @@ Background@JOINSERVER_BG:
X:20 X:20
Y:80 Y:80
Width:700 Width:700
Height:305 Height:355
Children: Children:
ScrollItem@SERVER_TEMPLATE: ScrollItem@SERVER_TEMPLATE:
Width:PARENT_RIGHT-27 Width:PARENT_RIGHT-27
@@ -103,21 +103,21 @@ Background@JOINSERVER_BG:
Height:25 Height:25
Label@PROGRESS_LABEL: Label@PROGRESS_LABEL:
X:(PARENT_RIGHT - WIDTH) / 2 X:(PARENT_RIGHT - WIDTH) / 2
Y:505 / 2 - HEIGHT Y:PARENT_BOTTOM / 2 - HEIGHT
Width:150 Width:150
Height:30 Height:30
Text:Fetching games... Text:Fetching games...
Align:Center Align:Center
Button@REFRESH_BUTTON: Button@REFRESH_BUTTON:
X:20 X:20
Y:395 Y:PARENT_BOTTOM - 45
Width:100 Width:100
Height:25 Height:25
Text:Refresh Text:Refresh
Font:Bold Font:Bold
Button@JOIN_BUTTON: Button@JOIN_BUTTON:
X:PARENT_RIGHT - 120 - 120 X:PARENT_RIGHT - 120 - 120
Y:395 Y:PARENT_BOTTOM - 45
Width:100 Width:100
Height:25 Height:25
Text:Join Text:Join
@@ -125,12 +125,9 @@ Background@JOINSERVER_BG:
Key:return Key:return
Button@BACK_BUTTON: Button@BACK_BUTTON:
X:PARENT_RIGHT - 120 X:PARENT_RIGHT - 120
Y:395 Y:PARENT_BOTTOM - 45
Width:100 Width:100
Height:25 Height:25
Text:Cancel Text:Cancel
Font:Bold Font:Bold
Key:escape Key:escape
Container@IRC_ROOT:
X:20
Y:430