Maintain a circular buffer of recent commands, add to crashlog.

Add console command to dump command log.
Increase max crashlog size.
This commit is contained in:
Jonathan G Rennison
2017-02-21 21:04:28 +00:00
parent 3884ea5da1
commit 349ddd90b7
7 changed files with 129 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ protected:
char *LogConfiguration(char *buffer, const char *last) const;
char *LogLibraries(char *buffer, const char *last) const;
char *LogGamelog(char *buffer, const char *last) const;
char *LogCommandLog(char *buffer, const char *last) const;
public:
/** Stub destructor to silence some compilers. */