aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/utils
AgeCommit message (Collapse)Author
2024-05-23Change poch to epochKevin
2024-05-23Clean up small formattingKevinthegreat
2024-05-23Revert backwards compatible changes in ItemUtils.getHeadTexture to avoid ↵Kevin
merge conflicts
2024-05-23Change String == null check into String#isBlankRime
2024-05-23Revert ItemUtils.getHeadTexture change and add ↵Rime
ItemUtils.getHeadTextureOptional instead
2024-05-23Add tooltips for the chocolate factoryRime
Also fix unemployed coach crashing the game
2024-05-23Add SkyblockTimeRime
Not sure if the AtomicReferences are helping with anything, just followed copilot.
2024-05-23Add support for unemployed rabbitsRime
- 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-23Egg Finder initial commitRime
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-23Add chocolate factory helperRime
Highlights the best pick based on the price and CPS gain.
2024-05-20Merge pull request #720 from olim88/fix-signcalculatorKevin
fix bugs
2024-05-20Migrate ThreeWeirdos to DungeonPuzzle and highlight chest (#705)Kevin
2024-05-20Merge pull request #643 from VeritasDL/BranchMaKevin
Quick Nav Refactor and Clean Up, 2 Extra Tabs, Config Version 3, Config Data Fixer Refactor, Debug Dump Hovered Item Tool
2024-05-18Update to long instead of intKevin
2024-05-18fix bugsolim
fix inputting price fix purse value
2024-05-16Add LOCATION_CHANGE event, fired upon parsing /locraw (#716)Rime
2024-05-16Clean up importsKevinthegreat
2024-05-15Internal Staging (#715)Aaron
2024-05-15Add Quick Nav data fixer and refactor tabsKevinthegreat
2024-05-14Block Incorrect Terminal ClicksAaron
2024-05-14Merge pull request #686 from olim88/sign-calculatorAaron
Sign calculator
2024-05-11Allow equals signKevinthegreat
2024-05-11Fix invalid equation text and refactorKevinthegreat
2024-05-10Config Data FixerAaron
Skyblocker's Version of DFU
2024-05-09add (p) for purseolim
also fix code a tad
2024-05-09add ability to use purse valueolim
2024-05-09add e (160) and addapt for other uiolim
added magnitude e as valid. and added to EditBidPopup.
2024-05-09clean code and fix to 1.20.6olim
2024-05-09add commandolim
add command to be able to use the calculator and fix crash with emty equations
2024-05-09be more lenient with bracketsolim
2024-05-09add messages to exceptionsolim
2024-05-09move the calculator to a util functionolim
2024-05-09Nothing to see here, part 2 (#698)Kevin
2024-05-08userInterfaceAndVisuals -> uiAndVisualsYasin
2024-05-08MessagesFilterConfig -> ChatConfigYasin
2024-05-08get(0) -> getFirst()Yasin
2024-05-08language file thingYasin
option->config categorie->config and corrected prefix
2024-05-08reorder configsYasin
2024-05-08debloat SkyblockerConfig.java + translate changeYasin
removed text.autoconfig. prefix new way is skyblocker.option.
2024-05-02Fix Quiz Solver CrashAaron
2024-04-30Make filters ignore formatting codesAaron
The formatting codes caused a mess in longer regexes and are fragile if Hypixel changes them or moves fully to Text components. Hypixel also added emblems that display in dark purple and light blue which were obviously incompatible due to the hardcoded formatting codes.
2024-04-29Fix VisitorHelperKevinthegreat
2024-04-28Refactor ItemStackComponentizationFixerKevinthegreat
2024-04-28Add invisible armour stand toggle and dumping head textures to debugAaron
2024-04-28Tic Tac Toe Rewrite/RefactorAaron
2024-04-28Fix ItemUtils legacy timestamp parsingKevinthegreat
2024-04-27Fix ItemUtilsTest and store failure reportsKevinthegreat
2024-04-26Refactor updated codeKevinthegreat
2024-04-26Pluralize the mixin and accessor packagesAaron
2024-04-26Rework terminal click marking to fix an edge caseAaron