From: Ant Zucaro Date: Sat, 15 Jun 2013 13:44:47 +0000 (-0400) Subject: Separate scoreboards by team. X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=commitdiff_plain;h=990f7f2514e87b0cdb10255bae48ee7f87d1bdef;hp=990f7f2514e87b0cdb10255bae48ee7f87d1bdef Separate scoreboards by team. This is in preparation for the display of team scores. The team score will be shown to the left of the scoreboard. The tricky thing with this implementation is keeping the columns aligned properly. For this I've added a player-nick class (again) as a percentage to make the two (or more) tables line up. ---