aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java
AgeCommit message (Collapse)Author
2024-05-23Fix Glowstone Minion not showing in PV (#1178)jani270
2024-04-26Fix Profile viewer issues with Turkish language (#1116)NopoTheGamer
2024-04-11Add new glacite tunnel collections to PV (#1084)jani270
2023-07-21Use ursa-minor as API proxy (#762)Roman / Linnea Gräf
* Use ursa-minor as API proxy * Allow setting a ursa server url * Make client aware of x-ursa-expires * Make profile data syncer work using legacy api * Add better header support * Add manual call functionality * Improve callUrsa to allow for raw strings * Save tokens better and add logs on http failure status codes * Remove API key requirement for PV * Make museum in pv also use ursa
2023-07-06Add some rift stuff to PV (#749)CalMWolfs
2023-06-27Recent Pv profiles (#727)CalMWolfs
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-03-04Fixed colour formatting on sb levels >= 360 (#638)Vixid
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-06Fixed Lags: Magical power in SkyBlock Menu (#587)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
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-13No more final changes (#538)hannibal2
prevent offline pv crashes 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.
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-20Added Senither Weight Leaderboard Position (#436)GodOfPro
Co-authored-by: nopo <nopotheemail@gmail.com>
2022-10-30Add networth leaderboard position to hover lore (#403)Soopyboo32
Co-authored-by: nopo <nopotheemail@gmail.com>
2022-10-21Soopy networth option in pv (#303)Soopyboo32
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-10-19Couple minor bug fixes (#377)Vixid
2022-09-29Add custom keystore and refactor HypixelApi.java (#318)Roman / Linnea Gräf
* Add custom keystore and refactor HypixelApi.java * Fix inputstream leak (+ less console spam) * Fix HOTM crash * Use api selected variable to find best profile * Number formatting * Make old profiles show again Co-authored-by: nopo <nopotheemail@gmail.com>
2022-09-14Fixed collection displaynames (#280)jani270
2022-09-08Fix Collections display getting very unresponsive after some time (#261)Nico Mexis
* Update Gradle wrapper properly * Fix Collections display getting very unresponsive after some time
2022-08-16Fix pets crashes (#226)kr45732
* fix some stuff maybe * Boulberry Bushing * spam jani logs * maybe fix sob * more spam * does dat fix anytihnkgMjl * more spam (real) * ae
2022-08-11PV Refactoring (#212)kr45732
2022-08-09fixed some collection int limit display problems in pv collection page (#207)hannibal2
2022-08-07added chili pepper collection (#203)hannibal2
2022-08-05Add weight to pv (#201)kr45732
* Finished senither weight * Fixed lily weight * move file and add senither weight * Impl weight * Remove unnecessary stuff * undo nw change * fix stuff * Update 2.1.md * why on earth would you do this 🙂 Co-authored-by: nopo <noahogno@gmail.com>
2022-07-29changed int to long and float to double in item price logic (#197)hannibal2
2022-07-11ah profit cool gui display (#178)efefury
Co-authored-by: Lulonaut <lulonaut@tutanota.de> Co-authored-by: nopo <noahogno@gmail.com>
2022-06-22bug fixes (#172)Lulonaut
* yikes * cookie warning * better wording in docs * edit items in parent that are the bounds of the item list * totalCount not updating when not present * unplayable * comment? * outdated repo notification * more notification * crash * more crash * cookie bug
2022-06-11added social and equipment to pv (#158)NopoTheGamer
* Added equippment to pv * not working :thumn up :trollface: * working i think * i forgot * 2.1md gaming * Fixing offset i think? * Rename social_xp -> social * thank you hy pixel for making equipemnt in a different order to armoru Co-authored-by: jani270 <jani270@gmx.de> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> Co-authored-by: kr45732 <52721908+kr45732@users.noreply.github.com>
2022-06-09Re-license project as LGPL (#157)IRONM00N
* add licence files & a few misc chores * add license notices & run auto formatter
2022-05-31Move repository related configuration to GUI. (#151)Roman / Nea
2022-05-07Rewrite ProfileViewer.java for more fps (#129)Lulonaut
2022-04-21fix wardrobe + blaze slayer and mining stats in pv (#115)NopoTheGamer
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-03-20dungeons and pv bingo tab (#93)Lulonaut
2022-02-27feat: improve formating :)IRONM00N
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-01-01Added custom wardrobe display for the new stuff they have put on the alpha (#36)NopoTheGamer
* istg if you give me 170 commits i will end someone(added stranded pv icon + added an icon for gamemodes that neu doesnt know about) * Change the mines of divan waypoints to blue because it was hard to see the gold waypoint gold blocks everywhere * Added a custom armor stuff for the alpha content * Made it so it doesnt show if you dont have hide potion effects on * very cool and epic armor display (dont look at the code its bad) ((not finished)) * hello yes please test armor hud (finished but i will clean it up a lil) * clean up code + show thingy when no items cached + fix neu buttons placement + fixed crash * fixed neubutton placment but the fix works (i hope) * i see no reason for this to work outside skyblock soo * ery wanted it to be possible for an on texture to be different to an off texture in /neu * Added "Has Advanced Tab" to /neustats * Added "Has Advanced Tab" to /neustats * https://cdn.discordapp.com/attachments/896407218151366687/924981162714234900/unknown.png https://cdn.discordapp.com/attachments/896407218151366687/924981203319263232/unknown.png (fixed storage menu if you have new tab off) * tried to fix the gui being offset * Add a pet display for your inventory * tries to show your pet stats in the inv display * skyblock check * Fix texture * try to lower file size by unused assets * patch notes ! * remove some random code that wasnt doing anything * added a repo check to see if the wardrobe stuff has come out yet * fixed it showing wrong pet * fixed caching
2022-01-02Added some things (#49)efefury
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2021-12-28more code clean up (#38)IRONM00N
2021-11-02Adding skill overlays and hotm stuff in pv + other minor stuff (#15)nopothegamer
* idk where im commiting to * idk where im commiting to * made tita overlay and waypoints work with dwarven overlay off "fixed" divan rarity in neuah made eitherwarp block overlay turn off able * Added change notes * i stopped being pepega and worked out how neu config works * Added mining skill overlay * fixed mining overlay * add option to hide Mining waypoints in Dwarven mines when at location * better check location * Make cata xp in /pv be calculated on how many runs you have * Added master cata xp rates * Make gitignore not show as changed * Added warnings to some things in /neu * maybe fix hiding waypoints * Added a fishing skill overlay its kinda scuffed because of the interp stuff * Hopefully fix Rampart's quarry (for real now) * Moul said i could no one leak in general or smth * Cache itemstacks in miningoverlay and crystalhollows overlay (untested) * Fix preinit crash due to manager not existing yet * Make tab do the same as down button while in tab completion mode * remove debug print * Added pitch to farming overlay * Changed the panoramas back to the old one because ery is scuffed * isnt finished but should work for ery * Made it so if ur mining 60 it just says maxed level instead of b u g * Made skills not show int limit when at max level in skill overlays * wh :omegalul: made neu * sad you cant type that long in search bar * Hello don't mind me just improving your workflow * æ * Oh also this * Added the cata xp scaling(idk if m3 and 4 values are right) * Added Expertise Progress * Fix farming overlay * Added cult/crops to next cult level * Go to the other end of the tab-completion List when hitting the end * remove debug prints * added combat skill overlay and some changes to the others (combat doesnt work rn could someone look into it :prayge:) * Added cooldown to god pot showing in todo overlay * comment * Added option to remove enchant glint in storage gui * Added option to remove enchant glint in storage gui * please fix * please fix * Fixed the placement of help.png * Added fairy soul waypoints to misc * unclear not clear * Added dg partner cape * fix space cape * Fix space cape * Make it so you can hold down keys in sign GUIs * Added a button in storage menu to open the settings Added an option to change the click names for /pv to /ah * Made it so ur config doesnt reset * Added bhop (shhh dont tell anyone) * Added a help menu to /neuec * changed fisgifis overlay button no work * make working fishing tiemr * jani can you test this out for us * Added a gui locations tab * very important feature * Fixed wart hoe overlay if not alch 50 * Make it so the ding time is customizable * Added coins/m to farming overlay * Basic mining tab in pv * Just for jani * Just for jani v2 * works ig * my balls * hotm pv is mostly done missing some perks * hotm pv done * message goes here * push so i can pr jani * Final hotm pv texture + fix m3 and m4 cata xp * edit: didnt work * fixed up stuff dokm said * added image for hotm pv * Fixed previews for furf and dg capes * removed combat overlay from location gui menu in /neu * Start of a custom pv page * Removed custom pv because -2 people would use it Removed neubhop (found out bhop is bannable) * update build gradle Co-authored-by: Lulonaut <lulonaut@tutanota.de> Co-authored-by: Lulonaut <67191924+Lulonaut@users.noreply.github.com> Co-authored-by: DoKM <mcazzyman@gmail.com> Co-authored-by: TymanWasTaken <tyman@tyman.tech> Co-authored-by: MicrocontrollersDev <microcontrollersyt@gmail.com> Co-authored-by: jani270 <jani270@gmx.de>
2021-10-16Code Clean Up (#2)IRONM00N
* intellij code clean up * optimize imports * format * intellij suggestions * fix empty catch issues
2021-07-31Add Join date, Last saved and guild to pvDoKM
2021-07-30Add ironman indicator in pvDoKM
2021-07-25Merge branch 'master' into prIRONM00N
2021-07-23feat: cutom minion teirs, add missing minions, add support for mythic petsIRONM00N
2021-07-23Introduce alot of fixes from Ironm00n's pull requestDoKM
not everything though missing his cape (thats not for me to do) and his version checker for PRE's
2021-07-21hot fix for crashing in pvDoKM
due to me forgetting to check if backpack info is null