- fixed two nasty AI bugs which would cause out of synch and memory corruption problems

- added new glest.ini setting to log commands for each client
This commit is contained in:
Mark Vejvoda
2010-06-08 07:40:32 +00:00
parent d14f013491
commit 4fd75e5d7d
18 changed files with 212 additions and 86 deletions

View File

@@ -38,7 +38,8 @@ public:
debugSystem,
debugNetwork,
debugPerformance,
debugWorldSynch
debugWorldSynch,
debugUnitCommands
};
class SystemFlagsType
@@ -101,6 +102,7 @@ protected:
static int lockFile;
static string lockfilename;
static int lockFileCountIndex;
static std::map<DebugType,SystemFlagsType> debugLogFileList;