Skip to content

Commit

Permalink
1.6.42 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
badanka committed Feb 18, 2019
1 parent 241b491 commit 2ab33a4
Show file tree
Hide file tree
Showing 17 changed files with 1,356 additions and 43 deletions.
1,136 changes: 1,136 additions & 0 deletions Compact_changelog.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Compact_readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
��������������������������������������������������������������������
Steam Compact
1.6.30
2018-07-25
1.6.42
2018-02-18
��������������������������������������������������������������������

For support and the latest updates go to:
Expand Down
Binary file modified Graphics/login_splash.tga
Binary file not shown.
15 changes: 11 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@ A few issues with fonts requires some manual work. Please let me know if you exp

***

### Information about current version (updated July 25, 2018)
Version 1.6.30 is compatible with Steam version 1533766730 (built August 8, 2018)
### Information about current version (updated February 18, 2019)
Version 1.6.42 is compatible with Steam version 1549129917 (built February 2, 2019)

Changes since previous version include:<br>
* Updated to match Steam version 1532458786 (built 180724)<br>
* Updated to match Steam version 1549129917 (built 190202)<br>
* Overlay - Added 'Controller configuration' and 'Force quit' buttons<br>
* Library - Added preliminary support for upcoming new Library page (not tested)<br>
* View -› Screenshots - Added upload limit text (not tested)<br>
* * Library - Added Steam Play elements for Linux editions<br>
* Game properties - Added Steam Input per-game settings<br>
* Install game properties - Added support for installing a specific language (not tested)<br>
* Numerous fixes for Linux<br>
* Other minor adjustments<br>

***
Expand All @@ -37,4 +44,4 @@ Having any issues? Either report it in the [GitHub issue tracker](https://github
![Overlay](http://i.imgur.com/vqrnNmr.png)


_*This page was last updated 2018-08-11, 11:01 GMT+1/UTC+2_
_*This page was last updated 2019-02-18, 21:42 GMT+1/UTC+2_
18 changes: 0 additions & 18 deletions resource/layout/broadcastview.layout
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,13 @@
{
controls
{
closebutton { ControlName="Button" style="CloseButtonStyle" command="CloseBroadcastView" }
}

styles
{
CloseButtonStyle
{
bgcolor="none"
image="graphics/broadcast/icon_close_default"
render_bg {}
inset="-6 0 0 0"
padding-left=0
padding-right=0
}

CloseButtonStyle:Hover
{
bgcolor="none"
image="graphics/broadcast/icon_close_hover"
}
}

layout
{
place { control=clickpanel width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 }
place { control=closebutton width=17 height=17 margin-top=2 margin-left=0 margin-right=4 margin-bottom=0 align=right }
}
}
26 changes: 22 additions & 4 deletions resource/layout/gameproperties_general.layout
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,20 @@
"ControlName" "Label"
"labelText" "#Steam_Game_Family_Sharing_Unsupported"
}
"Divider3" [$LINUX]
{
"ControlName" "Divider"
}
"SteamPlayOverrideCheck" [$LINUX]
{
"ControlName" "CheckButton"
"labelText" "#Steam_GameProperties_SteamPlaySettings_Override"
"Default" "0"
}
"SteamPlayOverrideCombo" [$LINUX]
{
"ControlName" "ComboBox"
}
}


Expand Down Expand Up @@ -128,14 +142,18 @@

place {control=Divider1 start=ManualLabelName dir=down margin-top=7 region=main width=max }

place {controls=EnableOverlayCheck,EnableDesktopGameTheater start=Divider1 dir=down margin-top=0 spacing=0 height=18 width=max region=main }
place {controls=LaunchOptionsButton,CreateDesktopShortcutButton start=EnableDesktopGameTheater dir=down margin-top=4 spacing=4 width=240 height=20 region=main }
place {controls=EnableOverlayCheck,EnableDesktopGameTheater start=Divider1 dir=down margin-top=7 spacing=0 height=18 width=max region=main }
place {controls=LaunchOptionsButton,CreateDesktopShortcutButton start=EnableDesktopGameTheater dir=down margin-top=4 spacing=4 width=260 height=20 region=main }

