]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Introduce LOG_HELP a simpler version of LOG_INFO that doesn't bloat the console when...
authorterencehill <piuntn@gmail.com>
Tue, 9 Jun 2020 15:48:58 +0000 (17:48 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 9 Jun 2020 15:48:58 +0000 (17:48 +0200)
commitc6494490daa287dd5817c77e9c3d8416df182ed0
treebd182eb14e74ab407eb792ab77374738369dc334
parent9b4c4a2a49e37ec1147e1ca58514744cac8c74a2
Introduce LOG_HELP a simpler version of LOG_INFO that doesn't bloat the console when the developer cvar is enabled. To be used for multline messages
16 files changed:
qcsrc/client/commands/cl_cmd.qc
qcsrc/client/hud/panel/scoreboard.qc
qcsrc/common/command/generic.qc
qcsrc/common/command/rpn.qc
qcsrc/common/debug.qh
qcsrc/common/effects/effectinfo.qc
qcsrc/common/items/all.qh
qcsrc/common/notifications/all.qh
qcsrc/common/turrets/all.qh
qcsrc/common/weapons/all.qc
qcsrc/common/weapons/all.qh
qcsrc/lib/log.qh
qcsrc/menu/command/menu_cmd.qc
qcsrc/server/bot/default/scripting.qc
qcsrc/server/command/banning.qc
qcsrc/server/command/sv_cmd.qc