aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/utils
AgeCommit message (Collapse)Author
2024-07-10Refactor the bz order helper to display slot text instead of highlightsRime
Also removes the coloring schema option as that's not relevant anymore. Or rather, there's no reasonable way to display the order type anymore without making the item impossible to see.
2024-07-10Add some javadocs for ItemUtils and simplify getLoreLine methodsRime
2024-07-10Add reorder helper that copies the number of items to clipboardRime
2024-07-10Add @Language annotation where necessaryRime
2024-07-10Bazaar Helper initial commitRime
2024-07-08Merge pull request #817 from Emirlol/fix-pet-slot-textKevin
Fix PetLevelAdder working incorrectly in the sea creatures guide
2024-07-08Merge pull request #751 from Emirlol/more-efficient-mayor-checkKevin
Schedule mayor cache ticking to the next year rather than every 20 mins
2024-07-08Merge pull request #718 from viciscat/equipment-viewerKevin
Equipment in inventory
2024-07-06Refactor retry bit shiftKevin
2024-07-06Clean up code after rebaseRime
2024-07-06Fix scheduled time being early spring 1st rather than late spring 27thRime
Also adds more robust handling of get request failures
2024-07-06Change mayor ticking to calculate the time of the next election and schedule ↵Rime
for that
2024-07-05Merge pull request #747 from olim88/Dojo-helperKevin
Dojo helper
2024-07-05Add nullability annotations to the rest of `ItemUtils` and fix 2 unnecessary ↵Rime
null checks I couldn't stop myself.
2024-07-04mhmviciscat
2024-07-02Update ItemUtils.javaviciscat
finish the sentence lol
2024-07-02Fix PetLevelAdder working incorrectly in the sea creatures guideRime
2024-07-01fix conflict hopefullyolim
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-07-01Fix timer scheduling for SkyblockTimeRime
2024-06-30Remove the development environment branch from the isInLocation methods (#810)Rime
2024-06-30Add completed commission highlight (#797)Vricken
2024-06-30Merge pull request #708 from BigloBot/mainKevin
Profile Viewer
2024-06-29Refactor profile viewer command and update open screen commandsKevinthegreat
2024-06-29profile viewer skill pagenmccullagh
2024-06-28Compatibility with "No Chat Report"Yasin
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