aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/data/SlayerAPI.kt
AgeCommit message (Collapse)Author
2024-09-04Fix: Profit Tracker coin formatting (#2444)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-07-15Backend: RecalculatingValue as a ReadOnlyProperty (#2151)Empa
2024-06-14fixing and using shortFormat()hannibal2
2024-06-14Revert "creating and using Number.format()"hannibal2
This reverts commit 9f55fd15544e187491d78e2c5ecf2f2ed8ac76f1.
2024-06-14creating and using Number.format()hannibal2
2024-06-06Backend: Convert existing objects to use the annotation and add the plugin ↵CalMWolfs
(#1974) Co-authored-by: ThatGravyBoat <thatgravyboat@gmail.com>
2024-05-26Backend: Convert stuff to SimpleTimeMark (#1777)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-24Backend: GetOrPut in TimeLimitedCache (#1875)Empa
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-18Fix: Reworked slayer warning (#1814)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-09Improvement: Add Dragon's Nest as a valid Enderman Slayer location (#1399)Luna
2024-03-12Feature: CustomScoreboard (#893)J10a1n15
Co-authored-by: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Co-authored-by: Thunderblade73 <gaidermarkus@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-02-19Item name rewrite and cache #1016hannibal2
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ↵Thunderblade73
ChatUtils, CollectionUtils, ConditionalUtils. And code cleanup #978
2024-01-20creating and using TimeLimitedCache and TimeLimitedSet instead of guava cache.hannibal2
2024-01-18renamed ignore to irrelevanthannibal2
2024-01-18moved all shdebug stuff into categorieshannibal2
2024-01-18moving dungeons and slayer related debug data into DebugDataCollectEvent. ↵hannibal2
allowing to hide or search for specific debug data with /shdebug <search>
2023-11-15Fixed showing "slayer boss spawn soon" message outside correct slayer area v2.hannibal2
2023-11-13Fixed highlighting some mobs in dungeon wrongly as area mini bosses.hannibal2
2023-11-09Added support for slayer tracker items for loot from area mini-bosses. Fixed ↵hannibal2
a bug where some items were counted twice.
2023-10-26Add Repo TODOs (#585)Walker Selby
Add Repo TODOs #585
2023-10-05Added support for burning desert, using the slayer api more, only show ↵hannibal2
slayer features while inside the correct SkyBlock area, add slayer info to debug command
2023-09-28Added support for slayer drops that go directly into the sack.hannibal2
2023-09-27removed wildcards from importshannibal2
2023-09-10Added support for slayer profit trackers on stranded.hannibal2
2023-08-28Removing npc price from bazaar data and Fixed multiple bugs with garden visitorhannibal2
2023-08-09Using NEUInternalName in more classeshannibal2
2023-08-09Changing internalName to getInternalName_old, and getInternalName_new to ↵hannibal2
internalName
2023-08-09Using NEUInternalName in slayer profit trackerhannibal2
2023-07-25We do love LorenzTickEvent nowhannibal2
2023-07-24Slayer boss warning (#320)HiZe_
Co-authored-by: superhize <superhize@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-06-19RNG Meter Displayhannibal2
2023-06-10Fixed non bazaar items + wisp ice flavored water not workinghannibal2
2023-06-10+ Changed Slayer Profit Trackerhannibal2
+ Option to change price between npc/instant sell and sell offer + Save data in config + Added option to hide an item from the display + Showing the profit per boss = Different tiers of same slayer type no longer gets merged together
2023-06-10Fixed broken wither impact message showing at the wrong timehannibal2
2023-06-09Added Item Profit Tracker, Items on Ground and Broken Hyperion Warninghannibal2