aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/item/tooltip
AgeCommit message (Expand)Author
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
2024-07-06Better sack support ignmccullagh
2024-07-06feedback2nmccullagh
2024-07-05add exception handling for null casesnmccullagh
2024-07-05schedule cache invalidation with price updates, and with config changesnmccullagh
2024-07-05add a 30s persistent cachenmccullagh
2024-07-01lets not assume 1 outputnmccullagh
2024-06-26add max recursion. Probs shoulda done this anyway. Also stops NEU Recipes tha...nmccullagh
2024-06-26recursion hurts my headnmccullagh
2024-06-26Add Craft Cost Tooltipnmccullagh
2024-06-22Map Midas Sword and Midas staff to original ids for NEUAaron
2024-06-20Implement new item-specific LBIN pricingAaron
2024-06-18Fix dynamic registry usage and related testsKevinthegreat
2024-06-181.21Aaron
2024-06-18fix and adding stuffYasin
2024-06-16Fix null crashKevinthegreat
2024-06-15Switch colour check for exotic tooltip (#773)Kevin
2024-06-15Add docs to ItemTooltip#getNeuName and ItemRepository#getItemStack (#772)Kevin
2024-06-11Move TooltipManager injection point to ItemTooltipCallbackKevinthegreat
2024-06-10Migrate from focusedSlot to stack and clear tooltip adders on screen changeKevinthegreat
2024-06-10Add AbstractContainerMatcherKevinthegreat
2024-06-09Refactor SkyblockerStack and ItemStackMixinKevinthegreat
2024-06-08Move tooltip injection pointKevinthegreat
2024-06-08Rename ItemStackInternalIdGetter and its methods to be more distinguishableRime
2024-06-08Reformat SupercraftReminder and lowercase the uuid the variableRime
2024-06-08Move TooltipAdder outside of the adders packageRime
2024-06-08Fix SupercraftReminder adding conditions to not display when unnecessaryRime
2024-06-08Add SupercraftReminder as the method of shift+clicking is not mentioned in th...Rime
2024-06-08Add entrance floor to DungeonQualityTooltipRime
2024-06-08Refactor chocolate factory tooltipRime
2024-06-08Rename injected methods and separate internalId and internalName into 2 methodsRime
2024-06-08Switch to interface injection to cache the items' internal ids and neu namesRime
2024-06-08Fix titlePattern not matching when the title is changed by ChestValueRime
2024-06-08Add comments and format codeRime
2024-06-08Added item price multiplication on sacks when there's multiple itemsRime
2024-06-08Rename ObtainedTooltip to ObtainedDateTooltipRime
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-08Remove ExoticTooltip.javaRime
2024-06-08Refactor color tooltipRime
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-01Fix entrance (0) not being in the map (#732)Julienraptor01