Xonotic
|
Go to the source code of this file.
Functions | |
string | GameLog_ProcessIP (string s) |
void | GameLogClose () |
void | GameLogEcho (string s) |
void | GameLogInit () |
Definition at line 5 of file gamelog.qc.
References autocvar_sv_eventlog_ipv6_delimiter.
Referenced by ClientConnect().
void GameLogClose | ( | ) |
Definition at line 48 of file gamelog.qc.
References fclose(), logfile, and logfile_open.
Referenced by NextLevel().
Definition at line 12 of file gamelog.qc.
References autocvar_sv_eventlog_console, autocvar_sv_eventlog_files, autocvar_sv_eventlog_files_counter, autocvar_sv_eventlog_files_nameprefix, autocvar_sv_eventlog_files_namesuffix, autocvar_sv_eventlog_files_timestamps, cvar_set(), dedicated_print(), FILE_APPEND, fopen(), fputs(), ftos(), itos, logfile, logfile_open, strcat(), strlen(), and substring().
Referenced by anticheat_report_to_eventlog(), ClientConnect(), ClientDisconnect(), ctf_EventLog(), cts_EventLog(), dom_EventLog(), DumpStats(), end_minigame(), invite_minigame(), ka_EventLog(), kh_Scores_Event(), LogDeath(), LogNB(), LogTeamChange(), MapVote_CheckRules_2(), MapVote_Finished(), MapVote_Suggest(), minigame_addplayer(), minigame_rmplayer(), MUTATOR_HOOKFUNCTION(), NextLevel(), PlayerInList(), PlayerPreThink(), race_EventLog(), ReadyRestart_force(), Say(), spawnfunc(), start_minigame(), StartFrame(), VoteCommand_call(), VoteCommand_master(), VoteSpam(), VoteStop(), and write_recordmarker().
void GameLogInit | ( | ) |
Definition at line 42 of file gamelog.qc.
References logfile_open.
Referenced by spawnfunc().