Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-14 | Merge remote-tracking branch 'origin/master' into museumthing | nea | |
2023-01-13 | No more final changes (#538) | hannibal2 | |
prevent offline pv crashes Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
2023-01-13 | Add nopos xdg-open link opener to vanilla GUIs (#542) | Roman / Linnea Gräf | |
2023-01-13 | PetLeveling: Allow for defining custom level offsets for pets (#534) | Roman / Linnea Gräf | |
2023-01-12 | Changed Fishing Timer from 30 to 20 seconds (#547) | jani270 | |
2023-01-12 | Bonzo Mask Durability Cooldown (#531) | Vixid | |
2023-01-11 | Optional Oneconfig support (#401) | Roman / Linnea Gräf | |
2023-01-11 | Fix skin downloads on some older java versions (#537) | Roman / Linnea Gräf | |
2023-01-05 | Replace 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-04 | 2023 jumpscare (#540) | NopoTheGamer | |
2023-01-03 | Hotkeys 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-03 | Meet 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-01 | Some 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-01 | Added new patch notes (#536) | jani270 | |
2022-12-31 | fix current xp showing above max xp for level 100 (#515) | NopoTheGamer | |
2022-12-31 | Fixed better containers flashing white for a few ticks (#524) | NopoTheGamer | |
2022-12-31 | Fix daily powder resetting at the wrong time (#518) | NopoTheGamer | |
2022-12-31 | fix farming overlay accordion not working in item overlays (#530) | NopoTheGamer | |
2022-12-31 | Probably 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-31 | show neu nw if soopy doesn't work (#532) | efefury | |
2022-12-30 | remove user information | Lulonaut | |
2022-12-30 | remove donated items | Lulonaut | |
2022-12-28 | documentation (impossible) | Lulonaut | |
2022-12-28 | move file for consistency | Lulonaut | |
2022-12-28 | add option for craft cost | Lulonaut | |
2022-12-28 | fix duplicates | Lulonaut | |
2022-12-28 | Issue with "god pot" in Todo list resolved (#521) | hannibal2 | |
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
2022-12-27 | Craft cost price calculation improved (#511) | hannibal2 | |
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> | |||
2022-12-27 | explain better how to use colour codes in /neurename (#526) | NopoTheGamer | |
explain better how to use colour codes | |||
2022-12-27 | Fix aucion profit taking too much tax (#525) | NopoTheGamer | |
1% tax added for auctions collected above 1M coins | |||
2022-12-27 | :clueless: | Lulonaut | |
2022-12-27 | improvements to armor detection | Lulonaut | |
2022-12-26 | No 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-26 | set combat overlay to be off by default (#523) | NopoTheGamer | |
2022-12-26 | so true | Lulonaut | |
2022-12-26 | working version | Lulonaut | |
2022-12-25 | Fix total kills, deaths not being reset on profile switch (#512) | GodOfPro | |
Override the reset cache | |||
2022-12-25 | PetLeveling: return stub exp ladder on misformed repo data (#508) | Roman / Linnea Gräf | |
2022-12-24 | fix "an" where should be "a" (#516) | NopoTheGamer | |
2022-12-24 | LRUCache: Cache null results | nea | |
2022-12-24 | Museum: Display hydrated items for items taken outside of the repo | nea | |
2022-12-24 | allow coin ingredients with decimal places (#506) | Lulonaut | |
2022-12-24 | Fixed total highest waves being included in total runs (#509) | GodOfPro | |
2022-12-24 | Fix NullPointerException in ItemTooltipRngListener (#510) | heyngra | |
2022-12-23 | fix farming overlay showing the wrong skill sometimes (#500) | NopoTheGamer | |
2022-12-23 | Gui element scale (#485) | NopoTheGamer | |
2022-12-23 | RepoEditing: Allow opening files in the external editor (#487) | Roman / Linnea Gräf | |
2022-12-22 | [TRIVIAL] "Fixed" smallest neu bug in history (#505) | jani270 | |
(wanna know what else is small) | |||
2022-12-22 | Merge pull request #501 | hannibal2 | |
* ArrayIndexOutOfBoundsException * just change the condition to >= instead of == | |||
2022-12-22 | Merge pull request #502 | hannibal2 | |
* maxed stats are green |