aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events
AgeCommit message (Collapse)Author
2024-04-08Add hud element config links. (#1383)Linnea Gräf
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-07Backend: Remove a lot of deprecated code (#1371)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-07Backend: Change stuff around with chat messages (#1227)CalMWolfs
2024-04-05Backend: Use only one inventory close event (#1184)CalMWolfs
* use only one inventory close event * fix InventoryCloseEvent not getting called when closing player inventory, not fully opened inventories, and sometimes leaving inventories by opening other mod menus * used event in minion collection, and renamed functions --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-04Feature: No Bits Warning (#1286)Empa
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-03changed orderhannibal2
2024-04-03Backend: KuudraAPI (#1209)Empa
Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-03Backend: Mob Detection (#712)Thunderblade73
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Cal <cwolfson58@gmail.com>
2024-04-03Backend: Make all event names uniform (#1290)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-03code cleanuphannibal2
2024-04-03Fix: Tick event being called twice a tick (#1342)CalMWolfs
2024-04-01add more todos after https://github.com/hannibal002/SkyHanni/pull/1264hannibal2
2024-04-01Backend: Less fixed rate timer (#1264)CalMWolfs
2024-03-27Fix: Visitor Tooltip and Tab List (#1251)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-23moved makePickblock() from LorenzUtils to GuiContainerEventhannibal2
2024-03-22typohannibal2
2024-03-22Improvement + Fix: Pests Rework (#1237)Empa
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-22Improvement: Load Trophy Fishing from NEU (#1123)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
2024-03-19Improvement: Lane Switch v2 (#1208)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-14Feature: Craft Materials From Bazaar (#1104)hannibal2
Co-authored-by: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-12Feature: CustomScoreboard (#893)J10a1n15
Co-authored-by: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Co-authored-by: Thunderblade73 <gaidermarkus@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-11Backend: RenderEntityLiving performance fix (#1127)Thunderblade73
2024-03-10Debug Feature: Added TrackSoundsCommand (#855)Thunderblade73
Co-authored-by: Linnea Gräf <nea@nea.moe> Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-09Feature: Kismet Feather Tracker (#1011)Thunderblade73
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-09removed quotes for error messagehannibal2
2024-03-07Backend: Use less forge events (#1085)CalMWolfs
2024-03-06Backend: Reformat code in all files in src directory (#1109)CalMWolfs
2024-03-06Renormalize line endings to be \n (#1112)Linnea Gräf
2024-02-26Fixed fishing trackers appearing when rod swapping. Fixed fishing bait ↵hannibal2
change spam. Fixed fishing no bait warning appearing at wrong moment/not appearing.
2024-02-25/gfs tab complete now uses NEU's Repo instead of SkyHanni Repo. #1053CalMWolfs
2024-02-24Fixed /shdebug without parameter showing everything instead of only ↵hannibal2
important data.
2024-02-24Feature: Skill progress display (#957)HiZe
Co-authored-by: Thunderblade73 <gaidermarkus@gmail.com> Co-authored-by: superhize <superhize@gmail.com> Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-02-24Fixed rare profile detection bugs. Changed PreProfileSwitchEvent to ↵Alexia
ProfileJoinEvent. #868
2024-02-22Added not fully completed tasks in Way to gain SkyBlock Xp menus. #974Thunderblade73
2024-02-20Fishing Tracker using SH Repo over NEU recipes. (#1026)hannibal2
2024-02-19Added GetFromSackAPI. #968Thunderblade73
2024-02-19Created ActionBarUpdateEvent and used it. #977CalMWolfs
2024-02-14Add mod identification for outgoing mod calls and show this data in ↵Linnea Gräf
/shchathistory. #987
2024-02-10Blocks the mining ability when on private island. #860Thunderblade73
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ↵Thunderblade73
ChatUtils, CollectionUtils, ConditionalUtils. And code cleanup #978
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-01-20Feature: SkyblockXPInChat (#919)Thunderblade73
Added Skyblock XP Chat. #919
2024-01-18renamed ignore to irrelevanthannibal2
2024-01-18moved all shdebug stuff into categorieshannibal2
2024-01-18moving dungeons and slayer related debug data into DebugDataCollectEvent. ↵hannibal2
allowing to hide or search for specific debug data with /shdebug <search>
2024-01-18Add DebugDataCollectEvent and add Diana Burrow Nearest Warp to /shdebugdatahannibal2
2024-01-11make walker happyhannibal2
2024-01-11Add fire hide tab list (#865)Linnea Gräf
Add tab list fire sale advertisement hider. #865
2024-01-06Minor fix: modify instead of block trophy fishing and sea creature messages ↵appable
(#827) Modify instead of block trophy fishing and sea creature chat messages. #827
2023-12-29sack item amount (#854)CalMWolfs
Show sack item amount to the visitor shopping list. #854