Skip to content

Commit

Permalink
1.6.30 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
seq committed Jul 25, 2018
1 parent 55087fd commit 9d4d4db
Show file tree
Hide file tree
Showing 18 changed files with 545 additions and 1,409 deletions.
1,114 changes: 0 additions & 1,114 deletions Compact_changelog.html

This file was deleted.

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.05
2018-03-29
1.6.30
2018-07-25
��������������������������������������������������������������������

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

***

### Information about current version (updated March 29, 2018)
Version 1.6.05 is compatible with Steam version 1522101301 (built March 26, 2018)
### Information about current version (updated July 25, 2018)
Version 1.6.30 is compatible with Steam version 1532458786 (built July 25, 2018)

Changes since previous version include:<br>
* Updated to match Steam version 1522101301 (built 180326)<br>
* Updated to match Steam version 1532458786 (built 180724)<br>
* Other minor adjustments<br>

***

Expand Down Expand Up @@ -47,4 +48,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 2018-03-29, 22:56 GMT+1/UTC+2_
_*This page was last updated 2018-07-25, 19:50 GMT+1/UTC+2_
173 changes: 173 additions & 0 deletions resource/layout/accountbutton.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
"resource/layout/accountbutton.layout"
{
controls
{
account_avatar
{
"ControlName" "Image"
"fieldName" "account_avatar"
"zpos" "-2" // behind dropdown button
}

account_drop_down
{
"ControlName" "Label"
"fieldName" "account_drop_down"
"zpos" "-2" // behind dropdown button
"style" "AccountDropDownStyleOffline"
}


account_balance
{
"ControlName" "Label"
"fieldName" "account_balance"
"style" "AccountBalanceStyle"

"zpos" "-2" // behind dropdown button
}

account_persona
{
"ControlName" "Label"
"fieldName" "account_persona"
"style" "AccountPersonaStyleOffline"
"labelText" "%persona%"
"zpos" "-2" // behind dropdown button
}

account_menu_button
{
"ControlName" "Button"
"fieldName" "account_menu_button"
"labelText" ""
"style" "AccountMenuButtonStyle"
}
}

styles
{
AccountPersonaStyleOffline
{
padding-right=6
padding-left=12
textcolor=Friends.OfflineColor
}

AccountPersonaStyleOnline
{
padding-right=6
padding-left=12
textcolor=Friends.OnlineColor
render_bg
{
}
}

AccountPersonaStyleInGame
{
padding-right=6
padding-left=12
textcolor=Friends.InGameColor
render_bg
{
}
}

AccountDropDownStyleOffline
{
render_bg
{
1="image( x0, y0+10, x1, y1, graphics/dropdown_offline )"
}

}

AccountDropDownStyleOnline
{
render_bg
{
1="image( x0, y0 + 10, x1, y1, graphics/dropdown_online )"
}
}

AccountDropDownStyleInGame
{
render_bg
{
1="image( x0, y0+10, x1, y1, graphics/dropdown_ingame )"
}
}

AccountButtonStyle
{
render_bg
{
}
}

AccountButtonStyle:hover
{
render_bg
{
0="fill( x0+3, y0+3, x1-3, y1-3, focus5 )"

1="fill( x0 , y0 , x1 , y0+1, focus4 )" // t
2="fill( x0 , y1-1, x1 , y1 , focus4 )" // b
3="fill( x0 , y0 , x0+1, y1 , focus4 )" // l
4="fill( x1-1, y0 , x1 , y1 , focus4 )" // r
}
}

AccountButtonStyle:selected
{
render_bg
{
0="fill( x0+3, y0+3, x1-3, y1-3, red )"

1="fill( x0 , y0 , x1 , y0+1, focus4 )" // t
2="fill( x0 , y1-1, x1 , y1 , focus4 )" // b
3="fill( x0 , y0 , x0+1, y1 , focus4 )" // l
4="fill( x1-1, y0 , x1 , y1 , focus4 )" // r
}
}

AccountBalanceStyle
{
textcolor="grey"
bgcolor="none"
font-family=basefont
font-size=13
font-weight=400
font-style=regular
padding-top=1
padding-right=8
padding-left=2
}

AccountBalanceStyle [$OSX]
{
textcolor="labeldisabled"
bgcolor="none"
font-family=basefont
font-size=13
font-weight=400
font-style=regular
inset="0 1 0 0"
}

AccountMenuButtonStyle
{
render_bg{}
}
}

layout
{
place { control="account_menu_button" align=left height=16 width=max } // span over everything
place { control="account_balance" align=right height=16 margin-bottom=2 }
place { control="account_drop_down" align=right end-right="account_balance" height=16 width=8 }
place { control="account_persona" align=right end-right="account_drop_down" height=16 }
place { control="account_avatar" align=right end-right="account_persona" height=0 width=0 }
}
}
75 changes: 75 additions & 0 deletions resource/layout/accountmenu.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
"resource/layout/accountmenu.layout"
{
controls
{
view_profile_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_view_profile" }
view_account_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_details" }
view_wallet_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_wallet" }
view_preferences_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_preferences" }
change_user_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_logout" }
account_name_label { controlname="Label" style="account_menu_label" labelText="%account%" }
wallet_amount_label { controlname="Label" style="account_menu_label" labelText="%wallet%" }
}

styles
{
AccountMenuStyle
{
render_bg
{
// top area and graphic
0="fill( x0+1, y0+1, x1-1, y1-28, MainFrameBG3 )"

1="fill( x0 , y0 , x1 , y0+1 , ExBorderDark )" // t
2="fill( x0 , y1-29, x1 , y1-28, ExBorderDark )" // b
3="fill( x0 , y0+1, x0+1, y1-29, ExBorderDark )" // l
4="fill( x1-1, y0+1, x1 , y1-29, ExBorderDark )" // r
}
}

account_menu_button
{
font-size=13
font-weight=regular
textcolor="text"
font-style=""
render_bg{}
}

account_menu_label
{
font-size=13
font-weight=regular
textcolor="Friends.OnlineColor"
font-style=""
render_bg{}
}

account_menu_button:hover
{
textcolor="white"
render_bg
{
0="fill( x0+1, y0+1, x1-1, y1-1, focus )"
}
}

account_menu_label:hover
{
render_bg{}
}


}

layout
{
place { control="view_profile_button" align=left margin-top=0 height=20 width=max }
place { control="view_account_button" align=left margin-top=20 height=20 width=max }
place { control="change_user_button" align=left margin-top=40 height=20 }
place { control="account_name_label" start="change_user_button" dir="right" height=20 }
place { control="view_preferences_button" align=left margin-top=60 height=20 width=max }
place { control="view_wallet_button,wallet_amount_label" align=left margin-top=80 height=20 width=max }

}
}
13 changes: 0 additions & 13 deletions resource/layout/friendpanel_rightaligned.layout
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
{
style=menuButtonStyle
}
AvatarOverlayImage
{
zpos=2
}
}
styles
{
Expand All @@ -19,20 +15,11 @@
inset="-7 2 0 0"
padding=3
}
CFriendPanel:hover
{
render_bg {}
}

}

