Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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 | |
2023-11-24 | Add Chest Value (#428) | Kevin | |
2023-11-17 | Refactor more waypoints | Kevinthegreat | |
2023-11-17 | Add Profile Aware Waypoint | Kevinthegreat | |
2023-11-17 | Add waypoint tests | Kevinthegreat | |
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 | |
2023-10-08 | Add Support for Custom toString Function for Enum Dropdowns (#344) | Kevin | |
2023-09-18 | Add options and test (#319) | Kevin | |
2023-09-16 | Reduce SchedulerTest (#308) | Kevin | |
2023-09-16 | Update Dungeon Secrets (#306) | Kevin | |
2023-09-11 | Make Scheduler and MessageScheduler singletons | Kevinthegreat | |
2023-09-10 | Optimize Scheduler | Kevinthegreat | |
2023-09-10 | Add SchedulerTest | Kevinthegreat | |
2023-08-31 | Merge branch 'master' into utils-cleanup | Kevinthegreat | |
# Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonBlaze.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHudConfigScreen.java # src/main/java/me/xmrvizzy/skyblocker/utils/RenderHelper.java |