aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/miscgui
AgeCommit message (Collapse)Author
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-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-04I hate FontRenderer. (#612)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
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-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-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-05Fixed NPE in CalendarOverlay (#582)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-02-04Custom default font color in storage overlay (#579)Lulonaut
2023-01-31Pelts and North Stars to Minion Helper price (#567)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-31Fixes NPE when minion has colour code in name (#573)Vixid
Co-authored-by: Vixid <52578495+Vixid1@users.noreply.github.com>
2023-01-25Annotation registering (and also some comptime performance) (#554)Roman / Linnea Gräf
2023-01-25Fixed double register of view uses or recipes (#552)NopoTheGamer
* Fixed double register of view uses or recipes * !
2023-01-11Optional Oneconfig support (#401)Roman / Linnea Gräf
2022-12-27explain better how to use colour codes in /neurename (#526)NopoTheGamer
explain better how to use colour codes
2022-12-22[TRIVIAL] "Fixed" smallest neu bug in history (#505)jani270
(wanna know what else is small)
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-09Make MinionHelper show North Stars without a price (#482)heyngra
fixes https://github.com/NotEnoughUpdates/NotEnoughUpdates/issues/472
2022-12-07Fix inventory backpack keybind not working without unrelated option (#468)Lulonaut
2022-11-20Added Abiphone contact requirements and location. (#411)hannibal2
* Added Abiphone contact requirements and location. * Using more repo data and less item lore data * F3+H support * merge problems Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-11-20Fixed bugs & added sb xp to minion helper (#443)efefury
* fixed minion helper bugs and croesus thing * fixed another npe * no more NPEs with missing/broken repo * properly handle repo error and show error message when exp gain is not in repo Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-11-18Fixed Bug with Abiphone Favorites and added 2 new warps (#444)jani270
2022-11-11Added support for enrichments to /hex (#428)NopoTheGamer
2022-11-06Fix race condition in graph (#427)DeDiamondPro
2022-11-02Fixed presets not having load button when triple click -> ctrl c (#417)NopoTheGamer
2022-10-31Make recipe tabs work again (#407)Roman / Linnea Gräf
why do people always break my code :sob:
2022-10-31Sort recipe tabs in GuiItemRecipe (#410)Roman / Linnea Gräf
Recipe tabs in GuiItemRecipe are now sorted according to declaration in the RecipeType enum
2022-10-30Recipe History and Fairy Soul distance meter. (#357)Vixid
Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com> Co-authored-by: Walker Selby <git@walkerselby.com>
2022-10-23Minion Helper (#254)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: ThexXTURBOXx <nico.mexis@kabelmail.de> Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
2022-10-21Code Cleanup (#333)Walker Selby
* Remove NeuConfigTutorial.java * Remove NeuTutorial.java * Remove TutorialBase.java * Remove NEU Tutorial Command Initialization from Commands.java * Remove commented-out filter defaults Remove commented-out and replaced rarities String array Remove commented out code for old rendering Invert if statement due to empty if body and used else body * Remove commented-out render Remove commented out divine mentions Remove duplicate additions of Divine rarity * Remove ButtonsCommand.java - Unused, empty, and uninitialized * Remove excessive commented out code of old /neurename * Remove usused initialization Removed old debug console prints * Remove commented out removed options * Remove commented and unused String List Remove commented and unused size settings * Remove unused commented out code * Remove unused commented out code * Remove unused commented code
2022-10-21Added the ability to add search tags to config options (#309)NopoTheGamer
2022-10-20Miscellaneous Typos (#339)Walker Selby
Co-authored-by: MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com>
2022-10-06Fix custom trade menu (#345)NopoTheGamer
* i love the hypixel network * println("$slot.slotNumber ${slot.stack.displayName}"
2022-09-22Added price display to books in hex (#292)NopoTheGamer
2022-09-16petHud/EquipmentHud preview render fix (#293)Ascynx
2022-09-15Fix a few bugs with et/hex overlay (#285)NopoTheGamer
* Fix a few bugs with et/hex overlay * Moved fixEnchantId into ItemUtils Co-authored-by: Lorenz <lo.scherf@gmail.com>
2022-09-14added a setting to toggle hex separate from /et (#275)NopoTheGamer
2022-09-14Added chat message to let players turn on the storage gui if they ↵NopoTheGamer
accidentally turned it off (#273) * Added a chat message to turn the storage gui back on after turning it off in said storage gui * remove the skyclient mixin * map on by default
2022-09-12Fix enchantment table overlay (#238)NopoTheGamer
Co-authored-by: nea <romangraef@gmail.com>
2022-09-12Bug fixes (aka #249 but less of a mess) (#251)Ascynx
* made equipment overlay own class lmk if there's any bugs * fix infer (i think) * fuck infer * First refactoringering * Fix more stuff * itemlisting * NEU 3.0 release notes * The changes of #249 (https://github.com/NotEnoughUpdates/NotEnoughUpdates/pull/249) * fixed nea bug https://imgur.com/a/Sg3iw74 * whitespace * fixed equipment overlay not working ? and caching * nopoing idk what im doing * FHJNX GHD trwsmokürtsew tze jiozterdgjjiüzetr jipztr * reverted "janky pet expended bugfix" * Revert "FHJNX GHD" This reverts commit 24eceba3db5e500be296f5a96412bd8b95647a22. * Revert "nopoing" This reverts commit bee07cb98f8b9672c2e1bc192c6c3e5ae8b02b95. * Revert "fixed equipment overlay" This reverts commit b15376f934a738900e2dd98efdb0d4a7ec131dfa. * idk i think this works maybe * ??? ????????? * Update to the catacombs base floor exp. Based on the hypixel wiki's calculator (see: https://canary.discord.com/channels/516977525906341928/1016050994557222912) * no more black lines * equipment cache * Fix lag with optifine and removal of unused field. Removed onMouseClick as it was triggered more than once per tick when optifine is installed. Removed tooltipsToDisplay field (as it was replaced by a local variable). * this should be true by default to keep old behaviour * itemList now doesn't close when clicking the searchbar itemList will now only close when searchMode is triggered. * Infer moment hoping this doesn't trigger it. * I forgot to push that change when I created the pr. * Fixed json resetting if an item has no nbt Co-authored-by: efefury <69400149+efefury@users.noreply.github.com> Co-authored-by: nea <romangraef@gmail.com> Co-authored-by: Lulonaut <lulonaut@tutanota.de> Co-authored-by: nopo <noahogno@gmail.com> Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com> Co-authored-by: Lorenz <lo.scherf@gmail.com>
2022-09-11fixed backpacks when dont have fairy soul req (#264)NopoTheGamer
2022-09-080.14 - Finished :) (#233)hannibal2
Co-authored-by: nopo <noahogno@gmail.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> Co-authored-by: Ascynx <78341107+Ascynx@users.noreply.github.com> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2022-08-20enchanting book name remapping (#237)Roman / Nea
* enchanting book name remapping (omg remapping, minecraft obfuscation reference) * Fix gui resetting
2022-08-19Dumb bugs (#232)hannibal2
* fixing experimentation solver * fixing neu buttons not resetting properly after disabling trophy reward overlay or accessory bag overlay * fixed ah overlay
2022-08-16Fix pets crashes (#226)kr45732
* fix some stuff maybe * Boulberry Bushing * spam jani logs * maybe fix sob * more spam * does dat fix anytihnkgMjl * more spam (real) * ae
2022-08-14added antialiasing to the warning (#227)Sam
* awesome commit * why did i spend time on this
2022-08-09prerelease changes (#215)jani270
2022-08-07Calculations (#204)hannibal2
* add support for calculations in neu searchbar * moved calculation in search bar into own class * saving one line out of 3k lines * brackets change everything
2022-07-30changed float to double and int to long in GuiPriceGraph (#198)hannibal2
2022-07-29changed int to long and float to double in item price logic (#197)hannibal2
2022-07-20Added trophy reward overlay (#192)hannibal2
* added trophy reward overlay * (hopefully) fixed infer "no crash" ~ jani * fix efe code Co-authored-by: Lorenz <ESs95s3P5z8Pheb> Co-authored-by: nopo <noahogno@gmail.com>