Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2023-08-30 | Migrate dungeon rooms data to resource system | Kevinthegreat | |
2023-08-30 | Finish secret found detection | Kevinthegreat | |
2023-08-30 | Refactor room matching | Kevinthegreat | |
2023-08-30 | Add room matching | Kevinthegreat | |
2023-08-30 | Remove json loading in DungeonRoomsDFU | Kevinthegreat | |
2023-08-30 | Add rooms data saving and update reading to nio | Kevinthegreat | |
2023-08-30 | Add rooms data updating | Kevinthegreat | |
2023-08-30 | Add DungeonRoomsDFU | Kevinthegreat | |
2023-08-18 | Refactor chat and discord packages | Kevinthegreat | |
2023-08-14 | De-hardcode armor trim types | Kevinthegreat | |
2023-07-13 | Fix ads filter to work with emblems | Aaron | |
2023-06-29 | changed "[A-z0-9_]" in regex to "." | Jakub Kolodziej | |
2023-06-25 | Merge branch 'master' into autorejoin2 | Jakub | |
2023-06-25 | Fix chat ad filter (#188) | Aaron | |
2023-06-19 | Possibly shorter solution + tests added | Jakub Kolodziej | |
2023-03-29 | Cleaned up code | Kevinthegreat | |
2022-04-27 | Separated parsing action bar and drawing hud. Rewrote parsing to be ↵ | External Time | |
hopefully more robust. | |||
2022-03-20 | change: improved FancyBar and mana consumption filter | Fix3dll | |
Little addition for ComboFilter which I forgot to add 1 check ^v^ Thanks to @ExternalTime for help | |||
2022-03-09 | change: AutopetFilterTest | Fix3dll | |
2022-03-09 | change: fetch upstream and adapt to new chat listener | Fix3dll | |
2022-03-08 | Merge remote-tracking branch 'upstream/master' | Fix3dll | |
# Conflicts: # src/main/java/me/xmrvizzy/skyblocker/chat/ChatParser.java # src/main/java/me/xmrvizzy/skyblocker/chat/filters/AoteFilter.java # src/main/java/me/xmrvizzy/skyblocker/chat/filters/HealFilter.java # src/main/java/me/xmrvizzy/skyblocker/chat/filters/ImplosionFilter.java # src/main/java/me/xmrvizzy/skyblocker/chat/filters/MoltenWaveFilter.java # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/test/java/me/xmrvizzy/skyblocker/chat/filters/AdFilterTest.java | |||
2022-03-08 | Changed chat listener tests to use the new api | ExternalTime | |
2022-03-06 | fix: AutopetFilterTest | Fix3dll | |
2022-03-03 | add: Autopet filter with ActionBar option | Fix3dll | |
remove: Unused imports | |||
2022-02-21 | tests for new filters | Fix3dll | |
2021-12-12 | Merge pull request #28 | LifeIsAParadox | |
2021-09-21 | Added test for puzzler solver | ExternalTime | |
2021-09-21 | Added 3 weirdos tests. Would be nice to get copies of all correct answers | ExternalTime | |
2021-09-21 | Changed trivia tests to check similarly formatted but non-existent data. | ExternalTime | |