|
Xonotic
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | ANTILAG_LATENCY(e) min(0.4, CS(e).ping * 0.001) |
Variables | |
| float | antilag_debug |
| int | autocvar_g_antilag |
| float | autocvar_g_antilag_nudge |
Definition at line 19 of file antilag.qh.
Referenced by anticheat_fixangle(), antilag_getlag(), crosshair_trace(), FireRailgunBullet(), W_HitPlotAnalysis(), W_SetupShot_Dir_ProjectileSize_Range(), and WarpZone_crosshair_trace().
Definition at line 114 of file antilag.qc.
References ANTILAG_MAX_ORIGINS, and antilag_restore().
Referenced by PutPlayerInServer(), vehicles_damage(), and vehicles_enter().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 151 of file antilag.qc.
References ANTILAG_LATENCY, autocvar_g_antilag, CS_CVAR, IS_CLIENT, and IS_REAL_CLIENT.
Referenced by fireBullet_antilag().
Here is the caller graph for this function:Definition at line 21 of file antilag.qc.
References ANTILAG_MAX_ORIGINS, antilag_record(), antilag_takebackorigin(), time, and VHF_PLAYERSLOT.
Referenced by antilag_record(), and EndFrame().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 101 of file antilag.qc.
References antilag_restore(), setorigin(), and VHF_PLAYERSLOT.
Referenced by antilag_clear(), antilag_restore(), antilag_restore_all(), and W_HitPlotAnalysis().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 138 of file antilag.qc.
References antilag_restore(), CS(), FOREACH_CLIENT, g_monsters, g_projectiles, IL_EACH, and IS_PLAYER.
Referenced by fireBullet_antilag(), and tracebox_antilag_force_wz().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 86 of file antilag.qc.
References antilag_takeback(), antilag_takebackorigin(), setorigin(), vector(), and VHF_PLAYERSLOT.
Referenced by antilag_takeback(), antilag_takeback_all(), and W_HitPlotAnalysis().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 125 of file antilag.qc.
References antilag_takeback(), CS(), FOREACH_CLIENT, g_monsters, g_projectiles, IL_EACH, IS_PLAYER, and time.
Referenced by fireBullet_antilag(), and tracebox_antilag_force_wz().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 60 of file antilag.qc.
References antilag_find(), ANTILAG_MAX_ORIGINS, and lerpv().
Referenced by antilag_record(), antilag_takeback(), antilag_takebackavgvelocity(), and botframe_autowaypoints_fix_from().
Here is the call graph for this function:
Here is the caller graph for this function:| void tracebox_antilag | ( | entity | source, |
| vector | v1, | ||
| vector | mi, | ||
| vector | ma, | ||
| vector | v2, | ||
| float | nomonst, | ||
| entity | forent, | ||
| float | lag | ||
| ) |
Definition at line 210 of file antilag.qc.
References autocvar_g_antilag, CS_CVAR, IS_CLIENT, and tracebox_antilag_force_wz().
Referenced by W_SetupShot_Dir_ProjectileSize_Range().
Here is the call graph for this function:
Here is the caller graph for this function:| void tracebox_antilag_force_wz | ( | entity | source, |
| vector | v1, | ||
| vector | mi, | ||
| vector | ma, | ||
| vector | v2, | ||
| float | nomonst, | ||
| entity | forent, | ||
| float | lag, | ||
| float | wz | ||
| ) |
Definition at line 169 of file antilag.qc.
References antilag_restore_all(), antilag_takeback_all(), DPCONTENTS_BODY, DPCONTENTS_CORPSE, DPCONTENTS_SOLID, IS_REAL_CLIENT, and WarpZone_TraceBox().
Referenced by tracebox_antilag(), traceline_antilag_force(), WarpZone_tracebox_antilag(), and WarpZone_traceline_antilag_force().
Here is the call graph for this function:
Here is the caller graph for this function:| void traceline_antilag | ( | entity | source, |
| vector | v1, | ||
| vector | v2, | ||
| float | nomonst, | ||
| entity | forent, | ||
| float | lag | ||
| ) |
Definition at line 203 of file antilag.qc.
| void traceline_antilag_force | ( | entity | source, |
| vector | v1, | ||
| vector | v2, | ||
| float | nomonst, | ||
| entity | forent, | ||
| float | lag | ||
| ) |
Definition at line 199 of file antilag.qc.
References tracebox_antilag_force_wz().
Referenced by traceline_antilag(), W_HitPlotAnalysis(), and W_SetupShot_Dir_ProjectileSize_Range().
Here is the call graph for this function:
Here is the caller graph for this function:| void WarpZone_tracebox_antilag | ( | entity | source, |
| vector | v1, | ||
| vector | mi, | ||
| vector | ma, | ||
| vector | v2, | ||
| float | nomonst, | ||
| entity | forent, | ||
| float | lag | ||
| ) |
Definition at line 228 of file antilag.qc.
References autocvar_g_antilag, CS_CVAR, IS_CLIENT, and tracebox_antilag_force_wz().
Here is the call graph for this function:| void WarpZone_traceline_antilag | ( | entity | source, |
| vector | v1, | ||
| vector | v2, | ||
| float | nomonst, | ||
| entity | forent, | ||
| float | lag | ||
| ) |
Definition at line 221 of file antilag.qc.
| void WarpZone_traceline_antilag_force | ( | entity | source, |
| vector | v1, | ||
| vector | v2, | ||
| float | nomonst, | ||
| entity | forent, | ||
| float | lag | ||
| ) |
Definition at line 217 of file antilag.qc.
References tracebox_antilag_force_wz().
Referenced by WarpZone_traceline_antilag().
Here is the call graph for this function:
Here is the caller graph for this function:| float antilag_debug |
Definition at line 17 of file antilag.qh.
| int autocvar_g_antilag |
Definition at line 3 of file antilag.qh.
Referenced by antilag_getlag(), FixClientCvars(), tracebox_antilag(), traceline_antilag(), W_SetupShot_Dir_ProjectileSize_Range(), WarpZone_tracebox_antilag(), and WarpZone_traceline_antilag().
| float autocvar_g_antilag_nudge |
Definition at line 4 of file antilag.qh.
Referenced by EndFrame().