aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/utils/ItemUtils.kt
AgeCommit message (Collapse)Author
2024-09-12Fix: Duplex (#2501)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-09-09Feature: Current Minister in Calendar (#2342)J10a1n15
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-09-07Fix: grab item name none (#2471)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-09-07Feature: /shedittracker (#2448)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-08-30Improvment: Mining Event Display Icons nbt id (#2425)Thunderblade73
2024-08-23Fix: ItemCategory error spam (#2392)Thunderblade73
2024-08-18Fix: Obfuscated and Shard (#2363)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-08-16Fix: Item Trackers NPC Price (#2352)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-08-14Improvement: Repo Errors (#2338)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-08-10Fix: Incorrect "This item has no attributes" message (#2304)Luna
2024-07-24code cleanuphannibal2
2024-07-17Feature: Crown of Avarice Counter (#2229)Thunderblade73
2024-07-15Fix: Hot Potato Book in Community Project (#2214)Empa
2024-07-07Fix: Stackoverflow for getPrice (#2199)Thunderblade73
2024-07-06fixed stack overflow errorshannibal2
2024-07-06added debugshannibal2
2024-07-06Backend: Fixed typos everywhere (#2175)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-07-02Fix: Gillsplash in Estimated Item Value (#2173)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-06-30code cleanuphannibal2
2024-06-30code cleanuphannibal2
2024-06-20Backend: Remove deprecated function ChatUtils.error (#2021)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-06-09Feature: Custom Wardrobe (#2039)Empa
Co-authored-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com> Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-06-05Add SimpleTimeMark into CachedItemData (#2006)Linnea Gräf
2024-05-26Backend: RegexUtils (#1854)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-26Fix Typos (#1897)Thunderblade73
2024-05-20Fix: Ultimate Jerry (#1842)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-16Fixed choc shop profit calculations (#1805)Phoebe
Co-authored-by: SeRaid <77941535+SeRaid743@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-02update icon (#1640)SeRaid
2024-04-27use ItemCategory.ENCHANTED_BOOK morehannibal2
2024-04-13Improvement: Enchanted Book Bundle Name (#1391)Empa
2024-04-13New Feature: Excavation Profit Tracker (#1432)hannibal2
Co-authored-by: Empa <42304516+ItsEmpa@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-07Backend: Remove a lot of deprecated code (#1371)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-14Feature: AH estimated item value comparison (#339)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Cal <cwolfson58@gmail.com>
2024-03-06Internal Changes: Many small code cleanups (#1101)hannibal2
Co-authored-by: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
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: ↵Thunderblade73
ChatUtils, CollectionUtils, ConditionalUtils. And code cleanup #978
2024-01-28Fixed rune price calculation in Chest Value.hannibal2
2024-01-20Backend: ItemCategory + better LorenzeRarity (#811)Thunderblade73
Categorizes every item using the rarity lore line. Also a better way of getting the item rarity Rarity #811
2023-12-21Remove getInternalName_old (#710)Walker Selby
Remove getInternalName_old #710
2023-12-04Internal Change: Remove String.matchRegex() function Usages (#641)Walker Selby
Code cleanup and removed .matchRegex() #641
2023-12-04Merge remote-tracking branch 'origin/beta' into betahannibal2
# Conflicts: # src/main/java/at/hannibal2/skyhanni/utils/ItemUtils.kt
2023-12-04Fix Redundant \\ in regexhannibal2
2023-12-04Fix Redundant d in regex (#667)Walker Selby
Fix Redundant d in regex #667
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
More Random Cleanup #724