| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-12 | clean up, dungeons config and other little things | viciscat | |
| 2024-12-08 | Optimize rendering boxes | Kevinthegreat | |
| 2024-12-06 | Waypoints refactor (#976) | Kevin | |
| * Add ordered waypoints gui * Use InstancedUtils * Add fromColeweightJson * Add soopy waypoints importing * Refactor category to group * Add skyblocker format * Fix UI * Deprecate OrderedWaypoints and migrate to Waypoints * Start indices at 1 * Remove unused translations * Add Javadocs * Update waypoint text size * Refactor mining waypoints * Migrate from String to Location * Fix export translation key * Refactor individual waypoint * Remove unused translation strings * Update GoldorWaypointsManager * Migrate waypoints to both dwarven and crystal hollows * Refactor Waypoints api * Add Javadocs | |||
| 2024-10-21 | Repackages and Refactors | Aaron | |
| 2024-10-21 | 1.21.2-pre3 | Aaron | |
| 2024-09-22 | Update pet id test | Kevin | |
| 2024-09-21 | Update pet tier parsing | Kevinthegreat | |
| 2024-08-18 | Proper Item DFU for PV (#913) | Aaron | |
| * Proper Item DFU for PV This is the result of wayy too much functional programming with DFU (or not enough!) * Fix Enchantment Glint Bug + 1.0.0 of Legacy Item DFU * Make position optional :3 | |||
| 2024-08-18 | Merge pull request #877 from AzureAaron/update-notification | Aaron | |
| Update Notifications | |||
| 2024-08-08 | Update regex for position addition | Aaron | |
| 2024-07-29 | Update Notifications | Aaron | |
| 2024-07-28 | Add more tests | Kevinthegreat | |
| 2024-07-27 | Clean up id mess and begin to add tests | Kevinthegreat | |
| 2024-07-24 | Fix test and daily mojank | Kevinthegreat | |
| 2024-07-15 | Simplify test case to not need long comment | Rime | |
| 2024-07-15 | Fix regex and add tests for the regex | Rime | |
| 2024-07-15 | fix tests | olim | |
| tests can not point to 0 as that now returns null because that is the same as parallel. but as 0 is not in ch it should not actually be a problem | |||
| 2024-07-15 | fix broken tests | olim | |
| fix testing for translated string | |||
| 2024-07-15 | add wishing compass solver | olim | |
| 2024-07-07 | Fallback to current island when importing waypoints with invalid islands | Kevinthegreat | |
| 2024-07-07 | Fix waypoints Skytils v1 importing | Kevinthegreat | |
| 2024-06-18 | Fix dynamic registry usage and related tests | Kevinthegreat | |
| 2024-06-18 | 1.21 | Aaron | |
| 2024-06-13 | Merge pull request #713 from kevinthegreat1/waypoint | Aaron | |
| Waypoints | |||
| 2024-06-08 | Add tests for RomanNumerals and clarify their uses in javadocs | Rime | |
| 2024-06-08 | Rename ObtainedTooltip to ObtainedDateTooltip | Rime | |
| 2024-06-08 | Move tooltip adders from utils/tooltip package to skyblock/item/tooltip/adders | Rime | |
| 2024-06-08 | Refactor obtained date tooltip | Rime | |
| 2024-05-24 | Port waypoints config screens | Kevinthegreat | |
| 2024-05-24 | Update Skytils format to codecs | Kevinthegreat | |
| 2024-05-24 | Add NamedWaypoint and WaypointCategory | Kevinthegreat | |
| 2024-05-20 | Migrate ThreeWeirdos to DungeonPuzzle and highlight chest (#705) | Kevin | |
| 2024-05-15 | Add Quick Nav data fixer and refactor tabs | Kevinthegreat | |
| 2024-05-14 | Merge pull request #686 from olim88/sign-calculator | Aaron | |
| Sign calculator | |||
| 2024-05-11 | Fix invalid equation text and refactor | Kevinthegreat | |
| 2024-05-11 | Add ConfigDataFixerTest | Kevinthegreat | |
| 2024-05-09 | fix test formatting | olim | |
| 2024-05-09 | add tests | olim | |
| add tests for the calculator utility | |||
| 2024-05-09 | Nothing to see here, part 2 (#698) | Kevin | |
| 2024-05-08 | get(0) -> getFirst() | Yasin | |
| 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-28 | Add get custom data test | Kevinthegreat | |
| 2024-04-28 | Refactor ItemStackComponentizationFixer | Kevinthegreat | |
| 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 | Fix ItemUtils test with my own items | 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. | |||