place {control=Divider2 start=CreateDesktopShortcutButton dir=down margin-top=6 region=main width=max }
place {controls=SteamInputPerGameLabel width=max }
place {controls=SteamInputPerGameLabel width=max margin-top=7 }
place {controls=SteamInputPerGameCombo width=260 }
place {controls=SteamInputPerGameLabel,SteamInputPerGameCombo start=Divider2 dir=down margin-top=2 height=20 spacing=2 region=main }

place {controls=FamilySharingUnsupportedLabel start=CreateDesktopShortcutButton dir=down margin-top=4}
place [$LINUX] {control=Divider3 start=SteamInputPerGameCombo dir=down margin-top=7 region=main width=max }
place [$LINUX] {controls=SteamPlayOverrideCheck start=Divider3 dir=down margin-top=7 width=max height=18 region=main }
place [$LINUX] {controls=SteamPlayOverrideCombo start=SteamPlayOverrideCheck dir=down margin-top=4 spacing=4 height=20 width=260 region=main }

place {controls=FamilySharingUnsupportedLabel start=SteamPlayOverrideCombo dir=down margin-top=4}
}
}
43 changes: 43 additions & 0 deletions resource/layout/gamespage_details_compat_subheader.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
"resource/layout/gamespage_details_compat_subheader.layout"
{
controls
{
compatdescription {
controlname="RichText"
style="label"
labeltext="#Steam_Settings_Compat_Launch"
zpos="2"
}
}

styles
{
CDetailsCompatSubHeaderPanel
{
}
RichTextSimple
{
render
{
}
render_bg
{
}
}
}

layout
{
region { name="header" y=0 x=0 width=max height=120 }

place {
control=compatdescription
region=header
margin-top=0
margin-left=0
margin-right=0
width=275
dir=down
}
}
}
4 changes: 3 additions & 1 deletion resource/layout/overlaydesktop.layout
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
WebSiteButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_WebSite" style=sidemenu }
RecommendButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_Recommend" style=sidemenu }
WorkshopButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_Workshop" style=sidemenu }
EditControllerConfig { controlname="URLLabel" labeltext="#Overlay_Taskbar_EditControllerConfig" style=sidemenu }
ForceQuitButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_ForceQuit" style=sidemenu }

FriendsDetailPanel { controlname="COverlay_Details_Friends" style="detailsbox" }
AchievementsDetailPanel { controlname="COverlay_Details_Achievements" style="detailsbox" }
Expand Down Expand Up @@ -117,7 +119,7 @@
//has to be left-aligned, since the broadcast chat window is hardcoded to be drawn to the right of this panel
//so if this is right-aligned, the window will spawn off-screen
place { control="BroadcastDetailPanel" width=318 height=68 }
place { controls="BroadcastDetailPanel,LegacyCDKeyButton,DLCButton,GameGroupsButton,WebSiteButton,WorkshopButton,RecommendButton" align=bottom margin-left=2 region=detailpanelsnew dir=down spacing=2 }
place { controls="BroadcastDetailPanel,LegacyCDKeyButton,DLCButton,GameGroupsButton,WebSiteButton,WorkshopButton,RecommendButton,EditControllerConfig,ForceQuitButton" align=bottom margin-left=2 region=detailpanelsnew dir=down spacing=2 }

place { control="SessionText,TwoWeeksText,ForeverText" dir=right align=top-center spacing=32 region=detailpanels margin-top=217 }

Expand Down
4 changes: 3 additions & 1 deletion resource/layout/overlaydesktop_lores.layout
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
PlayersButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_Players" style=sidemenu }
AchievementsButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_Achievements" style=sidemenu }
ScreenshotsButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_Screenshots" style=sidemenu }
EditControllerConfig { controlname="URLLabel" labeltext="#Overlay_Taskbar_EditControllerConfig" style=sidemenu }
ForceQuitButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_ForceQuit" style=sidemenu }
}