custom layout
layout
{
place { control="AvatarOverlayImage" margin-right=2 y=3 width=40 height=40 align=right }
place { control="AvatarImage" margin-right=6 y=7 width=32 height=32 align=right }
place { control="MenuButton,NameLabel,FriendsNameInstanceLabel,ClanStatusImage" margin-right=54 y=32 align=right }

place { control="StatusLabel" margin-right=54 y=20 align=right }
place { control="GameLabel" margin-right=54 y=32 align=right }

Expand Down
2 changes: 1 addition & 1 deletion resource/layout/joingamedialog.layout
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
region { name=box margin-top=20 margin-bottom=20 margin-left=20 margin-right=20 width=max height=max }
region { name=ssa margin-top=215 margin-left=20 margin-right=20 width=max height=max }

place { controls="InfoLabel" region=box margin-top=15 dir=down align=left width=320 }
place { controls="InfoLabel" region=box margin-top=15 dir=down align=left width=max }
place { controls="ThrobberThrobberThrobber" region=box start=InfoLabel dir=down align=left margin-top=15 }
place { controls="ReadyToPlayInfoLabel" region=box start=InfoLabel margin-top=10 width=max dir=down }
place { controls="ReadyToPlayTimeLabel" region=box start=InfoLabel margin-top=10 margin-left=200 dir=down }
Expand Down
6 changes: 3 additions & 3 deletions resource/layout/overlaydashboard.layout
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
{
render_bg
{
0="gradient( x0, y1-150, x1, y1-60, none, semi_black)"
1="gradient( x0, y1-60 , x1, y1 , semi_black , mostly_black )"
0="gradient( x0, y1-150, x1, y1-48, none, semi_black)"
1="gradient( x0, y1-48 , x1, y1 , semi_black , mostly_black )"
}
}
overlaymain
Expand All @@ -89,7 +89,7 @@
OverlayURLLabel:Hover
{
font-size=13
textcolor=white
textcolor=texthover
}

LabelOverlay
Expand Down
34 changes: 2 additions & 32 deletions resource/layout/overlaytaskbar.layout
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@
labelText="#Steam_ViewFriends"
command="OpenFriendsDialog"
style="view_friends"
textAlignment=east
}
online_friends
{
ControlName=Label
labelText="#Steam_OnlineFriends"
style="online_friends"
textAlignment=east
}
}

Expand All @@ -69,26 +61,6 @@
font-style=regular,underline
}

view_friends
{
textcolor="Text"
bgcolor="none"
font-family=basefont
font-size=13
font-weight=400
}
view_friends:Hover
{
textcolor="textHover"
}

online_friends
{
textcolor="label2"
bgcolor="none"
font-family=basefont
font-size=13
}
}

layout
Expand All @@ -101,8 +73,6 @@
place { control="TaskbarPanel" region="top" width=0 }

place { control="SteamLogo" x=0 y=10 width=200 height=0 }
place { control="FriendPanel" height=0 width=50 align=right margin-right=6 margin-top=4 }
place { control="view_friends" height=0 y=12 align=right dir=right margin-right=60 }
place { control="online_friends" height=0 }
place { control="view_friends" height=0 y=32 margin-right=60 }
}
}
}
Loading

0 comments on commit 9d4d4db

Please sign in to comment.