tintin icon indicating copy to clipboard operation
tintin copied to clipboard

Turning on COLOR PATCH and RECEIVED OUTPUT will cause the entire game to lose any color

Open dzpao opened this issue 1 year ago • 2 comments
trafficstars

This problem exists in both master and beta.

This can be easily observed with these two commands.

./tt++ -G -e '#session nwa ateraan.com 4002'
image
./tt++ -G -e '#config {color patch} on; #event {RECEIVED OUTPUT} {#0}; #session nwa ateraan.com 4002'
image

dzpao avatar Jan 11 '24 14:01 dzpao

The problem should be caused by these two codes:

https://github.com/scandum/tintin/blob/84ca426c77b31f53539f09b409562fcde4e6d2b2/src/net.c#L674

https://github.com/scandum/tintin/blob/84ca426c77b31f53539f09b409562fcde4e6d2b2/src/net.c#L701

dzpao avatar Jan 11 '24 15:01 dzpao

Thanks, should be fixed in the beta.

scandum avatar Jan 11 '24 16:01 scandum