colors
Expand Down Expand Up @@ -84,7 +86,7 @@

place { controls="BroadcastDetailPanel" region=detailpanels width=330 height=68 align=bottom}
place { controls="GameGroupsButton,ChatRoomButton,WebSiteButton" width=0 y=0 align=right region=overlay dir=down spacing=5 }
place { controls="DLCButton,GameHubButton,GuideButton,GuidesButton,LegacyCDKeyButton,FriendsButton,PlayersButton,AchievementsButton,ScreenshotsButton,ForumsButton,WorkshopButton,RecommendButton" y=0 align=right region=overlay dir=down spacing=3 }
place { controls="DLCButton,GameHubButton,GuideButton,GuidesButton,LegacyCDKeyButton,FriendsButton,PlayersButton,AchievementsButton,ScreenshotsButton,ForumsButton,WorkshopButton,RecommendButton,EditControllerConfig,ForceQuitButton" y=0 align=right region=overlay dir=down spacing=3 }


//hidden
Expand Down
1 change: 1 addition & 0 deletions resource/layout/screenshotsuploaddialog.layout
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
error_info { controlname="Label" labeltext="#steam_screenshots_error_info" visible="0" wrap="1" }
upload_info { controlname="Label" labeltext="#steam_screenshot_upload_info" visible="0" wrap="1" }

//not tested
limited_user_upload_label { controlname="Label" labeltext="#steam_screenshots_limited_user" visible="1" wrap="1" }

shared_to_facebook_ok_label { controlname="Label" labeltext="#Overlay_ToBeSharedToFacebook" visible="1" wrap="1" }
Expand Down
6 changes: 3 additions & 3 deletions resource/layout/settingssubbroadcast.layout
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@

layout
{
place { control="BroadcastDisabledLabel,BroadcastStatusHeader,BroadcastDisabledSupportURL,BroadcastStatus" margin-left=10 spacing=4 margin-right=20 margin-top=6 width=max }
place { control="BroadcastHelpHeader,BroadcastHelpURL" margin-left=10 spacing=4 margin-right=20 margin-top=21 width=max }
place { control="BroadcastDisabledLabel,BroadcastStatusHeader,BroadcastDisabledSupportURL,BroadcastStatus" margin-left=10 spacing=4 margin-right=10 margin-top=6 width=max }
place { control="BroadcastHelpHeader,BroadcastHelpURL" margin-left=10 spacing=4 margin-right=10 margin-top=21 width=max }

place { start="BroadcastStatusHeader" control="Divider1" dir=down margin-top=22 width=max margin-right=10 }

place { start="Divider1" control="PermissionsHeader" dir=down margin-right=20 margin-top=7 width=max }
place { start="Divider1" control="PermissionsHeader" dir=down margin-right=10 margin-top=7 width=max }
place { start="PermissionsHeader" control="Permissions" dir=down margin-top=4 width=250 height=20 }

place { start="Permissions" control="DimensionsHeader" dir=down margin-top=6 width=max }
Expand Down
10 changes: 6 additions & 4 deletions resource/layout/steamrootdialog.layout
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
command="OpenSupportAlertWindow"
}

XPVistaAlert
EOLAlert
{
ControlName=Button
labelText="#Steam_XPVistaAlert"
labelText="#Steam_EOLAlert"
style="support_alert"
textAlignment=center
command="OpenXPVistaAlertWindow"
command="OpenEOLAlertWindow"
}

ParentalLockButton
Expand Down Expand Up @@ -669,6 +669,8 @@
place [!$OSX] { control="frame_minimize,frame_maximize,frame_close" align=right margin-top=2 margin-right=2 spacing=-8 }
place [$OSX] { control="frame_close,frame_minimize,frame_maximize" align=left margin-top=2 margin-left=2 spacing=-7 }

place [$OSX] { control="universe_label, EOLAlert, SupportAlert" spacing=8 start="frame_maximize" align=left margin-top=-4 margin-left=13 height=24 }

