Skip to content

Commit

Permalink
2439 | 84 files | M Protobufs/dota_gcmessages_client.proto, M game/bi…
Browse files Browse the repository at this point in the history
…n/built_from_cl.txt, M game/core/resource/valve_tchinese.txt, M game/core/resource/valve_thai.txt, 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/dashboard_page_home.xml, M game/dota/pak01_dir/panorama/layout/dashboard_page_profile.xml, M game/dota/pak01_dir/panorama/styles/dashboard_page_home.css, M game/dota/pak01_dir/panorama/styles/dashboard_page_profile.css, M game/dota/pak01_dir/panorama/styles/friend_menu_home.css, M game/dota/pak01_dir/scripts/chat_wheel.txt, M game/dota/panorama/localization/dota_brazilian.txt, M game/dota/panorama/localization/dota_bulgarian.txt, M game/dota/panorama/localization/dota_czech.txt, M game/dota/panorama/localization/dota_danish.txt, M game/dota/panorama/localization/dota_dutch.txt, M game/dota/panorama/localization/dota_english.txt, M game/dota/panorama/localization/dota_finnis

https://steamdb.info/patchnotes/2169452/
  • Loading branch information
SteamTracker committed Oct 3, 2017
1 parent 266f33a commit b0c2741
Show file tree
Hide file tree
Showing 84 changed files with 4,331 additions and 1,474 deletions.
14 changes: 13 additions & 1 deletion Protobufs/dota_gcmessages_client.proto
Expand Up @@ -1488,6 +1488,17 @@ message CMsgPlayerConductScorecardRequest {
}

message CMsgPlayerConductScorecard {
enum Grade {
GRADE_A_PLUS = 0;
GRADE_A = 1;
GRADE_B_PLUS = 2;
GRADE_B = 3;
GRADE_B_MINUS = 4;
GRADE_C = 5;
GRADE_D = 6;
GRADE_F = 7;
}

optional uint32 account_id = 1;
optional uint64 match_id = 2;
optional uint32 seq_num = 3;
Expand All @@ -1499,8 +1510,9 @@ message CMsgPlayerConductScorecard {
optional uint32 reports_count = 9;
optional uint32 reports_parties = 10;
optional uint32 commend_count = 11;
optional uint32 end_score = 13;
optional uint32 date = 14;
optional .CMsgPlayerConductScorecard.Grade behavior_grade = 15 [default = GRADE_A_PLUS];
optional .CMsgPlayerConductScorecard.Grade old_behavior_grade = 16 [default = GRADE_A_PLUS];
}

message CMsgClientToGCWageringRequest {
Expand Down
2 changes: 1 addition & 1 deletion game/bin/built_from_cl.txt
@@ -1 +1 @@
4153717
4163522
6 changes: 3 additions & 3 deletions game/core/resource/valve_tchinese.txt
Expand Up @@ -382,7 +382,7 @@ In Overview Map Mode move around with:
"[english]Valve_Ltgray" "Ltgray"
"Valve_Dkgray" "深灰色"
"[english]Valve_Dkgray" "Dkgray"
"Valve_Playing" "遊戲進行中"
"Valve_Playing" "正在遊玩"
"[english]Valve_Playing" "Playing"
"Valve_Stopped" "已停止"
"[english]Valve_Stopped" "Stopped"
Expand Down Expand Up @@ -790,13 +790,13 @@ In Overview Map Mode move around with:
"[english]StoreUpdate_SteamRequired" "A connection to Steam is required to use the Store."
"StoreCheckout_Fail" "遊戲內商店目前關閉中。"
"[english]StoreCheckout_Fail" "The In-game Store is currently closed."
"StoreCheckout_InvalidParam" "程式設計出錯!有無效的參數傳給了遊戲協調員。請再次嘗試購買。"
"StoreCheckout_InvalidParam" "有個程式設計師砸鍋啦!一個無效的參數被傳送至遊戲協調器。請嘗試重新購買。"
"[english]StoreCheckout_InvalidParam" "A programmer messed up! An invalid parameter was passed to the game coordinator. Try the purchase again."
"StoreCheckout_InternalError" "您的交易在初始化或更新時發生錯誤。請稍後幾分鐘後再試一次,或是聯絡客服中心尋求協助。"
"[english]StoreCheckout_InternalError" "There seems to have been an error initializing or updating your transaction. Please wait a minute and try again or contact support for assistance."
"StoreCheckout_ContactSupport" "在處理您的交易時發生錯誤,請聯絡客服中心以取得相關協助。"
"[english]StoreCheckout_ContactSupport" "There was an error with your transaction. Please contact support for assistance."
"StoreCheckout_NotApproved" "遊戲協調員無法核准您與 Steam 進行的交易。請稍後再嘗試購買。"
"StoreCheckout_NotApproved" "遊戲協調器無法核准您與 Steam 進行的交易。請稍後再嘗試購買。"
"[english]StoreCheckout_NotApproved" "The game coordinator was unable to approve your transaction with Steam. Please try the purchase again later."
"StoreCheckout_NotLoggedin" "您必須登入 Steam 才能完成購買。"
"[english]StoreCheckout_NotLoggedin" "You must be logged in to Steam in order to complete a purchase."
Expand Down
2 changes: 1 addition & 1 deletion game/core/resource/valve_thai.txt
Expand Up @@ -476,7 +476,7 @@ In Overview Map Mode move around with:
"[english]Valve_CreatingCache" "Creating sound caches..."
"Valve_CreatingSpecificSoundCache" "กำลังประมวลผล: %s1"
"[english]Valve_CreatingSpecificSoundCache" "Processing: %s1"
"Valve_UpdatingSteamResources" "กำลังอัปเดตส่วนต่าง ๆ ของ Steam..."
"Valve_UpdatingSteamResources" "กำลังอัปเดตรีซอร์สของ Steam..."
"[english]Valve_UpdatingSteamResources" "Updating Steam resources..."
"Valve_Sprint" "เร่งฝีเท้า (เคลื่อนที่อย่างรวดเร็ว)"
"[english]Valve_Sprint" "Sprint (Move Quickly)"
Expand Down

0 comments on commit b0c2741

Please sign in to comment.