mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
several changes for loading saved games
allow to load older compatible save game introduced a "last backward compatible version" for loading games fixed a bug allowing to load older games
This commit is contained in:
@@ -239,6 +239,9 @@ float saturate(float value);
|
||||
int round(float f);
|
||||
|
||||
//misc
|
||||
int compareMajorMinorVersion(string versionA,string versionB);
|
||||
int getMajor(string version);
|
||||
int getMinor(string version);
|
||||
bool checkVersionComptability(string clientVersionString, string serverVersionString);
|
||||
|
||||
template<typename T>
|
||||
|
Reference in New Issue
Block a user