mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
- bugfix for shared team resources
- added some new internal feature code to test auto updates for a future release
This commit is contained in:
@@ -54,6 +54,9 @@ private:
|
||||
static string scenarioPath;
|
||||
static string tutorialPath;
|
||||
|
||||
protected:
|
||||
void processTextLine(bool is_utf8_language, char *lineBuffer);
|
||||
|
||||
public:
|
||||
static void setApplicationPath(string value) { applicationPath=value; }
|
||||
static string getApplicationPath() { return applicationPath; }
|
||||
@@ -72,6 +75,8 @@ public:
|
||||
static string getTutorialPath() { return tutorialPath; }
|
||||
|
||||
void clear();
|
||||
|
||||
void loadFromText(const string &text);
|
||||
void load(const string &path,bool clearCurrentProperties=true);
|
||||
void save(const string &path);
|
||||
|
||||
|
@@ -239,7 +239,7 @@ float saturate(float value);
|
||||
int round(float f);
|
||||
|
||||
//misc
|
||||
int compareMajorMinorVersion(string versionA,string versionB);
|
||||
int compareMajorMinorVersion(string versionA,string versionB, bool checkForNewVersionUpdates=false);
|
||||
int getMajor(string version);
|
||||
int getMinor(string version);
|
||||
bool checkVersionComptability(string clientVersionString, string serverVersionString);
|
||||
|
Reference in New Issue
Block a user