]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
con: implement 24-bit RGB terminal output 159/head
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 15 Aug 2024 14:11:22 +0000 (00:11 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 14 Sep 2024 08:17:31 +0000 (18:17 +1000)
commitbcea0954ddadf9ce709c628f62cb5bfdd624e7d4
tree96eb4a85ac3511ae561c1656aa5e7426e7080bfd
parent3fc3d9ed22375ef2aca5834905d82e271ed410e6
con: implement 24-bit RGB terminal output

Mode 2 behaves like the familiar mode 1 for best compatibility with
terminal themes and expectations.
Mode 3 behaves like the ingame console.

2 is now the default on Linux.

Moves the r_text* cvar change from
d987323e8a9bcc3102c96a237f74875d5b37c4e4 to a better place, and
documents it.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
cmd.c
console.c
draw.h
gl_draw.c