aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-14Rename all `ItemStack` parameters in `ItemUtils` from `item` into `stack`Rime
2024-07-14Refactor ItemUtils constructor to be sandwiched between fields and methodsRime
2024-07-11Handle the case where an order is close to expiry but hasn't expired yetRime
2024-07-11Change the bz order helper to only show one icon at a timeRime
Also adds some convenience methods to SlotText to make the `SlotTextAdder` logic more readable
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-10Fix highlighting not working on co-op profilesRime
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-10Whoops, missed oneRime
2024-07-10Add secondary highlighting color scheme to BazaarHelperRime
2024-07-10Add @Language annotation where necessaryRime
2024-07-10Add red highlight for expired ordersRime
2024-07-10Bazaar Helper initial commitRime
2024-07-09Merge pull request #811 from Emirlol/egg-finder-fixAaron
Fix EggFinder highlight not being removed upon new egg spawn
2024-07-09Merge pull request #826 from Mininoob46/masterAaron
Same formatting in features
2024-07-09Make ordered waypoints' waypoint type configurable by the global waypoint ↵Rime
config (#825)
2024-07-09Update FEATURES.mdMininoob46
2024-07-09Update README.mdMininoob46
2024-07-09updated Readme.mdMininoob46
2024-07-08Fix discord announcement not including minecraft version (#821)Kevin
2024-07-08Merge pull request #817 from Emirlol/fix-pet-slot-textKevin
Fix PetLevelAdder working incorrectly in the sea creatures guide
2024-07-08Multiply npc price tooltip by the amount of items in the sack (#782)Rime
2024-07-08Merge pull request #781 from BigloBot/Craft-Cost-TooltipKevin
Add Craft Cost Tooltip
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-06Better sack support ignmccullagh
2024-07-06feedback2nmccullagh
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-05rift and more async idkviciscat
2024-07-05Literally choose any other line to put itKevinthegreat
2024-07-05add exception handling for null casesnmccullagh
2024-07-05Fix equipment initialization and refactor tooltip renderingKevinthegreat
2024-07-05schedule cache invalidation with price updates, and with config changesnmccullagh
2024-07-05add a 30s persistent cachenmccullagh
2024-07-05Migrate to setup gradle (#768)Kevin
2024-07-05Jerry timer (#748)Rime
2024-07-05Merge pull request #747 from olim88/Dojo-helperKevin
Dojo helper
2024-07-05Fix DisciplineTestHelper heldId NPEKevinthegreat
2024-07-05clean code and implement requested changesolim
2024-07-04Update README.md (#819)Rime
Change version from 1.20.6 to 1.21
2024-07-05Add nullability annotations to the rest of `ItemUtils` and fix 2 unnecessary ↵Rime
null checks I couldn't stop myself.
2024-07-04Change the pet detection logic to use `ItemUtils#getItemId` insteadRime
2024-07-04hasStackviciscat
2024-07-04mhmviciscat
2024-07-03Create lol_us.jsonYasin
2024-07-03start replacing slots with normal renderingviciscat
2024-07-03private constructor realviciscat