]> git.xonotic.org Git - xonotic/darkplaces.git/commit
console: improve default text legibility and background alpha behaviour
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 2 May 2024 21:59:11 +0000 (07:59 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 3 May 2024 06:44:49 +0000 (16:44 +1000)
commitd987323e8a9bcc3102c96a237f74875d5b37c4e4
tree2a540f6019351c9d8c001cc62e69c4fb04405e75
parent6ce2dbee5c7901f8f1206b76cb3c4f0b570bd2fb
console: improve default text legibility and background alpha behaviour

With the Quake font and some mod fonts the text was too dim and hard to
read by default.

Makes the dropdown console always have the configured alpha (even at the
menu with no demos playing).

Uses a tiny bit of alpha by default.

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