mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 23:19:07 +02:00
- added another xerces XML validation flag
- added new commandline option: opengl-info to output graphics card info - added some opengl rendering optimzations
This commit is contained in:
@@ -107,6 +107,8 @@ protected:
|
||||
|
||||
static std::map<DebugType,SystemFlagsType> debugLogFileList;
|
||||
|
||||
static bool haveSpecialOutputCommandLineOption;
|
||||
|
||||
public:
|
||||
|
||||
static CURL *curl_handle;
|
||||
@@ -115,7 +117,7 @@ public:
|
||||
SystemFlags();
|
||||
~SystemFlags();
|
||||
|
||||
static void init();
|
||||
static void init(bool haveSpecialOutputCommandLineOption);
|
||||
static SystemFlagsType & getSystemSettingType(DebugType type) { return debugLogFileList[type]; }
|
||||
static size_t httpWriteMemoryCallback(void *ptr, size_t size, size_t nmemb, void *data);
|
||||
static std::string getHTTP(std::string URL,CURL *handle=NULL, int timeOut=-1);
|
||||
|
Reference in New Issue
Block a user