- updated to beta2 and added primitive CRC checking for network games, requies the Host user to set the following ini to enable CRC's:

EnableNetworkGameSynchChecks=true
This commit is contained in:
Mark Vejvoda
2013-09-12 03:33:43 +00:00
parent 6f85a6aa4a
commit b5e26070b1
21 changed files with 452 additions and 41 deletions

View File

@@ -53,6 +53,7 @@ public:
uint32 addBytes(const void *_data, size_t _size);
void addString(const string &value);
uint32 addInt(const int32 &value);
uint32 addInt64(const int64 &value);
void addFile(const string &path);
static void removeFileFromCache(const string file);