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

@@ -43,6 +43,34 @@ Background@MULTIPLAYER_PANEL:
Height: 25
Text: Status
Font: Bold
Background@NOTICE_CONTAINER:
X: 20
Y: 67
Width: 583
Height: 20
Background: dialog2
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: 20
Y: 67