Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Kevin | |
merge conflicts | |||
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 | |
Not necessarily related to the chocolate factory, but it was also added by me so should be fine | |||
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 | |
- Added prestige highlight, time tower and prestige tooltips - Refactored handleTooltip to be more modular. | |||
2024-05-23 | Attempt to fix decimal format depending on the user's locale | Rime | |
2024-05-23 | Revert ItemUtils.getHeadTexture change and add ↵ | Rime | |
ItemUtils.getHeadTextureOptional instead | |||
2024-05-23 | Add thousand separators to the CPS format | Rime | |
2024-05-23 | Fix missing `RegexUtils.` | Rime | |
2024-05-23 | Add tooltips for the chocolate factory | Rime | |
Also fix unemployed coach crashing the game | |||
2024-05-23 | Fix unemployed rabbits crashing the game | Rime | |
2024-05-23 | Refactor ChocolateFactorySolver in preparation of tooltips | Rime | |
2024-05-23 | Update ↵ | Rime | |
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com> | |||
2024-05-23 | Update ↵ | Rime | |
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com> | |||
2024-05-23 | Update ↵ | Rime | |
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com> | |||
2024-05-23 | Update ↵ | Rime | |
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com> | |||
2024-05-23 | Update ↵ | Rime | |
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com> | |||
2024-05-23 | Update ↵ | Rime | |
src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/ChocolateFactorySolver.java Co-authored-by: Julienraptor01 <julienraptor01@gmail.com> | |||
2024-05-23 | Refactor EggFinder for CompactDamage compatibility | Rime | |
2024-05-23 | Refactor 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-23 | Add season check to EggFinder | Rime | |
2024-05-23 | Add SkyblockTime | Rime | |
Not sure if the AtomicReferences are helping with anything, just followed copilot. | |||
2024-05-23 | Time tower fix attempt | Rime | |
2024-05-23 | Mixin into ClientPlayNetworkHandler.onEntityTrackerUpdate to check for egg ↵ | Rime | |
spawns | |||
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 ↵ | Rime | |
Matcher#matches | |||
2024-05-23 | Add coach cps calculation to the ChocolateFactorySolver | Rime | |
2024-05-23 | Add Time Tower Reminder | Rime | |
2024-05-23 | Add missing LUNCH EggType to EggType.entries | Rime | |
2024-05-23 | Code formatting | Rime | |
2024-05-23 | Fix waypoint rendering not turning off | Rime | |
2024-05-23 | Refactor null handling in EggFinder.checkIfEgg | Rime | |
2024-05-23 | Fix incorrect textures for EggFinder.EggType | Rime | |
2024-05-23 | Add support for unemployed rabbits | Rime | |
- Refactored ItemUtils.getHeadTexture to use the property iterator instead of streams and return Optional<String> rather than empty string to make the results clear and easier to work with. - Refactored regex matching logic in ChocolateFactorySolver.getCPSIncreaseFactor to a separate function | |||
2024-05-23 | Add configs and minor code refactor | Rime | |
2024-05-23 | Egg Finder initial commit | Rime | |
Current issues: - Rendered waypoints do not turn off, can't figure out why - Entity equipment is sent before the chat message for new eggs, creating situations where the "found" message is repeated twice | |||
2024-05-23 | Delete EggFinderDebugUtil to prepare for PR | Rime | |
2024-05-23 | Updated for 1.20.6 PR compatibility | Rime | |
Add EggFinderDebugUtil for finding egg locations quickly, to be removed later. Not tested. | |||
2024-05-23 | Add chocolate factory helper | Rime | |
Highlights the best pick based on the price and CPS gain. |