Age | Commit message (Expand) | Author |
2024-05-24 | Port waypoints config screens | Kevinthegreat |
2024-05-24 | Sync with latest | Kevinthegreat |
2024-05-24 | Update Skytils format to codecs | Kevinthegreat |
2024-05-24 | Add waypoint deleting | Kevinthegreat |
2024-05-24 | Add waypoint adding | Kevinthegreat |
2024-05-24 | Add waypoints gui | Kevinthegreat |
2024-05-24 | Add waypoints loading and saving | Kevinthegreat |
2024-05-24 | Add NamedWaypoint and WaypointCategory | Kevinthegreat |
2024-05-23 | fix bugs + refactor (#719) | olim88 |
2024-05-23 | Merge pull request #703 from f3shqt/master | Kevin |
2024-05-23 | Change poch to epoch | Kevin |
2024-05-23 | Fix 1 second gap in formatTime | Rime |
2024-05-23 | Fix egg found message being sent twice in rare cases | Rime |
2024-05-23 | Clean up small formatting | Kevinthegreat |
2024-05-23 | Renamed variable | Rime |
2024-05-23 | Fix time tower calculations being wrong due to incorrect string matching | Rime |
2024-05-23 | Revert backwards compatible changes in ItemUtils.getHeadTexture to avoid merg... | Kevin |
2024-05-23 | Sort chocolate factory translation keys | Rime |
2024-05-23 | Fix time tower reminder being sent multiple times | Rime |
2024-05-23 | Fix time tower reminder being sent outside skyblock | Rime |
2024-05-23 | Code cleanup | Rime |
2024-05-23 | Fix crash caused by Time Tower lore being empty in rare cases | Rime |
2024-05-23 | Narrow the scope of the line smoother in ItemTooltip | Rime |
2024-05-23 | Change String == null check into String#isBlank | Rime |
2024-05-23 | Add location detection to EggFinder | Rime |
2024-05-23 | Remove unused import | Rime |
2024-05-23 | Do a bunch of things that I can't split into separate commits | Rime |
2024-05-23 | Attempt to fix decimal format depending on the user's locale | Rime |
2024-05-23 | Revert ItemUtils.getHeadTexture change and add ItemUtils.getHeadTextureOption... | Rime |
2024-05-23 | Add thousand separators to the CPS format | Rime |
2024-05-23 | Add the meaning of highlight colors to the config description | Rime |
2024-05-23 | Fix missing `RegexUtils.` | Rime |
2024-05-23 | Add tooltips for the chocolate factory | Rime |
2024-05-23 | Fix unemployed rabbits crashing the game | Rime |
2024-05-23 | Refactor ChocolateFactorySolver in preparation of tooltips | Rime |
2024-05-23 | Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF... | Rime |
2024-05-23 | Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF... | Rime |
2024-05-23 | Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF... | Rime |
2024-05-23 | Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF... | Rime |
2024-05-23 | Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF... | Rime |
2024-05-23 | Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateF... | Rime |
2024-05-23 | Refactor EggFinder for CompactDamage compatibility | Rime |
2024-05-23 | Refactor code, fix coach calculation and attempt to highlight the best afford... | Rime |
2024-05-23 | Add season check to EggFinder | Rime |
2024-05-23 | Add SkyblockTime | Rime |
2024-05-23 | Time tower fix attempt | Rime |
2024-05-23 | Mixin into ClientPlayNetworkHandler.onEntityTrackerUpdate to check for egg sp... | Rime |
2024-05-23 | Change uses of raw integers to colors from Formatting | Rime |
2024-05-23 | Improve TIME_TOWER_PATTERN regex in case of failure with the use of Matcher#m... | Rime |
2024-05-23 | Add coach cps calculation to the ChocolateFactorySolver | Rime |