aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java
AgeCommit message (Collapse)Author
2024-07-13Add missing warp icons for wizard tower and base camp (#1243)NopoTheGamer
2024-07-08meta: Add clipboard caching (#1229)NopoTheGamer
2023-03-13Added more warp icons (#658)jani270
2023-03-04I hate FontRenderer. (#612)hannibal2
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-02Fixed presets not having load button when triple click -> ctrl c (#417)NopoTheGamer
2022-09-16petHud/EquipmentHud preview render fix (#293)Ascynx
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-06-09Re-license project as LGPL (#157)IRONM00N
* add licence files & a few misc chores * add license notices & run auto formatter
2022-05-28added config saving (#149)NopoTheGamer
* i am unsure why this was here but it doesnt seem needed * saving config when closing menus with configs * Chatting
2022-05-17I cannot believe this (#140)jani270
2022-05-15More Keyboard fixes (#130)Lulonaut
* Allow holding down keys in StorageOverlay and Item list searchbar * don't sleep on the render thread * Remove most calls to Keyboard#enableRepeatEvents Also remove my flawless implementation in the render methods since it's not needed anymore * remove autoclicker
2022-02-27feat: improve formating :)IRONM00N
2021-12-28more code clean up (#38)IRONM00N
2021-10-16Code Clean Up (#2)IRONM00N
* intellij code clean up * optimize imports * format * intellij suggestions * fix empty catch issues
2021-09-02Fix neuec not parsing correctly and 2 crashes when copying stuffDoKM
2021-09-02misc & bin warning & sort warningMoulberry
2021-08-13Add load and save to/from clipboard for invbuttons and neuecDoKM
Clipboard should be a base64 encoded javaarray
2021-03-27PRE26BuildTools