summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/data/repo
AgeCommit message (Collapse)Author
2024-09-13Feature: Graphs Pathfinding (#2468)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-09-07Backend: Use on DelayedRun to add scheduled tasks (#2462)CalMWolfs
2024-07-06Backend: Fixed typos everywhere (#2175)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-06-22Improvement: Add hover descriptions to many ClickableChat messages (#1919)Obsidian
Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-06-20Backend: Remove deprecated function ChatUtils.error (#2021)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-24Add: Ability to switch repo branch (#1835)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-24Backend: Replace Internal Commands (#1522)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-07Backend: Change stuff around with chat messages (#1227)CalMWolfs
2024-03-01printStackTrace -> ErrorManager #1028hannibal2
2024-03-01fix grammar (#1081)CalMWolfs
2024-02-25/gfs tab complete now uses NEU's Repo instead of SkyHanni Repo. #1053CalMWolfs
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ↵Thunderblade73
ChatUtils, CollectionUtils, ConditionalUtils. And code cleanup #978
2024-02-05Fix: shupdaterepo (#976)CalMWolfs
Made /shupdaterepo better. #976
2024-01-18renamed ignore to irrelevanthannibal2
2024-01-18removed unnecessary stuffhannibal2
2024-01-18adding repo status to /shdebughannibal2
2023-11-19Internal Change: Auto-Prefix Chat Messages (#622)Walker Selby
Add auto prefix to chat message methods. #622
2023-10-21Backend: Serialise all constants and add repo error messages and status (#605)CalMWolfs
Backend: Serialise all constants and add repo error messages and status #605
2023-10-21better repo error handlinghannibal2
2023-10-21better repo error handlinghannibal2
2023-10-15Feature: Show alerts when the player catches a legendary sea creature (#530)Brandon
dded Alerts when the player catches a legendary sea creature. #530
2023-10-14renamed CopyErrorCommand to ErrorManagerhannibal2
2023-09-29Random Code Cleanup (#516)Walker Selby
Sonar Lint for the win #516
2023-09-27removed wildcards from imports v4hannibal2
2023-09-27removed wildcards from importshannibal2
2023-08-08code cleanup datahannibal2
2023-08-03Catching error if a repo file is missing properlyhannibal2
2023-07-08Better repo error handlinghannibal2
2023-06-22better error handlinghannibal2
2023-04-19composter fix (#50)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-09-24changed hannibal2 namehannibal2
2022-09-08Using LorenzUtils.consoleLogLorenz
2022-09-08moved api and debug into dev configLorenz
2022-09-070.7 (#2)hannibal2
* code cleanup * Option to hide the Skyblock Level from the chat messages, Option to change the way the Skyblock Level gets displayed in the chat * change version to 0.6.1 * add highlight the voidling extremist in pink color * add highlight corrupted mobs in purple color * fixed highlight corrupted mobs in purple color in the private island * another minor fix for highlight corrupted mobs in purple color * created EntityHealthUpdateEvent and fixing CorruptedMobHighlight * using EntityHealthUpdateEvent everywhere * added marking a player with yellow color * highlight slayer miniboss in blue color * /copyentities now shows health correctly for every entity * infer fix * fixing bazaar message filter * changelog * hides the death messages of other players, except for players who are close to the player. * hiding tip messages * highlight deathmites in dungeon in red color * code cleanup * code cleanup * hide tnt laying around in dungeon * fix infer * remove debug * Added hide Blessings laying around in dungeon. Added hide Revive Stones laying around in dungeon. * Hide Premium Flesh laying around in dungeon. * edited LorenzTest * Added dungeon copilot and separate filter for hiding dungeon key and door messages. * Added hide Journal Entry pages laying around in dungeon. * Added hide Skeleton Skulls laying around in dungeon. * credits * Added highlight Skeleton Skulls when combining into a skeleton in orange color (not useful combined with feature Hide Skeleton Skull) * Added highlight Skeleton Skulls when combining into a skeleton in orange color (not useful combined with feature Hide Skeleton Skull) * fix wording * clarification * small fixes * Highlight the enderman slayer Yang Glyph (Beacon) in red color (supports beacon in hand and beacon flying) * better/more readability for CopyNearbyEntitiesCommand * make version 0.7
2022-08-17moving packets aroundLorenz