|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
| void anticheat_endframe | ( | ) |
Definition at line 250 of file anticheat.qc.
References anticheat_div0_evade_evasion_delta, anticheat_fixangle(), FOREACH_CLIENT, frametime, and random().
Referenced by EndFrame().
Definition at line 245 of file anticheat.qc.
References ANTILAG_LATENCY, CS(), entity(), and servertime.
Referenced by anticheat_endframe(), and WarpZone_PostTeleportPlayer_Callback().
Definition at line 256 of file anticheat.qc.
Definition at line 67 of file anticheat.qc.
References angle, 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_lasttime, anticheat_speedhack_movetime_frac, anticheat_speedhack_offset, autocvar_slowmo, bound(), CS(), entity(), exp(), fabs(), falloff, floor(), frametime, M_PI, makevectors, max(), MEAN_ACCUMULATE, movement, movement_oddity(), servertime, sys_frametime, time, v_angle, v_forward, vector, and vlen().
Referenced by sys_phys_monitor().
Definition at line 172 of file anticheat.qc.
References CS(), and entity().
Referenced by PlayerFrame().
| void anticheat_register_to_playerstats | ( | ) |
Definition at line 230 of file anticheat.qc.
References ANTICHEAT_REGISTER_ONE, ANTICHEATS, PLAYERSTATS_ANTICHEAT, PlayerStats_GameReport_AddEvent(), and strcat().
Referenced by PlayerStats_GameReport_Init().
Definition at line 211 of file anticheat.qc.
Definition at line 221 of file anticheat.qc.
References anticheat_jointime, ANTICHEAT_REPORT_ONE, ANTICHEATS, CS(), entity(), PLAYERSTATS_ANTICHEAT, PlayerStats_GameReport_Event_Player, servertime, and strcat().
Referenced by PlayerStats_GameReport_FinalizePlayer().
Definition at line 166 of file anticheat.qc.
References angles, CS(), and entity().
Referenced by SpectateCopy().
| void anticheat_startframe | ( | ) |
Definition at line 240 of file anticheat.qc.
References anticheat_div0_evade_evasion_delta, frametime, and random().
Referenced by StartFrame().