aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-11-06Fix race condition in graph (#427)DeDiamondPro
2022-11-04Removed prerelease option, set prerelease branch as default (#420)jani270
2022-11-04Fixes social controls in party and guild chats (#422)Vixid
2022-11-03Fixed the biggest bug in neu history (#419)jani270
2022-11-03Add fully Hypixel-Rule compliant glowing mush highlighter (#266)Roman / Linnea Gräf
2022-11-02Gui editor (#316)NopoTheGamer
* kinda working ig * gui editor kinda works. map and drill fuel doesnt show yet. weird overlapping issues. overlays that have itemstacks glitch out on the left side * POV: im making scuffed af code during business class * a * made it so you ""can"" move the map * works for everything but the map (AAAAAAAA) * remove options * everything working™️ besides the hollows overlay buggin * hearth 💀 * swap the thingies * Update Position.java * Change arbitrary if statement * Fixed dontRenderOverlay * Made code more sane * Add powder overlay and cleaned up NEUConfig * less work for new gui overlays in the future * its not a bug its a feature suggestion * Fixed map on f1 (thank soopy) * Fixed map on entrance and fixed interp for e and f1 * no more warning !! Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-11-02Crimson Isle Profile Viewer Page (#346)Vixid
* Made a profile viewer page for Crimson Isle information. * Changed Black dojo rank to have dark gray colour, so it's readable. * Fixed NullPointerExceptions for missing data * Tried to use ItemResolutionQuery but Nea said this is fine * Added Hostile and Unfriendly faction thresholds * don't recreate helper objects in every render tick * Formatted the class and put drawMageReputation and drawBarbarianReputation into a single function * Last commit broke with players with no selected faction. This fixes it Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-11-02Added the extra MP that abicases give to pv (#409)NopoTheGamer
Made the abicase give the extra powder
2022-11-02Custom Wither Cloak (#375)Cobble8
Co-authored-by: nopo <nopotheemail@gmail.com> Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-11-02Fixed presets not having load button when triple click -> ctrl c (#417)NopoTheGamer
2022-11-02Fixed clicking on items that dont have normal recipe (#413)NopoTheGamer
2022-11-02[Fix] Chat Listener index out of bounds (#416)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-11-02Essenceupgrades gui (#313)Lulonaut
Co-authored-by: jani270 <jani270@gmx.de>
2022-11-02added support for commas to /neucalc (#414)NopoTheGamer
2022-11-01Prevents wrong coopadd commands (#412)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-10-31(Maybe) Make it so prices can be more than integer limit? (#362)ENORMOUZ
Couldn't test this in IntelliJ for some reason so I hope this works, but expect it not to since its untested.
2022-10-31Fix picknimbus not working for ability cooldown (#398)NopoTheGamer
* add PICKONIMBUS to pickaxe * fixed yelling at you * unsure why it was like that * Chatting * Watching
2022-10-31Added the ability for abicases to work (#399)NopoTheGamer
* Added the ability for abicases to work * this was a bug i noticed once
2022-10-31Make recipe tabs work again (#407)Roman / Linnea Gräf
why do people always break my code :sob:
2022-10-31Made essence show 0 in pv instead of not rendering that line (#408)NopoTheGamer
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-30Support for cata 50+ and class average. (#349)Vixid
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-30Croesus profit overlay (#368)efefury
Co-authored-by: Lulonaut <lulonaut@tutanota.de> Co-authored-by: nopo <nopotheemail@gmail.com>
2022-10-30Endermite Nests Alert + TitleUtil (#395)GodOfPro
2022-10-30Add networth leaderboard position to hover lore (#403)Soopyboo32
Co-authored-by: nopo <nopotheemail@gmail.com>
2022-10-26no more infinite scroll (#394)Lulonaut
2022-10-26Fixed Magma Boss Bestiary (#402)jani270
* Fixed Magma Boss Bestiary * Fixed magma boss name & actual fixed bestiary sorry nea
2022-10-23Config :skull: (#397)Ascynx
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-22Merge pull request #310Ascynx
* neuec tooltip cache * forgor to remove (W.I.P) * forgot to make it on by default * Format and comment change * Merge branch 'NotEnoughUpdates:master' into enchant-optimisation * Merge remote-tracking branch 'origin/enchant-optimisation' into encha… * Merge branch 'NotEnoughUpdates:master' into enchant-optimisation * bing bong fps gon * Merge branch 'NotEnoughUpdates:master' into enchant-optimisation * remove max book blurb because in theory it will be added to the repo * Merge branch 'master' into enchant-optimisation * Merge branch 'master' into enchant-optimisation * Fixed issues * Moved Custom enchant colour stuff to it's own accordion * Merge branch 'NotEnoughUpdates:master' into enchant-optimisation
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-21Fix calculator crash by using correct apis (#391)Roman / Linnea Gräf
Right the wrongs
2022-10-21Buttons tooltip delay (#302)hannibal2
Added a option to change the delay for rendering the tooltip of new buttons Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-10-21expozed (#392)NopoTheGamer
2022-10-21Added the ability to add search tags to config options (#309)NopoTheGamer
2022-10-21Fix fish related crash (#387)NopoTheGamer
2022-10-21Added Powder Grinding Tracker (#263)KingsMMA
2022-10-21Made cool kill/death stuff in profile viewer (#376)Cobble8
2022-10-21Fixed NPE (#389)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-10-21Remove thingy that made me very angry (#388)jani270
* Remove thingy that made me very angry * Revert that
2022-10-21AND | OR support for container search. (#311)Ascynx
2022-10-21misc pv changes (#314)efefury
2022-10-21Soopy networth option in pv (#303)Soopyboo32
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-10-20Me when I read NEU code (#350)kr45732
350/merge
2022-10-20Fix dungeon page going blank (#382)NopoTheGamer
382/merge
2022-10-20Faction Town Board Quests added to Todo Overlay (#370)Vixid
370/merge
2022-10-20Entity Scale and Party and Guild chat social options (#363)Vixid
363/merge
2022-10-20Remove messages in chat if they are under a set skyblock level (#322)NopoTheGamer
* Remove messages in chat if they are under a set skyblock level * 🤓 "not future proof. what if someone gets sb level 1000" * 2.1.1.md * Update Update Notes/2.1.1.md Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com>
2022-10-20Optimize and Cleanup FarmingSkillOverlay (#384)Walker Selby
* Merged if-else and switch statement checking effectively the same thing to one check * Rewrote logic to prevent checking "internalname != null" 26 times in a single if block. Simplified logic to increase readability and efficiency * Fix parenthesis error