aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
2024-06-23Backend: Usage of TabWidget (#1240)Thunderblade73
Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-06-06Backend: Classes -> Objects with annotation (#1982)CalMWolfs
Co-authored-by: ThatGravyBoat <thatgravyboat@gmail.com>
2024-06-01Backend: Keep visual formatting appearance with ↵appable
CharSequence.removeColor(keepFormatting=true) (#1824)
2024-06-01Backend: RepoPattern Exclusive Group & RepoPattern List (#1733)Thunderblade73
Co-authored-by: Linnea Gräf <nea@nea.moe>
2024-05-03Add hover/click events back to custom chat messages (#1516)Linnea Gräf
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-25Backend: Unit Test RepoPatterns (#1410)Thunderblade73
2024-04-23Add component regex matcher API (#1512)Linnea Gräf
2024-03-24Fix: Serverid error (#1262)CalMWolfs
2024-03-13Backend + Fix: Improve visitor getting (#1121)CalMWolfs
2024-03-07Interlal Change: Code cleanup (#1113)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-06Backend: Reformat code in all files in src directory (#1109)CalMWolfs
2024-02-29Improve performance of removeColor. (#1079)Linnea Gräf
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ↵Thunderblade73
ChatUtils, CollectionUtils, ConditionalUtils. And code cleanup #978
2024-01-21fix tests and bring it back (#943)CalMWolfs
Bring back the deleted test and fix the issue causing it. #943
2024-01-08nopehannibal2
2024-01-08not a workaround, this is the correct fix for this complicated bughannibal2
2023-11-22Internal Change: More Random Cleanup (#724)Walker Selby
More Random Cleanup #724
2023-11-22Internal Change: Reformat Code to match .editorconfig (#628)Walker Selby
Code cleanup done everywhere #628
2023-11-16Config Updates - Subcategories and Reformatting (#709)Walker Selby
Added new sub category stuff from moul config #709
2023-10-28feat(Testing): add NEU as a test dependency (#599)Helfull
add NEU as a test dependency #599
2023-10-17code cleanuphannibal2
2023-10-17Internal Changes: Refactor VisitorAPI to event based interaction (#561)Helfull
Split up GardenVisitorFeatures into multiple useful events #561
2023-10-16fix(UnitTests): double registration of blocks/items (#578)Helfull
Fixed unit tests #578
2023-10-14idk why this class is cursedhannibal2
2023-10-14Internal Changes: add support for compacted numbers parsing (#555)Helfull
add support for compacted numbers parsing #555
2023-08-28workaround for test: For as long as we don't have the DUNGEON line in the ↵hannibal2
last lore of the test item.
2023-08-07Basic test for dungeon itemsnea