aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-26Merge remote-tracking branch 'origin/master' into disabledoptionsdisabledoptionsnea
2023-01-25Annotation registering (and also some comptime performance) (#554)Roman / Linnea Gräf
2023-01-25Fixed double register of view uses or recipes (#552)NopoTheGamer
* Fixed double register of view uses or recipes * !
2023-01-25Recipe hotkeys in experimentation table. (#568)hannibal2
Prevent recipe hotkeys (R + U) when inside the experimentation table. Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-25Do not always include essence profit in Croesus overlay (#566)Lulonaut
2023-01-25Cancel wardrobe hotkey inputs (#563)Lulonaut
Co-authored-by: Lulonaut <lulonaut@tutanota.de> Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com>
2023-01-24nitpickingnea
2023-01-22Fix [NEU] API is down not showing (#558)NopoTheGamer
2023-01-21Want to Complete Commission Tasks Like a Pro? This Feature is a Must-Have (#517)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-20UPDATE COPYRIGHT PROFILE (#565)Lulonaut
2023-01-20Fixed Powder Checker (#561)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Fixes https://github.com/NotEnoughUpdates/NotEnoughUpdates/issues/560
2023-01-19Use a long for skils totalXP fixes #555 (#559)Hexeption
2023-01-18Added ability to multiply pet xp gain per pet (#553)NopoTheGamer
2023-01-18Made it so barriers appear where you are unable to slot bind to (#528)NopoTheGamer
Co-authored-by: nea <romangraef@gmail.com> Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2023-01-18Fixed 2nd pet skull not rendering and breaking with custom gui scale (#551)NopoTheGamer
2023-01-17Fix npe spam when rendering a player model in a recipe (#557)NopoTheGamer
2023-01-17Add tooltip resizing (#543)NopoTheGamer
add tooltip resizing
2023-01-16Kuudra Party PV (#556)hannibal2
* Added kuudra party join message clickable support. * Typo. Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-15Really big Bazaar change (#549)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-13No more final changes (#538)hannibal2
prevent offline pv crashes Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-13Add nopos xdg-open link opener to vanilla GUIs (#542)Roman / Linnea Gräf
2023-01-13PetLeveling: Allow for defining custom level offsets for pets (#534)Roman / Linnea Gräf
2023-01-12Changed Fishing Timer from 30 to 20 seconds (#547)jani270
2023-01-12Bonzo Mask Durability Cooldown (#531)Vixid
2023-01-11EnforcedConfigValues: Allow filtering for mod versionnea
2023-01-11Add EnforcedConfigValues: Allow disabling options via the reponea
2023-01-11Optional Oneconfig support (#401)Roman / Linnea Gräf
2023-01-11Fix skin downloads on some older java versions (#537)Roman / Linnea Gräf
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>
2023-01-042023 jumpscare (#540)NopoTheGamer
2023-01-03Hotkeys for wardrobe slots (#494)NopoTheGamer
* Hotkeys for wardrobe slots, e.g when in the wardrobe, pressing 1 will select the first wardrobe slot * fix wardrobe keybinds not updating * fix up some stuff * i suppose * I should learn more kotlin * considered
2023-01-03Meet Your New Dungeon Group Members in Seconds! (#529)hannibal2
* This feature allows players to view the profile of another player who has joined their dungeon group through the party finder by hovering and clicking on the chat message announcing the player's arrival. * regex on top * Constants stay upper the case. Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-01Some PV Cleanup (#520)Walker Selby
* Remove Unused Import "org.luaj.vm2.ast.Str" Add final keyword in various places, creating slight performance increases * Refactoring, Error Prevention, and Duplicate Code Simplification Rename "stats" declared in line 1723 to "playerStats" to avoid hiding the "stats" field declared at line 648. Rename "passiveStats" declared in line 1723 to "passivePlayerStats" to avoid hiding the "passiveStats" field declared at line 649. Rename "networth" declared in line 939 to "playerNetworth" to avoid hiding the "networth" field declared at line 650. Rename "networth" declared in line 910 to "soopyNetworthData" to avoid hiding the "networth" field declared at line 650. soopyNetworthData Change if check to "isEmpty" rather than size() > 0 Add function getAuctionPriceHelper to increase readability and decrease duplicate code Replaced null with Empty Collections in some cases, to make caller logic simpler Remove commented code for Catacombs in skilltoSkillDesiplayMap Merge if statementes with their enclosing if statements, as they were unnecessarily nested. * Redefine petRarityToNumMap and skillToSkillDisplayMap as ImmutableMaps rather than HashMap and LinkedHashMap respectively due to their immutable nature. * Fix typo in SkyCrypt capilization Add final to some variables for improved performance.
2023-01-01Added new patch notes (#536)jani270
2022-12-31fix current xp showing above max xp for level 100 (#515)NopoTheGamer
2022-12-31Fixed better containers flashing white for a few ticks (#524)NopoTheGamer
2022-12-31Fix daily powder resetting at the wrong time (#518)NopoTheGamer
2022-12-31fix farming overlay accordion not working in item overlays (#530)NopoTheGamer
2022-12-31Probably fixing the cookie buff timer problem (#527)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nopo <nopotheemail@gmail.com>
2022-12-31show neu nw if soopy doesn't work (#532)efefury
2022-12-28Issue with "god pot" in Todo list resolved (#521)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-12-27Craft cost price calculation improved (#511)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-12-27explain better how to use colour codes in /neurename (#526)NopoTheGamer
explain better how to use colour codes
2022-12-27Fix aucion profit taking too much tax (#525)NopoTheGamer
1% tax added for auctions collected above 1M coins
2022-12-26No More Guessing - Find Out Exactly How Much Time is Left in Star Cult ↵hannibal2
Events (#513) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-12-26set combat overlay to be off by default (#523)NopoTheGamer
2022-12-25Fix total kills, deaths not being reset on profile switch (#512)GodOfPro
Override the reset cache
2022-12-25PetLeveling: return stub exp ladder on misformed repo data (#508)Roman / Linnea Gräf
2022-12-24fix "an" where should be "a" (#516)NopoTheGamer
2022-12-24allow coin ingredients with decimal places (#506)Lulonaut