From: z411 Date: Sun, 10 Apr 2022 06:17:16 +0000 (-0400) Subject: Merge branch 'master' into z411/bai-server X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2e925b6968d6762bb6c0b6dbdbf0772100d3e353;p=xonotic%2Fxonotic-data.pk3dir.git Merge branch 'master' into z411/bai-server --- 2e925b6968d6762bb6c0b6dbdbf0772100d3e353 diff --cc qcsrc/client/hud/panel/centerprint.qc index 3975654a8,307e3c899..391cb5364 --- a/qcsrc/client/hud/panel/centerprint.qc +++ b/qcsrc/client/hud/panel/centerprint.qc @@@ -371,10 -316,10 +372,10 @@@ void HUD_CenterPrint( if (time < centerprint_start_time[j]) continue; - float fade_in_time = autocvar_hud_panel_centerprint_fade_in; + float fade_in_time = 0; float fade_out_time = autocvar_hud_panel_centerprint_fade_out; - if (centerprint_countdown_num[j]) { + if (centerprint_countdown_num[j] && centerprint_start_time[j]) { fade_in_time = 0; fade_out_time = 0; } diff --cc qcsrc/client/hud/panel/score.qc index b6a60cddd,164f60534..34ec80893 --- a/qcsrc/client/hud/panel/score.qc +++ b/qcsrc/client/hud/panel/score.qc @@@ -77,8 -76,8 +77,8 @@@ void HUD_Score_Rankings(vector pos, vec } return; } - + - Scoreboard_UpdatePlayerTeams(); + /* if (team_count) { // show team scores in the first line @@@ -97,111 -96,45 +97,110 @@@ first_pl = 1; pos.y += fontsize.y; tm = teams.sort_next; - } - i = first_pl; + }*/ - - + - do - for (pl = players.sort_next; pl && i