aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
2024-04-2624w12aAaron
2024-04-2624w09aAaron
2024-04-18Refactor MetalDetectorKevinthegreat
2024-04-17add testsolim
2024-04-06Instanced Utils (#632)Aaron
* Instanced Utils * Use default equals and toString
2024-04-02Update Dungeon Secrets (#618)Kevin
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-04Merge pull request #523 from olim88/crystal-hollows-feturesAaron
Crystal hollows fetures
2024-02-04Nothing to see here (#526)Kevin
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
2024-01-10Support 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-04Audit Mixins (#473)Aaron
* Audit Mixins * Use JUnit assertions * Use assertInstanceOf
2023-12-28Add durability testKevinthegreat
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-22Add 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-17Refactor more waypointsKevinthegreat
2023-11-17Add Profile Aware WaypointKevinthegreat
2023-11-17Add waypoint testsKevinthegreat
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
2023-10-08Add Support for Custom toString Function for Enum Dropdowns (#344)Kevin
2023-09-18Add options and test (#319)Kevin
2023-09-16Reduce SchedulerTest (#308)Kevin
2023-09-16Update Dungeon Secrets (#306)Kevin
2023-09-11Make Scheduler and MessageScheduler singletonsKevinthegreat
2023-09-10Optimize SchedulerKevinthegreat
2023-09-10Add SchedulerTestKevinthegreat
2023-08-31Merge branch 'master' into utils-cleanupKevinthegreat
# 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-30Migrate dungeon rooms data to resource systemKevinthegreat