Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-20 | Merge pull request #720 from olim88/fix-signcalculator | Kevin | |
fix bugs | |||
2024-05-20 | Migrate ThreeWeirdos to DungeonPuzzle and highlight chest (#705) | Kevin | |
2024-05-20 | Merge pull request #643 from VeritasDL/BranchMa | Kevin | |
Quick Nav Refactor and Clean Up, 2 Extra Tabs, Config Version 3, Config Data Fixer Refactor, Debug Dump Hovered Item Tool | |||
2024-05-18 | Update to long instead of int | Kevin | |
2024-05-18 | fix bugs | olim | |
fix inputting price fix purse value | |||
2024-05-16 | Add LOCATION_CHANGE event, fired upon parsing /locraw (#716) | Rime | |
2024-05-16 | Clean up imports | Kevinthegreat | |
2024-05-15 | Internal Staging (#715) | Aaron | |
2024-05-15 | Add Quick Nav data fixer and refactor tabs | Kevinthegreat | |
2024-05-14 | Block Incorrect Terminal Clicks | Aaron | |
2024-05-14 | Merge pull request #686 from olim88/sign-calculator | Aaron | |
Sign calculator | |||
2024-05-11 | Allow equals sign | Kevinthegreat | |
2024-05-11 | Fix invalid equation text and refactor | Kevinthegreat | |
2024-05-10 | Config Data Fixer | Aaron | |
Skyblocker's Version of DFU | |||
2024-05-09 | add (p) for purse | olim | |
also fix code a tad | |||
2024-05-09 | add ability to use purse value | olim | |
2024-05-09 | add e (160) and addapt for other ui | olim | |
added magnitude e as valid. and added to EditBidPopup. | |||
2024-05-09 | clean code and fix to 1.20.6 | olim | |
2024-05-09 | add command | olim | |
add command to be able to use the calculator and fix crash with emty equations | |||
2024-05-09 | be more lenient with brackets | olim | |
2024-05-09 | add messages to exceptions | olim | |
2024-05-09 | move the calculator to a util function | olim | |
2024-05-09 | Nothing to see here, part 2 (#698) | Kevin | |
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 | |