]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/client/hud/panel/scoreboard.qc
Merge branch 'master' into terencehill/scoreboard_update
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / scoreboard.qc
2016-08-31 terencehillMerge branch 'master' into terencehill/scoreboard_update
2016-08-31 terencehillMove scoreboard stuff into the scoreboard file
2016-08-31 terencehillMinor cleanup: reduce Scoreboard_DrawItem code, remove...
2016-08-30 terencehillDisplay an empty scoreboard in the beginning in DM too
2016-08-30 terencehillFix initial scoreboard size when nobody is playing yet
2016-08-30 terencehillCompact spectator list by displaying multiple spectator...
2016-08-30 terencehillLimit number of players displayed in the scoreboard...
2016-08-30 terencehillScoreboard: add a customizable size limit of player...
2016-08-27 TimePathMerge branch 'Mario/intrusive' into 'master'
2016-08-26 terencehillMake use of hud_fontsize in the accuracy panel too...
2016-08-26 terencehillFix condition for splitting accuracy panel row in 2...
2016-08-25 terencehillSimplify some code
2016-08-25 terencehillReload hud_fontsize and fix scoreboard layout as soon...
2016-08-24 MarioMerge branch 'terencehill/hud_updates' into 'master'
2016-08-23 terencehillScoreboard columns: remove not working "k/d" keyword...
2016-08-23 terencehillDisplay "damage" as column header instead of "dmg"...
2016-08-23 MarioMerge branch 'terencehill/hud_start_fix' into 'master'
2016-08-22 terencehillDon't draw scoreboard and HUD until gametype and scores... 362/head
2016-08-22 terencehillMerge branch 'master' into terencehill/hud_updates 353/head
2016-08-22 MarioMerge branch 'master' into terencehill/spectatee_status... 354/head
2016-08-21 TimePathMerge branch 'Mario/entcs' into 'master'
2016-08-21 MarioMerge branch 'master' into Mario/entcs
2016-08-21 MarioMerge branch 'master' into Mario/entcs
2016-08-21 TimePathMerge branch 'master' into TimePath/modules
2016-08-21 MarioUse entcs to handle client colors (improves FPS by...
2016-08-19 terencehillImplement fading of panels when showing the scoreboard...
2016-08-19 MarioMerge branch 'Mario/user_movetypes'
2016-08-18 terencehillFix highlighting of the last column
2016-08-18 terencehillFix spectators highlight color and accuracy highlight...
2016-08-18 MarioMerge branch 'master' into Mario/user_movetypes
2016-08-16 terencehillRename a macro
2016-08-16 terencehillMake it pass compilation unit tests
2016-08-16 terencehillAlways draw the scoreboard on top
2016-08-16 terencehillDisplay more panels (engineinfo, modicons and timer...
2016-08-16 MarioCA: Show 'rounds won' instead of 'rounds'
2016-08-16 MarioMerge branch 'martin-t/solidpenetration' into 'master'
2016-08-15 terencehillRemove useless checks
2016-08-15 terencehillCleanup
2016-08-15 terencehillShow nothing instead of "Respawning in 0 seconds" when...
2016-08-15 terencehillFix respawn time as int
2016-08-15 MarioMerge branch 'TimePath/globalforces' into 'master'
2016-08-15 MarioMerge branch 'terencehill/scoreboard_panel_2' into...
2016-08-14 terencehillSync autocvar_hud_panel_scoreboard_table_bg_alpha 345/head
2016-08-14 terencehillGet rid of a warning in the console when starting a...
2016-08-14 terencehillMerge branch 'master' into terencehill/scoreboard_panel_2
2016-08-14 terencehillScoreboard: provide basic panel cvars to old clients
2016-08-10 terencehillMerge branch 'master' into terencehill/scoreboard_panel_2
2016-08-07 MarioRemove hardcoded stat values for testing
2016-08-06 terencehillDon't take into account border size if panel bg isn...
2016-08-06 terencehillSlightly brighter color for the scoreboard
2016-08-06 terencehillMerge branch 'master' into terencehill/scoreboard_panel_2
2016-08-05 terencehillFix bad player name truncation position in the relative...
2016-08-05 terencehillAdd back left and right margin to the first and last...
2016-08-05 terencehillAllow to toggle the scoreboard even when the game is...
2016-08-05 terencehillAdd a team color setting for team tables so that accura...
2016-08-05 terencehillMore namespace fixing
2016-08-05 terencehillFix incorrect scoreboard/HUD fading on quick (repeated...
2016-08-04 terencehillPort more scoreboard cvars to the hud skins
2016-08-04 terencehillAdd a missing check
2016-08-04 terencehillHUD_PrintScoreboardHeader
2016-08-04 terencehillCenter text vertically in the rows
2016-08-04 terencehillFix bg fading
2016-08-04 terencehillMore namespace fixing
2016-08-04 terencehillUse a proper namespace for many scoreboard variables
2016-08-04 terencehillIntegrate text, highlighting and background of scoreboa...
2016-08-03 terencehillDisplay panel boders for each table in the scoreboard...
2016-07-31 terencehillRemove simple borders from the scoreboard
2016-07-30 terencehillMove scoreboard files to hud/panel/