Skip to content

Commit 6354648

Browse files
committed
0.36 final changes
1 parent 6752dfa commit 6354648

File tree

31 files changed

+556
-214
lines changed

31 files changed

+556
-214
lines changed

changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v0.36
2+
3+
* Statistics
4+
* Updates to support version 92264
5+
* Hanzo now tracks Giant Slayer damage from Basic Attacks and Scatter Arrow separately
6+
7+
* UI
8+
* Added duration indicator to Zagara's Maw
9+
* Added duration indicator to Maiev's Containment Disc
10+
* Added duration indicator to Imperius's Wrath of Angiris
11+
* Adjusted Yrel alignment in Top Bar when displaying in Compact mode
12+
* Fixed an issue causing some hero container settings to not display correctly
13+
14+
115
# v0.35
216

317
* Statistics

conversion/AlteracPass/replay.details

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

conversion/DragonShire/replay.details

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

conversion/LostCavern/replay.details

0 Bytes
Binary file not shown.

conversion/SilverCity/replay.details

0 Bytes
Binary file not shown.

conversion/SkyTemple/replay.details

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

interface/CustomScoreboard.StormInterface/Base.StormData/UI/Layout/DescIndex.StormLayout

+1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
<Include path="UI/Layout/SpazzoCustomTopBar.StormLayout"/>
1818
<Include path="UI/Layout/ExportSettingsFrame.StormLayout"/>
1919
<Include path="UI/Layout/CustomPanelSpazzo.StormLayout"/>
20+
<Include path="UI/Layout/RecapAlignmentFix.StormLayout"/>
2021
</Desc>

interface/CustomScoreboard.StormInterface/Base.StormData/UI/Layout/ExportSettingsFrame.StormLayout

+4
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ encoding=%1%utf-8%1% standalone=%1%yes%1%?%16% %15%Desc%16%
9595
%15%Constant name=%1%HoggerCooldownDisplay%1% val=%1%%72%%1% /%16%
9696
%15%Constant name=%1%IllidanCooldownDisplay%1% val=%1%%117%%1% /%16%
9797
%15%Constant name=%1%ImperiusCooldownDisplay%1% val=%1%%84%%1% /%16%
98+
%15%Constant name=%1%ImperiusWrathDisplayToggle%1% val=%1%%219%%1% /%16%
9899
%15%Constant name=%1%JainaCooldownDisplay%1% val=%1%%67%%1% /%16%
99100
%15%Constant name=%1%CrusaderCooldownDisplay%1% val=%1%%31%%1% /%16%
100101
%15%Constant name=%1%JunkratCooldownDisplay%1% val=%1%%135%%1% /%16%
@@ -159,6 +160,7 @@ encoding=%1%utf-8%1% standalone=%1%yes%1%?%16% %15%Desc%16%
159160
%15%Constant name=%1%NecromancerCooldownDisplay%1% val=%1%%95%%1% /%16%
160161
%15%Constant name=%1%YrelCooldownDisplay%1% val=%1%%139%%1% /%16%
161162
%15%Constant name=%1%ZagaraCooldownDisplay%1% val=%1%%140%%1% /%16%
163+
%15%Constant name=%1%ZagaraMawDisplayToggle%1% val=%1%%218%%1% /%16%
162164
%15%Constant name=%1%ZaryaCooldownDisplay%1% val=%1%%121%%1% /%16%
163165
%15%Constant name=%1%ZeratulCooldownDisplay%1% val=%1%%33%%1% /%16%
164166
%15%Constant name=%1%ZuljinCooldownDisplay%1% val=%1%%129%%1% /%16%
@@ -424,5 +426,7 @@ encoding=%1%utf-8%1% standalone=%1%yes%1%?%16% %15%Desc%16%
424426
<Replacement val="{$parent/TopBarCustomSettingsFrame/ToggleTeamNameScorePositions/@Toggled}" index="215" />
425427
<Replacement val="{$parent/MaievAttachmentOption1/ContainmentDiscDisplay/@Checked}" index="216" />
426428
<Replacement val="{$parent/StitchesAttachmentOption1/StitchesGorgeDisplay/@Checked}" index="217" />
429+
<Replacement val="{$parent/ZagaraAttachmentOption1/ZagaraMawDisplay/@Checked}" index="218" />
430+
<Replacement val="{$parent/ImperiusAttachmentOption1/ImperiusWrathDisplay/@Checked}" index="219" />
427431
</Frame>
428432
</Desc>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<Desc>
3+
4+
5+
6+
<Frame type="Frame" name="GameUI/UIContainer/FullscreenUpperContainer/HeroLeaderPanel/HeroLeaderPanelContainer/TabControl/DeathRecapContainerFrame/DeathRecapPanel" file="GameUI">
7+
<Frame type="Frame" name="HighestDamagersPanel">
8+
<Frame type="Frame" name="HighestDamage1">
9+
<Frame type="Label" name="HighestDamagerPlayerNameLabel">
10+
<Anchor side="Top" relative="$parent/HighestDamagerHeroNameLabel" pos="Max" offset="-3" />
11+
</Frame>
12+
<Frame type="Frame" name="HighestDamagerAbilityFrame1">
13+
<Anchor side="Top" relative="$parent/HighestDamagerPlayerNameLabel" pos="Max" offset="3" />
14+
</Frame>
15+
</Frame>
16+
<Frame type="Frame" name="HighestDamage2">
17+
<Frame type="Label" name="HighestDamagerPlayerNameLabel">
18+
<Anchor side="Top" relative="$parent/HighestDamagerHeroNameLabel" pos="Max" offset="-3" />
19+
</Frame>
20+
<Frame type="Frame" name="HighestDamagerAbilityFrame1">
21+
<Anchor side="Top" relative="$parent/HighestDamagerPlayerNameLabel" pos="Max" offset="3" />
22+
</Frame>
23+
</Frame>
24+
<Frame type="Frame" name="HighestDamage3">
25+
<Frame type="Label" name="HighestDamagerPlayerNameLabel">
26+
<Anchor side="Top" relative="$parent/HighestDamagerHeroNameLabel" pos="Max" offset="-3" />
27+
</Frame>
28+
<Frame type="Frame" name="HighestDamagerAbilityFrame1">
29+
<Anchor side="Top" relative="$parent/HighestDamagerPlayerNameLabel" pos="Max" offset="3" />
30+
</Frame>
31+
</Frame>
32+
</Frame>
33+
</Frame>
34+
35+
</Desc>

