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

Add configurable waypoints for Goldor phase on f7. #934

Merged

Conversation

GatienDoesStuff
Copy link
Contributor

Adds waypoints to the "tasks" phase of the catacombs floor 7. The waypoints are shown once Storm is defeated, and display one set of tasks at a time (switches whenever all tasks for a room are done).

Completed tasks are automatically hidden, by detecting the closest task to the player who just finished one. This might lead into some misdetections, if you were to complete a terminal while getting launched by the lava. You'd be closer to another terminal, which will be hidden instead of the one you actually completed.

image

@LifeIsAParadox LifeIsAParadox added the reviews needed This PR needs reviews label Aug 16, 2024
@AzureAaron AzureAaron added the new feature This issue or PR is a new feature label Aug 16, 2024
@LifeIsAParadox LifeIsAParadox added changes requested This PR need changes and removed reviews needed This PR needs reviews labels Aug 16, 2024
@LifeIsAParadox LifeIsAParadox added reviews needed This PR needs reviews and removed changes requested This PR need changes labels Aug 16, 2024
@LifeIsAParadox LifeIsAParadox added changes requested This PR need changes and removed reviews needed This PR needs reviews labels Aug 17, 2024
@LifeIsAParadox LifeIsAParadox added reviews needed This PR needs reviews and removed changes requested This PR need changes labels Aug 17, 2024
@AzureAaron AzureAaron added this to the 1.23.0 milestone Aug 19, 2024
@GatienDoesStuff
Copy link
Contributor Author

I took another look at the existing waypoint code, should this instead follow the class default for Waypoint.java when it comes to line width and transparency ? I hardcoded the values, it could perhaps be better using DEFAULT_HIGHLIGHT_ALPHA & DEFAULT_LINE_WIDTH

Copy link
Collaborator

@kevinthegreat1 kevinthegreat1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last things I believe.

@LifeIsAParadox LifeIsAParadox added changes requested This PR need changes and removed reviews needed This PR needs reviews labels Aug 23, 2024
@AzureAaron AzureAaron added the merge conflicts This PR has merge conflicts that need solving. label Sep 3, 2024
@LifeIsAParadox LifeIsAParadox removed the changes requested This PR need changes label Sep 6, 2024
@LifeIsAParadox LifeIsAParadox added reviews needed This PR needs reviews and removed merge conflicts This PR has merge conflicts that need solving. labels Oct 11, 2024
@GatienDoesStuff
Copy link
Contributor Author

Haven't tried the feature after rebasing, I'll give it a shot tonight & apply suggestions, after that it should be done.

@GatienDoesStuff
Copy link
Contributor Author

Tried it for a few runs, the waypoints are correctly rendered

@kevinthegreat1
Copy link
Collaborator

Thanks, but my first two comments are still not addressed. Please let me know if you need any help.

@GatienDoesStuff
Copy link
Contributor Author

Will do !

@LifeIsAParadox LifeIsAParadox added merge me please Pull requests that are ready to merge and removed reviews needed This PR needs reviews labels Oct 15, 2024
@GatienDoesStuff
Copy link
Contributor Author

Is github drunk or are there requested changes that aren't marked as resolved ? I don't think I missed anything, yet, github is still complaining.

@kevinthegreat1
Copy link
Collaborator

Is github drunk or are there requested changes that aren't marked as resolved ? I don't think I missed anything, yet, github is still complaining.

It's cause Aaron hasn't approved yet, but I believe this pr is all good. Unless Aaron says something, you don't need to do anything.

Copy link
Collaborator

@AzureAaron AzureAaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@AzureAaron AzureAaron merged commit 9265d53 into SkyblockerMod:master Nov 23, 2024
1 check passed
@LifeIsAParadox LifeIsAParadox removed the merge me please Pull requests that are ready to merge label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature This issue or PR is a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants