Skip to content

Commit 9c9ca71

Browse files
committed
hide race-macro and creep spread stuff because its broken currently
1 parent f2c0084 commit 9c9ca71

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

app/assets/stylesheets/controllers/players.css.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
tr th, tr td {
163163
padding: 4px 4px;
164164
}
165+
.racemacro, .creep_spread { display: none; }
165166
}
166167

167168
#player .matches table.staircase {

app/views/layouts/application.html.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ _\%_____/\%_____/\%_____/\%_/ /\%___fx/\%_____/\__/ /\%_____/\__/ /.com_
141141
<li><a href="/spending_skill">Spending Skill</a></li>
142142
<li><a href="/saturation_speed">Saturation Speed</a></li>
143143
<li><a href="/auto_uploader">Auto Uploader</a></li>
144-
<li><a href="/race_macro">Race-Specific Macro</a></li>
145-
<li><a href="/injects">All About Larva Injects</a></li>
146144
<li><a href="/faq_deutsch">FAQ in Deutsch</a></li>
147145
<li>&nbsp;</li>
148146
<li><p class="menuheader">Other Replay Analyzers</p></li>

app/views/matches/show.html.erb

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -261,33 +261,7 @@ completed to when 3x640 = 1920 minerals per minute income is achieved." data-gra
261261
<a href class="ggtipper2" title="Number of bases.<br><br>Bases are considered alive 100 seconds after the build command (worker travel time is ignored).<br><br>They are considered dead after the last time they are selected." data-gravity="n">bases</a>
262262
</span>
263263
</chart>
264-
<macrochart class="grid_1" match="match" ng-show="show" ng-repeat="entity in match.race_entities('Z')">
265-
<span class="title">
266-
<a href class="ggtipper2" title="Each row is a Hatchery/Lair/Hive.<br><br>Times when larva-inject is active are colored rectangles. Those are good.<br><br>A score of 60% means that your Hatches were injected with larva 60% of the time. The higher the better. Scores are not comparable across races.<br><br>You can click and drag to zoom." data-gravity="n">
267-
{{ entity.identity.name }}'s inject timing ({{ entity.race_macro_pretty() }}%)
268-
</a>
269-
</span>
270-
</macrochart>
271-
272-
<chart id="creep_spread" ng-show="$parent.match.any_creep_spread" class="grid_1" data-series="match.series.creep_spread.combined" data-condensed="condensed">
273-
<span class="title">creep spread</span>
274-
</chart>
275-
276264

277-
<protosschart class="grid_1" match="match" ng-show="show" ng-repeat="entity in match.race_entities('P')">
278-
<span class="title">
279-
<a href class="ggtipper2" title="Each row is a Nexus.<br><br>Chronoboosts are circles. Times when Nexus energy was maxed out are colored rectangles. Those are <b>not good</b>!<br><br>A score of 80% means that your Nexuses were <b>below</b> max energy 80% of the time. The higher the better. Scores are not comparable across races.<br><br>You can click and drag to zoom." data-gravity="n">
280-
{{ entity.identity.name }}'s chronoboosts<br>and nexus energy maxouts ({{ entity.race_macro_pretty() }}%)
281-
</a>
282-
</span>
283-
</protosschart>
284-
<terranchart class="grid_1" match="match" ng-show="show" ng-repeat="entity in match.race_entities('T')">
285-
<span class="title">
286-
<a href class="ggtipper2" title="Each row is an Orbital Command.<br><br>MULEs are squares, scans are circles, supply calldowns are diamonds. Times when Orbital energy was maxed out are colored rectangles. Those are <b>not good</b>!<br><br>A score of 80% means that your Orbitals were <b>below</b> max energy 80% of the time. The higher the better. Scores are not comparable across races.<br><br>You can click and drag to zoom." data-gravity="n">
287-
{{ entity.identity.name }}'s Orbital Command<br>usage and energy maxouts ({{ entity.race_macro_pretty() }}%)
288-
</a>
289-
</span>
290-
</terranchart>
291265
<% end %>
292266
<% if signed_in? %>
293267
<matchnote data-match_id='match.id'></matchnote>

0 commit comments

Comments
 (0)