]> git.xonotic.org Git - xonotic/darkplaces.git/commit - prvm_exec.c
sys: write significant engine and QC errors to stderr
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 4 Jan 2024 14:41:43 +0000 (00:41 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 5 Jan 2024 05:35:02 +0000 (15:35 +1000)
commita678225e4d3c0c44488efd0bc597325c2de7ef18
tree6e8670ac1f03221a394d5244332e11aa41d0c29a
parent6c6f864fe87a2a8173aa0c0903b3f068872f956a
sys: write significant engine and QC errors to stderr

A server configured with -nostdout or sys_stdout 0 will now be able to
report bugs.

Retrieves stdio stream FDs instead of assuming they're always 0,1,2.
Fixes some comment!=code discrepancies.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
host.c
prvm_cmds.c
prvm_exec.c
sys_shared.c