Display information banners in the MP server browser.

Notices are provided for outdated / unknown mod versions
and latest but playtest available.
This commit is contained in:
Paul Chote
2017-12-26 14:52:37 +00:00
committed by reaperrr
parent e7ce9aa263
commit 27beed402f
4 changed files with 120 additions and 1 deletions

View File

@@ -48,6 +48,38 @@ Container@MULTIPLAYER_PANEL:
Height: 25
Text: Status
Font: Bold
Container@NOTICE_CONTAINER:
X: 15
Y: 30
Width: 582
Height: 19
Children:
Background@bg:
Width: PARENT_RIGHT
Height: 20
Background: panel-black
Children:
Label@OUTDATED_VERSION_LABEL:
X: 5
Width: PARENT_RIGHT-10
Height: 18
Align: Center
Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold
Label@UNKNOWN_VERSION_LABEL:
X: 5
Width: PARENT_RIGHT-10
Height: 18
Align: Center
Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold
Label@PLAYTEST_AVAILABLE_LABEL:
X: 5
Width: PARENT_RIGHT-10
Height: 18
Align: Center
Text: A pre-release version of OpenRA is available for testing. Download the playtest from www.openra.net
Font: TinyBold
ScrollPanel@SERVER_LIST:
X: 15
Y: 30