]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Improve visibility of warnings, related cleanup and fixes
authorbones_was_here <bones_was_here@xonotic.au>
Wed, 20 Sep 2023 03:50:49 +0000 (13:50 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 12 Mar 2024 02:28:15 +0000 (12:28 +1000)
commitbae3de16e76ed9b25933db14b165ec86aa8f1608
treec8d53be84f50efb12b983f7d3b1d60a5d87f7dfd
parentdb92f976f517632b7feb1bce79137322f58f3240
Improve visibility of warnings, related cleanup and fixes

The reason for strcat1n is now fixed properly by darkplaces@b0abeba2 and a986d478

Double printing of backtraces with `developer 1` is fixed.
Failure to print fatal messages with `developer 1` is fixed.

Made the pipeline's `sv_cmd runtest` accept results prefixed with (eg)
"[::SVQC::INFO]" (as long as they end with exactly "All tests OK"), also
fixed incorrect hash being printed in green and fixed "PASS: unbound
variable" error.
qcsrc/lib/log.qh
qcsrc/tools/sv_game-hashtest.sh