aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/utils/ItemUtils.kt
AgeCommit message (Expand)Author
2024-03-14Feature: AH estimated item value comparison (#339)hannibal2
2024-03-06Internal Changes: Many small code cleanups (#1101)hannibal2
2024-03-06add comments about item.name vs item.itemNamehannibal2
2024-02-22Removed duplicate pet level detection logic. #1027hannibal2
2024-02-19Item name rewrite and cache #1016hannibal2
2024-02-16Moved many regex patterns in the repo and code cleanup. #871CalMWolfs
2024-02-14Ignore Shift Click NPC Sell when right-clicking a sack. #1005Thunderblade73
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ChatUt...Thunderblade73
2024-01-28Fixed rune price calculation in Chest Value.hannibal2
2024-01-20Backend: ItemCategory + better LorenzeRarity (#811)Thunderblade73
2023-12-21Remove getInternalName_old (#710)Walker Selby
2023-12-04Internal Change: Remove String.matchRegex() function Usages (#641)Walker Selby
2023-12-04Merge remote-tracking branch 'origin/beta' into betahannibal2
2023-12-04Fix Redundant \\ in regexhannibal2
2023-12-04Fix Redundant d in regex (#667)Walker Selby
2023-12-02Hide enchanted tools in Minion Craft Helper.hannibal2
2023-11-22reverted some private functions and other misc cleanup changeshannibal2
2023-11-22Internal Change: More Random Cleanup (#724)Walker Selby
2023-11-19Added support for extra data in error manager.hannibal2
2023-11-19code cleanuphannibal2
2023-11-19Internal Change: Auto-Prefix Chat Messages (#622)Walker Selby
2023-10-30Fixed item rarity detection for pets.hannibal2
2023-10-28Deprecate string functions where InternalName should be used functions (#613)Walker Selby
2023-10-26Add Repo TODOs (#585)Walker Selby
2023-10-20Internal Changes: getInternalName Pt 1 (#546)Walker Selby
2023-10-15Internal Change: removePetRarityOld (#541)Walker Selby
2023-10-14renamed CopyErrorCommand to ErrorManagerhannibal2
2023-10-14code cleanuphannibal2
2023-10-14Internal Changes: add support for compacted numbers parsing (#555)Helfull
2023-10-14Feature: Modify Visual Words (#492)CalMWolfs
2023-09-29code cleanuphannibal2
2023-09-29Bugfix: isSack() function revision... AGAIN. (#518)Erymanthus[#5074] | (u/)RayDeeUx
2023-09-29Random Code Cleanup (#516)Walker Selby
2023-09-28code cleanuphannibal2
2023-09-28Bugfix: Revise isSack() to rely on internal name instead (#510)Erymanthus[#5074] | (u/)RayDeeUx
2023-09-27removed wildcards from importshannibal2
2023-09-23Do not show an error message when there is no internal name.hannibal2
2023-09-23Fixed item rarity problemshannibal2
2023-09-15Fixed turbo books price not getting detected in visitor rewards.hannibal2
2023-09-10Safety check for getItemRarityOrCommonhannibal2
2023-09-09fixed crash when item rarity can not be detected in ah browserhannibal2
2023-09-08Added pet rarity supporthannibal2
2023-09-08Feature: Outline dropped items (#449)Brandon
2023-08-28changed return value of readItemAmount from Pair<String?, Int> to Pair<String...hannibal2
2023-08-28Merge pull request #404CalMWolfs
2023-08-09Using NEUInternalName for all bazaar data caseshannibal2
2023-08-09Using NEUInternalName in even more classeshannibal2
2023-08-09Using NEUInternalName in more classeshannibal2
2023-08-09Changing internalName to getInternalName_old, and getInternalName_new to inte...hannibal2
2023-08-09Using NEUInternalName in GardenVisitorFeatureshannibal2