Skip to content

Commit

Permalink
8826692 | 105 files | M Protobufs/steamdatagram_messages_sdr.proto, M…
Browse files Browse the repository at this point in the history
… Protobufs/tf_gcmessages.proto, M bin/GameUI.txt, M bin/GameUI_strings.txt, M bin/ServerBrowser.txt, M bin/ServerBrowser_strings.txt, M bin/bsppack.txt, M bin/bsppack_strings.txt, M bin/bugreporter_filequeue.txt, M bin/bugreporter_filequeue_strings.txt, M bin/bugreporter_public.txt, M bin/bugreporter_public_strings.txt, M bin/datacache.txt, M bin/datacache_strings.txt, M bin/engine.txt, M bin/engine_strings.txt, M bin/filesystem_stdio.txt, M bin/filesystem_stdio_strings.txt, M bin/inputsystem.txt, M bin/inputsystem_strings.txt, M bin/launcher.txt, M bin/launcher_strings.txt, M bin/libsteam_api.txt, M bin/libsteam_api_strings.txt, M bin/libsteamnetworkingsockets.txt, M bin/libsteamnetworkingsockets_strings.txt, M bin/libtier0.txt, M bin/libtier0_strings.txt, M bin/libtogl.txt, M bin/libtogl_strings.txt, M bin/libvstdlib.txt, M bin/libvstdlib_strings.txt, M bin/materialsystem.txt, M bin/materialsystem_strings.txt, M bin/replay.txt,

https://steamdb.info/patchnotes/14098740/
  • Loading branch information
SteamTracker committed Apr 18, 2024
1 parent af7b073 commit 14a9f93
Show file tree
Hide file tree
Showing 105 changed files with 11,409 additions and 10,555 deletions.
4 changes: 2 additions & 2 deletions Protobufs/steamdatagram_messages_sdr.proto
Expand Up @@ -26,8 +26,8 @@ enum ESteamDatagramMsgID {
k_ESteamDatagramMsg_ConnectOK = 19;
k_ESteamDatagramMsg_ConnectionClosed = 20;
k_ESteamDatagramMsg_NoConnection = 21;
k_ESteamDatagramMsg_LegacyRelayToRelayPingRequest = 22;
k_ESteamDatagramMsg_LegacyRelayToRelayPingReply = 23;
k_ESteamDatagramMsg_TicketDecryptRequest = 22;
k_ESteamDatagramMsg_TicketDecryptReply = 23;
k_ESteamDatagramMsg_P2PSessionRequest = 24;
k_ESteamDatagramMsg_P2PSessionEstablished = 25;
k_ESteamDatagramMsg_P2PStatsClient = 26;
Expand Down
4 changes: 4 additions & 0 deletions Protobufs/tf_gcmessages.proto
Expand Up @@ -1622,3 +1622,7 @@ message GCQuestStrangeEvent {
message CMsgSDRTicket {
optional bytes serialized_ticket = 1;
}

message CMsgAuthorizeServerItemRetrieval {
repeated uint64 item_id = 1;
}
553 changes: 92 additions & 461 deletions bin/GameUI.txt

Large diffs are not rendered by default.

0 comments on commit 14a9f93

Please sign in to comment.