aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/rift/everywhere
AgeCommit message (Expand)Author
2024-06-07Backend: Change Java to Kotlin for repo files (#1543)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-06-06Backend: Convert existing objects to use the annotation and add the plugin (#...CalMWolfs
2024-05-30Backend: Make skyhanni ReplaceItemEvent (#1866)CalMWolfs
2024-05-26Backend: RegexUtils (#1854)CalMWolfs
2024-05-12Fix: Double "Soul" in Enigma Waypoint (#1776)J10a1n15
2024-05-12code cleanuphannibal2
2024-04-10Backend: Remove some more deprecated functions and misc code cleanup (#1402)CalMWolfs
2024-04-08Fix/Backend: Renderable.itemStack itemScale (#1390)Thunderblade73
2024-04-07Backend: Remove a lot of deprecated code (#1371)CalMWolfs
2024-04-04Improvement: Anita and SkyMart highlight (#1118)hannibal2
2024-04-03Backend: Make all event names uniform (#1290)CalMWolfs
2024-04-03Fix: Tick event being called twice a tick (#1342)CalMWolfs
2024-03-23moved makePickblock() from LorenzUtils to GuiContainerEventhannibal2
2024-03-23Backend: Removal of Neu's SlotClickEvent (#1206)Thunderblade73
2024-03-12Internal Change: Code cleanup ContainerChest getAllItems (#1047)hannibal2
2024-02-19Created ActionBarUpdateEvent and used it. #977CalMWolfs
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-26Rift time now updates correctly in wizard tower and instantly updates the for...hannibal2
2023-12-25Fixed config migration errorshannibal2
2023-12-17Remove unecessary non-capturing groups (#676)Walker Selby
2023-12-11fixed config versionhannibal2
2023-12-11Internal: Migrate Deprecated Config Values to Enums (#790)Walker Selby
2023-12-08Use LorenzToolTipEvent over ItemTooltipEvent if possible.hannibal2
2023-12-01utilizing location.add(x = x)hannibal2
2023-11-26Internal Change: Refactor JsonObjects to be in data package (#680)Walker Selby
2023-11-25format coin numbershannibal2
2023-11-22Internal Change: Reformat Code to match .editorconfig (#628)Walker Selby
2023-11-19Internal Change: Auto-Prefix Chat Messages (#622)Walker Selby
2023-11-16Config Updates - Subcategories and Reformatting (#709)Walker Selby
2023-10-28created and used Entity.canBeSeen and LorenzVec.canBeSeenhannibal2
2023-10-26code cleanuphannibal2
2023-10-26code cleanuphannibal2
2023-10-26Feature: Highlighted Motes Orbs Size (#611)Kimbrian Marshall
2023-10-26Add Repo TODOs (#585)Walker Selby
2023-10-26fix future neu crash (#624)CalMWolfs
2023-10-21better repo error handlinghannibal2
2023-10-20code cleanuphannibal2
2023-10-20Internal Changes: getInternalName Pt 2 (#548)Walker Selby
2023-10-12fixed globalRender description and replaced RenderWorldLastEvent with LorenzR...hannibal2
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-19Merge pull request #392HiZe_
2023-08-09Using NEUInternalName in even more classeshannibal2
2023-08-09Changing internalName to getInternalName_old, and getInternalName_new to inte...hannibal2
2023-08-07replace enum.getEntries() to enum.entries and using .addSelector<Enum>hannibal2