aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/bingo
AgeCommit message (Expand)Author
2024-03-15Backend: Storage Config Moving (#1171)hannibal2
2024-03-12Feature: CustomScoreboard (#893)J10a1n15
2024-03-12Internal Change: Code cleanup ContainerChest getAllItems (#1047)hannibal2
2024-03-06Internal Changes: Many small code cleanups (#1101)hannibal2
2024-03-03Fixed Bingo Minion Craft Helper sometimes causing performance problems. #1091CalMWolfs
2024-03-02Added bingo card data to /shdebug.hannibal2
2024-03-01Fix: BingoCardTips using correct slot (#1083)Thunderblade73
2024-02-28Fixed rare error reading and rendering Bingo Card Tips in Bingo inventory. (#...Thunderblade73
2024-02-25Fixed internal name resolving. #1046hannibal2
2024-02-20Deprecate LorenzUtils.sendCommandToServer. #1025hannibal2
2024-02-19Item name rewrite and cache #1016hannibal2
2024-02-16Moved many regex patterns in the repo and code cleanup. #871CalMWolfs
2024-02-16Clean up string pluralization methods. #975alexia
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ChatUt...Thunderblade73
2024-01-31replace onChatMessage with onChathannibal2
2024-01-07only show debug when necessaryhannibal2
2024-01-07Fixed performance issues with Bingo Minion Craft Helper.hannibal2
2024-01-07Moving minion craft helper fully over to neu internal names.hannibal2
2024-01-07Fixed bingo minion craft helper not detecting crafted tier one minion.hannibal2
2024-01-06Extract FirstMinionTier logic from bingo minion craft helper for better analy...hannibal2
2024-01-01Fixed detecting bingo profile while visiting other players bingo island.hannibal2
2024-01-01Added support for new bingo guide repo format, show guide on hover over missi...hannibal2
2023-12-26code cleanuphannibal2
2023-12-09Internal Change: Minion craft helper NEUInternalName (#619)Walker Selby
2023-12-09Hide Winter Island close timer during the month of December.hannibal2
2023-12-09Show a chat message with the positive or negative progress in the community g...hannibal2
2023-12-08Fixed cave spider detection from inventory.hannibal2
2023-12-08renamed bingo sessionhannibal2
2023-12-08Saving minion craft helper crafted tier 1 minions per bingo session.hannibal2
2023-12-08Saving bingo goal data into the config.hannibal2
2023-12-08Added the community goal percentage to the bingo card display.hannibal2
2023-12-08removed debug stuffhannibal2
2023-12-08code cleanuphannibal2
2023-12-08Use LorenzToolTipEvent over ItemTooltipEvent if possible.hannibal2
2023-12-06Added fix if the toolTip is empty.hannibal2
2023-12-06added support to allow editing in bingo card viewhannibal2
2023-12-06Added option to click in the bingo card viewer on goals to mark them as highl...hannibal2
2023-12-04changed packages of bingo featureshannibal2
2023-12-04code cleanuphannibal2
2023-12-04moved bingo card reading logic into its own classhannibal2
2023-12-04Created BingoCardUpdateEvent and code cleanuphannibal2
2023-12-04Created BingoGoalReachedEvent.hannibal2
2023-12-04Mark the background difficulty gray for unknown goals.hannibal2
2023-12-04wording and code cleanuphannibal2
2023-12-04Only saving one bingo card list now.hannibal2
2023-12-04code cleanuphannibal2
2023-12-04Remove the background color in the difficulty once the goal is done.hannibal2
2023-12-04Moving bingo goal list into BingoAPI.hannibal2
2023-12-04Internal Change: Remove String.matchRegex() function Usages (#641)Walker Selby
2023-12-04Fix Consecutive Spaces in RegEx (#665)Walker Selby