Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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. | |||
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 | |||
2024-01-10 | Support new epoch milli obtained timestamps (#483) | Aaron | |
* Support new epoch milli obtained timestamps * Refactor and add tests --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | |||
2024-01-04 | Audit Mixins (#473) | Aaron | |
* Audit Mixins * Use JUnit assertions * Use assertInstanceOf | |||
2023-12-28 | Add durability test | Kevinthegreat | |
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-22 | Add 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 | |