From: FruitieX Date: Wed, 15 Dec 2010 11:50:53 +0000 (+0200) Subject: Merge branch 'master' into terencehill/newpanelhud X-Git-Tag: xonotic-v0.5.0~348^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3972e5deb9ba49a9ebbf9781a43b337b07d5a116;p=xonotic%2Fxonotic-data.pk3dir.git Merge branch 'master' into terencehill/newpanelhud Conflicts: qcsrc/client/scoreboard.qc --- 3972e5deb9ba49a9ebbf9781a43b337b07d5a116 diff --cc qcsrc/client/hud.qc index 3bac3f493,c42d67fa0..e8a8250e6 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@@ -3582,9 -3593,12 +3585,9 @@@ void HUD_Radar(void f * bigsize + (1 - f) * normalsize; teamradar_origin3d_in_texcoord = teamradar_3dcoord_to_texcoord( - f * (mi_min + mi_max) * 0.5 + f * mi_center + (1 - f) * view_origin); - color1 = GetPlayerColor(player_localentnum-1); - rgb = GetTeamRGB(color1); - drawsetcliparea( pos_x, pos_y, diff --cc qcsrc/client/scoreboard.qc index 089668974,31cdc45bf..7de456043 --- a/qcsrc/client/scoreboard.qc +++ b/qcsrc/client/scoreboard.qc @@@ -883,8 -883,10 +883,10 @@@ float HUD_WouldDrawScoreboard() return 1; else if (intermission == 1) return 1; - else if (spectatee_status != -1 && getstati(STAT_HEALTH) <= 0 && autocvar_cl_deathscoreboard) - else if (getstati(STAT_HEALTH) <= 0 && autocvar_cl_deathscoreboard && gametype != GAME_CTS) ++ else if (spectatee_status != -1 && getstati(STAT_HEALTH) <= 0 && autocvar_cl_deathscoreboard && gametype != GAME_CTS) return 1; + else if (spectatee_status == -1) + return 1; else if (scoreboard_showscores_force) return 1; return 0;