interface/CustomScoreboard.StormInterface/Base.StormData/UI/Layout/SpazzoAttachmentsTemplates.StormLayout

+12
Original file line numberDiff line numberDiff line change
@@ -6148,6 +6148,12 @@
61486148
<DefaultState val="#ImperiusCooldownDisplay"/>
61496149
</StateGroup>
61506150
</Frame>
6151+
<Frame type="CheckBox" name="ImperiusWrathDisplay" template="StandardTemplates/StandardCheckBoxTemplate">
6152+
<Anchor side="Bottom" relative="$parent" pos="Max" offset="-1" />
6153+
<Anchor side="Right" relative="$parent" pos="Max" offset="-1" />
6154+
<Tooltip val="@UI/Spazzo/ImperiusWrathDisplayTooltip" />
6155+
<Checked val="#ImperiusWrathDisplayToggle" />
6156+
</Frame>
61516157
<StateGroup name="PlayerGroup">
61526158
<DefaultState val="PlayerNotFound"/>
61536159
<State name="Player1IsHero">
@@ -15206,6 +15212,12 @@
1520615212
<DefaultState val="#ZagaraCooldownDisplay"/>
1520715213
</StateGroup>
1520815214
</Frame>
15215+
<Frame type="CheckBox" name="ZagaraMawDisplay" template="StandardTemplates/StandardCheckBoxTemplate">
15216+
<Anchor side="Bottom" relative="$parent" pos="Max" offset="-1" />
15217+
<Anchor side="Right" relative="$parent" pos="Max" offset="-1" />
15218+
<Tooltip val="@UI/Spazzo/ZagaraMawDisplayTooltip" />
15219+
<Checked val="#ZagaraMawDisplayToggle" />
15220+
</Frame>
1520915221
<StateGroup name="PlayerGroup">
1521015222
<DefaultState val="PlayerNotFound"/>
1521115223
<State name="Player1IsHero">

interface/CustomScoreboard.StormInterface/Base.StormData/UI/Layout/SpazzoCustomTopBar.StormLayout

+1
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@
940940
<Action type="SetProperty" frame="$parent/$parent/PlayerHeroLoadingScreenImage" Texture="Assets/Textures/storm_ui_ingame_hero_loadingscreen_yrel.dds" />
941941
<Action type="SetProperty" frame="$parent/$parent/PlayerIconRef" Texture="Assets/Textures/storm_ui_glues_draft_portrait_yrel.dds" />
942942
<Action type="SetProperty" frame="$this" Alpha="0" />
943+
<Action type="SetAnchor" frame="$parent/$parent/CompactHeroLoadingContainerFrame/PlayerHeroLoadingScreenImageCompact" side="Top" relative="$parent" pos="Min" offset="-5" />
943944
</State>
944945
<State name="Zagara">
945946
<When type="Property" frame="$this" texture="Assets\Textures\storm_ui_ingame_hero_leaderboard_zagara.dds"/>

0 commit comments

Comments
 (0)