Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-18 | 1.21 | Aaron | |
2024-05-20 | Migrate ThreeWeirdos to DungeonPuzzle and highlight chest (#705) | 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-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-18 | Refactor MetalDetector | Kevinthegreat | |
2024-04-17 | add tests | olim | |
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-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. | |||
2024-02-01 | Fix formatting of test classes | Aaron | |
2024-02-01 | Refactor + Other changes | Aaron | |
- Fix Mines of Divan not showing - Code formatting - Small Optimizations/Changes | |||
2024-01-31 | add tests | olim | |
add tests for the maps location transformation function and the location manager valid location and LocaitonMessage functions | |||
2023-12-23 | Merge pull request #456 from kevinthegreat1/item-utils-test | Aaron | |
Item Utils & Random Tests | |||
2023-12-22 | Add fabric loader junit and ItemUtilsTest | Kevinthegreat | |
2023-12-21 | Refactor puzzle solvers | Kevinthegreat | |
2023-12-19 | Rename Dungeon Manager | Kevinthegreat | |
2023-12-05 | 1.20.3-pre2 | Aaron | |
2023-11-25 | Update MythologicalRitual (#427) | Kevin | |
2023-11-24 | Add Chest Value (#428) | Kevin | |
2023-11-13 | Bring combo filter into 2023 (#416) | Aaron | |
2023-11-12 | Add secret waypoint tests | Kevinthegreat | |
2023-10-17 | Codec-based Test | Aaron | |
2023-10-09 | fix the forgotten | Yasin | |
2023-10-09 | new pr because fixing merge conflict would take too long | Yasin | |