Skip to content

Commit

Permalink
2297 | 20 files | M Protobufs/dota_commonmessages.proto, M Protobufs/…
Browse files Browse the repository at this point in the history
…dota_gcmessages_msgid.proto, M Protobufs/econ_gcmessages.proto, M game/bin/built_from_cl.txt, M game/core/pak01_dir.txt, M game/core/pak01_dir/panorama/styles/popups/popups_shared.css, M game/dota/bin/linuxsteamrt64/libclient_strings.txt, M game/dota/bin/linuxsteamrt64/libserver_strings.txt, M game/dota/pak01_dir.txt, M game/dota/pak01_dir/panorama/layout/popups/popup_broadcaster_toasts.xml, M game/dota/pak01_dir/panorama/layout/popups/popup_broadcaster_toasts_imageselection.xml, M game/dota/pak01_dir/panorama/styles/popups/popup_broadcaster_toast_shared.css, M game/dota/pak01_dir/panorama/styles/popups/popup_broadcaster_toasts.css, M game/dota/pak01_dir/panorama/styles/popups/popup_broadcaster_toasts_imageselection.css, M game/dota/panorama/localization/dota_english.txt, M game/dota/resource/dota_english.txt, M game/dota/steam.inf, ?? game/dota/pak01_dir/panorama/layout/popups/popup_broadcaster_popup_fact.xml, ?? game/dota/pak01_dir/panorama/

https://steamdb.info/patchnotes/1955974/
  • Loading branch information
SteamTracker committed Jul 12, 2017
1 parent 048a003 commit 216b343
Show file tree
Hide file tree
Showing 20 changed files with 1,830 additions and 634 deletions.
1 change: 1 addition & 0 deletions Protobufs/dota_commonmessages.proto
Expand Up @@ -84,6 +84,7 @@ message CDOTAMsg_SendStatPopup {
repeated int32 stat_images = 3;
repeated int32 stat_image_types = 4;
optional float duration = 5;
optional bool use_html = 6;
}

message CDOTAMsg_DismissAllStatPopups {
Expand Down
2 changes: 2 additions & 0 deletions Protobufs/dota_gcmessages_msgid.proto
Expand Up @@ -714,5 +714,7 @@ enum EDOTAGCMsg {
k_EMsgGCToClientAllStarVotesReply = 8234;
k_EMsgGCToClientAllStarVotesSubmit = 8236;
k_EMsgGCToClientAllStarVotesSubmitReply = 8237;
k_EMsgClientToGCQuickStatsRequest = 8238;
k_EMsgClientToGCQuickStatsResponse = 8239;
}

1 change: 1 addition & 0 deletions Protobufs/econ_gcmessages.proto
Expand Up @@ -228,6 +228,7 @@ enum EGCMsgInitiateTradeResponse {
k_EGCMsgInitiateTradeResponse_Using_New_Device = 21;
k_EGCMsgInitiateTradeResponse_Sent_Invalid_Cookie = 22;
k_EGCMsgInitiateTradeResponse_TooRecentFriend = 23;
k_EGCMsgInitiateTradeResponse_WalledFundsNotTrusted = 24;
}

message CMsgApplyAutograph {
Expand Down
2 changes: 1 addition & 1 deletion game/bin/built_from_cl.txt
@@ -1 +1 @@
4049471
4051353
2 changes: 1 addition & 1 deletion game/core/pak01_dir.txt
Expand Up @@ -841,7 +841,7 @@ panorama/styles/panorama_base.vcss_c CRC:00a8976cc6 size:1694
panorama/styles/popups/popup_generic.vcss_c CRC:0034917120 size:2319
panorama/styles/popups/popup_generic_text_entry.vcss_c CRC:00ac252092 size:1722
panorama/styles/popups/popup_manager.vcss_c CRC:0034172631 size:1163
panorama/styles/popups/popups_shared.vcss_c CRC:002fa0155d size:2259
panorama/styles/popups/popups_shared.vcss_c CRC:00de6b6d98 size:2074
panorama/styles/tooltips/tooltip_base.vcss_c CRC:00e6f70e70 size:7721
panorama/styles/tooltips/tooltip_text.vcss_c CRC:00768fc93b size:1114
panorama/styles/tooltips/tooltip_title_image_text.vcss_c CRC:00d3b7b489 size:862
Expand Down
21 changes: 6 additions & 15 deletions game/core/pak01_dir/panorama/styles/popups/popups_shared.css
Expand Up @@ -5,12 +5,12 @@
background-color: gradient( linear, 0% 0%, 0% 100%, from( #272d2eee ), to( #131617ee ) );
border: 1px solid #5e6869;

padding-top: 32px;
padding-bottom: 32px;
padding-right: 64px;
padding-left: 64px;
padding-top: 10px;
padding-bottom: 6px;
padding-right: 10px;
padding-left: 10px;

min-width: 450px;
min-width: 600px;

vertical-align: middle;
horizontal-align: center;
Expand Down Expand Up @@ -46,16 +46,7 @@
sound: "ui_custom_lobby_dialog_slide";
}

.PopupTitle
{
font-size: 30px;
//font-variant: small-caps;
font-weight: thin;
color: #afb4b4;
//margin-top: 15px;
margin-bottom: 15px;
horizontal-align: center;
}


.PopupDescription Label
{
Expand Down

0 comments on commit 216b343

Please sign in to comment.