aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/slayer/blaze
AgeCommit message (Expand)Author
2024-06-08Backend: Add annotation to smaller modules (#2022)CalMWolfs
2024-06-07Backend: Use event.cancel() over event.isCanceled = true for LorenzEvents (#1...CalMWolfs
2024-06-06Backend: Classes -> Objects with annotation (#1982)CalMWolfs
2024-05-26Backend: Convert stuff to SimpleTimeMark (#1777)CalMWolfs
2024-05-26Backend: RegexUtils (#1854)CalMWolfs
2024-05-20Fix: Memory leaks (#1839)hannibal2
2024-05-12Feature: Blaze Slayer Fire Pillar Display (#1766)hannibal2
2024-04-10Backend: Remove some more deprecated functions and misc code cleanup (#1402)CalMWolfs
2024-04-03Backend: Make all event names uniform (#1290)CalMWolfs
2024-04-03Fix: Tick event being called twice a tick (#1342)CalMWolfs
2024-03-11Backend: RenderEntityLiving performance fix (#1127)Thunderblade73
2024-02-16Moved many regex patterns in the repo and code cleanup. #871CalMWolfs
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ChatUt...Thunderblade73
2024-01-31replace onChatMessage with onChathannibal2
2023-12-11fixed config versionhannibal2
2023-12-11Internal: Migrate Deprecated Config Values to Enums (#790)Walker Selby
2023-12-04Internal Change: Remove String.matchRegex() function Usages (#641)Walker Selby
2023-11-22Internal Change: Reformat Code to match .editorconfig (#628)Walker Selby
2023-11-08Added option to change the Blaze Slayer Dagger GUI positons.hannibal2
2023-10-21Internal Change: Misc Refactoring (#551)Walker Selby
2023-10-17Fixed blaze slayer damage indicator working again, no longer causing fps drop...hannibal2
2023-10-15code cleanuphannibal2
2023-10-15Internal Change: Config deprecations (#542)Walker Selby
2023-10-12moved sendTitle into LorenzUtilshannibal2
2023-10-07Feature: Compact tab list (from sba but better) (#459)CalMWolfs
2023-09-29Random Code Cleanup (#516)Walker Selby
2023-09-27removed wildcards from importshannibal2
2023-08-29using kotlin duration in TitleUtilshannibal2
2023-08-08misc code cleanuphannibal2
2023-08-07replace enum.getEntries() to enum.entries and using .addSelector<Enum>hannibal2
2023-07-25repeatSecondshannibal2
2023-07-25We do love LorenzTickEvent nowhannibal2
2023-07-12Added Living Metal Helperhannibal2
2023-07-10Using the with logic to make the code more readablehannibal2
2023-05-11Fixed fire pits warning appear even if disabledhannibal2
2023-04-14renamed SendTitleHelper to TitleUtilshannibal2
2023-03-26The non controversial config changesnea
2023-03-10Showing gui elements while pressing tab list key againhannibal2
2023-02-26Using GuiRenderEvent.GameOverlayRenderEvent instead of RenderGameOverlayEvent.hannibal2
2023-02-13Fixed fire veil particle hider bug.hannibal2
2023-02-13Code cleanup.hannibal2
2023-02-08Removed blaze pillar features.hannibal2
2023-02-08Added more visibility changes around blaze slayer.hannibal2
2023-01-28Created EntityClickEvent.hannibal2
2023-01-26Moved matchRegex from LorenzUtils to StringUtils.hannibal2
2023-01-07Renamed hypixel and skyblock.hannibal2
2023-01-06Renaming onRenderOverlay.hannibal2
2022-12-29performance increases via particle logic changeshannibal2
2022-10-08bigger blaze slayer warning text, hide event exp message, fixed wrong blaze s...hannibal2
2022-10-02renamed particle eventshannibal2