-
Notifications
You must be signed in to change notification settings - Fork 131
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
control map api changes #494
control map api changes #494
Conversation
f90e4c2
to
2ab1bf6
Compare
2ab1bf6
to
4120131
Compare
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.
Thank you. The API is fine. If you rebase it, I can generate the XML and add in a commit so you can at least put in the return values. I'll fill out the rest.
c362ab7
to
0069d2a
Compare
Auto/nav/hole need another adjustment. I added XML. You could fill out the description or at least return values and I'll wrap up anything left. |
Hopefully ready for @TokisanGames to apply that final bit of polish now.. |
6313bd9
to
4a319ea
Compare
Very good, thank you. |
Need some feedback about function names, everything tested and working ok.
this method of taking the original control, and masking before or-ing could be added to the util docs page too.
(control & ~(0x1F << 27)) | (base >> 27 & 0x1F)