aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/de/hysky/skyblocker/skyblock
AgeCommit message (Collapse)Author
2024-07-24Fix test and daily mojankKevinthegreat
2024-07-15Simplify test case to not need long commentRime
2024-07-15Fix regex and add tests for the regexRime
2024-07-15fix testsolim
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-15fix broken testsolim
fix testing for translated string
2024-07-15add wishing compass solverolim
2024-06-181.21Aaron
2024-05-20Migrate ThreeWeirdos to DungeonPuzzle and highlight chest (#705)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-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-18Refactor MetalDetectorKevinthegreat
2024-04-17add testsolim
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-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.
2024-02-01Fix formatting of test classesAaron
2024-02-01Refactor + Other changesAaron
- Fix Mines of Divan not showing - Code formatting - Small Optimizations/Changes
2024-01-31add testsolim
add tests for the maps location transformation function and the location manager valid location and LocaitonMessage functions
2023-12-23Merge pull request #456 from kevinthegreat1/item-utils-testAaron
Item Utils & Random Tests
2023-12-22Add fabric loader junit and ItemUtilsTestKevinthegreat
2023-12-21Refactor puzzle solversKevinthegreat
2023-12-19Rename Dungeon ManagerKevinthegreat
2023-12-051.20.3-pre2Aaron
2023-11-25Update MythologicalRitual (#427)Kevin
2023-11-24Add Chest Value (#428)Kevin
2023-11-13Bring combo filter into 2023 (#416)Aaron
2023-11-12Add secret waypoint testsKevinthegreat
2023-10-17Codec-based TestAaron
2023-10-09fix the forgottenYasin
2023-10-09new pr because fixing merge conflict would take too longYasin