place [!$OSX] { control="fullscreen" align=right height=20 width=30 margin-top=23 }
place [$OSX] { control="fullscreen" align=right height=20 width=30 margin-right=16 margin-top=11 }

Expand All @@ -679,7 +681,7 @@
place { control="AnnouncementButton" align=right end-right="InboxButton" margin-top=21 margin-right=4 height=24 width=34 }
place { control="view_friends" align=right end-right="AnnouncementButton" margin-top=20 margin-right=4 height=20 width=20 }
place { control="ParentalLockButton" align=right end-right="view_friends" margin-top=20 margin-right=-6 height=20 width=44 }
place { control="universe_label, XPVistaAlert, SupportAlert" spacing=8 align=right end-right="ParentalLockButton" margin-top=21 margin-right=4 height=24 }
place [!$OSX] { control="universe_label, EOLAlert, SupportAlert" spacing=8 align=right end-right="ParentalLockButton" margin-top=21 margin-right=4 height=24 }

region { name=bottom align=bottom width=max height=16 }

Expand Down
2 changes: 1 addition & 1 deletion resource/layout/steamrootdialog_gamespage_details.layout
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
// Header text
place { control=gametitleheader region=headertext dir=down width=690 height=48 margin-right=90 }
place { control=gamesubheader start=gametitleheader region=headertext dir=down width=690 height=48 margin-right=90 }
place { control=compatsubheader start=gamesubheader region=headertext dir=right margin-left=10 }
place { control=compatsubheader region=headertext x=300 y=50 }

// Buttons and links on the right
place
Expand Down
57 changes: 57 additions & 0 deletions resource/layout/subpaneloptionscompat.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
"resource/layout/subpaneloptioncompat.layout"
{
controls
{
TitleLabel { controlName=Label labelText="#Steam_Settings_Compat_Title" style=highlight }
CompatEnabledCheckbox { controlName=Button labeltext="#Steam_Settings_Compat_Enable" }
CompatForcedCheckbox { controlName=Button labeltext="#Steam_Settings_Compat_Forced_Enable" }
DescriptionInfo { controlName=Label labelText="#Steam_Settings_Compat_Info" wrap=1 }
DescriptionLink { controlName=URLLabel labelText="#Steam_Settings_Compat_Info_Link" URLText="https://store.steampowered.com/steamplay" wrap=1 }

Divider1 { controlName=Divider }
AdvancedTitle { controlName=Label labelText="#Steam_Settings_Compat_Advanced_Title" style=highlight wrap=1 }
CompatForcedInfo { controlName=Label labelText="#Steam_Settings_Compat_Forced_Info" wrap=1 }

AdvancedToolLabel { controlname=label labeltext="#Steam_Settings_Compat_Default_Tool" wrap=1 }
AdvancedToolComboBox { controlname=ComboBox wrap=1 }
}

colors
{

}

styles
{
highlight
{
textcolor=Text
}
checkbox
{
padding-top=0
padding-bottom=0
}
}

layout
{
region { name=box margin-top=6 margin-bottom=20 margin-left=10 margin-right=10 width=max height=max }

place { control=TitleLabel region=box margin-top=0 margin-left=0 margin-right=0 width=max }
place { control=DescriptionInfo start=TitleLabel region=box dir=down margin-top=6 width=450 }
place { control=CompatEnabledCheckbox start=DescriptionInfo region=box dir=down margin-top=3 height=18 width=max }

place { control=Divider1 start=CompatEnabledCheckbox region=box dir=down margin-top=7 width=max }

place { control=AdvancedTitle start=Divider1 height=20 region=box dir=down margin-top=7 width=max }

place { control=CompatForcedInfo start=AdvancedTitle region=box dir=down height=30 width=max }
place { control=CompatForcedCheckbox start=CompatForcedInfo region=box dir=down margin-top=3 height=18 width=480 }

place { control=AdvancedToolLabel start=CompatForcedCheckbox height=20 region=box dir=down margin-top=7 width=200 }
place { control=AdvancedToolComboBox start=CompatForcedCheckbox height=20 region=box dir=down margin-top=5 margin-left=200 width=max }

place { control=DescriptionLink start=AdvancedToolLabel height=20 region=box dir=down margin-top=5 width=max }
}
}
16 changes: 12 additions & 4 deletions resource/layout/uinavigatorpanel.layout
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,12 @@
image="graphics/icon_button_list_disabled"
}

