Skip to content

Commit

Permalink
1.5.95 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
seq committed Jul 12, 2017
1 parent 0dbdb78 commit f53fa0f
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 30 deletions.
9 changes: 9 additions & 0 deletions Compact_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,15 @@
</style>
</head>
<body><br><div class="masterTaskSpan">
<li><span class="masterTaskTitleText"><a>Version 1.5.95 — 2017-07-12</a></span> <span class="commentsText"></span> <span class="filerefpathText"></span></li>
<ul>
<li><span class="masterTaskTitleText"><a>Updated to match Steam version 1499823214 (built 170712)</a></span> <span class="commentsText"></span> <span class="filerefpathText"></span></li>
<ul>
<li><span class="subTaskTitleText" style="color: #000000"><a>Updated the purchase dialog when purchasing items in-game (e.g. Dota 2)</a></span> <span class="datesText"></span> <span class="peopleText"></span> <span class="baseInfoText"></span> <span class="filerefpathText"></span> <span class="commentsText"></span></li>
<li><span class="subTaskTitleText" style="color: #000000"><a>Removed links to the forum thread since the forums seems to have been retired for good</a></span> <span class="datesText"></span> <span class="peopleText"></span> <span class="baseInfoText"></span> <span class="filerefpathText"></span> <span class="commentsText"></span></li>
</ul>
</ul>
</div><br><div class="masterTaskSpan">
<li><span class="masterTaskTitleText"><a>Version 1.5.94 — 2017-06-02</a></span> <span class="commentsText"></span> <span class="filerefpathText"></span></li>
<ul>
<li><span class="masterTaskTitleText"><a>Updated to match Steam version 1496344747 (built 170601)</a></span> <span class="commentsText"></span> <span class="filerefpathText"></span></li>
Expand Down
7 changes: 2 additions & 5 deletions Compact_readme.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
��������������������������������������������������������������������
Steam Compact
1.5.94
2017-06-02
1.5.95
2017-07-12
��������������������������������������������������������������������

For support and the latest updates go to:

http://steamcommunity.com/groups/SteamCompact
or go to Help -> Steam Compact Community Group in your Steam client.

http://forums.steampowered.com/forums/showthread.php?t=1279345
or go to Help -> Steam Compact Forum Thread in your Steam client.

Linux users:
For proper font usage in Steam you need to open the included
settings.ini file and follow the instructions before using this
Expand Down
Binary file modified Graphics/login_splash.tga
Binary file not shown.
13 changes: 6 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ A few issues with fonts requires some manual work. Please let me know if you exp

***

### Information about current version (updated June 2, 2017)
Version 1.5.94 is compatible with Steam version 1496344747 (built June 1, 2017)
### Information about current version (updated July 12, 2017)
Version 1.5.95 is compatible with Steam version 1499823214 (built July 12, 2017)

Changes since previous version include:<br>
* Updated to match Steam version 1496344747 (built 170601)<br>
* Added Settings › Controller<br>
* Settings › Web Browser additions<br>
* Minor additions and adjustments<br>
* Updated to match Steam version 1499823214 (built 170712)<br>
* Updated the purchase dialog when purchasing items in-game (e.g. Dota 2)<br>
* Removed links to the forum thread since the forums seems to have been retired for good<br>

***

Expand Down Expand Up @@ -50,4 +49,4 @@ If you like living on the edge I might sometimes also have a dev branch going fo
![Overlay](http://i.imgur.com/vqrnNmr.png)


_*This page was last updated 2017-06-02, 17:35 GMT+2_
_*This page was last updated 2017-07-12, 16:04 GMT+2_
16 changes: 10 additions & 6 deletions resource/layout/overlay_microtxn_authdialog.layout
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
controls
{
ItemList { controlname="ListPanel" style="ItemListStyle" }
UpdateBillingInfoButton { controlname="Button" Style="AuthBtnStyle" labeltext="#Overlay_MicroTxnAuth_UpdateBillingInformation" }
AuthorizeButton { controlname="Button" Style="AuthBtnStyle" labeltext="#Overlay_MicroTxnAuth_Authorize" }
CancelButton { controlname="Button" Style="AuthBtnStyle" labeltext="#Overlay_MicroTxnAuth_Cancel" }

Expand All @@ -14,6 +15,7 @@
BalanceLabel { controlname="Label" style="BalanceStyle" labeltext="#Overlay_MicroTxnAuth_Balance" }
BalanceDescLabel { controlname="Label" labeltext="#Overlay_MicroTxnAuth_BalanceLabel" }
RefundText { controlname="RichText" style="RefundTextStyle" scrollbar=0 }
SubscriptionText { controlname="RichText" style="RefundTextStyle" scrollbar=0 }
Separator { controlname="Panel" style="SeparatorStyle" }
}

Expand Down Expand Up @@ -74,19 +76,21 @@

layout
{
region { name="main" width="max" height=250 margin-top=20 margin-left=10 margin-right=10 }
region { name="total" region="main" align="bottom" height=24 width="max" margin-right=25 }
region { name="main" width="max" height=225 margin-top=20 margin-left=5 margin-right=5 }
region { name="total" region="main" align="bottom" height=24 width="max" margin-right=5 }
region { name="buttons" align="bottom" width="max" height=24 margin-right=4 }

place { control=BalanceDescLabel,BalanceLabel dir=left x=200 y=0 margin-right=35 margin-top=4 align=right spacing=10 }

place { control=AuthorizeButton,CancelButton region=buttons dir=left align=right height=20 spacing=4 }

place { control=ReasonLabel,ItemList region=main dir=down spacing=4 width=max }
place { control=ReasonLabel,ItemList region=main dir=down spacing=2 width=max y=3 }

place { control=TotalLabel,TotalAmtLabel region=total dir=left align=right spacing=15 margin-top=0 }
place { control=ConvertedTotalLabel,ConvertedTotalAmtLabel region=total dir=left align=right spacing=15 margin-top=12 }

place { control=RefundText start=Separator dir=down spacing=1 margin-left=0 width=max height=50 }
place { control=Separator start=total dir=down spacing=0 margin-left=10 width=max margin-right=10 height=1 }
place { control=RefundText start=Separator dir=down marign-top=5 margin-left=0 width=max height=50 }
place { control=SubscriptionText start=RefundText dir=down spacing=0 margin-left=0 width=max height=70 }

place { control=UpdateBillingInfoButton,AuthorizeButton,CancelButton region=buttons dir=left align=right height=20 spacing=4 }
}
}
22 changes: 10 additions & 12 deletions resource/menus/steam.menu
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@
ChangeAvatar { text="#steam_menu_set_avatar" shellcmd="steam://url/SteamIDEditPage" }
ChangeUser { text="#steam_menu_changeuser" command="ChangeUser" }
Divider {}
GoOnline { text="#SteamUI_OfflineMode_GoOnline" command="goonline" }
GoOffline { text="#SteamUI_OfflineMode_GoOffline" command="gooffline" }
Restart { text="#Steam_MustRestart_Button" command="RestartSteam" }

