From: Des Date: Mon, 2 Dec 2024 10:38:29 +0000 (-0300) Subject: Merge branch 'des/racetimer_speed' into des/racesplits_panel X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9d53412218f43543094e05333411403b892be07a;p=xonotic%2Fxonotic-data.pk3dir.git Merge branch 'des/racetimer_speed' into des/racesplits_panel --- 9d53412218f43543094e05333411403b892be07a diff --cc qcsrc/client/main.qh index f3afcdf74,66d10cdae..82349dda6 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@@ -26,7 -27,8 +26,7 @@@ bool autocvar_cl_race_cptimes_showspee bool autocvar_cl_race_cptimes_showspeed_unit = true; #else AUTOCVAR_SAVE(cl_race_checkpoint_splits_console, bool, 1, "Print checkpoint splits to console"); - AUTOCVAR_SAVE(cl_race_cptimes_showspeed, bool, 0, "Show race checkpoint speed"); -AUTOCVAR_SAVE(cl_race_checkpoint_splits_hud, bool, 1, "Show race checkpoint splits on HUD in infomessages"); + AUTOCVAR_SAVE(cl_race_cptimes_showspeed, bool, 0, "Show race checkpoint speed (NOTE: ignores vertical speed)"); AUTOCVAR_SAVE(cl_race_cptimes_showspeed_unit, bool, 1, "Show race checkpoint speed units"); #endif bool autocvar_cl_race_cptimes_onlyself; // TODO: move to race gamemode diff --cc xonotic-client.cfg index e33237b0d,0dca1983b..f651b8751 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@@ -715,8 -715,9 +715,8 @@@ seta cl_jetpack_jump 1 "Activate jetpac seta cl_race_cptimes_showself 1 "Always show your own times as well as the current best on checkpoints in Race/CTS" seta cl_race_cptimes_onlyself 0 "Only show your own times on checkpoints in Race/CTS. Can be forced on by the server via g_race_cptimes_onlyself" seta cl_race_cptimes_showspeed 0 "Show race checkpoint speed" - seta cl_race_cptimes_showspeed_unit 1 "Show race checkpoint speed units" + seta cl_race_cptimes_showspeed_unit 1 "Show race checkpoint speed units (NOTE: ignores vertical speed)" seta cl_race_checkpoint_splits_console 1 "Print checkpoint splits to console" -seta cl_race_checkpoint_splits_hud 1 "Show race checkpoint splits on HUD in infomessages" seta cl_cts_noautoswitch 0 "Prevent forced switching to new weapons in CTS"