-
Notifications
You must be signed in to change notification settings - Fork 59
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
Convert the MS packet's contents to JSON, Client edition #1081
base: master
Are you sure you want to change the base?
Conversation
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 and it's cpp
half are actually exactly the same on both Akashi and here.
It might be wise to relocate these two into a repo of their own, and then git submodule them into both, or something along those lines.
…rame SFX-es being sent over malformed
- Fix an issue where own offset was not sent over - Fix an issue where the pair's emote wasn't read from the JSON - Fix an issue where pair would be displayed no matter if they should be or not
The PR is ready to review. I tested all I could, but it obviously needs a much more intensive testing. |
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 should be merged after the next check-in. It works, but needs extensive testing since we are breaking the chat protocol here.
The other half of the Akashi PR.
Unlike that one, this one is very heavily in progress.