aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2022-04-16moving partscrafts/mobdropsnea
2022-04-15always show mobs togglenea
2022-04-15better recipe display namenea
2022-04-15move shit into hover cause items look pretty terriblenea
2022-04-15finish offnea
2022-04-14colored leather armonea
2022-04-14add drop chancenea
2022-04-14NPEnea
2022-04-14panosnea
2022-04-14horseys ouchnea
2022-04-14horseysnea
2022-04-14skytils interopnea
2022-04-14niceitiesnea
2022-04-14stuff (with er skeletonsnea
2022-04-14still broken, but better (just like me (stop being edgy nea ( no u ))))nea
2022-04-14some untested changesnea
2022-04-14fix texture offsets and also parts:truenea
2022-04-14hot tall mennea
2022-04-14add extra skin parts and make less tabsnea
2022-04-14add tabs, because i cannea
2022-04-14add neu repo as resource pack, cause why not at this pointnea
2022-04-14Fix cookie fuckupnea
2022-04-14more modifiers and entitiesnea
2022-04-14entity renderer (somewhat functionaL)nea
2022-04-13Change fairy soul beacon colors based on distance, always track found souls ↵CraftyOldMiner
(#111)
2022-04-13Crimson Essence support (#110)Lulonaut
* jani1 * update bingo more often * crimson support * move method to Utils * remove debug prints * fix single items * gray items * improvements better variable names fix behavior from 10 to 15 stars use EnumChatFormatting instead of the color code directly * fix dungeonize cost * remove master stars check
2022-04-12Added an command to change repo url and commits url (#109)NopoTheGamer
* Added an command to change repo url and commits url * Added new armor types to itemlist category * made /neurepomode setRepoURL not a pain to use Co-authored-by: jani270 <jani270@gmx.de>
2022-04-08Neupackdev subcommand additions 2 (#106)Walker Selby
Co-authored-by: CraftyOldMiner <85420839+CraftyOldMiner@users.noreply.github.com>
2022-04-07Wishing compass improved target identification, bug fixes (#108)CraftyOldMiner
* Wishing compass improved target identification, bug fixes - Use structure sizes to determine targets instead of adjacent zones. This should fix sporadic incorrect targets. - Fix compass not working when used on the edge of a zone due to bounding box coordinates being off by one. - Record all seen particles during compass use for troubleshooting intermittent failures. * Fix description for waypoint names * Fix typo
2022-04-01Fixed typo from original repo (#105)Schlaumeyer
https://github.com/Moulberry/NotEnoughUpdates/pull/273
2022-03-29NEU Pack Dev Additions (#103)Walker Selby
2022-03-28Restore metal detector and wishing compass changes that were nuked by #94 (#104)CraftyOldMiner
2022-03-27Blaze slayer (#102)Walker Selby
2022-03-27oldanimations notification (#98)Lulonaut
2022-03-27Lowest BIN related fixes & optimizations (#101)CraftyOldMiner
* Lowest BIN related fixes & optimizations - Fix double-call of updateLowestBin due to a race condition where lastLowestBinUpdate is not updated by the async thread until after the following tick. - Change the parsing of item prices to avoid using getAsInt on a decimal string that throws two exceptions per value parsed. I replaced it with the code that getAsInt ends up falling back to. - Delete corrupted prices_*.gz file so that it can be re-downloaded. - Make the Bazaar update retry after 60 seconds instead of 5 minutes to be consistent with auction average data. * Remove corrupt file deletion code to avoid conflict with other PR
2022-03-27better scrolling in /neu (#99)Lulonaut
2022-03-27Add NBT Data to Profile Viewer Tabs and XP Bars (#94)Walker Selby
* Fixed what hypxiel broke in dungeons * Added Longswords to Tools Tab (Itemlist) * Set max cata level to 70 * ups * why is it now E * YEP the cap is 99 not 70 * long cata xp BatChest + remove crash check because hypixel profile is null and i havent fixed that yet * Added checks for chat messages for dungeon win overlay - i think ive got them all but 4Shrug * Added an option to alert you if you put something for too much onto ah (default 50%) + Lowest bin alert triggers if lowest bin isnt found * IMPORTANT * fix dungeon page in /pv * show minions from coop in /pv * (BREAKING CHANGE) remove whitespace in changelog * fix crash with minion check * initial draft * tooltip * important changes * progress related things progress bar for community goals total collected points and personal goals display * only show bingo tab on Bingo profiles * make goals display gold when completed * Added MM7 button to dungeon preset * wart go not stonks * fix percents and added stack size * use code nopo in fortnite shop — Today at 17:29 The capitalisation * config option for always showing bingo page * 🙂 * movble pv tabs * 2.1.md 🙂 * oops * der Kabel * import * Added powder amount to level up perk * Made it only show if the perk isnt maxed / level 0 * fix /pv crash when pet is not in repo * 2.1.md 🙂 * web editor my beloved * Add NBT Data to Profile Viewer Tabs and XP Bars Add NBT Data Support for Resources in Tabs Add NBT Data Support for Resources in XP Bars Optimize renderTabs function Optimize mouseClicked Function Optimize ProfileViewerPage Enum * Update Style Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> * Update GuiProfileViewer Rebased on pvbingo Updated formatting with IntelliJ reformatting tool (hopefully that matches now, let me know if you want me to try again but I think I did it right) * dungeons and pv bingo tab (#93) * add custom skull loading back (#96) * Refactor Hollows solvers, add tests, add Vec3Comparable, fix bugs (#95) * Rebase on master * Fix conflicts and rebase on master Add changes to change log * Oops Co-authored-by: nopo <noahogno@gmail.com> Co-authored-by: jani270 <jani270@gmx.de> Co-authored-by: Lulonaut <lulonaut@tutanota.de> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: Lulonaut <67191924+Lulonaut@users.noreply.github.com> Co-authored-by: CraftyOldMiner <85420839+CraftyOldMiner@users.noreply.github.com>
2022-03-27New wiki in wiki renderer (#97)DeDiamondPro
* partly working and pushing cuz jani * way better rendering stuff but still not perfect * finish most of wiki renderer for new wiki * JANI MY FRIEND PLEASE TEST * Windows time :sad: * fix wiki renderer * Some things I forgor * changelog * Better corrupted file handling in graph and added check for crash that I have no idea how it happened.
2022-03-24Refactor Hollows solvers, add tests, add Vec3Comparable, fix bugs (#95)CraftyOldMiner
2022-03-21add custom skull loading back (#96)Lulonaut
2022-03-20dungeons and pv bingo tab (#93)Lulonaut
2022-03-13Add .gitattributes, normalize exiting line endings (#91)CraftyOldMiner
2022-03-07Wishing Compass Solver, Metal Detector Solver improvements, add /neudiag, ↵CraftyOldMiner
other misc changes (#90)
2022-03-06Add sbcheck to item price warning (#89)Lulonaut
2022-03-02NeuEventListener changes and dead code removal (#88)Lulonaut
* hide Hypixel reforge stats * unused import? * better comments * 2.1.md 🙂 * 2.1.md 🙂 * minor cleanup * api * remove collectionLog and morus and cape.png * remove FancyPortals and panorama dev cmd Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
2022-02-27feat: improve formating :)IRONM00N
2022-02-25Hide Hypixel reforge stats in Reforge Stone lore (#85)Lulonaut
* hide Hypixel reforge stats * unused import? * better comments * 2.1.md 🙂 * 2.1.md 🙂
2022-02-24Fix Typos / Grammar (#87)Walker Selby
* Fix Typos / Grammar Because this is obviously a very pressing issue. * Fix another Typo Oops, forgot.
2022-02-23Add Custom Resource Pack Support to Mining in Profile Viewer (#86)Walker Selby
* Add createSkull Util Add createSkull Util, makes it easier to make a custom skull when needed. * Fix Gemstone Collection Change displayName from "Gem stones" to "Gemstone" Change displayItem from Red Stained Glass to Gemstone Item Head. * Update GuiProfileViewer Remove code remnant in comment Add space to switch (potm) for consistent style Add NBT data so that Custom Resource Packs work properly with the HOTM GUI. Change tooltip logic to add third yellow color when in progress, matching Hypixel's HOTM display.
2022-02-18kat sitter overlay (#83)Roman / Nea
* kat sitter overlay * Remove unused scan function