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().
bool autocvar_sv_eventlog |
Definition at line 3 of file gamelog.qh.
Referenced by anticheat_report_to_eventlog(), ClientConnect(), ClientDisconnect(), ctf_EventLog(), cts_EventLog(), dom_EventLog(), DumpStats(), ka_EventLog(), kh_Scores_Event(), LogDeath(), LogNB(), LogTeamChange(), MapVote_CheckRules_2(), MapVote_Finished(), MapVote_Suggest(), MUTATOR_HOOKFUNCTION(), NextLevel(), PlayerInList(), PlayerPreThink(), race_EventLog(), ReadyRestart_force(), Say(), spawnfunc(), StartFrame(), VoteCommand_call(), VoteCommand_master(), VoteSpam(), and VoteStop().
bool autocvar_sv_eventlog_console |
Definition at line 4 of file gamelog.qh.
Referenced by DumpStats(), and GameLogEcho().
bool autocvar_sv_eventlog_files |
Definition at line 5 of file gamelog.qh.
Referenced by GameLogEcho().
int autocvar_sv_eventlog_files_counter |
Definition at line 6 of file gamelog.qh.
Referenced by GameLogEcho(), and spawnfunc().
string autocvar_sv_eventlog_files_nameprefix |
Definition at line 7 of file gamelog.qh.
Referenced by GameLogEcho().
string autocvar_sv_eventlog_files_namesuffix |
Definition at line 8 of file gamelog.qh.
Referenced by GameLogEcho().
bool autocvar_sv_eventlog_files_timestamps |
Definition at line 9 of file gamelog.qh.
Referenced by GameLogEcho().
Definition at line 10 of file gamelog.qh.
Referenced by GameLog_ProcessIP().
float logfile |
Definition at line 13 of file gamelog.qh.
Referenced by GameLogClose(), and GameLogEcho().
bool logfile_open |
Definition at line 12 of file gamelog.qh.
Referenced by GameLogClose(), GameLogEcho(), and GameLogInit().