aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/overlays
AgeCommit message (Collapse)Author
2024-01-21Add Treasure Hoarder Puncher commission (#1005)alexia
2024-01-20Fix Goblin Burrows typo for Goblin Slayer commission (#1006)alexia
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-26Reformated code in Crystal and Dwarven Overlay (#977)jani270
Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com>
2023-12-26Add more custom icons to neu custom todos (#956)Linnea Gräf
2023-12-19Add Platinum and Diamond brackets to the inJacobsContest check (#972)Taoshi
Update FarmingSkillOverlay.java
2023-12-14Added option to show skymall perk outside of mining islands and fixed ↵jani270
skymall showing the wrong perk (#965) * Fixed Skymall showing wrong perk * Added option to show skymall perk outside of mining islands * Fixed upsi
2023-11-29Made MiningOverlay SkyMall preview work in Crystal Hollows (#958)jani270
2023-11-28Some misc changes (more in commit messages) (#957)jani270
2023-11-02Add custom TODOs (#870)Linnea Gräf
Co-authored-by: Lulonaut <lulonaut@lulonaut.tech>
2023-10-30Make Cake Timer in todo overlay reset when eating a refreshment cake (#911)Linnea Gräf
Fixes #907
2023-10-28Add starred bones to the bones overlay (#909)NopoTheGamer
2023-10-11Fixed TimersOverlay showing the wrong item (#878)jani270
2023-10-04Fix Heavy Pearls not being completed (#843)Linnea Gräf
2023-10-02Moul Config (#814)Linnea Gräf
* Moul Config * Bump version * Fix IQ test and oneconfig * Add version to title * Fix NPE * Fix merge
2023-09-29Hover Effect for Equipment- & Pet-Display, Vanilla Cooldowns, New ↵Hendrik Horstmann
DevCommands, Improved CustomSkulls (#837)
2023-09-13Fixed amount of mined mithril needed for Dwarven Mines Commissions (#830)jani270
2023-08-05Change Degree Character (#794)heinrich26
2023-07-17Add free rift infusion to timer (#766)Roman / Linnea Gräf
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-17Added exact number values back to commissions (#720)CalMWolfs
2023-06-08PV Overhaul (#708)kr45732
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
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-05-18Equipment Overlay Cache (#692)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
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-04-04Move overlays back behind other stuff v2 (#651)NopoTheGamer
Fix overlays not rendering over tab and stuff like on 2.0
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>
2023-03-12cheapest museum item to donate (#522)Lulonaut
Co-authored-by: nea <romangraef@gmail.com> Co-authored-by: nea <nea@nea.moe> Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com> Co-authored-by: nopo <nopotheemail@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-03-11Fixes NPE when exiting the Matriarch (#652)Vixid
Co-authored-by: Vixid <52578495+Vixid1@users.noreply.github.com>
2023-03-11Fix champion showing -1 on combat overlay if you dont have it (#647)NopoTheGamer
2023-03-11Merge pull request #624Planterror
* fixed experiments saying it's available when the wrong time is reached * NPC Buy limit timer part 1 * Cookie buff now gains more accurate info * scrapped accurate god potion * small tweaks * fix stupid mistakes I made * fixed commissions never being recognized as completed * Quest timer now shows how many quests are uncompleted * added cookie menu as place to test for cookie buff * accept review changes, add .intern to container name * proper formatting hopefully * restrict checking quest progress to crimson isle * fix election candidates counting as CI quests * paul's name twice whoops, formatting fixes * Merge pull request #2 from Plantterror/master * Fixed an NPE
2023-03-04I hate FontRenderer. (#612)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-03-032x Powder Event support for powder tracker (#637)Vixid
2023-02-22Added Sky Mall to Dwarven Overlay (#604)hannibal2
* Added Sky Mall to Dwarven Overlay. * Made SkyBlockTime a data object. * Added color to names and display item per different perk variant. * Added daySuffix support for days greater 10. * Data classes have a copy method already. * Green color does not work. * Fixed a bug in monthName. * Add Unit Tests and make use of Instant * Fixed Sky Mall overlay showing in crystal hollows. * 11st 12nd 13rd --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nea <nea@nea.moe> Co-authored-by: nopo <nopotheemail@gmail.com>
2023-02-11Merge pull request #583hannibal2
* Bingo has already enough to do. * Typo. * Realization: Century Cakes exist. * I added back cakes, so I removed them back from the list of features … * Default enabled.
2023-01-25Annotation registering (and also some comptime performance) (#554)Roman / Linnea Gräf
2023-01-21Want to Complete Commission Tasks Like a Pro? This Feature is a Must-Have (#517)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-20Fixed Powder Checker (#561)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Fixes https://github.com/NotEnoughUpdates/NotEnoughUpdates/issues/560
2022-12-31Fix daily powder resetting at the wrong time (#518)NopoTheGamer
2022-12-31Probably fixing the cookie buff timer problem (#527)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nopo <nopotheemail@gmail.com>
2022-12-28Issue with "god pot" in Todo list resolved (#521)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-12-23fix farming overlay showing the wrong skill sometimes (#500)NopoTheGamer
2022-12-23Gui element scale (#485)NopoTheGamer
2022-12-23RepoEditing: Allow opening files in the external editor (#487)Roman / Linnea Gräf
2022-12-09Katting (#447)Roman / Linnea Gräf
Co-authored-by: nea <romangraef@gmail.com> Co-authored-by: nea <roman.graef@gmail.com> Co-authored-by: nea <nea@nea.moe> Co-authored-by: nea <romangraef@loves.dicksinhisan.us> Co-authored-by: nea <roman.graef@grb-online.net> Co-authored-by: nea <hello@nea89.moe> Co-authored-by: nea <roman.graef@stud.tu-darmstadt.de>
2022-12-09Fix mining overlay not update while chat is opened (and more) (#481)heyngra
Fixes undefined
2022-11-28Added Overlaystyle option to powder grinding tracker (#448)jani270
Co-authored-by: nopo <nopotheemail@gmail.com>
2022-11-27Update SlayerOverlay.java (#450)littlebroto1