Skip to content

Commit

Permalink
updated missing frame types
Browse files Browse the repository at this point in the history
  • Loading branch information
R-P-S committed Jul 9, 2024
1 parent e7e9d22 commit bbbb9e1
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
43 changes: 43 additions & 0 deletions sc2layout/frame_class.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,23 @@
<property name="Label" valueType="DescInternal:CLabel" readonly="false"/>
</frameClass>

<!--
========================================
:: CCheckOutBrowser
========================================
-->
<frameClass name="CCheckOutBrowser" parent="CBrowser">
</frameClass>

<!--
========================================
:: CCheckOutBrowserDialog
========================================
-->
<frameClass name="CCheckOutBrowserDialog" parent="CStandardDialog">
<property name="State" valueType="String" readonly="false"/>
</frameClass>

<!--
========================================
:: CCinematicTextPanel
Expand Down Expand Up @@ -1735,6 +1752,15 @@
========================================
-->
<frameClass name="CCommanderDifficultyTileList" parent="CTileList">
<property name="CurrentBonus" valueType="Uint32"/>
<property name="CurrentDifficultyBonus" valueType="Uint32"/>
<property name="RetryDifficultyBonus" valueType="Uint32"/>
<property name="RetryDifficultyLevel" valueType="Uint32"/>
<property name="RetryEnemyRace" valueType="String"/>
<property name="RetryEnemyWaveType" valueType="Uint32"/>
<property name="RetryIsAvailable" valueType="Boolean"/>
<property name="RetryIsSelected" valueType="Boolean"/>
<property name="RetryMapId" valueType="Uint32"/>
</frameClass>

<!--
Expand Down Expand Up @@ -2280,6 +2306,14 @@
<property name="File" valueType="String" readonly="false"/>
</frameClass>

<!--
========================================
:: CCustomGamesBrowseListPanel
========================================
-->
<frameClass name="CCustomGamesBrowseListPanel" parent="CBattleGameListPanel">
</frameClass>

<!--
========================================
:: CCustomGameInvitePanel
Expand Down Expand Up @@ -6389,6 +6423,15 @@
<property name="SuppressBrowserErrors" valueType="Boolean"/>
</frameClass>

<!--
========================================
:: CScreenMapToMapTransition
========================================
-->
<frameClass name="CScreenMapToMapTransition" parent="CGlueScreen">
<property name="MapToMapTransitionState" valueType="String"/>
</frameClass>

<!--
========================================
:: CScreenMovie
Expand Down
20 changes: 20 additions & 0 deletions sc2layout/frame_type.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,12 @@
<frameType name="BattleClubFrame" classType="CBattleClubFrame" blizzOnly="true">
</frameType>

<frameType name="BattleGameListPanel" classType="CBattleGameListPanel" blizzOnly="true">
</frameType>

<frameType name="BattleGameTileListItem" classType="CBattleGameTileListItem" blizzOnly="true">
</frameType>

<frameType name="BattleLobbyContextMenu" classType="CBattleLobbyContextMenu" blizzOnly="true">
<hookup path="Menu" class="CListBox" required="true"/>
<hookup path="TitleLabel" class="CLabel" required="false"/>
Expand Down Expand Up @@ -749,6 +755,12 @@
<hookup path="CheckImage" class="CImage" required="false"/>
</frameType>

<frameType name="CheckOutBrowser" classType="CCheckOutBrowser" blizzOnly="true">
</frameType>

<frameType name="CheckOutBrowserDialog" classType="CCheckOutBrowserDialog" blizzOnly="true">
</frameType>

<frameType name="CinematicTextPanel" classType="CCinematicTextPanel" blizzOnly="false">
<hookup path="TextLabel" class="CLabel" required="true"/>
</frameType>
Expand Down Expand Up @@ -1218,6 +1230,11 @@
<hookup path="BackgroundImage" class="CImage" required="true"/>
</frameType>

<frameType name="CustomGamesBrowseListPanel" classType="CCustomGamesBrowseListPanel" blizzOnly="true">
<hookup path="FilterPulldown" class="CPulldown" required="true"/>
<hookup path="GenrePulldown" class="CPulldown" required="true"/>
</frameType>

<frameType name="CustomGameInvitePanel" classType="CCustomGameInvitePanel" blizzOnly="true">
<hookup path="InviterAvatar" class="CAvatarFrame" required="true"/>
<hookup path="MessageLabel" class="CLabel" required="true"/>
Expand Down Expand Up @@ -3746,6 +3763,9 @@
<hookup path="SceneBrowser" class="CSceneBrowser" required="true"/>
</frameType>

<frameType name="ScreenMapToMapTransition" classType="CScreenMapToMapTransition" blizzOnly="true">
</frameType>

<frameType name="ScreenMovie" classType="CScreenMovie" blizzOnly="true">
<hookup path="Movie" class="CMovieFrame" required="true"/>
<hookup path="SubtitleDisplay" class="CSubtitleDisplay" required="true"/>
Expand Down

0 comments on commit bbbb9e1

Please sign in to comment.