Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-08 | userInterfaceAndVisuals -> uiAndVisuals | 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-02 | Fix Quiz Solver Crash | Aaron | |
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-29 | Fix VisitorHelper | Kevinthegreat | |
2024-04-28 | Refactor ItemStackComponentizationFixer | Kevinthegreat | |
2024-04-28 | Add invisible armour stand toggle and dumping head textures to debug | Aaron | |
2024-04-28 | Tic Tac Toe Rewrite/Refactor | Aaron | |
2024-04-28 | Fix ItemUtils legacy timestamp parsing | Kevinthegreat | |
2024-04-27 | Fix ItemUtilsTest and store failure reports | Kevinthegreat | |
2024-04-26 | Refactor updated code | Kevinthegreat | |
2024-04-26 | Pluralize the mixin and accessor packages | Aaron | |
2024-04-26 | Rework terminal click marking to fix an edge case | Aaron | |
2024-04-26 | Fix "What starts with" terminal solver | Aaron | |
2024-04-26 | Cleanup references to ExtraAttributes and fix a bug relating to it | Aaron | |
2024-04-26 | Update item components data version | 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 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 | 24w14a & Java 21 | Aaron | |
2024-04-26 | Add more item component data fixers | Aaron | |
2024-04-26 | 24w12a | Aaron | |
2024-04-26 | 24w09a | Aaron | |
2024-04-26 | Migrate to HudRenderEvents | Aaron | |
The Dwarven HUD & End HUD will be moved later due to the tab hud doing stuff with the z value. | |||
2024-04-26 | 24w05a/b | Aaron | |
2024-04-26 | Fix item repo NPE (#673) | Aaron | |
2024-04-22 | Fix update repository (#663) | Kevin | |
2024-04-21 | Merge pull request #654 from viciscat/fancier-bars | Kevin | |
Fancier bars | |||
2024-04-21 | Remove read-only flag when deleting file (#662) | Oleg | |
2024-04-20 | it works so cool | vicisacat | |
2024-04-20 | colored nine-slice | vicisacat | |
2024-04-19 | Add ProfileUtils and clean up code | Kevinthegreat | |
2024-04-12 | Refactor fancy auction house | Kevinthegreat | |
- Add color and center rarity filter text - Use ItemUtils.getNbtTooltips - Use longs for item prices | |||
2024-04-12 | it works ain't that GREAT | vicisacat | |
2024-04-10 | Add some Javadocs :) | Aaron | |
2024-04-09 | Glacite Mineshaft location | Aaron | |
2024-04-06 | Instanced Utils (#632) | Aaron | |
* Instanced Utils * Use default equals and toString | |||
2024-04-05 | Fix line rendering & fix colour components | Aaron | |
Co-authored-by: olim <bobq4582@gmail.com> | |||
2024-03-31 | Ordered Waypoints | Aaron | |
2024-03-28 | Croesus Solver crash fix (#621) | viciscat | |
2024-03-28 | Add New Year Cakes Helper (#603) | Kevin | |
2024-03-18 | Merge pull request #596 from kevinthegreat1/profile-waypoints-fix | Kevin | |
Fix fairy and enigma souls profile loading and add chat profile detection | |||
2024-03-18 | Merge pull request #589 from kevinthegreat1/farming-hud | Kevin | |
Farming HUD & HUD Refactor | |||
2024-03-15 | Fix Fairy Souls and Museum Item Cache | Kevinthegreat | |
2024-03-12 | Fix fairy and enigma souls profile loading and add chat profile detection | Kevinthegreat | |