X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fautocvars.qh;h=174265e9d327a21f9abc942e0044f8ff62fddda9;hb=a9dda70e2f928ff95a09ef2dfd21ad30b8920d62;hp=a93398b6089c73b648c1e2375609ad738b19b978;hpb=e274360bc96e7bdb2f2c139c7eeb1763ecc086c6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/autocvars.qh b/qcsrc/server/autocvars.qh index a93398b60..174265e9d 100644 --- a/qcsrc/server/autocvars.qh +++ b/qcsrc/server/autocvars.qh @@ -722,6 +722,7 @@ float autocvar_g_freezetag_revive_extra_size; float autocvar_g_freezetag_revive_time; float autocvar_g_freezetag_warmup; #define autocvar_g_friendlyfire cvar("g_friendlyfire") +#define autocvar_g_friendlyfire_virtual cvar("g_friendlyfire_virtual") float autocvar_g_full_getstatus_responses; float autocvar_g_fullbrightitems; float autocvar_g_fullbrightplayers; @@ -789,7 +790,9 @@ float autocvar_g_midair_shieldtime; float autocvar_g_minstagib_ammo_drop; float autocvar_g_minstagib_extralives; float autocvar_g_minstagib_speed_highspeed; +float autocvar_g_mirrordamage; #define autocvar_g_mirrordamage cvar("g_mirrordamage") +#define autocvar_g_mirrordamage_virtual cvar("g_mirrordamage_virtual") float autocvar_g_monster_zombie_attack_run_damage; float autocvar_g_monster_zombie_attack_run_delay; float autocvar_g_monster_zombie_attack_run_force; @@ -1086,6 +1089,7 @@ float autocvar_sv_dodging_sound; float autocvar_sv_dodging_up_speed; float autocvar_sv_dodging_wall_distance_threshold; float autocvar_sv_dodging_wall_dodging; +float autocvar_sv_doublejump; float autocvar_sv_eventlog; float autocvar_sv_eventlog_console; float autocvar_sv_eventlog_files; @@ -1176,3 +1180,4 @@ float autocvar_timelimit_suddendeath; #define autocvar_utf8_enable cvar("utf8_enable") float autocvar_waypoint_benchmark; float autocvar_welcome_message_time; +float autocvar_sv_gameplayfix_gravityunaffectedbyticrate;