Add ability to collect system information from users' systems

This commit is contained in:
Oliver Brakmann
2016-02-21 21:10:39 +01:00
parent 86e4a72dce
commit 6b4ccecabe
5 changed files with 65 additions and 16 deletions

View File

@@ -92,6 +92,8 @@ namespace OpenRA
public bool SanityCheckUnsyncedCode = false;
public int Samples = 25;
public bool IgnoreVersionMismatch = false;
public bool SendSystemInformation = true;
public string UUID = System.Guid.NewGuid().ToString();
}
public class GraphicSettings
@@ -179,7 +181,7 @@ namespace OpenRA
public Modifiers ZoomModifier = Modifiers.Ctrl;
public bool FetchNews = true;
public string NewsUrl = "http://www.openra.net/gamenews";
public string NewsUrl = "http://master.openra.net/gamenews";
}
public class KeySettings