-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Feature: Add overflow crop milestones #997
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.
just this for now (and you would also need to remove the .get() from all of the checks for this as well)
...n/java/at/hannibal2/skyhanni/config/features/garden/cropmilestones/CropMilestonesConfig.java
Outdated
Show resolved
Hide resolved
58ce1e8
to
872c380
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.
First code cleanup reveiw. Have not tested in game.
...n/java/at/hannibal2/skyhanni/config/features/garden/cropmilestones/CropMilestonesConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestones.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/FarmingMilestoneCommand.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenBestCropTime.kt
Show resolved
Hide resolved
Co-authored-by: HiZe <superhize@hotmail.com>
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
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.
Another round of code cleanup reviews. (not tested ingame)
src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestones.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/events/CropMilestoneOverflowLevelUpEvent.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/FarmingMilestoneCommand.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/FarmingMilestoneCommand.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/FarmingMilestoneCommand.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenCropMilestoneDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/inventory/GardenInventoryTooltipOverflow.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/inventory/GardenInventoryTooltipOverflow.kt
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestones.kt
Outdated
Show resolved
Hide resolved
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
Conflicts have been resolved! 🎉 |
…oggle are different.
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.
dont have the means to test in game but here is some code cleanup stuff
...t/hannibal2/skyhanni/config/features/garden/cropmilestones/CropMilestonesOverflowConfig.java
Outdated
Show resolved
Hide resolved
...t/hannibal2/skyhanni/config/features/garden/cropmilestones/CropMilestonesOverflowConfig.java
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/FarmingMilestoneCommand.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/FarmingMilestoneCommand.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/FarmingMilestoneCommand.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/inventory/GardenInventoryTooltipOverflow.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/inventory/GardenInventoryTooltipOverflow.kt
Show resolved
Hide resolved
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.
All overflow options work for me, except inventory and tooltip, those i cant test.
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.
Agree with Cal's config wording suggestions
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordStatus.kt
Conflicts have been resolved! 🎉 |
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
What
Added overflow Garden crop milestones.
Changelog New Features
Changelog Technical Details
CropType.getByNameOrNull()
case-insensitive. - Luna