aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/utils
AgeCommit message (Collapse)Author
2023-12-04Add RepoPatternsrepopatternsLinnea Gräf
RepoPatterns allow us to easily update regexes without creating a new release.
2023-12-04cleanPlayerName respects playerRankHider option now.hannibal2
2023-12-04Fix: Fix Poison Candy I Compact Potion & Cleanup (#758)Walker Selby
changed CompactSplashPotionMessage, added compact potion message support for splash messages and for Poisoned Candy I. #758
2023-12-04wording and code cleanuphannibal2
2023-12-04removed unused functionhannibal2
2023-12-04Internal Change: Remove String.matchRegex() function Usages (#641)Walker Selby
Code cleanup and removed .matchRegex() #641
2023-12-04Replace invalid params with correct param (#668)Walker Selby
Replace invalid kotlin documentation parameters with correct param. #668
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-03Increased performance and decreased ram usage.hannibal2
2023-12-02Hide enchanted tools in Minion Craft Helper.hannibal2
2023-12-02better shutdown logichannibal2
2023-12-01utilizing location.add(x = x)hannibal2
2023-11-30fixed ConcurrentModificationException in DelayedRunhannibal2
2023-11-30romanToDecimalIfNeeded -> romanToDecimalIfNecessary (See ↵hannibal2
https://chat.openai.com/share/502571b5-8851-4047-b343-3b1475ca8a88)
2023-11-30make npc messages not be detected as player messages (#742)CalMWolfs
Fixed npc messages getting detected as player messages. #742
2023-11-30Changed OwnInventoryItemUpdateEvent to be called synced to main thread.hannibal2
2023-11-30Using DelayedRun more oftenhannibal2
2023-11-30Using a broken config no longer resets the config in dev env.hannibal2
2023-11-30Migrate Integer to Enums in Config #727Walker Selby
Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com>
2023-11-29Added show special edition number as stack size when below 1k.hannibal2
2023-11-29Added Bottle of Jyrre in item Stack Size (#738)HiZe_
Added bottle of Jyrre time overlay in stack size feature. #738
2023-11-27Mark the plots with pests on them in the world.hannibal2
2023-11-26Added GardenPlotAPI, support for detecting the current slot of the playerhannibal2
2023-11-26removed duplicate coloringhannibal2
2023-11-26removed duplicate prefixhannibal2
2023-11-26Added Garden only commands /home, /barn and /tp, and hotkeys.hannibal2
2023-11-26Internal Change: Refactor JsonObjects to be in data package (#680)Walker Selby
Moved the json object files into another package. #680
2023-11-25Fixed Estimated Item Value getting shown in pet rule creation wardrobe slot ↵hannibal2
pick menu.
2023-11-25fixed wordingshannibal2
2023-11-25Added option to exclude hidden items in the total price calculation.hannibal2
2023-11-25Fixed EstimatedItemValue.isCurrentlyShowing logichannibal2
2023-11-25The hidden flag for items in Item Trackers is now shared between total view ↵hannibal2
and session view v2
2023-11-25The hidden flag for items in Item Trackers is now shared between total view ↵hannibal2
and session view.
2023-11-25made coin name and coin description independent functions v2hannibal2
2023-11-25made coin name and coin description independent functionshannibal2
2023-11-25added missing empty char at starthannibal2
2023-11-25moved item draw logic from item tracker data to SkyHanni item trackerhannibal2
2023-11-25migrating backend and much of rendering from slayer profit tracker and ↵hannibal2
fishing tracker into SkyHanni item tracker
2023-11-24fishing v2 (#729)hannibal2
Prevent wrong fishing item pickup #729
2023-11-22fishing profit tracker (#703)hannibal2
Fishing Tracker #703
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
2023-11-22The cleanup after the cleanuphannibal2
2023-11-22Internal Change: Reformat Code to match .editorconfig (#628)Walker Selby
Code cleanup done everywhere #628
2023-11-21Removed message when crop milestones look different in the menu than stored ↵hannibal2
SkyHanni data.
2023-11-21Added Bookworm Book to the Estimated Item Value feature (#722)jani270
Added Bookworm Book to the Estimated Item Value feature. #722
2023-11-20formatting changeshannibal2
2023-11-20Fixed ender chest not reopening correctly after opening gui editor.hannibal2