Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-23 | Change String == null check into String#isBlank | Rime | |
2024-05-23 | Revert ItemUtils.getHeadTexture change and add ↵ | Rime | |
ItemUtils.getHeadTextureOptional instead | |||
2024-05-23 | Add tooltips for the chocolate factory | Rime | |
Also fix unemployed coach crashing the game | |||
2024-05-23 | Add SkyblockTime | Rime | |
Not sure if the AtomicReferences are helping with anything, just followed copilot. | |||
2024-05-23 | Add support for unemployed rabbits | Rime | |
- Refactored ItemUtils.getHeadTexture to use the property iterator instead of streams and return Optional<String> rather than empty string to make the results clear and easier to work with. - Refactored regex matching logic in ChocolateFactorySolver.getCPSIncreaseFactor to a separate function | |||
2024-05-23 | Egg Finder initial commit | Rime | |
Current issues: - Rendered waypoints do not turn off, can't figure out why - Entity equipment is sent before the chat message for new eggs, creating situations where the "found" message is repeated twice | |||
2024-05-23 | Add chocolate factory helper | Rime | |
Highlights the best pick based on the price and CPS gain. | |||
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 | |