Divider {}

// check for updates appears in the system-managed "steam" menu on the mac
CheckForUpdates [!$OSX] { text="#steam_menu_checkforupdates" command="CheckForUpdates" }
Divider {}
GoOnline { text="#SteamUI_OfflineMode_GoOnline" command="goonline" }
GoOffline { text="#SteamUI_OfflineMode_GoOffline" command="gooffline" }
Restart { text="#Steam_MustRestart_Button" command="RestartSteam" }

Divider [OSX] {}

BackupGames { text="#steam_menu_backupgames" command="backupgames" }
Divider [!$OSX] {}
Settings [!$OSX] { text="#steam_menu_settings" command="Settings" }
Divider [!$OSX] {}
Expand All @@ -35,8 +31,8 @@
Divider {}
MiniMode [!$OSX] { text="#steam_menu_minimode" shellcmd="steam://open/minigameslist" }
LargeMode [!$OSX] { text="#steam_menu_largemode" shellcmd="steam://open/largegameslist" }
BigPictureMode [!$OSX] { text="#steam_menu_bigpicturemode" shellcmd="steam://open/bigpicture" }
Divider [!$OSX] {}
BigPictureMode { text="#steam_menu_bigpicturemode" shellcmd="steam://open/bigpicture" }
Divider {}
StartVR { text="#steam_menu_startvr" shellcmd="steam://run/250820" }
Divider {}
ExitVR { text="#steam_menu_exitvr" command="exitvr" }
Expand All @@ -48,6 +44,7 @@
ViewPlayerList { text="#steam_menu_view_players" shellcmd="steam://friends/players" }
Servers { text="#steam_menu_servers" shellcmd="steam://open/servers" }
Screenshots { text="#steam_screenshots" command="Screenshots" }
Inventory { text="#steam_inventory" shellcmd="steam://open/inventory" }
NewForYou { text="#SteamUI_GameProperties_UpdateNews" shellcmd="steam://open/newforyou" }
Divider {}
UserForums { text="#steam_forums" command="Forums" }
Expand All @@ -57,6 +54,8 @@
{
text="#steam_menu_games"

BackupGames { text="#steam_menu_backupgames" command="backupgames" }
Divider {}
ActivateRetail { text="#Steam_RegisterProductCode" command="ActivateRetail" }
RedeemWalletVoucher { text="#Steam_RedeemWalletVoucher" shellcmd="steam://url/RedeemWalletVoucher" }
ManageGuestPasses { text="#Steam_ManageGuestPasses" command="ManageGuestPasses" }
Expand All @@ -78,8 +77,7 @@

Support { text="#steam_menu_support" command="Support" }
Divider {}
Compact { text="Steam Compact 1.5.94 [GitHub]" shellcmd="steam://openurl/http://badanka.github.io/Compact/" }
CompactForum { text="Steam Compact Forum Thread" shellcmd="steam://openurl/http://forums.steampowered.com/forums/showthread.php?t=1279345" }
Compact { text="Steam Compact 1.5.95 [GitHub]" shellcmd="steam://openurl/http://badanka.github.io/Compact/" }
CompactGroup { text="Steam Compact Community Group" shellcmd="steam://openurl/http://steamcommunity.com/groups/SteamCompact" }
Divider {}
Privacy { text="#steam_menu_PrivacyPolicy" shellcmd="steam://url/PrivacyPolicy" }
Expand Down

0 comments on commit f53fa0f

Please sign in to comment.