WebPanelStyle //store and community section
CBroadcastView
{
inset="0 0 0 0"
}

CWebPanel //store and community section
{
bgcolor="none"
render_bg
Expand Down Expand Up @@ -806,7 +811,7 @@

layout
{
place { control="label_store,label_library,label_community,label_me,label_console" x=0 y=1 spacing=13 margin-left="9" height=20 }
place { control="label_store,label_library,label_community,label_me,label_console,label_new_library" x=0 y=1 spacing=13 margin-left="9" height=20 }
place { control="label_community_new" start="label_console" x="9999" width=0 height=0 }

place { control="library_music_player_icon" align=right height=16 width=16 y=23 margin-right=8 }
Expand All @@ -826,6 +831,8 @@
place { control="library_search" width=144 }
place [!$OSX] { control="label_search_icon,library_search" align=left y=19 height=20 x=51 }
place [$OSX] { control="label_search_icon,library_search" align=left y=19 height=20 x=51 }
place [$LINUX] { control="label_search_icon" align=left y=19 height=20 x=51 }
place [$LINUX] { control="library_search" start="label_search_icon" y=2 height=20}

region { name="dropdown" width=90 x=226 y=21 height=20 }
place { control="library_filters" align=left spacing=1 region="dropdown" }
Expand Down Expand Up @@ -855,10 +862,11 @@
place { control=GamesPage_Grid width=max height=max margin-top=0 margin-left=2 margin-right=1 margin-bottom=3 start=phonereminderbar dir=down }
place { control=WebPanel width=max height=max margin-top=0 margin-left=2 margin-right=1 margin-bottom=3 start=phonereminderbar dir=down }
place { control=BroadcastPage width=max height=max margin-top=0 margin-left=0 margin-right=9 margin-bottom=21 start=phonereminderbar dir=down }
place { control=BroadcastPageMin width=300 height=168 margin-top=0 margin-left=0 margin-right=30 margin-bottom=26 dir=down align=bottom-right }
place { control=BroadcastPageMinHoriz width=300 height=168 margin-top=0 margin-left=0 margin-right=30 margin-bottom=40 dir=down align=bottom-right }
place { control=BroadcastPageMin width=298 height=168 margin-top=0 margin-left=0 margin-right=30 margin-bottom=26 dir=down align=bottom-right }
place { control=BroadcastPageMinHoriz width=298 height=168 margin-top=0 margin-left=0 margin-right=30 margin-bottom=40 dir=down align=bottom-right }
place { control=MusicPage_Details width=max height=max margin-top=0 margin-left=2 margin-right=3 margin-bottom=3 start=phonereminderbar dir=down }
place { control=ConsolePage width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 start=phonereminderbar dir=down }
place { control=NewLibraryPage width=max height=max margin-top=0 margin-left=0 margin-right=9 margin-bottom=21 start=phonereminderbar dir=down }

place { control=MediaPage width=max height=max margin-top=1 margin-left=0 margin-right=28 margin-bottom=0 start=phonereminderbar dir=down }
place { control=ToolsPage width=max height=max margin-top=1 margin-left=2 margin-right=1 margin-bottom=1 start=phonereminderbar dir=down }
Expand Down
2 changes: 1 addition & 1 deletion resource/menus/steam.menu
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

Support { text="#steam_menu_support" command="Support" }
Divider {}
Compact { text="Steam Compact 1.6.30 [GitHub]" shellcmd="steam://openurl/http://badanka.github.io/Compact/" }
Compact { text="Steam Compact 1.6.42 [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
Loading

0 comments on commit 2ab33a4

Please sign in to comment.