Xonotic
|
Go to the source code of this file.
void anticheat_endframe | ( | ) |
Definition at line 234 of file anticheat.qc.
References anticheat_div0_evade_evasion_delta, anticheat_fixangle(), FOREACH_CLIENT, frametime, and random().
Referenced by EndFrame().
Definition at line 229 of file anticheat.qc.
References ANTILAG_LATENCY, CS(), and servertime.
Referenced by anticheat_endframe(), and WarpZone_PostTeleportPlayer_Callback().
Definition at line 240 of file anticheat.qc.
References CS(), and servertime.
Definition at line 64 of file anticheat.qc.
References anticheat_div0_evade_evasion_delta, anticheat_div0_evade_forward_initial, anticheat_div0_evade_offset, anticheat_div0_strafebot_forward_prev, anticheat_div0_strafebot_movement_prev, anticheat_fixangle_endtime, anticheat_speedhack_accu, anticheat_speedhack_movetime_frac, anticheat_speedhack_offset, autocvar_slowmo, CS(), exp(), fabs(), falloff, floor(), frametime, M_PI, makevectors, max(), MEAN_ACCUMULATE, movement, movement_oddity(), servertime, sys_frametime, time, v_angle, and v_forward.
Referenced by sys_phys_monitor().
Definition at line 157 of file anticheat.qc.
References CS().
Referenced by PlayerPreThink().
void anticheat_register_to_playerstats | ( | ) |
Definition at line 214 of file anticheat.qc.
References ANTICHEAT_REGISTER_ONE, ANTICHEATS, and strcat().
Definition at line 195 of file anticheat.qc.
References anticheat_jointime, ANTICHEAT_REPORT_ONE, ANTICHEATS, autocvar_sv_eventlog, CS(), ftos(), GameLogEcho(), playerid, servertime, and strcat().
Definition at line 205 of file anticheat.qc.
References anticheat_jointime, ANTICHEAT_REPORT_ONE, ANTICHEATS, CS(), servertime, and strcat().
Definition at line 151 of file anticheat.qc.
Referenced by SpectateCopy().
void anticheat_startframe | ( | ) |
Definition at line 224 of file anticheat.qc.
References anticheat_div0_evade_evasion_delta, frametime, and random().
Referenced by StartFrame().