aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/profileviewer
AgeCommit message (Collapse)Author
2023-07-06Show player username when hovering over the recent profiles (#761)NopoTheGamer
2023-07-06Hard coding item textures (#759)CalMWolfs
2023-07-06Add some rift stuff to PV (#749)CalMWolfs
2023-07-06Fix Magical Power calculation (#754)Lulonaut
2023-06-30fix youtube rank prefix color in /pv (#747)IRONM00N
2023-06-27fix bank balance and powder count in pv (#745)NopoTheGamer
* Added a command to set api key * Fixed total powder count in pv
2023-06-27Fix pv NPE if no argument (#743)NopoTheGamer
fixed npe in /pv with no aguments
2023-06-27Recent Pv profiles (#727)CalMWolfs
2023-06-23Various rift related changes (#724)Roman / Linnea Gräf
2023-06-19Fix dojo & social (#719)kr45732
2023-06-08PV Overhaul (#708)kr45732
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2023-05-31Fix Soopy Networth (#706)Roman / Linnea Gräf
* Fix Soopy Networth * Add api cache clear command
2023-04-04Scrollable Tooltips a la text line removal. (#613)Roman / Linnea Gräf
* scrolling * Reverse scrolling * change trophy fish pv page to use the same tooltip system as the rest of the pv pages * Added the ability to use neu's tooltips instead of vanilla * Move config option * Add support for the custom tooltips * Fixed equipment overlay breaking * Fixed some guis going no * Use a new arraylist instead of modifying the old one (achievments) * fix merge conflict --------- Co-authored-by: nopo <nopotheemail@gmail.com>
2023-03-26Fixed 3 Hotm Perk lores (#673)jani270
2023-03-18Profile Viewer fix class average counting classes above 50 (#666)efefury
2023-03-06Fix NPE in Level Page v4 (#649)efefury
2023-03-04I hate FontRenderer. (#612)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-03-04Fixed colour formatting on sb levels >= 360 (#638)Vixid
2023-02-24Fix crashes in levels page (#626)NopoTheGamer
google null pointer exception
2023-02-16Fix NPE in Level Page (v2) (#617)efefury
2023-02-15 ApiUtil: Add cache with per request timeout and per class histogram (#592)Roman / Linnea Gräf
* ApiUtil: Add cache with per request timeout and per class histogram * MinionHelper: Only load minion helper data when needed * Api: Make api response processing more async. * Lower cache for /pv to 30 seconds and rename cacheDuration to max age * Disk cache for the API
2023-02-14Revert nw location (#606)NopoTheGamer
2023-02-14Add event task & other things in Level Page (#607)efefury
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-02-06Fix NPE in Level Page (v1) (#597)efefury
2023-02-06Fixed Lags: Magical power in SkyBlock Menu (#587)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-02-06Fix click in PV & Replace Texture (#589)efefury
2023-02-06Align level in Basic PV page to center (#586)efefury
Fixes https://github.com/NotEnoughUpdates/NotEnoughUpdates/issues/584
2023-01-31Levels page in Profile Viewer (#562)efefury
* ughidontwannafigureouthowtousethis * not finished hgdt< * Make use of new collections api in collectionspage * final commit HOPEFULLY * fix infer v1 * fix mithril powder going over cap my beloved * Formatting :thumbsup: * More Formatting :thumbsup: important * ea sports its in the game * maybe fix cache * change location of weight and networth and config option for weght requested by alea * Fix jump at CAP powder * Code formatting and deleted unused variables. * Used KUUDRA_TIERS array from CrimsonIslePage in SlayingTaskLevel. * Used SLAYERS array from PROFILEVIEWER in SlayingTaskLevel. * Intellij Code Cleanup. * revert fun things Please efe put formatting in another PR. * fix issues idk * Import fixes and formatting. And an unnecessary empty space in 2.1.1 for jani. * fix nea issue --------- Co-authored-by: nea <nea@nea.moe> Co-authored-by: jani270 <jani270@gmx.de> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-19Use a long for skils totalXP fixes #555 (#559)Hexeption
2023-01-13No more final changes (#538)hannibal2
prevent offline pv crashes Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-11Optional Oneconfig support (#401)Roman / Linnea Gräf
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.
2022-12-31show neu nw if soopy doesn't work (#532)efefury
2022-12-25Fix total kills, deaths not being reset on profile switch (#512)GodOfPro
Override the reset cache
2022-12-24Fixed total highest waves being included in total runs (#509)GodOfPro
2022-12-22Merge pull request #502hannibal2
* maxed stats are green
2022-12-21Added essence shop tooltip to pv (#488)NopoTheGamer
2022-12-13Fix open in skycrypt button not working on linux with some jdks (#490)NopoTheGamer
2022-12-12Added Highest Wave completed to Kuudra stats in pv (#489)Vixid
2022-12-09Katting (#447)Roman / Linnea Gräf
Co-authored-by: nea <romangraef@gmail.com> Co-authored-by: nea <roman.graef@gmail.com> Co-authored-by: nea <nea@nea.moe> Co-authored-by: nea <romangraef@loves.dicksinhisan.us> Co-authored-by: nea <roman.graef@grb-online.net> Co-authored-by: nea <hello@nea89.moe> Co-authored-by: nea <roman.graef@stud.tu-darmstadt.de>
2022-12-07show wither essence in /pv (#466)Lulonaut
2022-12-07Do not bail out from finding profiles after finding main profile (#474)Roman / Linnea Gräf
Fixes https://github.com/NotEnoughUpdates/NotEnoughUpdates/issues/452
2022-11-28Added Overlaystyle option to powder grinding tracker (#448)jani270
Co-authored-by: nopo <nopotheemail@gmail.com>
2022-11-20Added Senither Weight Leaderboard Position (#436)GodOfPro
Co-authored-by: nopo <nopotheemail@gmail.com>
2022-11-07add null check instead of spamming logs every frame (#430)NopoTheGamer
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-10-31Made essence show 0 in pv instead of not rendering that line (#408)NopoTheGamer
2022-10-30Support for cata 50+ and class average. (#349)Vixid
2022-10-30Add networth leaderboard position to hover lore (#403)Soopyboo32
Co-authored-by: nopo <nopotheemail@gmail.com>