aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/overlays/FarmingSkillOverlay.java
AgeCommit message (Collapse)Author
2024-07-11Fix Jacob's Contest Estimate giving incorrect values when the score number ↵Dario Vuksan
is cut off (#1239)
2024-07-06Fix Farming overlay not showing with a counter above 2.1bil (#1203)NopoTheGamer
2024-04-12Fix skill experience detection (#1085)Linnea Gräf
2023-12-31Changed gatherJacobData to a regex and fixed a NFE (#980)jani270
* Fixed cleanSpecialChars not working Co-Authored-By: hannibal2 <24389977+hannibal002@users.noreply.github.com> * Changed logic of gatherjacobdata and fixed #808 Co-Authored-By: hannibal2 <24389977+hannibal002@users.noreply.github.com> * Removed unused import * Moved Pattern outside gatherJacobData * Made the regex more explicit. --------- Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com>
2023-12-19Add Platinum and Diamond brackets to the inJacobsContest check (#972)Taoshi
Update FarmingSkillOverlay.java
2023-09-29Hover Effect for Equipment- & Pet-Display, Vanilla Cooldowns, New ↵Hendrik Horstmann
DevCommands, Improved CustomSkulls (#837)
2023-08-05Change Degree Character (#794)heinrich26
2023-07-14Farming overlay update (#731)Mark Cockram
* Update README.md Explain why this repository exists * Add crops/s line with config option for yield calculation time frame * Add crop/s to default farming line list * Function decomposition * More detailed description * Find average since start of farming instead of full timeframe. Add documentation * Modulo wrap around instead of limiting backwards perspective to 0 * Separate cps update from the render function to the update loop * Rearrange code * Add cps reset timeout * Add unit option * Replace old crops per second system with new system * Seperate unit option for crops and coins * Organize code * Update config * Allow up to 5 minute rate calculation timeframe * Update config description * Fix coins/s and crops/s always displaying 0
2023-06-01Stop hardcoding npc prices (#711)jani270
2023-05-31Only render active overlays in location editor (#694)Lulonaut
only render overlays in location editor when they are enabled
2023-04-08Fixed NPC Prices of farming drops (#681)jani270
2023-04-07Farming overlay: Nether warts swap from alchemy xp to farming xp (#679)Ad_amko
Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
2023-03-22Made it so you can use per hour instead of per minute on crops and coins (#625)Cobble8
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-12-23fix farming overlay showing the wrong skill sometimes (#500)NopoTheGamer
2022-10-20Optimize and Cleanup FarmingSkillOverlay (#384)Walker Selby
* Merged if-else and switch statement checking effectively the same thing to one check * Rewrote logic to prevent checking "internalname != null" 26 times in a single if block. Simplified logic to increase readability and efficiency * Fix parenthesis error
2022-10-20Made it so the user could customize how long the mod waits before pau… (#359)Cobble8