|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
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 8 of file gamelog.qc.
References autocvar_sv_eventlog_ipv6_delimiter.
Referenced by ClientConnect().
| void GameLogClose | ( | ) |
Definition at line 75 of file gamelog.qc.
References fclose(), logfile, and logfile_open.
Referenced by NextLevel().
Definition at line 15 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(), GameLogInit(), invite_minigame(), ka_EventLog(), kh_Scores_Event(), LogDeath(), LogNB(), LogTeamChange(), MapVote_CheckRules_decide(), MapVote_Finished(), MapVote_Suggest(), minigame_addplayer(), minigame_rmplayer(), MUTATOR_HOOKFUNCTION(), NextLevel(), PlayerFrame(), race_EventLog(), ReadyRestart_force(), Say(), start_minigame(), StartFrame(), tka_EventLog(), VoteCommand_call(), VoteCommand_master(), VoteSpam(), VoteStop(), and write_recordmarker().
| void GameLogInit | ( | ) |
Definition at line 45 of file gamelog.qc.
References autocvar_g_norecoil, autocvar_g_pickup_items, autocvar_g_use_ammunition, autocvar_g_weaponarena, GameLogEcho(), GetGametype(), GetMapname(), M_ARGV, matchid, MUTATOR_CALLHOOK, and strcat().
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_decide(), MapVote_Finished(), MapVote_Suggest(), MUTATOR_HOOKFUNCTION(), NextLevel(), PlayerFrame(), race_EventLog(), ReadyRestart_force(), Say(), spawnfunc(), StartFrame(), tka_EventLog(), 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().
Definition at line 12 of file gamelog.qh.
Referenced by GameLogClose(), and GameLogEcho().