aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features
AgeCommit message (Expand)Author
2023-11-26Don't hide messages from Jacob (#728)alexia
2023-11-26Added PestFinderhannibal2
2023-11-26increased damage indicator visual radius slightlyhannibal2
2023-11-26disabled mouse lock on pest spawn warphannibal2
2023-11-26Added GardenPlotAPI, support for detecting the current slot of the playerhannibal2
2023-11-26/sethome needs no unlockhannibal2
2023-11-26Automatic unlocking /shmouselock when teleporting in the garden.hannibal2
2023-11-26Added Garden only commands /home, /barn and /tp, and hotkeys.hannibal2
2023-11-26removed debughannibal2
2023-11-26Added MessageSendToServerEventhannibal2
2023-11-26better error handlinghannibal2
2023-11-26fixed formattinghannibal2
2023-11-26Show the pests that are attracted when changing the selected material of the ...hannibal2
2023-11-26Added SprayTypehannibal2
2023-11-26Added PestType enumhannibal2
2023-11-26Replaced SkyHanniMod.feature.garden with GardenAPI.confighannibal2
2023-11-26Internal Change: Refactor JsonObjects to be in data package (#680)Walker Selby
2023-11-26Refactor DungeonBossMessages (#642)Walker Selby
2023-11-26Code cleanuphannibal2
2023-11-26Internal Change: Code Cleanup (#661)Walker Selby
2023-11-26Fixed pest damage indicator not working for some pests.hannibal2
2023-11-26code cleanuphannibal2
2023-11-26Added pest spawn and pest timer features.hannibal2
2023-11-26Added option to enable/disable the vacuum bag item number being capped to 40.hannibal2
2023-11-25Show max pest bag of 40hannibal2
2023-11-25Added Pests to damage indicator.hannibal2
2023-11-25code cleanuphannibal2
2023-11-25Added Garden Vacuum to item number as stack size.hannibal2
2023-11-25Fixed Estimated Item Value getting shown in pet rule creation wardrobe slot p...hannibal2
2023-11-25Fixed EstimatedItemValue.isCurrentlyShowing logichannibal2
2023-11-25made coin name and coin description independent functionshannibal2
2023-11-25format coin numbershannibal2
2023-11-25hide category setting when inventory is closedhannibal2
2023-11-25reformathannibal2
2023-11-25added missing empty char at starthannibal2
2023-11-25moved item draw logic from item tracker data to SkyHanni item trackerhannibal2
2023-11-25Added support for NEU Heavy Pearl todo fix working without nether sacks as well.hannibal2
2023-11-25migrating backend and much of rendering from slayer profit tracker and fishin...hannibal2
2023-11-24Created and used ItemAddEvent, /shtrackcollection now supports sack messages.hannibal2
2023-11-24code cleanuphannibal2
2023-11-24Add fishing categorieshannibal2
2023-11-24moved Fishing tracker player moving check into own classhannibal2
2023-11-24moved Fishing tracker categories into own classhannibal2
2023-11-24moved lastActiveFishingTime into FishingAPIhannibal2
2023-11-24fishing v2 (#729)hannibal2
2023-11-22fishing profit tracker (#703)hannibal2
2023-11-22Feature: Add support for barn fishing in the jerry's workshop and crimson isl...martimavocado
2023-11-22Extract isOtherTool checks to a list (#726)Walker Selby
2023-11-22using null instead of empty stringhannibal2
2023-11-22Change logic to use Pattern instead of Regex and cleanup (#644)Walker Selby