]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Print centerprint messages to the console (#159)
authorJames O'Neill <hemebond@gmail.com>
Tue, 28 May 2024 10:28:16 +0000 (19:28 +0900)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 10:28:16 +0000 (20:28 +1000)
commit8698e53a464f336fcd2e92d98614f9c2bd256a8d
treeddfb73c28c915e38e350694e6c0e49c2f8ec442c
parentaeb8a36cf719774c66a1a7c0728a9a2b1a745438
Print centerprint messages to the console (#159)

Add new function `Con_CenterPrint` which can be used to print messages
to the console, without showing onscreen, and with a "horizontal rule"
above and below. Use `Con_CenterPrint` to log centerprint messages to
the console.

![image](https://github.com/DarkPlacesEngine/darkplaces/assets/424218/8ef0bdc4-7481-4f11-b0a3-d46e4d451c74)

Fixes #98

---------

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