Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-09 | tidy up last bits | olim | |
2024-05-09 | add config options | olim | |
2024-05-09 | fix formatting and add better colours | olim | |
2024-05-09 | rework to use labels instead of trying to use crystal waypoints | olim | |
2024-05-09 | add waypoints for current commision | olim | |
still need to get locations in the mines | |||
2024-05-09 | Fix accessories helper not working with only 1 accessory bag page (#693) | Aaron | |
2024-05-09 | Merge pull request #692 from AzureAaron/mines-commission-and-classic-deprecation | Aaron | |
Adds Mines Slayer starter commission and deprecates the classic hud for removal | |||
2024-05-09 | Add a way to show all ordered waypoints at once (#688) | Aaron | |
2024-05-09 | itemName -> id | Yasin | |
2024-05-09 | chats -> chat | Yasin | |
2024-05-08 | pluralize slayer, helper and pulzzlesolver | Yasin | |
2024-05-08 | fix indent in KuudraWaypoints.java | Yasin | |
2024-05-08 | x and y -> commissionsX and commissionsY | Yasin | |
2024-05-08 | reparty -> general tab | Yasin | |
2024-05-08 | MessagesFilterConfig -> ChatConfig | Yasin | |
2024-05-08 | get(0) -> getFirst() | Yasin | |
2024-05-08 | language file thing | Yasin | |
option->config categorie->config and corrected prefix | |||
2024-05-08 | reorder configs | Yasin | |
2024-05-08 | debloat SkyblockerConfig.java + translate change | Yasin | |
removed text.autoconfig. prefix new way is skyblocker.option. | |||
2024-05-06 | Deprecate classic style for removal | Aaron | |
2024-05-06 | Mines Slayer commission | Aaron | |
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 |