-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update EMsg and some enums #569
Conversation
What's the source on these? If you got the EMsgs from Steam, please also update emsg_list_detailed.txt. |
nethook for emsg, and steamdb tracker for enums |
Codecov Report
@@ Coverage Diff @@
## master #569 +/- ##
=======================================
Coverage 22.12% 22.12%
=======================================
Files 86 86
Lines 8666 8666
Branches 714 714
=======================================
Hits 1917 1917
Misses 6624 6624
Partials 125 125
Continue to review full report at Codecov.
|
k_EMsgClientFSGetFriendMessageHistory = 7525, // flags: 6, server type: 47 | ||
k_EMsgClientFSGetFriendMessageHistoryResponse = 7526, // flags: 6, server type: 47 | ||
k_EMsgClientFSGetFriendMessageHistoryForOfflineMessages = 7527, // flags: 6, server type: 47 | ||
k_EMsgClientChatOfflineMessageNotification = 7523, // flags: 2, server type: -1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should have corresponding EMsg updates... we usually leave the old name in as an obsoleted alias for one release.
@yaakov-h Done, I think? |
Resources/SteamLanguage/emsg.steamd
Outdated
ClientFSRequestOfflineMessageCount = 7524; removed "Renamed to ClientChatRequestOfflineMessageCount" | ||
ClientFSGetFriendMessageHistory = 7525; removed "Renamed to ClientChatGetFriendMessageHistory" | ||
ClientFSGetFriendMessageHistoryResponse = 7526; removed "Renamed to ClientChatGetFriendMessageHistoryResponse" | ||
ClientFSGetFriendMessageHistoryForOfflineMessages = 7527; removed "Renamed to ClientChatGetFriendMessageHistoryForOfflineMessages" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use obsolete
instead of removed
to continue generating the C# code for this enum value.
Dooooooooone |
No description provided.