Skip to content
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

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

Xtarsia
Copy link
Contributor

@Xtarsia Xtarsia commented Sep 17, 2024

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)

@Xtarsia Xtarsia marked this pull request as ready for review September 24, 2024 18:13
src/terrain_3d_data.h Outdated Show resolved Hide resolved
src/terrain_3d_data.h Outdated Show resolved Hide resolved
src/terrain_3d_data.h Outdated Show resolved Hide resolved
src/terrain_3d_data.h Outdated Show resolved Hide resolved
src/terrain_3d_data.h Outdated Show resolved Hide resolved
src/terrain_3d_data.h Outdated Show resolved Hide resolved
Copy link
Owner

@TokisanGames TokisanGames left a 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.

@Xtarsia Xtarsia force-pushed the control-map-api_changes branch 4 times, most recently from c362ab7 to 0069d2a Compare October 2, 2024 12:53
@TokisanGames
Copy link
Owner

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.

src/terrain_3d_data.h Outdated Show resolved Hide resolved
@Xtarsia
Copy link
Contributor Author

Xtarsia commented Oct 4, 2024

Hopefully ready for @TokisanGames to apply that final bit of polish now..

@TokisanGames
Copy link
Owner

Very good, thank you.

@TokisanGames TokisanGames merged commit c6cd003 into TokisanGames:main Oct 4, 2024
@Xtarsia Xtarsia deleted the control-map-api_changes branch October 28, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants