]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Reduce the amount of unnecessary messages shown in the game chat
authorMario <mario.mario@y7mail.com>
Wed, 7 Aug 2024 17:33:15 +0000 (17:33 +0000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 7 Aug 2024 17:33:15 +0000 (17:33 +0000)
commit4acc8c400580045704e20d310e4174ddf622ebc7
tree87b82e8d661fde53ef9aabef57eb6ef2319fb8d7
parent27c5895996188ae347307c370bbfe7a7716a768e
Reduce the amount of unnecessary messages shown in the game chat

Some engine messages are being printed to chat in scenarios where they may obscure regular game chat.

To help with this, I've adjusted the visibility of them:
- "unconnected changed name to BOT" and "BOT left the game" showing in chat have been disabled by only allowing such messages to show for real clients
  Bots will still show that they've been dropped in the console and Xonotic still shows a (dis)connect message
- Verbose "Server lag report" messages (most commonly seen during map votes) have been moved to the console
sv_ccmds.c
sv_main.c