Filter by server version and forgotten server's CVars window.

Implemented filtering servers by server's version, related to #27.
This combobox is saved-restored across restarts.

Added forgotten bd04870 server_cvars.go, which is responsible for
showing server's CVars window.
This commit is contained in:
2016-11-26 16:00:17 +05:00
parent 7950ab5a1f
commit bd344fee2e
4 changed files with 182 additions and 2 deletions

View File

@@ -12,3 +12,9 @@ package common
const (
URTRATOR_VERSION = "0.1.0"
)
// Self-named.
var SUPPORTED_URT_VERSIONS []string = []string{
"4.2.023",
"4.3.1",
}