Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2024-05-20 | Make TerminalSolver interface & ExperimentSolver class sealed (#722) | Aaron | |
* Make TerminalSolver interface sealed * Make ExperimentSolver class sealed | |||
2024-05-20 | Merge pull request #720 from olim88/fix-signcalculator | Kevin | |
fix bugs | |||
2024-05-20 | Migrate ThreeWeirdos to DungeonPuzzle and highlight chest (#705) | Kevin | |
2024-05-20 | Merge pull request #704 from viciscat/fancier-bars | Kevin | |
Fancy status bars bits and pieces | |||
2024-05-20 | Merge pull request #643 from VeritasDL/BranchMa | Kevin | |
Quick Nav Refactor and Clean Up, 2 Extra Tabs, Config Version 3, Config Data Fixer Refactor, Debug Dump Hovered Item Tool | |||
2024-05-20 | Refactor Fancy Bars part of InGameHudMixin | Kevinthegreat | |
2024-05-20 | Update default to barrier | Kevinthegreat | |
2024-05-18 | Update to long instead of int | Kevin | |
2024-05-18 | fix bugs | olim | |
fix inputting price fix purse value | |||
2024-05-18 | Add null safety | Kevinthegreat | |
2024-05-18 | Upgrade all buttons | Kevinthegreat | |
2024-05-16 | Add LOCATION_CHANGE event, fired upon parsing /locraw (#716) | Rime | |