-
Notifications
You must be signed in to change notification settings - Fork 15
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
Code Cleanup #437
Code Cleanup #437
Conversation
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
most of the changes seem to be about indentation, trailing commas, imports, line length, and using = instead of return in kotlin classes when possible |
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.
i hated this with all my life
this took 40min
.../me/partlysanestudios/partlysaneskies/features/dungeons/party/partymanager/PartyManager.java
Outdated
Show resolved
Hide resolved
...ysanestudios/partlysaneskies/features/dungeons/party/permpartyselector/PermPartyManager.java
Outdated
Show resolved
Hide resolved
...in/java/me/partlysanestudios/partlysaneskies/features/skills/SkillUpgradeRecommendation.java
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/PartlySaneSkies.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/commands/PSSCommand.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/utils/SystemUtils.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/utils/geometry/orientation/Angle.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/utils/geometry/vectors/Point2d.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/utils/geometry/vectors/Range3d.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/utils/geometry/vectors/Range3d.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
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.
Might have missed a few things since it's 5k difference
This pull request has conflicts, please resolve those before the pull request can be reviewed. |
# Conflicts: # src/main/kotlin/me/partlysanestudios/partlysaneskies/config/psconfig/Config.kt # src/main/kotlin/me/partlysanestudios/partlysaneskies/features/debug/CrystalHollowsGemstoneMapper.kt # src/main/kotlin/me/partlysanestudios/partlysaneskies/features/themes/ThemeManager.kt
# Conflicts: # src/main/java/me/partlysanestudios/partlysaneskies/features/skills/SkillUpgradeRecommendation.java # src/main/kotlin/me/partlysanestudios/partlysaneskies/utils/StringUtils.kt
Conflicts have been resolved! |
This pull request has conflicts, please resolve those before the pull request can be reviewed. |
Conflicts have been resolved! |
src/main/kotlin/me/partlysanestudios/partlysaneskies/PartlySaneSkies.kt
Outdated
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 of the elementa things have to be put in line
feel free to call me out, murder, stalk or burn me for any of the stupid comments
src/main/kotlin/me/partlysanestudios/partlysaneskies/config/OneConfigScreen.kt
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/data/skyblockdata/SkyblockPlayer.kt
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/features/economy/CoinsToBoosterCookies.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/features/discord/webhooks/WebhookMenu.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/PartlySaneSkies.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/features/skills/SkillUpgradeWebhook.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/render/gui/components/PSSButton.kt
Outdated
Show resolved
Hide resolved
...n/kotlin/me/partlysanestudios/partlysaneskies/render/gui/components/PSSHorizontalCooldown.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/render/gui/components/PSSToggle.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/me/partlysanestudios/partlysaneskies/render/gui/hud/BannerRenderer.kt
Outdated
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.
Net negative lines congratumalations
pressed the funny reformat code button on intellij and let it do its thing