Kawe Mazidjatari 44f2f87460 CConsole: heavy cleanup
* Move all default assignments to constructor.
* Rename cvar 'con_max_size_logvector' to 'con_max_lines'.
* Rename cvar 'con_max_size_history' to 'con_max_history'.
* Use array indexes instead of hardcoding context prefixes.
* Added netcon context prefix to help legend.
* Added public method to obtain history as string vector.
* Added public method to clear history.
* Internal CConsole::AddLog no longer locks the mutex.
* CConsole::LoadFlagIcons accesses resource vector by reference.
* Implemented "HELP", "HISTORY" and "CLEAR" as real console commands: "con_help", "con_history", "con_clearlines".
* Added a new command "con_clearhistory" (clears the dev console submission history).
2022-10-20 12:29:50 +02:00
..
2022-07-08 00:55:01 +02:00
2022-10-13 17:03:51 +02:00
2022-10-20 12:29:49 +02:00
2022-10-20 12:29:50 +02:00
2022-10-13 16:48:56 +02:00
2022-08-09 15:19:12 +02:00
2022-09-09 19:47:31 +02:00
2022-10-13 21:59:06 +02:00
2022-10-13 21:59:06 +02:00
2022-09-22 21:20:14 +02:00
2022-10-13 02:22:50 +02:00
2022-10-20 12:29:50 +02:00
2022-09-14 01:14:51 +02:00
2022-10-13 02:22:50 +02:00
2022-08-09 15:19:12 +02:00
2022-10-12 23:39:26 +02:00
2022-10-13 16:48:56 +02:00
2022-10-20 12:29:50 +02:00
2022-09-14 01:14:51 +02:00
2022-08-14 15:19:03 +02:00
2022-02-22 15:19:32 +01:00
2022-04-16 00:30:46 +02:00
2021-04-13 04:45:22 -07:00
2022-02-22 15:20:08 +01:00