Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-22 | Add documentation | Aaron | |
2024-06-18 | Use hysky redirect | Aaron | |
2024-06-18 | Pet Cache | Aaron | |
2024-06-18 | API Authentication | Aaron | |
2024-06-18 | Fix text rendering | Aaron | |
2024-06-18 | Fix dynamic registry usage and related tests | Kevinthegreat | |
2024-06-18 | 1.21 | Aaron | |
2024-06-15 | Switch colour check for exotic tooltip (#773) | Kevin | |
Also removes dead local variable in ItemUtils Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com> | |||
2024-06-13 | Merge pull request #713 from kevinthegreat1/waypoint | Aaron | |
Waypoints | |||
2024-06-13 | Clean up code | Rime | |
2024-06-10 | Add AbstractContainerMatcher | Kevinthegreat | |
2024-06-10 | Add potion level slot text | Kevinthegreat | |
2024-06-10 | Merge pull request #735 from Emirlol/tooltips-galore | Kevin | |
Tooltip refactors | |||
2024-06-10 | Fix merge conflicts | Kevinthegreat | |
2024-06-10 | Merge pull request #685 from kevinthegreat1/farming-hud-improvements | Kevin | |
Farming hud improvements | |||
2024-06-08 | Add tests for RomanNumerals and clarify their uses in javadocs | Rime | |
2024-06-08 | Add RomanNumerals.isValidRomanNumeral | Rime | |
2024-06-08 | Refactor romanToDecimal method to its own class and optimize a few things | Rime | |
2024-06-08 | Move tooltip adders from utils/tooltip package to skyblock/item/tooltip/adders | Rime | |
2024-06-08 | Refactor bz, lbin, avgbin tooltips | Rime | |
2024-06-08 | Move AccessoryTooltip and MuseumTooltip | Rime | |
2024-06-08 | Refactor accessory tooltip | Rime | |
2024-06-08 | Refactor color tooltip | Rime | |
I can't test this as I don't know what it does and what to look for | |||
2024-06-08 | Refactor museum tooltip | Rime | |
2024-06-08 | Refactor npc price tooltip | Rime | |
2024-06-08 | Refactor motes tooltip | Rime | |
2024-06-08 | Refactor obtained date tooltip | Rime | |
2024-06-08 | Refactor dungeon quality tooltip | Rime | |
2024-06-08 | Refactor line smoothener | Rime | |
2024-06-08 | Tooltip manager initial commit | Rime | |
2024-06-02 | requested changes YAY | viciscat | |
2024-06-02 | fixes and things | vicisacat | |
2024-06-02 | upcoming events tab!!! so cool | vicisacat | |
2024-06-02 | working notifications, probably | vicisacat | |
I ain't waiting 50 hours waiting for notifications | |||
2024-05-24 | Port waypoints config screens | Kevinthegreat | |
2024-05-24 | Update Skytils format to codecs | Kevinthegreat | |
2024-05-24 | Add waypoint deleting | Kevinthegreat | |
2024-05-24 | Add waypoints gui | Kevinthegreat | |
2024-05-24 | Add waypoints loading and saving | Kevinthegreat | |
2024-05-24 | Add NamedWaypoint and WaypointCategory | Kevinthegreat | |
2024-05-23 | Change poch to epoch | Kevin | |
2024-05-23 | Clean up small formatting | Kevinthegreat | |
2024-05-23 | Revert backwards compatible changes in ItemUtils.getHeadTexture to avoid ↵ | Kevin | |
merge conflicts | |||
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. |