aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java
AgeCommit message (Collapse)Author
2024-08-13meta: edit mode improvements (#1320)NopoTheGamer
2024-08-03Fix performance when NEU deals with item stacks (#1271)NopoTheGamer
2024-07-24Fix recipe and usages keybind double triggering (#1265)NopoTheGamer
2024-07-22Add Carnival Masks to the Armor Filter in the Item List (#1264)jani270
2024-07-13Add support for ah/bz keybind in custom menus (#1241)NopoTheGamer
2024-07-08Add Improvements to /neucustomize (#1200)NopoTheGamer
2024-07-08meta: Add clipboard caching (#1229)NopoTheGamer
2024-07-07Fix title in wiki renderer for pets (#1223)Madeleaan
2024-05-23Fix Open AH/BZ Keybind working while the player doesnt have a active cookie ↵jani270
buff (#1182)
2024-04-26Fix Profile viewer issues with Turkish language (#1116)NopoTheGamer
2024-02-26Added option to open the skyblock recipe menu with a keybind (#1029)jani270
* Added option to open the skyblock recipe menu with a keybind * Use streams to find crafting recipe --------- Co-authored-by: Linnea Gräf <nea@nea.moe>
2024-01-13Fixed HATCCESSORY -> HATCESSORY (#1001)jani270
2023-12-31Item list: Option to open wiki in browser (#990)Obsidian
Option to open wiki in browser
2023-12-26Search AH/BZ key searches now pets only and fix ench book search (#978)jani270
2023-11-04Added dungeon equipment to the armor filter in the item list (#918)jani270
2023-10-20Fix enchanted books not working with bz keybind (#886)Lulonaut
* Fix enchanted books not working with bz keybind Extracts the book name from the lore of the item. Then searches directly with /bz since enchanted books can't be in the auction house * Change method for detecting books to displayname
2023-10-17Fix ah keybind with pets (#880)NopoTheGamer
2023-10-07Hotkey to open ah/bz while hovering over an item (#864)NopoTheGamer
Search ah or bz for item hovered when clicking m by default
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-27Replace calculation with result in search bar on return press (#820)Linnea Gräf
2023-06-23Various rift related changes (#724)Roman / Linnea Gräf
2023-05-31Removing the neu AH (#627)hannibal2
* Removed the neu ah. * make compile * make command say its removed * just what i wanted, an empty file --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nopo <nopotheemail@gmail.com>
2023-05-26Graph v2 (#680)DeDiamondPro
2023-03-04I hate FontRenderer. (#612)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
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-01Reactivate neu search bar. (#570)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-25Fixed double register of view uses or recipes (#552)NopoTheGamer
* Fixed double register of view uses or recipes * !
2023-01-05Replace help button with button to toggle inventory searching (#539)NopoTheGamer
* add button to toggle search mode * Its a bit better Co-authored-by: jani270 <jani270@gmx.de>
2022-12-23RepoEditing: Allow opening files in the external editor (#487)Roman / Linnea Gräf
2022-11-11ctrl +f support (#423)Lulonaut
2022-10-30Croesus profit overlay (#368)efefury
Co-authored-by: Lulonaut <lulonaut@tutanota.de> Co-authored-by: nopo <nopotheemail@gmail.com>
2022-10-20Ctrl + Z and (Ctrl + Y and Ctrl + Shift + Z) support (#358)Ascynx
* Ctrl + Z and Ctrl + Y support currently for Bazaar and AH search along with the search bar. (might have issues as my brain jumbled up during the making of this and also probably missing a few places that could use it.) * Ctrl + Z and Ctrl + Y support but on a bigger scale Removed it from Auction and Bazaar search and created a new mixin for GuiTextField containing the Undo (Ctrl + z) and Redo (Ctrl + y) action. * Ctrl + shift + Z for redo and stack cut. After redo/undo if you type a character or remove one it will cut the stack to that index (won't be able to rewind what you already rewound before.) * Moved the undo/redo detection to MixinGuiTextField#addToStack * Added an override for if something goes wrong see misc > "Enable text field tweaks" Also removed the space that hannibal wanted gone. :) * i hate files changed with only new lines Co-authored-by: nopo <nopotheemail@gmail.com>
2022-09-27the people in #general said this would fix a crash (#317)NopoTheGamer
2022-09-22fix pet middle clicking (#287)NopoTheGamer
2022-09-11cleaned up neu overlay (#241)efefury
* 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 * 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 * 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 * ??? ????????? * 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. Co-authored-by: nea <romangraef@gmail.com> Co-authored-by: Lulonaut <lulonaut@tutanota.de> Co-authored-by: Ascynx <78341107+Ascynx@users.noreply.github.com> Co-authored-by: nopo <noahogno@gmail.com> Co-authored-by: Ascynx <miaoum2128@gmail.com> Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com> Co-authored-by: Lorenz <lo.scherf@gmail.com>
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-11Autoupdate (#191)Roman / Nea
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
2022-08-10Added support for skytils rarity in equipment overlay (#218)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-08-07add toggle to hide buttons while in experimentation table (#205)hannibal2
2022-07-29changed int to long and float to double in item price logic (#197)hannibal2
2022-07-16fixed magic power (#187)NopoTheGamer
* fixed magic power * I feel like this is an important change * fix location * added support for trade money signs
2022-07-12calculate tooltip offset (#181)Lulonaut
* calculate offset * consistency
2022-07-05Merge pull request #179Lulonaut
* magical power * major flaw * rarity
2022-06-22bug fixes (#172)Lulonaut
* yikes * cookie warning * better wording in docs * edit items in parent that are the bounds of the item list * totalCount not updating when not present * unplayable * comment? * outdated repo notification * more notification * crash * more crash * cookie bug
2022-06-16equipment npe (#168)Lulonaut
2022-06-09Re-license project as LGPL (#157)IRONM00N
* add licence files & a few misc chores * add license notices & run auto formatter
2022-05-31Move repository related configuration to GUI. (#151)Roman / Nea
2022-05-25Update pet in /equipment (#147)Lulonaut
* please don't delete everything Intellij * working * debug print * use XPInformation#getPetLevel
2022-05-17Improve item editor (#137)Lulonaut
* Intellij insurance * Only parse inventory in essence guide * Save mobs with whitespaces correctly * npe when currentProfile is null * ??? * 🧌 * 🤡 * Fixed crash with spamming remove enchant in /neuec - thank you lulo for free pr to commit to * added command to toggle repo autoupdating * i am so good at patch note * i used the github web editor for this * i double checked the brackets and everything * don't even look at it (this is only ran with dev mode enabled) * more readable Co-authored-by: NopoTheGamer <noahogno@gmail.com> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>