- 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:
Mark Vejvoda
2010-07-12 06:30:54 +00:00
parent bdd4f306f4
commit d1fa4975de
8 changed files with 501 additions and 30 deletions

View File

@@ -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);