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:
@@ -68,6 +68,9 @@ static inline DoCommandFlag CommandFlagsToDCFlags(CommandFlags cmd_flags)
|
||||
return flags;
|
||||
}
|
||||
|
||||
void ClearCommandLog();
|
||||
char *DumpCommandLog(char *buffer, const char *last);
|
||||
|
||||
/*** All command callbacks that exist ***/
|
||||
|
||||
/* ai/ai_instance.cpp */
|
||||
|
Reference in New Issue
Block a user