Skip to content

Commit 9d4d4db

Browse files
author
seq
committed
1.6.30 commit
1 parent 55087fd commit 9d4d4db

18 files changed

+545
-1409
lines changed

Compact_changelog.html

Lines changed: 0 additions & 1114 deletions
This file was deleted.

Compact_readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
��������������������������������������������������������������������
22
Steam Compact
3-
1.6.05
4-
2018-03-29
3+
1.6.30
4+
2018-07-25
55
��������������������������������������������������������������������
66

77
For support and the latest updates go to:
1.04 KB
Binary file not shown.

Graphics/login_splash.tga

-9.56 KB
Binary file not shown.

docs/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ A few issues with fonts requires some manual work. Please let me know if you exp
1313

1414
***
1515

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

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

2223
***
2324

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

4950

50-
_*This page was last updated 2018-03-29, 22:56 GMT+1/UTC+2_
51+
_*This page was last updated 2018-07-25, 19:50 GMT+1/UTC+2_

resource/layout/accountbutton.layout

Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
"resource/layout/accountbutton.layout"
2+
{
3+
controls
4+
{
5+
account_avatar
6+
{
7+
"ControlName" "Image"
8+
"fieldName" "account_avatar"
9+
"zpos" "-2" // behind dropdown button
10+
}
11+
12+
account_drop_down
13+
{
14+
"ControlName" "Label"
15+
"fieldName" "account_drop_down"
16+
"zpos" "-2" // behind dropdown button
17+
"style" "AccountDropDownStyleOffline"
18+
}
19+
20+
21+
account_balance
22+
{
23+
"ControlName" "Label"
24+
"fieldName" "account_balance"
25+
"style" "AccountBalanceStyle"
26+
27+
"zpos" "-2" // behind dropdown button
28+
}
29+
30+
account_persona
31+
{
32+
"ControlName" "Label"
33+
"fieldName" "account_persona"
34+
"style" "AccountPersonaStyleOffline"
35+
"labelText" "%persona%"
36+
"zpos" "-2" // behind dropdown button
37+
}
38+
39+
account_menu_button
40+
{
41+
"ControlName" "Button"
42+
"fieldName" "account_menu_button"
43+
"labelText" ""
44+
"style" "AccountMenuButtonStyle"
45+
}
46+
}
47+
48+
styles
49+
{
50+
AccountPersonaStyleOffline
51+
{
52+
padding-right=6
53+
padding-left=12
54+
textcolor=Friends.OfflineColor
55+
}
56+
57+
AccountPersonaStyleOnline
58+
{
59+
padding-right=6
60+
padding-left=12
61+
textcolor=Friends.OnlineColor
62+
render_bg
63+
{
64+
}
65+
}
66+
67+
AccountPersonaStyleInGame
68+
{
69+
padding-right=6
70+
padding-left=12
71+
textcolor=Friends.InGameColor
72+
render_bg
73+
{
74+
}
75+
}
76+
77+
AccountDropDownStyleOffline
78+
{
79+
render_bg
80+
{
81+
1="image( x0, y0+10, x1, y1, graphics/dropdown_offline )"
82+
}
83+
84+
}
85+
86+
AccountDropDownStyleOnline
87+
{
88+
render_bg
89+
{
90+
1="image( x0, y0 + 10, x1, y1, graphics/dropdown_online )"
91+
}
92+
}
93+
94+
AccountDropDownStyleInGame
95+
{
96+
render_bg
97+
{
98+
1="image( x0, y0+10, x1, y1, graphics/dropdown_ingame )"
99+
}
100+
}
101+
102+
AccountButtonStyle
103+
{
104+
render_bg
105+
{
106+
}
107+
}
108+
109+
AccountButtonStyle:hover
110+
{
111+
render_bg
112+
{
113+
0="fill( x0+3, y0+3, x1-3, y1-3, focus5 )"
114+
115+
1="fill( x0 , y0 , x1 , y0+1, focus4 )" // t
116+
2="fill( x0 , y1-1, x1 , y1 , focus4 )" // b
117+
3="fill( x0 , y0 , x0+1, y1 , focus4 )" // l
118+
4="fill( x1-1, y0 , x1 , y1 , focus4 )" // r
119+
}
120+
}
121+
122+
AccountButtonStyle:selected
123+
{
124+
render_bg
125+
{
126+
0="fill( x0+3, y0+3, x1-3, y1-3, red )"
127+
128+
1="fill( x0 , y0 , x1 , y0+1, focus4 )" // t
129+
2="fill( x0 , y1-1, x1 , y1 , focus4 )" // b
130+
3="fill( x0 , y0 , x0+1, y1 , focus4 )" // l
131+
4="fill( x1-1, y0 , x1 , y1 , focus4 )" // r
132+
}
133+
}
134+
135+
AccountBalanceStyle
136+
{
137+
textcolor="grey"
138+
bgcolor="none"
139+
font-family=basefont
140+
font-size=13
141+
font-weight=400
142+
font-style=regular
143+
padding-top=1
144+
padding-right=8
145+
padding-left=2
146+
}
147+
148+
AccountBalanceStyle [$OSX]
149+
{
150+
textcolor="labeldisabled"
151+
bgcolor="none"
152+
font-family=basefont
153+
font-size=13
154+
font-weight=400
155+
font-style=regular
156+
inset="0 1 0 0"
157+
}
158+
159+
AccountMenuButtonStyle
160+
{
161+
render_bg{}
162+
}
163+
}
164+
165+
layout
166+
{
167+
place { control="account_menu_button" align=left height=16 width=max } // span over everything
168+
place { control="account_balance" align=right height=16 margin-bottom=2 }
169+
place { control="account_drop_down" align=right end-right="account_balance" height=16 width=8 }
170+
place { control="account_persona" align=right end-right="account_drop_down" height=16 }
171+
place { control="account_avatar" align=right end-right="account_persona" height=0 width=0 }
172+
}
173+
}

