o fixed cl_autohelp in options window

o Added player list to game menu.


git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@582 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
puzl 2006-08-26 13:44:38 +00:00
parent 4314967cf9
commit 52aace40c4
2 changed files with 23 additions and 17 deletions

View file

@ -30,13 +30,13 @@
// "command" "OpenLoadGameDialog" // "command" "OpenLoadGameDialog"
// "notmulti" "1" // "notmulti" "1"
// } // }
"6" // "6"
{ // {
"label" "#GameUI_GameMenu_SaveGame" // "label" "#GameUI_GameMenu_SaveGame"
"command" "OpenSaveGameDialog" // "command" "OpenSaveGameDialog"
"notmulti" "1" // "notmulti" "1"
"OnlyInGame" "1" // "OnlyInGame" "1"
} // }
"7" "7"
{ {
"label" "" "label" ""
@ -45,20 +45,27 @@
} }
"8" "8"
{ {
"label" "#GameUI_GameMenu_FindServers" "label" "#GameUI_GameMenu_PlayerList"
"command" "OpenServerBrowser" "command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notmulti" "0"
} }
"9" "9"
{ {
"label" "#GameUI_GameMenu_CreateServer" "label" "#GameUI_GameMenu_CreateServer"
"command" "OpenCreateMultiplayerGameDialog" "command" "OpenCreateMultiplayerGameDialog"
} }
// "10" "10"
// { {
// "name" "LoadDemo" "label" "#GameUI_GameMenu_FindServers"
// "label" "#GameUI_GameMenu_PlayDemo" "command" "OpenServerBrowser"
// "command" "OpenLoadDemoDialog" }
// } //"11"
//{
//"name" "LoadDemo"
//"label" "#GameUI_GameMenu_PlayDemo"
//"command" "OpenLoadDemoDialog"
//}
"11" "11"
{ {
"label" "" "label" ""
@ -80,4 +87,4 @@
"label" "#GameUI_GameMenu_Quit" "label" "#GameUI_GameMenu_Quit"
"command" "Quit" "command" "Quit"
} }
} }

View file

@ -46,7 +46,6 @@ DESCRIPTION INFO_OPTIONS
"Show hints" "Show hints"
{ BOOL } { BOOL }
{ "1" } { "1" }
SetInfo
} }
"cl_labelmaps" "cl_labelmaps"