aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/utils
AgeCommit message (Collapse)Author
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
2024-04-26Fix "What starts with" terminal solverAaron
2024-04-26Cleanup references to ExtraAttributes and fix a bug relating to itAaron
2024-04-26Update item components data versionAaron
2024-04-26Refactor usages of Optional's orElseThrow to getOrThrowAaron
Mojang's method is more concise and provides far superior error messages incase the value isn't present (like why it happened) whereas with Optionals its just the standard value not present message.
2024-04-26Fix Fancy PF crashAaron
2024-04-26Fix backpack previewAaron
2024-04-26Handle removal/flattening of the ExtraAttributes tagAaron
The tag doesn't exist anymore, the data is no longer "nested" under it.
2024-04-2624w14a & Java 21Aaron
2024-04-26Add more item component data fixersAaron
2024-04-2624w12aAaron