resource/layout/accountmenu.layout

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
"resource/layout/accountmenu.layout"
2+
{
3+
controls
4+
{
5+
view_profile_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_view_profile" }
6+
view_account_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_details" }
7+
view_wallet_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_wallet" }
8+
view_preferences_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_preferences" }
9+
change_user_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_logout" }
10+
account_name_label { controlname="Label" style="account_menu_label" labelText="%account%" }
11+
wallet_amount_label { controlname="Label" style="account_menu_label" labelText="%wallet%" }
12+
}
13+
14+
styles
15+
{
16+
AccountMenuStyle
17+
{
18+
render_bg
19+
{
20+
// top area and graphic
21+
0="fill( x0+1, y0+1, x1-1, y1-28, MainFrameBG3 )"
22+
23+
1="fill( x0 , y0 , x1 , y0+1 , ExBorderDark )" // t
24+
2="fill( x0 , y1-29, x1 , y1-28, ExBorderDark )" // b
25+
3="fill( x0 , y0+1, x0+1, y1-29, ExBorderDark )" // l
26+
4="fill( x1-1, y0+1, x1 , y1-29, ExBorderDark )" // r
27+
}
28+
}
29+
30+
account_menu_button
31+
{
32+
font-size=13
33+
font-weight=regular
34+
textcolor="text"
35+
font-style=""
36+
render_bg{}
37+
}
38+
39+
account_menu_label
40+
{
41+
font-size=13
42+
font-weight=regular
43+
textcolor="Friends.OnlineColor"
44+
font-style=""
45+
render_bg{}
46+
}
47+
48+
account_menu_button:hover
49+
{
50+
textcolor="white"
51+
render_bg
52+
{
53+
0="fill( x0+1, y0+1, x1-1, y1-1, focus )"
54+
}
55+
}
56+
57+
account_menu_label:hover
58+
{
59+
render_bg{}
60+
}
61+
62+
63+
}
64+
65+
layout
66+
{
67+
place { control="view_profile_button" align=left margin-top=0 height=20 width=max }
68+
place { control="view_account_button" align=left margin-top=20 height=20 width=max }
69+
place { control="change_user_button" align=left margin-top=40 height=20 }
70+
place { control="account_name_label" start="change_user_button" dir="right" height=20 }
71+
place { control="view_preferences_button" align=left margin-top=60 height=20 width=max }
72+
place { control="view_wallet_button,wallet_amount_label" align=left margin-top=80 height=20 width=max }
73+
74+
}
75+
}

resource/layout/friendpanel_rightaligned.layout

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
{
88
style=menuButtonStyle
99
}
10-
AvatarOverlayImage
11-
{
12-
zpos=2
13-
}
1410
}
1511
styles
1612
{
@@ -19,20 +15,11 @@
1915
inset="-7 2 0 0"
2016
padding=3
2117
}
22-
CFriendPanel:hover
23-
{
24-
render_bg {}
25-
}
26-
2718
}
2819

2920
custom layout
3021
layout
3122
{
32-
place { control="AvatarOverlayImage" margin-right=2 y=3 width=40 height=40 align=right }
33-
place { control="AvatarImage" margin-right=6 y=7 width=32 height=32 align=right }
34-
place { control="MenuButton,NameLabel,FriendsNameInstanceLabel,ClanStatusImage" margin-right=54 y=32 align=right }
35-
3623
place { control="StatusLabel" margin-right=54 y=20 align=right }
3724
place { control="GameLabel" margin-right=54 y=32 align=right }
3825

resource/layout/joingamedialog.layout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
region { name=box margin-top=20 margin-bottom=20 margin-left=20 margin-right=20 width=max height=max }
3737
region { name=ssa margin-top=215 margin-left=20 margin-right=20 width=max height=max }
3838

39-
place { controls="InfoLabel" region=box margin-top=15 dir=down align=left width=320 }
39+
place { controls="InfoLabel" region=box margin-top=15 dir=down align=left width=max }
4040
place { controls="ThrobberThrobberThrobber" region=box start=InfoLabel dir=down align=left margin-top=15 }
4141
place { controls="ReadyToPlayInfoLabel" region=box start=InfoLabel margin-top=10 width=max dir=down }
4242
place { controls="ReadyToPlayTimeLabel" region=box start=InfoLabel margin-top=10 margin-left=200 dir=down }

resource/layout/overlaydashboard.layout

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
{
7272
render_bg
7373
{
74-
0="gradient( x0, y1-150, x1, y1-60, none, semi_black)"
75-
1="gradient( x0, y1-60 , x1, y1 , semi_black , mostly_black )"
74+
0="gradient( x0, y1-150, x1, y1-48, none, semi_black)"
75+
1="gradient( x0, y1-48 , x1, y1 , semi_black , mostly_black )"
7676
}
7777
}
7878
overlaymain
@@ -89,7 +89,7 @@
8989
OverlayURLLabel:Hover
9090
{
9191
font-size=13
92-
textcolor=white
92+
textcolor=texthover
9393
}
9494

9595
LabelOverlay

0 commit comments

Comments
 (0)