Server handling

* added tower view as hardcoded
* renamed to predefined servers
* utility functions to add/remove FSD setup flags
This commit is contained in:
Klaus Basan
2018-11-29 00:02:04 +01:00
parent 2dd43226ba
commit 394147dcb9
12 changed files with 132 additions and 82 deletions

View File

@@ -62,7 +62,7 @@ namespace BlackGui
// this is debug/bootstrap feature we can continue to test when something goes wrong
if (serverList.isEmpty() && CBuildConfig::isLocalDeveloperDebugBuild())
{
serverList.push_back(sGui->getGlobalSetup().getFsdTestServersPlusHardcodedServers());
serverList.push_back(sGui->getGlobalSetup().getPredefinedServersPlusHardcodedServers());
}
ui->tvp_Servers->updateContainer(serverList);
}