aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/cowtipper/cowlection/search
AgeCommit message (Collapse)Author
2022-10-10Changed `/moo search` to allow empty search queriesCow
2021-07-04Added separate max file size for latest.logCow
2021-07-01Added more config options to existing featuresCow
- Bazaar: order 'Sell Inventory/Sacks Now' tooltips asc/desc - MC Log file search: maximum file size to analyze - Toggle: dungeon performance summary at end of dungeon - Toggle: warn when queued and entered dungeon floors are different - Toggle: shorten item quality info for non-randomized items
2021-04-24Improved speed of Log SearchCow
2021-04-23Added Chest Tracker & AnalyzerCow
2021-02-01ChangelectionCow
- `/moo stalkskyblock` additions: last profile save; Enchanting/Farming/Mining 51-60; Runecrafting 25 - Refined the comma representation of abbreviated numbers - Fixed issue with 'no dung class selected'
2020-12-31MC log search: now ignores corrupted filesCow
2020-12-17Various small, code inspection related changesCow
2020-09-24Fix crash caused by another, outdated and buggy mod which sadly too many ↵Cow
people still use - Switch to using reflections instead the vanilla's GuiContainer#getSlotUnderMouse method because a still frequently used but outdated version of another mod somehow deletes that method - also switched to Forge's ReflectionHelper
2020-09-24Config (gui) reworkCow
- Completely re-done the config gui (`/moo config`) - Improved SkyBlock dungeon party finder - Improved SkyBlock dungeon performance overlay - Improved handling of invalid/missing Hypixel API key - minor text fixes
2020-08-04Added optional initial search query parameter to /moo searchOlli
+ minor text fixes
2020-07-28Renamed package to match cowtipper.deCow