Skip to content

Commit

Permalink
3401 | 7 files | M Protobufs/dota_gcmessages_client.proto, M Protobuf…
Browse files Browse the repository at this point in the history
…s/dota_gcmessages_common.proto, M game/bin/built_from_cl.txt, M game/core/resource/valve_russian.txt, M game/dota/bin/linuxsteamrt64/libclient_strings.txt, M game/dota/bin/linuxsteamrt64/libserver_strings.txt, M game/dota/steam.inf

https://steamdb.info/patchnotes/3666561/
  • Loading branch information
SteamTracker committed Mar 21, 2019
1 parent a6fb791 commit b33360e
Show file tree
Hide file tree
Showing 7 changed files with 1,269 additions and 1,204 deletions.
1 change: 1 addition & 0 deletions Protobufs/dota_gcmessages_client.proto
Expand Up @@ -399,6 +399,7 @@ message CMsgDOTAWelcome {
optional uint64 minimum_recent_item_id = 27;
optional .EEvent active_event = 28 [default = EVENT_ID_NONE];
optional uint32 additional_user_message = 29;
optional uint32 custom_game_whitelist_version = 30;
}

message CSODOTAGameHeroFavorites {
Expand Down
6 changes: 6 additions & 0 deletions Protobufs/dota_gcmessages_common.proto
Expand Up @@ -1214,3 +1214,9 @@ message CMsgMatchConsumableUsage {
repeated .CMsgMatchConsumableUsage.PlayerUsage player_consumables_used = 1;
}

message CMsgCustomGameWhitelist {
optional uint32 version = 1;
repeated uint64 custom_games_whitelist = 2;
optional bool disable_whitelist = 3;
}

2 changes: 1 addition & 1 deletion game/bin/built_from_cl.txt
@@ -1 +1 @@
4997982
5003352
12 changes: 4 additions & 8 deletions game/core/resource/valve_russian.txt
Expand Up @@ -923,17 +923,13 @@
"[english]RefurbishItem" "Refurbish"
"Vulkan_MacOSVersionFailure" "Для Vulkan требуется macOS версии %s1 или новее.\n"
"[english]Vulkan_MacOSVersionFailure" "Vulkan on macOS requires macOS v%s1 or greater.\n"
"LOC_Ordinal_Suffix_Default" "
"
"LOC_Ordinal_Suffix_Default" "<none>"
"[english]LOC_Ordinal_Suffix_Default" "th"
"LOC_Ordinal_Suffix_1" "
"
"LOC_Ordinal_Suffix_1" "<none>"
"[english]LOC_Ordinal_Suffix_1" "st"
"LOC_Ordinal_Suffix_2" "
"
"LOC_Ordinal_Suffix_2" "<none>"
"[english]LOC_Ordinal_Suffix_2" "nd"
"LOC_Ordinal_Suffix_3" "
"
"LOC_Ordinal_Suffix_3" "<none>"
"[english]LOC_Ordinal_Suffix_3" "rd"
"StoreCheckout_TransactionCancelled" "Операция отменена. Средства не списаны."
"[english]StoreCheckout_TransactionCancelled" "Transaction cancelled. You have not been charged."
Expand Down

0 comments on commit b33360e

Please sign in to comment.