X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fgamelog.qh;h=f96679b819d62eb36629bbaf9e4f9916320205cc;hp=2fac52e47c653b60d8c765f2c270d77b472f7534;hb=2f553b6be14a316d31fe5c35df47c300ce6a1561;hpb=f29ce8d347095c394b160ca62c5ff14110f05da8 diff --git a/qcsrc/server/gamelog.qh b/qcsrc/server/gamelog.qh index 2fac52e47..f96679b81 100644 --- a/qcsrc/server/gamelog.qh +++ b/qcsrc/server/gamelog.qh @@ -1,5 +1,14 @@ #pragma once +bool autocvar_sv_eventlog; +bool autocvar_sv_eventlog_console; +bool autocvar_sv_eventlog_files; +int autocvar_sv_eventlog_files_counter; +string autocvar_sv_eventlog_files_nameprefix; +string autocvar_sv_eventlog_files_namesuffix; +bool autocvar_sv_eventlog_files_timestamps; +bool autocvar_sv_eventlog_ipv6_delimiter = false; + bool logfile_open; float logfile;