| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-28 | Backend: Change colour (UK) to color (US) (#2258) | hannibal2 | |
| Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-06-13 | Backend: for each (#1725) | hannibal2 | |
| Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-06-13 | Backend: Remove deprecated time utils format (#1898) | CalMWolfs | |
| * remove deprecated time utils format * cleanup file * mix merge * make it default to right amount * fix merge * fix merge * revert 2 changes * revert other thing --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-06-12 | Backend: No more GriffinUtils, move drawWaypointFilled to RenderUtils (#1930) | CalMWolfs | |
| 2024-06-07 | Backend: Change Java to Kotlin for repo files (#1543) | CalMWolfs | |
| 2024-06-07 | Backend: Remove deprecated function: getMultiplier (#1956) | CalMWolfs | |
| 2024-06-07 | Backend: Use event.cancel() over event.isCanceled = true for LorenzEvents ↵ | CalMWolfs | |
| (#1915) | |||
| 2024-06-06 | Backend: Classes -> Objects with annotation (#1982) | CalMWolfs | |
| Co-authored-by: ThatGravyBoat <thatgravyboat@gmail.com> | |||
| 2024-06-06 | Backend: Convert existing objects to use the annotation and add the plugin ↵ | CalMWolfs | |
| (#1974) Co-authored-by: ThatGravyBoat <thatgravyboat@gmail.com> | |||
| 2024-05-31 | Improvement: /shclearminiondata (#1951) | hannibal2 | |
| Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-05-26 | Backend: Use less deprecated LorenzVec functions (#1556) | CalMWolfs | |
| Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-05-26 | Backend: RegexUtils (#1854) | CalMWolfs | |
| Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-05-24 | Backend: Use Skyhanni events (#1557) | CalMWolfs | |
| 2024-05-14 | Fix: remove bugged minions (#1791) | hannibal2 | |
| Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-05-13 | Improvement: better performance by reducing line of sight check for minion ↵ | hannibal2 | |
| display (#1780) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-05-11 | Fix: oldest bug in skyhanni (#1630) | hannibal2 | |
| Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-04-05 | Backend: 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-03 | Backend: Make all event names uniform (#1290) | CalMWolfs | |
| Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-04-03 | Backend: Typo in code (#1343) | CalMWolfs | |
| 2024-03-28 | Improvement: Config Move (#1300) | hannibal2 | |
| Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-03-15 | Backend: Storage Config Moving (#1171) | hannibal2 | |
| Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-03-12 | Feature: 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-07 | Backend: Use less forge events (#1085) | CalMWolfs | |
| 2024-03-07 | Interlal Change: Code cleanup (#1113) | hannibal2 | |
| Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-03-07 | code cleanup | hannibal2 | |
| 2024-03-06 | Internal Changes: Many small code cleanups (#1101) | hannibal2 | |
| Co-authored-by: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
| 2024-03-06 | Backend: Reformat code in all files in src directory (#1109) | CalMWolfs | |
| 2024-03-06 | [Feat] block player from destroying fuel in inferno minion (#1103) | Zachary Jaser | |
| Co-authored-by: Cal <cwolfson58@gmail.com> | |||
| 2024-02-24 | Feature: 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-20 | Fixed gfs bazaar given wrong search value. #1032 | Thunderblade73 | |
| 2024-02-19 | Added GetFromSackAPI. #968 | Thunderblade73 | |
| 2024-02-16 | Moved many regex patterns in the repo and code cleanup. #871 | CalMWolfs | |
| 2024-02-10 | Splitting many utils functions from LorenzUtils up into other classes: ↵ | Thunderblade73 | |
| ChatUtils, CollectionUtils, ConditionalUtils. And code cleanup #978 | |||
| 2024-02-05 | Fix: Click Keybinds (Minion Feature) (#971) | Thunderblade73 | |
| Fixed Minion XP calculation not working when having differnt mouse settings. #971 | |||
| 2024-01-31 | replace onChatMessage with onChat | hannibal2 | |
| 2024-01-15 | Allowing nullable parameters for regex functions matches() and find(). | hannibal2 | |
| 2023-12-25 | Added Derpy XP factor to minion xp display. | hannibal2 | |
| 2023-12-10 | Fixed toBlocPos -> toBlockPos | hannibal2 | |
| 2023-12-09 | Fix: Bazaar showing Minion XP (#785) | Thunderblade73 | |
| Fixed showing Minion XP display in Bazaar. #785 | |||
| 2023-12-09 | fix nullPointerException (#778) | Thunderblade73 | |
| Fixed error message when closing wheat minion in hub. #778 | |||
| 2023-12-08 | isInIsland > skyBlockIsland | hannibal2 | |
| 2023-12-08 | Fix: hub wheat minion no Xp (#773) | Thunderblade73 | |
| Added support for show xp gained from wheat minion in hub. #773 | |||
| 2023-12-08 | Use LorenzToolTipEvent over ItemTooltipEvent if possible. | hannibal2 | |
| 2023-12-04 | Internal Change: Remove String.matchRegex() function Usages (#641) | Walker Selby | |
| Code cleanup and removed .matchRegex() #641 | |||
| 2023-12-02 | Fixed minion features disappear inside the minion inventory when picking up ↵ | hannibal2 | |
| an item. | |||
| 2023-12-02 | Updating Minion XP display when the minion picks up a new item while inside ↵ | hannibal2 | |
| the inventory. | |||
| 2023-12-02 | Fix: MinionXp close Event (#748) | Thunderblade73 | |
| Fixed Minion XP display now showing sometimes. #748 | |||
| 2023-12-01 | utilizing location.add(x = x) | hannibal2 | |
| 2023-11-30 | romanToDecimalIfNeeded -> romanToDecimalIfNecessary (See ↵ | hannibal2 | |
| https://chat.openai.com/share/502571b5-8851-4047-b343-3b1475ca8a88) | |||
| 2023-11-30 | Clearing internal minion xp data on every inventory close. | hannibal2 | |
