Skip to content

Commit

Permalink
Remove old scoreboard. (#229)
Browse files Browse the repository at this point in the history
* Remove old scoreboard.

The WS scoreboard is now feature-equivilent.

Remove minimal animations option, it does
nothing for WS.

* Make flat&bright default, and fix Red box.

The brighter the better for projectors.
Flat&bright shouldn't have a gradient on the OR/TO/OTO box.

Fix handling of removal of scoreboard_dots.
  • Loading branch information
brian-brazil authored and frank-weinberg committed Apr 13, 2019
1 parent dd874ff commit e0c2082
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 1,213 deletions.
4 changes: 2 additions & 2 deletions config/default/99-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<Setting Id="ScoreBoard.Intermission.Intermission"><![CDATA[Intermission]]></Setting>
<Setting Id="ScoreBoard.Intermission.Unofficial"><![CDATA[Unofficial Score]]></Setting>
<Setting Id="ScoreBoard.Intermission.Official"><![CDATA[Final Score]]></Setting>
<Setting Id="ScoreBoard.Preview_BoxStyle"><![CDATA[box_flat]]></Setting>
<Setting Id="ScoreBoard.Preview_BoxStyle"><![CDATA[box_flat_bright]]></Setting>
<Setting Id="ScoreBoard.Preview_CurrentView"><![CDATA[scoreboard]]></Setting>
<Setting Id="ScoreBoard.Preview_CustomHtml"><![CDATA[/customhtml/fullscreen/example.html]]></Setting>
<Setting Id="ScoreBoard.Preview_Image"><![CDATA[/images/fullscreen/American Flag.jpg]]></Setting>
<Setting Id="ScoreBoard.Preview_SidePadding"><![CDATA[]]></Setting>
<Setting Id="ScoreBoard.Preview_SwapTeams"><![CDATA[false]]></Setting>
<Setting Id="ScoreBoard.Preview_Video"><![CDATA[/videos/fullscreen/American Flag.webm]]></Setting>
<Setting Id="ScoreBoard.View_BoxStyle"><![CDATA[box_flat]]></Setting>
<Setting Id="ScoreBoard.View_BoxStyle"><![CDATA[box_flat_bright]]></Setting>
<Setting Id="ScoreBoard.View_CurrentView"><![CDATA[scoreboard]]></Setting>
<Setting Id="ScoreBoard.View_CustomHtml"><![CDATA[/customhtml/fullscreen/example.html]]></Setting>
<Setting Id="ScoreBoard.View_Image"><![CDATA[/images/fullscreen/American Flag.jpg]]></Setting>
Expand Down
10 changes: 2 additions & 8 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,9 @@ <h2><span class="fa fa-2x fa-gamepad"></span> OPERATOR &amp CONTROLS</h2>
</ul>
</div>
<div class="btn">
<h2><span class="fa fa-2x fa-desktop"></span> SCOREBOARD DISPLAYS</h2>
<h2><span class="fa fa-2x fa-desktop"></span> SCOREBOARD DISPLAY</h2>
<ul>
<li><a href="views/scoreboard.html"><strong>Main Scoreboard (Legacy)</strong></a></li>
<li><a href="views/scoreboard.html?ani=min" title="Use for lower performance machines">Minimal Animations</a></li>
</ul>

<ul>
<li><a href="views/standard/"><strong>Main Scoreboard (Websocket/JSON)</strong></a></li>
<li><a href="views/standard?ani=min">Minimal Animations</a></li>
<li><a href="views/standard/"><strong>Main Scoreboard</strong></a></li>
</ul>
</div>
</div><!-- column -->
Expand Down
513 changes: 0 additions & 513 deletions html/views/scoreboard.css

This file was deleted.

226 changes: 0 additions & 226 deletions html/views/scoreboard.html

This file was deleted.

Loading

0 comments on commit e0c2082

Please sign in to comment.