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

Select area to include in deep world dump. #222

Merged
merged 2 commits into from
Feb 4, 2024

Conversation

Rakkuzan
Copy link
Contributor

The world dump is very useful function to me however it takes a very long time to do.
One of the ways to make it scan faster is to limit the scan area by providing start island id however this doesn't give the user much control over which part of the world will be scanned.

This pull request removes limiting area by startid instead it lets user select a circular area which to scan.
It also fixes bug where the percentage scanned was not calculated properly when scanning only part of the map.
The order of choices provided to user was also modified slightly to make more sense.

@ElieTaillard ElieTaillard added the release notes Items are likely to be highlighted in the release notes. label Feb 1, 2024
@ElieTaillard ElieTaillard added this to the 6.7.1 milestone Feb 1, 2024
@ElieTaillard ElieTaillard requested a review from ikagod February 3, 2024 18:37
Copy link
Collaborator

@ikagod ikagod left a comment

Choose a reason for hiding this comment

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

Everything seems in order and the feature makes a lot of sense given the amount of time it takes to dump the entire map.

Thank you for contributing!

@ikagod ikagod merged commit 6473eaf into Ikabot-Collective:master Feb 4, 2024
10 checks passed
@ElieTaillard ElieTaillard modified the milestones: 6.7.1, 7.0.0 Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes Items are likely to be highlighted in the release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants