aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-12fix merge conflictscrollingnopo
2023-03-12Merge branch 'master' into scrollingnopo
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-12Dynamic Light Items (#646)Vixid
Co-authored-by: Vixid <52578495+Vixid1@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-11Fixed builders ruler limit at 200 and tilling hoes showing blocks it wont ↵NopoTheGamer
till (#635) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-03-11Added prices in garden npcs (#623)NopoTheGamer
2023-03-11Custom items in /neucustomize (#609)NopoTheGamer
* should work :tm:, probably breaks other mods, needs to be added to /neurename gui * Improved compatibility with other mods probably * Added a text box to /neurename * Polish up everything * Fix skulls have durability bar * Should be everything finished * add support for metadata and skulls rendering properly * Made gui look nice * fix leather not being coloured while moving it * Fixed normal helmets not rendering * fix pumpkin not showing overlay * Fixed skulls showing as null by default on most other items * added support to randomize the subitems with ":?" * Add support for custom armour besides the head * move custom armour function * code dupe glitch * A small sign in the permanent fight against duplication of code. * clear cache on world unload --------- Co-authored-by: hannibal2 <24389977+hannibal00212@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-11Clean up garden stuff in CustomItemEffects (#643)NopoTheGamer
* change location to use array * move overlays to separate methods * early returns * move getting nbt to its own method * move overlays to their own methods * dont do expensive thing 4 times in a row * fix the crash
2023-03-06Fix /neudevtest useragent command (#648)Roman / Linnea Gräf
2023-03-06Fix NPE in Level Page v4 (#649)efefury
2023-03-04I hate FontRenderer. (#612)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-03-04Replace all commands in NEU with a brigadier implementation (#599)Roman / Linnea Gräf
2023-03-032x Powder Event support for powder tracker (#637)Vixid
2023-03-04Fixed colour formatting on sb levels >= 360 (#638)Vixid
2023-02-25Fix NPE when swapping islands (#634)NopoTheGamer
2023-02-25Magical power in SkyBlock Menu icon again (#588)hannibal2
Show magical power at accessory bag in skyblock menu. Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-02-25Added a warning when trying to delete a preset (#628)jani270
* Added Preset Delete Warning * Fixed copyright
2023-02-24Merge pull request #616NopoTheGamer
* Fix private island overlays not showing in garden * Added builders ruler overlay * Added scythe overlay * doube plantl * added HOE_OF_GREATEST_TILLING support
2023-02-24Fix crashes in levels page (#626)NopoTheGamer
google null pointer exception
2023-02-24Museum: Display hydrated items for items taken outside of the repo (#621)Roman / Linnea Gräf
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2023-02-24Fixes messages not showing after beating a dungeon (#601)NopoTheGamer
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-22HotmInformation rework (#611)hannibal2
* Rename .java to .kt * hotm rework. * Moved class to kotlin directory. * Removed debug. * Support for maxed out levels. * Fun fact of the day: Developer waste more time on the name of a variable than actual coding. * default is 0 --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-02-18ApiCache: Fix apparent NullPointerException (#619)Roman / Linnea Gräf
`CacheResult` should in theory have either a `file != null` a `future != null` or be `disposed`. Apparently this invariant of `CacheResult` is either being violated somewhere, or the `synchronized` blocks arent as synchronized as id hoped they were. In fact, `dispose()` does not even delete the file, so i can really only see this happening because the first `synchronized` block that writes the file and the second `synchronized` block that reads from the file hold the same lock. I have no idea how this would happen, but hopefully this fixes it (since the dispose didn't have a threading issue reported so far, i feel more confident leaving the .deleteOnExit in there, but I'm also wrapping any potential IOExceptions during access, because I am just so confused how the internal state was broken.
2023-02-18Fixed Calendar Buttons and special category some not existing tooltips (#620)jani270
Fixed Calendar Buttons not working and special category showing some not existing tooltips
2023-02-18Add option to mute composter (#618)heyngra
2023-02-16Fix NPE in Level Page (v2) (#617)efefury
2023-02-15Pet overlay progress hider, pet icon moved, and neudevtest value (#576)hannibal2
* Pet overlay progress hider, pet item moved and /neudevtest value <value> * Bingo has already enough to do. * Typo. * Revert "Typo." This reverts commit b4a1c385e0c410b1e111797b8d39e7ff64b09ef5. * Revert "Bingo has already enough to do." This reverts commit 6e004d2d65dff47ea3bee5c5789cb725724df6ed. * Dynamically used best position for the pet icons (yes, both) and the distance between the two pet tests. * I hate debugs. --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-02-15 ApiUtil: Add cache with per request timeout and per class histogram (#592)Roman / Linnea Gräf
* ApiUtil: Add cache with per request timeout and per class histogram * MinionHelper: Only load minion helper data when needed * Api: Make api response processing more async. * Lower cache for /pv to 30 seconds and rename cacheDuration to max age * Disk cache for the API
2023-02-15Workaround for NEUOverlay crash (#615)hannibal2
* Workaround for IndexOutOfBoundsException in NEUOverlay * -1 line --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-02-15Changed the release thing from repo to normal (#614)jani270
i dont know why it was set to repo
2023-02-15API errors in console (#610)hannibal2
* Print api errors in console. * No reason not to just append. * Censor API Key --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nea <nea@nea.moe>
2023-02-15Use a new arraylist instead of modifying the old one (achievments)nea
2023-02-14Revert nw location (#606)NopoTheGamer
2023-02-14Fixed some guis going nonopo
2023-02-14Add event task & other things in Level Page (#607)efefury
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-02-14Fixed equipment overlay breakingnopo
2023-02-14Add support for the custom tooltipsnopo
2023-02-14Move config optionnopo
2023-02-13Fix Muscle Memory (#581)hannibal2
* Added old SkyBlock Menu. * Execution! * Add cache. * Bingo has already enough to do. * Typo. * Revert "Typo." This reverts commit b4a1c385e0c410b1e111797b8d39e7ff64b09ef5. * Revert "Bingo has already enough to do." This reverts commit 6e004d2d65dff47ea3bee5c5789cb725724df6ed. * I am lazy. * The map is lazy too. * Hypixel moving features behind paywall. * Add red text to the setting too. * SEALED * Fixed Booster Cookie checks. Reworked CookieWarning, kept same logic but accidentally added profile switch support. * /trades does not require booster cookie. * Allowing middle clicks (and any other mouse click combination) --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-02-13Added the ability to use neu's tooltips instead of vanillanopo
2023-02-13change trophy fish pv page to use the same tooltip system as the rest of the ↵nopo
pv pages
2023-02-13Reverse scrollingnea
2023-02-13scrollingnea
2023-02-11Frozen treasure pet conflict fix (#571)Vixid
* Added Highest Wave completed to Kuudra stats in pv * Revert "Added Highest Wave completed to Kuudra stats in pv" This reverts commit 83f78a9815f9d9c682dd5e452e001d853fd78922. * Resolves Frozen Treasure Highlighter thinking pets are treasures. (I hope) * Fixes bug with empty tag compounds --------- Co-authored-by: Vixid <52578495+vixid1@users.noreply.github.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-02-08Fixed prerelease update notification and changed version (#600)jani270
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>