aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/utils
AgeCommit message (Collapse)Author
2024-07-01add isInCrimson functionolim
2024-07-01initial commitolim
detection of when the player is in the dojo and the helper for the discipline is implemented
2024-06-22Add missing Accept headerAaron
Doesn't affect functionality, but it's more compliant with how HTTP works
2024-06-22Add documentationAaron
2024-06-18Use hysky redirectAaron
2024-06-18Pet CacheAaron
2024-06-18API AuthenticationAaron
2024-06-18Fix text renderingAaron
2024-06-18Fix dynamic registry usage and related testsKevinthegreat
2024-06-181.21Aaron
2024-06-15Switch colour check for exotic tooltip (#773)Kevin
Also removes dead local variable in ItemUtils Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com>
2024-06-13Merge pull request #713 from kevinthegreat1/waypointAaron
Waypoints
2024-06-13Clean up codeRime
2024-06-10Add AbstractContainerMatcherKevinthegreat
2024-06-10Add potion level slot textKevinthegreat
2024-06-10Merge pull request #735 from Emirlol/tooltips-galoreKevin
Tooltip refactors
2024-06-10Fix merge conflictsKevinthegreat
2024-06-10Merge pull request #685 from kevinthegreat1/farming-hud-improvementsKevin
Farming hud improvements
2024-06-08Add tests for RomanNumerals and clarify their uses in javadocsRime
2024-06-08Add RomanNumerals.isValidRomanNumeralRime
2024-06-08Refactor romanToDecimal method to its own class and optimize a few thingsRime
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-24Port waypoints config screensKevinthegreat
2024-05-24Update Skytils format to codecsKevinthegreat
2024-05-24Add waypoint deletingKevinthegreat
2024-05-24Add waypoints guiKevinthegreat
2024-05-24Add waypoints loading and savingKevinthegreat
2024-05-24Add NamedWaypoint and WaypointCategoryKevinthegreat
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.