aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/GuiProfileViewer.java
AgeCommit message (Collapse)Author
2024-08-12Fix HOTM showing overflow level (#1308)Luna
Co-authored-by: nopo <nopotheemail@gmail.com>
2024-08-04Add Garden Page in PV (#1263)CalMWolfs
Co-authored-by: nopo <nopotheemail@gmail.com>
2024-07-21Fix vampire slayer in pv having wrong percent to max (#1258)NopoTheGamer
2024-05-31Add more detail to hoppity pv page (#1160)Phoebe
Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: SeRaid <77941535+SeRaid743@users.noreply.github.com> Co-authored-by: nopo <nopotheemail@gmail.com>
2024-05-16Fix pv text input accepting inputs when it shouldn't (#1168)Phoebe
Co-authored-by: SeRaid <77941535+SeRaid743@users.noreply.github.com>
2024-05-14Fix null recent searches crashing in /pv (#1171)NopoTheGamer
2024-04-26Fix Profile viewer issues with Turkish language (#1116)NopoTheGamer
2024-04-01Add warning when using incorrect NEU api proxy (#1070)Linnea Gräf
2024-01-23fix: Profile Viewer showing a blank page instead of loading (#1007)jani270
Co-authored-by: Linnea Gräf <nea@nea.moe>
2024-01-19Add crash recovery page to PV (#999)Linnea Gräf
* Add crash recovery page to PV * Add warning for missing auth token
2024-01-16Empty pv search bar instead of displaying error (#1002)Lulonaut
2024-01-04Fix crash for old player profiles (#987)Lulonaut
2023-12-26Added null check for bestiary and moved the files (#982)jani270
2023-10-09Profile viewer fixes (#871)Madeleaan
2023-08-05Starting to remove api key mentions from NEU (#781)jani270
* Starting to remove api key mentions from NEU * remove api key error popup * ooops --------- Co-authored-by: nopo <nopotheemail@gmail.com>
2023-07-27buttons for guild name & status in PV (#776)Lulonaut
Co-authored-by: nea <nea@nea.moe>
2023-07-19Rift Page in PV and several Level Page changes (#770)efefury
2023-07-18Museum page (#773)CalMWolfs
Co-authored-by: nopo <nopotheemail@gmail.com>
2023-07-11Funny Rainbow Bar (#768)kr45732
2023-07-06Show player username when hovering over the recent profiles (#761)NopoTheGamer
2023-06-27Recent Pv profiles (#727)CalMWolfs
2023-06-08PV Overhaul (#708)kr45732
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2023-03-04I hate FontRenderer. (#612)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-13Fix open in skycrypt button not working on linux with some jdks (#490)NopoTheGamer
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-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-10-30Support for cata 50+ and class average. (#349)Vixid
2022-10-21Made cool kill/death stuff in profile viewer (#376)Cobble8
2022-10-21misc pv changes (#314)efefury
2022-10-20refactor: change ProfileViewer 'Your Skills' tab to 'Skills' (#383)Jejebecarte
Just a minor error I noticed while using the mod, given you're not always viewing your own profile.
2022-10-20Miscellaneous Typos (#339)Walker Selby
Co-authored-by: MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com>
2022-10-15Fix pv crash when in f7 (#366)NopoTheGamer
Fix pv crash when your in f7???
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-29Fix for that 1 human who has gui scale 5 (#323)NopoTheGamer
2022-09-11fixed backpacks when dont have fairy soul req (#264)NopoTheGamer
2022-09-080.14 - Finished :) (#233)hannibal2
Co-authored-by: nopo <noahogno@gmail.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> Co-authored-by: Ascynx <78341107+Ascynx@users.noreply.github.com> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2022-08-26Of course you have pronouns in pv (#234)Roman / Linnea Gräf
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-13quiver info in pv (#210)Lulonaut
Co-authored-by: nopo <noahogno@gmail.com> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
2022-08-11PV Refactoring (#212)kr45732
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-08-05Pv hide offline location (#200)hannibal2
* hide location text "unknown" in pv page when the player is offline * fixed the pr Co-authored-by: nopo <noahogno@gmail.com>
2022-07-16fixed magic power (#187)NopoTheGamer
* fixed magic power * I feel like this is an important change * fix location * added support for trade money signs
2022-07-11ah profit cool gui display (#178)efefury
Co-authored-by: Lulonaut <lulonaut@tutanota.de> Co-authored-by: nopo <noahogno@gmail.com>
2022-07-07Added bestiary tab to pv (#177)NopoTheGamer
* some progress - missing be mobs from crimson and dungeons * fix id's * works :tm: * working mobs levels (for hub and island because lazy * idk seems right * Added bestiary texture, fixed name bug, added changelog i hope i didnt mess up anything. * i did smth * use 2.1.md from master because yes * L europe * Finished be tab * hi im just putting it here because too lazy to open a pr for this k, thanks bye * unbelievable * fix crash * fix crash with old repo * stfu infer * europe wins * l o n g Co-authored-by: jani270 <jani270@gmx.de>
2022-07-05Merge pull request #179Lulonaut
* magical power * major flaw * rarity
2022-06-28A few changes (#176)jani270