aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
2024-06-18Fix dynamic registry usage and related testsKevinthegreat
2024-06-181.21Aaron
2024-06-13Merge pull request #713 from kevinthegreat1/waypointAaron
Waypoints
2024-06-08Add tests for RomanNumerals and clarify their uses in javadocsRime
2024-06-08Rename ObtainedTooltip to ObtainedDateTooltipRime
2024-06-08Move tooltip adders from utils/tooltip package to skyblock/item/tooltip/addersRime
2024-06-08Refactor obtained date tooltipRime
2024-05-24Port waypoints config screensKevinthegreat
2024-05-24Update Skytils format to codecsKevinthegreat
2024-05-24Add NamedWaypoint and WaypointCategoryKevinthegreat
2024-05-20Migrate ThreeWeirdos to DungeonPuzzle and highlight chest (#705)Kevin
2024-05-15Add Quick Nav data fixer and refactor tabsKevinthegreat
2024-05-14Merge pull request #686 from olim88/sign-calculatorAaron
Sign calculator
2024-05-11Fix invalid equation text and refactorKevinthegreat
2024-05-11Add ConfigDataFixerTestKevinthegreat
2024-05-09fix test formattingolim
2024-05-09add testsolim
add tests for the calculator utility
2024-05-09Nothing to see here, part 2 (#698)Kevin
2024-05-08get(0) -> getFirst()Yasin
2024-05-01Remove formatting codes from a few forgotten classesAaron
Fixes Quiz, Threee Weirdos and other solvers
2024-05-01Fix StatusBarTrackerKevinthegreat
2024-04-30Make filters ignore formatting codesAaron
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-28Add get custom data testKevinthegreat
2024-04-28Refactor ItemStackComponentizationFixerKevinthegreat
2024-04-28Fix ItemUtils legacy timestamp parsingKevinthegreat
2024-04-27Fix ItemUtilsTest and store failure reportsKevinthegreat
2024-04-26Refactor updated codeKevinthegreat
2024-04-26Fix ItemUtils test with my own itemsAaron
2024-04-26Refactor usages of Optional's orElseThrow to getOrThrowAaron
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-26Handle removal/flattening of the ExtraAttributes tagAaron
The tag doesn't exist anymore, the data is no longer "nested" under it.
2024-04-26Add more item component data fixersAaron
2024-04-2624w12aAaron
2024-04-2624w09aAaron
2024-04-18Refactor MetalDetectorKevinthegreat
2024-04-17add testsolim
2024-04-06Instanced Utils (#632)Aaron
* Instanced Utils * Use default equals and toString
2024-04-02Update Dungeon Secrets (#618)Kevin
2024-02-21Fix formattingAaron
The text rendering methods use AARRGGBB not RRGGBB so I fixed that too.
2024-02-20Merge remote-tracking branch 'upstream/master' into chat-rulesolim
2024-02-19Optimize ice fillKevinthegreat
2024-02-19Change IceFill from bfs to dfsKevinthegreat
2024-02-19Finish silverfish and ice fill solversKevinthegreat
2024-02-18add text style to the replacement textolim
make it so styles can be added to the replacement text
2024-02-17Rename search overlay package to match Java conventionsAaron
2024-02-15add test for isMacholim
create test for most parts of the isMatch check
2024-02-12Fix bazaar and auction house items loading, item matching, and tooltipsKevinthegreat
2024-02-04Merge pull request #523 from olim88/crystal-hollows-feturesAaron
Crystal hollows fetures
2024-02-04Nothing to see here (#526)Kevin
2024-02-03Refactor to use Vector2i for pos coordinatesAaron
Using a vector meant for X and Y values makes much more sense.
2024-02-03Improve Map Player MarkerAaron
It will now show you what way you're looking.