aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2024-05-24Add waypoints loading and savingKevinthegreat
2024-05-24Add NamedWaypoint and WaypointCategoryKevinthegreat
2024-05-23fix bugs + refactor (#719)olim88
fix crash when adding new rule after selecting last rule, let location input length be 96, add mineshaft location and stop grabing from api
2024-05-23Merge pull request #703 from f3shqt/masterKevin
Glacite Overlay (Oops)
2024-05-23Change poch to epochKevin
2024-05-23Fix 1 second gap in formatTimeRime
2024-05-23Fix egg found message being sent twice in rare casesRime
2024-05-23Clean up small formattingKevinthegreat
2024-05-23Renamed variableRime
2024-05-23Fix time tower calculations being wrong due to incorrect string matchingRime
2024-05-23Revert backwards compatible changes in ItemUtils.getHeadTexture to avoid ↵Kevin
merge conflicts
2024-05-23Sort chocolate factory translation keysRime
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
Not necessarily related to the chocolate factory, but it was also added by me so should be fine
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
- Added prestige highlight, time tower and prestige tooltips - Refactored handleTooltip to be more modular.
2024-05-23Attempt to fix decimal format depending on the user's localeRime
2024-05-23Revert ItemUtils.getHeadTexture change and add ↵Rime
ItemUtils.getHeadTextureOptional instead
2024-05-23Add thousand separators to the CPS formatRime
2024-05-23Add the meaning of highlight colors to the config descriptionRime
2024-05-23Fix missing `RegexUtils.`Rime
2024-05-23Add tooltips for the chocolate factoryRime
Also fix unemployed coach crashing the game
2024-05-23Fix unemployed rabbits crashing the gameRime
2024-05-23Refactor ChocolateFactorySolver in preparation of tooltipsRime
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Update ↵Rime
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
2024-05-23Refactor EggFinder for CompactDamage compatibilityRime
2024-05-23Refactor code, fix coach calculation and attempt to highlight the best ↵Rime
affordable pick I tried to make the best pick still have yellow highlight while keeping the best affordable pick green but it's not working for some reason and I have no idea what's causing it'.
2024-05-23Add season check to EggFinderRime
2024-05-23Add SkyblockTimeRime
Not sure if the AtomicReferences are helping with anything, just followed copilot.
2024-05-23Time tower fix attemptRime
2024-05-23Mixin into ClientPlayNetworkHandler.onEntityTrackerUpdate to check for egg ↵Rime
spawns
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 ↵Rime
Matcher#matches
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