Skip to content

Commit

Permalink
M BuildbotPaths/dota/libclient.txt, M Protobufs/dota/dota_gcmessages_…
Browse files Browse the repository at this point in the history
…client.proto, M Strings/dota/libclient.txt, M Strings/dota/libengine2.txt, M dota/game/bin/built_from_cl.txt, M dota/game/dota/pak01_dir.txt, A dota/game/dota/pak01_dir/panorama/layout/battle_pass/fall2016/comp_boston2016_invites.xml, M dota/game/dota/pak01_dir/panorama/styles/battle_pass/fall2016/bp_fall2016.css, A dota/game/dota/pak01_dir/panorama/styles/battle_pass/fall2016/comp_boston2016_invites.css, M dota/game/dota/pak01_dir/scripts/items/items_game.txt, M dota/game/dota/pak01_dir/scripts/tournaments/challenge_templates.txt, M dota/game/dota/panorama/localization/dota_english.txt, M dota/game/dota_addons/hero_demo/scripts/vscripts/addon_game_mode.lua
  • Loading branch information
SteamTracker committed Oct 20, 2016
1 parent ac3da5d commit bee75ff
Show file tree
Hide file tree
Showing 13 changed files with 671 additions and 273 deletions.
2 changes: 1 addition & 1 deletion BuildbotPaths/dota/libclient.txt
Expand Up @@ -30,7 +30,7 @@
/Users/buildbot/buildslave/source2_dota_rel_osx64/build/src/game/client/clientglowproperty.cpp
/Users/buildbot/buildslave/source2_dota_rel_osx64/build/src/game/client/clientuischeme.cpp
/Users/buildbot/buildslave/source2_dota_rel_osx64/build/src/game/client/dota/c_dota_capture.cpp
/Users/buildbot/buildslave/source2_dota_rel_osx64/build/src/game/client/dota/c_dota_capture.cpp(1887):
/Users/buildbot/buildslave/source2_dota_rel_osx64/build/src/game/client/dota/c_dota_capture.cpp(1912):
/Users/buildbot/buildslave/source2_dota_rel_osx64/build/src/game/client/dota/clientmode_dota.cpp
/Users/buildbot/buildslave/source2_dota_rel_osx64/build/src/game/client/dota/dota_health_bars.cpp
/Users/buildbot/buildslave/source2_dota_rel_osx64/build/src/game/client/dota/dota_hud_base.cpp
Expand Down
11 changes: 11 additions & 0 deletions Protobufs/dota/dota_gcmessages_client.proto
Expand Up @@ -2001,3 +2001,14 @@ message CMsgClientToGCTransferSeasonalMMRResponse {
optional bool success = 1;
}

message CMsgDOTAEventInvite {
message Team {
optional uint32 team_id = 1;
optional uint32 announcement_date = 2;
optional string team_name = 3;
optional uint32 invite_type = 4;
}

repeated .CMsgDOTAEventInvite.Team teams = 1;
}

0 comments on commit bee75ff

Please sign in to comment.