ClassiCube icon indicating copy to clipboard operation
ClassiCube copied to clipboard

Feature Suggestion

Open kilgorezer opened this issue 11 months ago • 6 comments

What if there was an additional option in the chat options menu that enables logging color codes? As far as I know, it is currently only possible (as of 1.3.7) to enable logging colors by modifying a line of source code in Chat.c that strips color codes. This option would be off by default, and it would only change the behavior of appending information to the log.

kilgorezer avatar Jan 13 '25 02:01 kilgorezer

That would be nice

CorranEveryone avatar Jan 13 '25 04:01 CorranEveryone

Good idea! It would be cool if they would add this feature in the next release. It adds more accessibility and customization to easier access.

dawidg81 avatar Jan 13 '25 18:01 dawidg81

this is done by replacing Drawer2D_WithColors(&str, text); with String_AppendString(&str, text); in /src/Chat.c line 174

backtick82 avatar Jan 14 '25 03:01 backtick82

...no activity since 2024?

Bro... this commit wasn't even opened in 2024, it was opened THIS YEAR, no activity since JANUARY

Tycho10101 avatar Feb 24 '25 01:02 Tycho10101

...no activity since 2024?

You shouldn't post comments like these on Github

Adamixdex avatar Feb 24 '25 07:02 Adamixdex

this is done by replacing Drawer2D_WithColors(&str, text); with String_AppendString(&str, text); in /src/Chat.c line 174

It's Drawer2D_WithoutColors not Drawer2D_WithColors.

kilgorezer avatar May 17 '25 05:05 kilgorezer