Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display server region in serverbrowser #479

Merged
merged 15 commits into from
Dec 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a
"PLAYERS_COLUMN" "Players"
"MAP_COLUMN" "Map"
"GAMEMODE_COLUMN" "Gamemode"
"LATENCY_COLUMN" "Latency"
"REGION_COLUMN" "Region"
"SEARCHBAR_LABEL" "Search:"
"MAP_FILTER" "Map"
"GAMEMODE_FILTER" "Gamemode"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Choisissez Oui si vous êtes d'accord. Ce choix peut être modifié à tout inst
"PLAYERS_COLUMN" "Joueurs"
"MAP_COLUMN" "Carte"
"GAMEMODE_COLUMN" "Mode de jeu"
"LATENCY_COLUMN" "Latence"
"REGION_COLUMN" "Région"
"SEARCHBAR_LABEL" "Recherche :"
"MAP_FILTER" "Carte"
"GAMEMODE_FILTER" "Mode de jeu"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Drücke Ja, um zuzustimmen. Du kannst diese Entscheidung jederzeit im Modmenü
"PLAYERS_COLUMN" "Spieler"
"MAP_COLUMN" "Karte"
"GAMEMODE_COLUMN" "Modus"
"LATENCY_COLUMN" "Ping"
"REGION_COLUMN" "Region"
"SEARCHBAR_LABEL" "Suche:"
"MAP_FILTER" "Karte"
"GAMEMODE_FILTER" "Modus"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Premi Sì se sei d'accordo. Questa scelta può essere modificata in qualsiasi mo
"PLAYERS_COLUMN" "Players"
"MAP_COLUMN" "Mappa"
"GAMEMODE_COLUMN" "Modalità"
"LATENCY_COLUMN" "Latenza"
"REGION_COLUMN" "Regione"
"SEARCHBAR_LABEL" "Cerca:"
"MAP_FILTER" "Mappa"
"GAMEMODE_FILTER" "Modalità"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"PLAYERS_COLUMN" "プレイヤー"
"MAP_COLUMN" "マップ"
"GAMEMODE_COLUMN" "ゲームモード"
"LATENCY_COLUMN" "レイテンシー"
"REGION_COLUMN" "領域"
"SEARCHBAR_LABEL" "検索:"
"MAP_FILTER" "マップ"
"GAMEMODE_FILTER" "ゲームモード"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Si estas de acuerdo con esto, presiona SI. Esta decision puede ser cambiada en e
"PLAYERS_COLUMN" "Jugadores"
"MAP_COLUMN" "Mapa"
"GAMEMODE_COLUMN" "Modo de juego"
"LATENCY_COLUMN" "Latencia"
"REGION_COLUMN" "Región"
"SEARCHBAR_LABEL" "Buscar:"
"MAP_FILTER" "Mapa"
"GAMEMODE_FILTER" "Modo de juego"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Clique em Sim se você concorda. Esta escolha pode ser alterada a qualquer momen
"PLAYERS_COLUMN" "Jogadores"
"MAP_COLUMN" "Mapa"
"GAMEMODE_COLUMN" "Modo"
"LATENCY_COLUMN" "Latência"
"REGION_COLUMN" "Região"
"SEARCHBAR_LABEL" "Buscar:"
"MAP_FILTER" "Mapa"
"GAMEMODE_FILTER" "Modo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"PLAYERS_COLUMN" "Игроки"
"MAP_COLUMN" "Карта"
"GAMEMODE_COLUMN" "Режим игры"
"LATENCY_COLUMN" "Задержка"
"REGION_COLUMN" "Регион"
"SEARCHBAR_LABEL" "Поиск:"
"MAP_FILTER" "Карта"
"GAMEMODE_FILTER" "Режим игры"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Presiona Sí al estar de acuerdo. Esta opcion se puede cambiar en el menú de mo
"PLAYERS_COLUMN" "Jugadores"
"MAP_COLUMN" "Mapa"
"GAMEMODE_COLUMN" "Modo de juego"
"LATENCY_COLUMN" "Latencia"
"REGION_COLUMN" "Región"
"SEARCHBAR_LABEL" "Buscar:"
"MAP_FILTER" "Mapa"
"GAMEMODE_FILTER" "Modo de juego"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
"PLAYERS_COLUMN" "玩家"
"MAP_COLUMN" "地圖"
"GAMEMODE_COLUMN" "遊戲模式"
"LATENCY_COLUMN" "延遲"
"REGION_COLUMN" "地區"
"SEARCHBAR_LABEL" "搜尋:"
"MAP_FILTER" "地圖"
"GAMEMODE_FILTER" "遊戲模式"
Expand Down
70 changes: 35 additions & 35 deletions Northstar.Client/mod/resource/ui/menus/server_browser.menu
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ resource/ui/menus/mods_browse.menu
pin_to_sibling_corner TOP_RIGHT
navDown BtnServer1
navLeft BtnServerMapTab
navRight BtnServerLatencyTab
navRight BtnServerRegionTab
navUp BtnFiltersClear
}

Expand Down Expand Up @@ -1408,12 +1408,12 @@ resource/ui/menus/mods_browse.menu
pin_to_sibling_corner BOTTOM_LEFT
}

// Latency
BtnServerLatencyTab
// Region
BtnServerRegionTab
{
ControlName RuiButton
InheritProperties RuiSmallButton
labelText "#LATENCY_COLUMN"
labelText "#REGION_COLUMN"
wide 110
xpos 4

Expand All @@ -1428,11 +1428,11 @@ resource/ui/menus/mods_browse.menu
navUp BtnFiltersClear
}

BtnServerLatency1
BtnServerRegion1
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
GeckoEidechse marked this conversation as resolved.
Show resolved Hide resolved
textAlignment center
wide 110
tall 44
Expand All @@ -1443,11 +1443,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency2
BtnServerRegion2
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1458,11 +1458,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency3
BtnServerRegion3
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1473,11 +1473,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency4
BtnServerRegion4
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1488,11 +1488,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency5
BtnServerRegion5
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1503,11 +1503,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency6
BtnServerRegion6
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1518,11 +1518,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency7
BtnServerRegion7
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1533,11 +1533,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency8
BtnServerRegion8
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1548,11 +1548,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency9
BtnServerRegion9
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1563,11 +1563,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency10
BtnServerRegion10
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1578,11 +1578,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency11
BtnServerRegion11
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1593,11 +1593,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency12
BtnServerRegion12
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1608,11 +1608,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency13
BtnServerRegion13
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1623,11 +1623,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency14
BtnServerRegion14
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand All @@ -1638,11 +1638,11 @@ resource/ui/menus/mods_browse.menu
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT
}
BtnServerLatency15
BtnServerRegion15
{
ControlName Label
labelText ""
classname Serverlatency
classname Serverregion
textAlignment center
wide 110
tall 44
Expand Down Expand Up @@ -1737,7 +1737,7 @@ resource/ui/menus/mods_browse.menu
xpos 3
ypos -1

pin_to_sibling BtnServerLatencyTab
pin_to_sibling BtnServerRegionTab
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner TOP_LEFT
}
Expand Down
Loading