-
Notifications
You must be signed in to change notification settings - Fork 505
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
Add new Steam enums #685
Add new Steam enums #685
Conversation
Were there any new EMsgs by chance? |
Updated EMsgs |
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.
This PR is incorrect. xPaw can't into parsing 😄
https://gist.github.com/Ne3tCode/78b3f5b6d980919fa5b5be1e41356a41#file-dump-json
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.
It looks good now. 👍
Resources/SteamLanguage/emsg.steamd
Outdated
@@ -1883,8 +1933,8 @@ enum EMsg | |||
SLCSharedLibraryChanged = 9408; | |||
|
|||
RemoteClientBase = 9500; | |||
RemoteClientAuth = 9500; | |||
RemoteClientAuthResponse = 9501; |
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.
Removing these without marking them as removed
or renamed?
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.
Theye're marked as removed anyway, does it matter to leave old one in place with removed+renamed comment?
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.
Just in case someone happened to be using that EMsg so that we don't break them.
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.
removed
entries are not generated into C#
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.
obsolete
generates C#, removed
does not.
New EMsg:
Removed from mobile chat js:
|
I removed EMsg from this PR, and added some new values. |
|
Anything blocking this from merging? |
Added new enums that would make sense, and ignored some that would be of no use (like all the enums of help issues, etc)