aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/utils
AgeCommit message (Collapse)Author
2024-06-08Move tooltip adders from utils/tooltip package to skyblock/item/tooltip/addersRime
2024-06-08Refactor bz, lbin, avgbin tooltipsRime
2024-06-08Move AccessoryTooltip and MuseumTooltipRime
2024-06-08Refactor accessory tooltipRime
2024-06-08Refactor color tooltipRime
I can't test this as I don't know what it does and what to look for
2024-06-08Refactor museum tooltipRime
2024-06-08Refactor npc price tooltipRime
2024-06-08Refactor motes tooltipRime
2024-06-08Refactor obtained date tooltipRime
2024-06-08Refactor dungeon quality tooltipRime
2024-06-08Refactor line smoothenerRime
2024-06-08Tooltip manager initial commitRime
2024-06-02requested changes YAYviciscat
2024-06-02fixes and thingsvicisacat
2024-06-02upcoming events tab!!! so coolvicisacat
2024-06-02working notifications, probablyvicisacat
I ain't waiting 50 hours waiting for notifications
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