Kawe Mazidjatari 611ea6447a Console performance improvements and bug fixes
* Heavily reduced string compares for coloring logs (the left overs require a dedicated hook, this is for the future)
The new method uses a ImVec 4 constant containing the color obtained via a switch case by context, this is then out into the new CConLog structure where the loop in the console will now gather the colors directly from.
Error/Warning use a single constant.

* Fixed bugs in several log locations where the ostringstream was cleared before the emission causing double logs.

* Added global log mutex to log wrappers that lacked those.
2022-05-09 02:20:07 +02:00
..
2022-04-18 03:35:08 +02:00
2022-04-18 03:35:08 +02:00
2022-05-07 22:00:59 +02:00
2022-04-18 03:35:08 +02:00
2022-05-04 02:25:48 +02:00
2022-04-18 03:35:08 +02:00
2022-04-18 03:35:08 +02:00
2022-04-18 03:35:08 +02:00
2022-04-29 22:07:30 +02:00
2022-04-18 03:35:24 +02:00
2022-04-18 03:35:08 +02:00
2022-04-19 03:55:20 +02:00
2022-04-06 00:49:17 +02:00
2022-04-27 18:22:08 +02:00
2022-01-23 18:26:48 +01:00
2022-04-18 03:35:08 +02:00
2022-05-07 03:06:19 +02:00
2022-02-24 16:44:33 +01:00
2022-03-12 13:19:31 +01:00
2022-04-18 03:35:08 +02:00
2022-04-18 03:35:08 +02:00
2022-04-18 03:35:08 +02:00
2022-04-18 03:35:08 +02:00