]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Merge branch 'terencehill/scoreboard_update' into 'master'
authorMario <zacjardine@y7mail.com>
Sun, 11 Sep 2016 11:22:15 +0000 (11:22 +0000)
committerMario <zacjardine@y7mail.com>
Sun, 11 Sep 2016 11:22:15 +0000 (11:22 +0000)
commit56fec740c66122d1f8772ecb08fc4abc1dba9185
tree9729901e582f35a4c84debc92973524cf3b267a6
parent2b57a4f1f092a17b223223019ad31cb980f4212e
parentc19d214d05799fb77af065d8129b6555b40a0f76
Merge branch 'terencehill/scoreboard_update' into 'master'

Scoreboard update

Scoreboard:
* limit size of player names and relative column; scoreboard width is now based on this value
* limit scoreboard height and therefore number of players displayed in the scoreboard, display remaining players with primary scores in the last row
* compact spectator list by displaying multiple spectator names per row
* display an empty scoreboard in the beginning in DM too

Rankings:
* limit name size and if there's enough room split rankings into more columns
* center text vertically and add padding to both sides of each column

See merge request !366