aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-27okiremove-labelnea
2022-10-26no more infinite scroll (#394)Lulonaut
2022-10-26Migrate away from set-output (#400)Nico Mexis
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-21Update CONTRIBUTING.md (#393)GodOfPro
* Update CONTRIBUTING.md I changed it so it specifies that you need to have a fork of the repo to contribute. * Update CONTRIBUTING.md * Update CONTRIBUTING.md Specifying you should make a new branch for every feature and not do it in the master branch like me * Update CONTRIBUTING.md * Update CONTRIBUTING.md changed pr to pull request and comitted to committed * Update CONTRIBUTING.md grammer Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
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
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-10-20Prepare next version and add missing patch notes (#386)Roman / Linnea Gräf
Prepare next Version and add missing patch notes
2022-10-20Trophy Fish Total Count (#338)Vixid
* Added trophy fish total count to each trophy fish. Also formatted the numbers for readability. * Removed double brackets. Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-10-21NEU/NEU vs Moulberry/NEU Contributor note (#385)Walker Selby
2022-10-20refactor: change ProfileViewer 'Your Skills' tab to 'Skills' (#383)Jejebecarte
Just a minor error I noticed while using the mod, given you're not always viewing your own profile.
2022-10-20[Calculator] Add exponent operator and % postfix (#374)u9g
* [Calculator] Add exponent operator * [Calculator] Add percent postfix * Add new suggestions
2022-10-20Made it so the user could customize how long the mod waits before pau… (#359)Cobble8
2022-10-20added fishing ding for main lobby lava fishing (#352)Josh
2022-10-20If above 100% of price will show actual added percentage (#369)Ascynx
2022-10-20Miscellaneous Typos (#339)Walker Selby
Co-authored-by: MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com>
2022-10-19Added optifine to /neustats (#380)NopoTheGamer
2022-10-19contributing (#381)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-10-19Merge branch 'Moulberry:master' into masterIRONM00N
2022-10-19Will now actually set up the pickaxe cooldown on first world joined (#355)Ascynx
2022-10-19Remove the extra bar textures as fsr never used them (#361)NopoTheGamer
2022-10-19Fix crash when a list config option doesnt have that many options (generally ↵NopoTheGamer
from downgrading) (#371)
2022-10-19Fixed /join not always going to Master Mode (#356)Walker Selby
2022-10-19Update DevTestCommand developer check (#351)Walker Selby
* Update DevTestCommand.java Update DEV_TESTERS to be UUID based rather than string literals of usernames. Update logic to check for UUIDs rather than usernames. * Add Detection for developer environment Add a check for if they are using a deobfuscatedEnvironment, which would allow them to use the dev commands. Thanks @romangraef Co-Authored-By: Roman / Linnea Gräf <roman.graef@gmail.com> * Update DevTestCommand.java * Revert Last Change * Add egirlefe per request * Add efefury per request Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com>
2022-10-19Couple minor bug fixes (#377)Vixid
2022-10-19Update workflow actions (#378)Nico Mexis
2022-10-19reclaim notenoughupdates from the leftoidsMoulberry
2022-10-19Merge pull request #360Vixid
* Fixed buggy cape in /pv
2022-10-15Merge pull request #268 from NotEnoughUpdates/masterv2.1.0Moulberry
2.1 Continued