Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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 | Add more item component data fixers | Aaron | |
2024-04-26 | 24w12a | Aaron | |
2024-04-26 | 24w09a | Aaron | |
2024-04-18 | Refactor MetalDetector | Kevinthegreat | |
2024-04-17 | add tests | olim | |
2024-04-06 | Instanced Utils (#632) | Aaron | |
* Instanced Utils * Use default equals and toString | |||
2024-04-02 | Update Dungeon Secrets (#618) | Kevin | |
2024-02-21 | Fix formatting | Aaron | |
The text rendering methods use AARRGGBB not RRGGBB so I fixed that too. | |||
2024-02-20 | Merge remote-tracking branch 'upstream/master' into chat-rules | olim | |
2024-02-19 | Optimize ice fill | Kevinthegreat | |
2024-02-19 | Change IceFill from bfs to dfs | Kevinthegreat | |
2024-02-19 | Finish silverfish and ice fill solvers | Kevinthegreat | |
2024-02-18 | add text style to the replacement text | olim | |
make it so styles can be added to the replacement text | |||
2024-02-17 | Rename search overlay package to match Java conventions | Aaron | |
2024-02-15 | add test for isMach | olim | |
create test for most parts of the isMatch check | |||
2024-02-12 | Fix bazaar and auction house items loading, item matching, and tooltips | Kevinthegreat | |
2024-02-04 | Merge pull request #523 from olim88/crystal-hollows-fetures | Aaron | |
Crystal hollows fetures | |||
2024-02-04 | Nothing to see here (#526) | Kevin | |
2024-02-03 | Refactor to use Vector2i for pos coordinates | Aaron | |
Using a vector meant for X and Y values makes much more sense. | |||
2024-02-03 | Improve Map Player Marker | Aaron | |
It will now show you what way you're looking. |