aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/utils
AgeCommit message (Collapse)Author
2024-02-19Add sack HUDfeat/sackmonitorLinnea Gräf
2024-02-17Fix: Pet Level pattern and stack size (#1018)Thunderblade73
* Fix: Pet Level pattern and stack size * removed empty line
2024-02-16Moved many regex patterns in the repo and code cleanup. #871CalMWolfs
2024-02-16Clean up string pluralization methods. #975alexia
2024-02-16Fixed /warp is command replace feature.hannibal2
2024-02-16Fixed an NPE in ReflectionUtils.shPackageName. #1012Thunderblade73
2024-02-16Bump NEU to version 2.1.1 pre-5. #1015CalMWolfs
2024-02-16Fixed rare farming weight API errors. #1014CalMWolfs
2024-02-14Add mod identification for outgoing mod calls and show this data in ↵Linnea Gräf
/shchathistory. #987
2024-02-14Ignore Shift Click NPC Sell when right-clicking a sack. #1005Thunderblade73
2024-02-10Fixed shift click npc sell not working for menus with different sizes. #990Thunderblade73
2024-02-10Hovering on cheap items in an Item Tracker now shows the cheap hidden items. ↵Mikecraft1224
#993
2024-02-10Fixed opening visitor Milestones menu not loading visitor amount for /ff. #988martimavocado
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ↵Thunderblade73
ChatUtils, CollectionUtils, ConditionalUtils. And code cleanup #978
2024-02-09SkyHanni's own /wiki command logic now works better in SkyBlock Level guide ↵Obsidian
and allows to change weather to use official Hypixel Wiki or the older Fandom Wiki. #831
2024-02-05Send Mining Island Events (#969)CalMWolfs
Added sending mining events to Soopy's API to test for new Mining Event feature. #969
2024-02-05Backend: Render Rendables rework (#846)Thunderblade73
Added support for dynamic y size in Renderables. #846
2024-02-05Backend: Renderable added Alignment (#885)Thunderblade73
Added alignment support to Renderable. #885
2024-02-05Added Deep Caverns Parkour.hannibal2
2024-01-31Fix some getItemStack errors (#967)CalMWolfs
Fixed some getItemStack errors. #967
2024-01-30Fix & Backend: fix rep helper sacks also convert rep helper to use ↵CalMWolfs
NEUInternalName (#963) Using NEUInternalName in Reputation Helper Quest. Removed Quest Item Helper. Fixed Reputation Helper in Crimson Isle showing correct sack amount. #963
2024-01-30fix key name (#964)CalMWolfs
Fixed key name in utils patterns. #964
2024-01-30small api changes (#966)CalMWolfs
Fewer election API updates, fewer election API errors. #966
2024-01-28fixed chat rendering and title rendering z layers (#953)Thunderblade73
Fixed render overlapping problem with chat, skyhanni guis and title. #953
2024-01-28Fixed rune price calculation in Chest Value.hannibal2
2024-01-23marked more number formatting code as deprecated.hannibal2
2024-01-22code cleanuphannibal2
2024-01-22Feature: Atmospheric Filter Display (#916)Erymanthus | RayDeeUx
Added Atmospheric Filter Display. #916
2024-01-21Fixed all Damage Indicator boss timers in Dungeons being off by a second.hannibal2
2024-01-21Fixed Ashfang Freeze Cooldown being off by one second. Fixed Fire Veil line ↵hannibal2
gets shown even while frozen.
2024-01-21fix tests and bring it back (#943)CalMWolfs
Bring back the deleted test and fix the issue causing it. #943
2024-01-21Feature: Extra Harp Features (#741)Thunderblade73
Added Harp GUI Scale and Quick Restart. #741
2024-01-20Fixed a rare bug that leaves ghost burrows around.hannibal2
2024-01-20creating and using TimeLimitedCache and TimeLimitedSet instead of guava cache.hannibal2
2024-01-20Backend: DelayedRun sync (#746)Thunderblade73
Used a better bug fix for DelayedRun sync issues. #746
2024-01-20Feature: Shift Click in Brewing Stand (#921)Thunderblade73
Added Shift Click Brewing. #921
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
2024-01-18feat: Party kick with reason (#874)Linnea Gräf
Party kick with reason #874
2024-01-17Fixing Ghost Entities.hannibal2
2024-01-16adding commentshannibal2
2024-01-16using sendTitle from lorenz utils everywherehannibal2
2024-01-15Allowing nullable parameters for regex functions matches() and find().hannibal2
2024-01-15Fix: GuiEditor Key working in NEUs PV textboxes (#924)Thunderblade73
Fixed GUI Editor hotkey working while inside a NEU PV text box. #924
2024-01-13don't allow uppercase keys plus more descriptive error (#913)CalMWolfs
Don't allow uppercase Repo Pattern keys and added a more descriptive error. #913
2024-01-11prepare for the futurehannibal2
2024-01-11code cleanuphannibal2
2024-01-11code cleanuphannibal2
2024-01-11Added-Lesser-Orb-of-Healing-Hider (#904)jani270
Lesser Orb of Healing Hider. #904
2024-01-11creating function addTotalProfit for item trackers and fixed wrong ↵hannibal2
calculation when zero bosses killed in slayer profit trackers
2024-01-11code cleanuphannibal2