aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Expand)Author
2024-05-23Revert backwards compatible changes in ItemUtils.getHeadTexture to avoid merg...Kevin
2024-05-23Fix time tower reminder being sent multiple timesRime
2024-05-23Fix time tower reminder being sent outside skyblockRime
2024-05-23Code cleanupRime
2024-05-23Fix crash caused by Time Tower lore being empty in rare casesRime
2024-05-23Narrow the scope of the line smoother in ItemTooltipRime
2024-05-23Change String == null check into String#isBlankRime
2024-05-23Add location detection to EggFinderRime
2024-05-23Remove unused importRime
2024-05-23Do a bunch of things that I can't split into separate commitsRime
2024-05-23Attempt to fix decimal format depending on the user's localeRime
2024-05-23Revert ItemUtils.getHeadTexture change and add ItemUtils.getHeadTextureOption...Rime
2024-05-23Add thousand separators to the CPS formatRime
2024-05-23Fix missing `RegexUtils.`Rime
2024-05-23Add tooltips for the chocolate factoryRime
2024-05-23Fix unemployed rabbits crashing the gameRime
2024-05-23Refactor ChocolateFactorySolver in preparation of tooltipsRime
2024-05-23Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF...Rime
2024-05-23Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF...Rime
2024-05-23Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF...Rime
2024-05-23Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF...Rime
2024-05-23Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF...Rime
2024-05-23Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF...Rime
2024-05-23Refactor EggFinder for CompactDamage compatibilityRime
2024-05-23Refactor code, fix coach calculation and attempt to highlight the best afford...Rime
2024-05-23Add season check to EggFinderRime
2024-05-23Add SkyblockTimeRime
2024-05-23Time tower fix attemptRime
2024-05-23Mixin into ClientPlayNetworkHandler.onEntityTrackerUpdate to check for egg sp...Rime
2024-05-23Change uses of raw integers to colors from FormattingRime
2024-05-23Improve TIME_TOWER_PATTERN regex in case of failure with the use of Matcher#m...Rime
2024-05-23Add coach cps calculation to the ChocolateFactorySolverRime
2024-05-23Add Time Tower ReminderRime
2024-05-23Add missing LUNCH EggType to EggType.entriesRime
2024-05-23Code formattingRime
2024-05-23Fix waypoint rendering not turning offRime
2024-05-23Refactor null handling in EggFinder.checkIfEggRime
2024-05-23Fix incorrect textures for EggFinder.EggTypeRime
2024-05-23Add support for unemployed rabbitsRime
2024-05-23Add configs and minor code refactorRime
2024-05-23Egg Finder initial commitRime
2024-05-23Delete EggFinderDebugUtil to prepare for PRRime
2024-05-23Updated for 1.20.6 PR compatibilityRime
2024-05-23Add chocolate factory helperRime
2024-05-20Make TerminalSolver interface & ExperimentSolver class sealed (#722)Aaron
2024-05-20Merge pull request #720 from olim88/fix-signcalculatorKevin
2024-05-20Migrate ThreeWeirdos to DungeonPuzzle and highlight chest (#705)Kevin
2024-05-20Merge pull request #704 from viciscat/fancier-barsKevin
2024-05-20Merge pull request #643 from VeritasDL/BranchMaKevin
2024-05-20Refactor Fancy Bars part of InGameHudMixinKevinthegreat