Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-08 | debloat SkyblockerConfig.java + translate change | Yasin | |
removed text.autoconfig. prefix new way is skyblocker.option. | |||
2024-05-04 | Merge pull request #669 from SkyblockerMod/1.20.5 | Aaron | |
1.20.5 & 1.20.6 | |||
2024-05-05 | Fixes to Garden UI (#682) | BigloBot | |
* Fix Garden UI * Update src/main/java/de/hysky/skyblocker/skyblock/garden/FarmingHud.java Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> * Update src/main/java/de/hysky/skyblocker/skyblock/garden/FarmingHud.java Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> --------- Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> | |||
2024-05-04 | Refactor WikiLookup error messages | Kevinthegreat | |
2024-05-04 | Refactor WikiLookup to use optionals | Kevinthegreat | |
2024-05-04 | Fix wiki lookup crash + other bug | Aaron | |
2024-05-02 | Fix commissions appearing a random order each time | Aaron | |
2024-05-02 | Fix Quiz Solver Crash | Aaron | |
2024-05-01 | Remove formatting codes from a few forgotten classes | Aaron | |
Fixes Quiz, Threee Weirdos and other solvers | |||
2024-05-01 | Fix StatusBarTracker | Kevinthegreat | |
2024-04-30 | Make filters ignore formatting codes | Aaron | |
The formatting codes caused a mess in longer regexes and are fragile if Hypixel changes them or moves fully to Text components. Hypixel also added emblems that display in dark purple and light blue which were obviously incompatible due to the hardcoded formatting codes. | |||
2024-04-30 | Fix Status Bar not updating if messages are canceled | Kevinthegreat | |
Remove obsolete suppress warnings | |||
2024-04-29 | Fix VisitorHelper | Kevinthegreat | |
2024-04-29 | Add new commission | Aaron | |
2024-04-29 | fix div by zero | viciscat | |
2024-04-29 | wack fix for Biglo's issue | viciscat | |
revert if you think this is stupid | |||
2024-04-28 | Add invisible armour stand toggle and dumping head textures to debug | Aaron | |
2024-04-28 | Merge pull request #675 from viciscat/fixes-and-things | Kevin | |
Fixes and things | |||
2024-04-28 | Refactor VisitorHelper and head detection | Kevinthegreat | |
2024-04-28 | Tic Tac Toe Rewrite/Refactor | Aaron | |
2024-04-27 | possible fix for crafting in mirrorverse | viciscat | |
2024-04-27 | possible royal resident fix | viciscat | |
2024-04-27 | 4 Patterns instead of 25000+ | Aaron | |
2024-04-27 | Apply code review suggestions | Kevinthegreat | |
2024-04-26 | Refactor updated code | Kevinthegreat | |
2024-04-26 | Pluralize the mixin and accessor packages | Aaron | |
2024-04-26 | Render the item protection star in backpack preview | Aaron | |
Also fixes a missing space infront of a bracket | |||
2024-04-26 | Rework terminal click marking to fix an edge case | Aaron | |
2024-04-26 | Fix the exotic tooltip showing up incorrectly due to ARGB | Aaron | |
2024-04-26 | Fix Croesus profit | Aaron | |
For some reason it checked the item's name previously by turning the NBT to a string and running .contains bruh then I ported it to lore thinking it'd be same as the actual croesus helper | |||
2024-04-26 | Fix "What starts with" terminal solver | Aaron | |
2024-04-26 | array list | viciscat | |
2024-04-26 | Cleanup references to ExtraAttributes and fix a bug relating to it | Aaron | |
2024-04-26 | Fix Nukekubi Head Highlight | Aaron | |
2024-04-26 | replace all hasEnchantments with hasGlint | vicisacat | |
2024-04-26 | Replace usages of MathHelper#clamp with Java 21's Math#clamp | Aaron | |
2024-04-26 | Refactor usages of Optional's orElseThrow to getOrThrow | Aaron | |
Mojang's method is more concise and provides far superior error messages incase the value isn't present (like why it happened) whereas with Optionals its just the standard value not present message. | |||
2024-04-26 | fix long short grass thing | vicisacat | |
2024-04-26 | Fix HUD Layering finally! | Aaron | |
Also improves the HudRenderEvents implementation to be less fragile | |||
2024-04-26 | Fix dungeon floor icons having a rave | Aaron | |
2024-04-26 | Fix shortcuts scrollbar X position | Aaron | |
2024-04-26 | Fix Custom PF rendering separators and headers | Aaron | |
2024-04-26 | Fix Fancy PF crash | Aaron | |
2024-04-26 | Fix backpack preview | Aaron | |
2024-04-26 | Handle removal/flattening of the ExtraAttributes tag | Aaron | |
The tag doesn't exist anymore, the data is no longer "nested" under it. | |||
2024-04-26 | Use after main hud render event to fix F3 layering bug | Aaron | |
2024-04-26 | Simplify armour trim caching | Aaron | |
2024-04-26 | Refactor MobGlow and MobBoundingBoxes to use pattern matching | Aaron | |
2024-04-26 | Replace double braced map init with Util.make | Aaron | |
Double braces aren't good and run a risk of causing memory leaks | |||
2024-04-26 | Refactor pattern matching null cases to be shared with default | Aaron | |
Didn't know you could do this |