aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/auction/APIManager.java
AgeCommit message (Collapse)Author
2024-02-14Added Ctrl-Click to open bazaar to the minion helper (#1011)jani270
* feat: Ctrl-Click to open bazaar * Use max number of items for minion crafts --------- Co-authored-by: Linnea Gräf <nea@nea.moe>
2023-05-31Removing the neu AH (#627)hannibal2
* Removed the neu ah. * make compile * make command say its removed * just what i wanted, an empty file --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nopo <nopotheemail@gmail.com>
2023-05-26Graph v2 (#680)DeDiamondPro
2023-04-28Extra bazaar tooltip info (#689)Stephen White
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-03No bazaar data when no bazaar data (#577)hannibal2
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>
2022-12-27Craft cost price calculation improved (#511)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2022-10-31(Maybe) Make it so prices can be more than integer limit? (#362)ENORMOUZ
Couldn't test this in IntelliJ for some reason so I hope this works, but expect it not to since its untested.
2022-10-30Croesus profit overlay (#368)efefury
Co-authored-by: Lulonaut <lulonaut@tutanota.de> Co-authored-by: nopo <nopotheemail@gmail.com>
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-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-09-08Add item ids to Books in more places (#256)Roman / Linnea Gräf
* Add item ids to Books in more places Add item ids to Enchanted Books in the Bazaar and in the Experimentation Table. Add ItemResolutionQuery as a new way to query items and item ids. Co-authored-by: romangraef <roman.graef@gmail.com> * Update 2.1.md * Infer found a bug that already existed before. * add support for animated crab hats Co-authored-by: hannibal00212 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nopo <noahogno@gmail.com>
2022-08-20enchanting book name remapping (#237)Roman / Nea
* enchanting book name remapping (omg remapping, minecraft obfuscation reference) * Fix gui resetting
2022-08-11add an faq (#217)NopoTheGamer
2022-08-09adding >2.1b support for custom ah (#214)hannibal2
2022-07-29changed int to long and float to double in item price logic (#197)hannibal2
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-04-30Crash & perf fixes (#121)CraftyOldMiner
- Fix crash in profile viewer when name not found - Parse numbers using exception-free methods in hot code paths - Update price graph to handle items transitioning from the bz to ah
2022-03-27Lowest BIN related fixes & optimizations (#101)CraftyOldMiner
* Lowest BIN related fixes & optimizations - Fix double-call of updateLowestBin due to a race condition where lastLowestBinUpdate is not updated by the async thread until after the following tick. - Change the parsing of item prices to avoid using getAsInt on a decimal string that throws two exceptions per value parsed. I replaced it with the code that getAsInt ends up falling back to. - Delete corrupted prices_*.gz file so that it can be re-downloaded. - Make the Bazaar update retry after 60 seconds instead of 5 minutes to be consistent with auction average data. * Remove corrupt file deletion code to avoid conflict with other PR
2022-02-27feat: improve formating :)IRONM00N
2022-02-12Dream skin (#80)Roman / Nea
2021-12-30Adding support for more recipe types and forge recipes (#40)Roman / Nea
* Foundations for support of different crafting recipe types. NeuRecipe is now a base class for a recipe which provides common concepts, such as inputs, outputs and a rendering task. GuiItemRecipe has been reworked to work with this new NeuRecipe. NeuManager now parses said recipes. This should be reworked to be a two step process (first register items, then register recipes). To keep compatibility with older repo versions, NeuRecipes are parse lenient and default to a crafting recipe. New recipes should be added in the `recipes` json field which is an array of json dictionaries, which have a `type` and other fields depending on the `type` of that recipe. This also adds support for having multiple recipes for a single item (e.g. uncrafting storage blocks). * Remove references in existing code * Recipe Generation * ring recipes * recipe generator v2 * quick forge * bugfixes and performance improvements * fix raw craft cost * reload hotm if you open the hotm tree inv * add myself to the changelog * replace quickforge formular with lookup table * do not crash anymore when opening recipes outside of skyblock * format coins differently * remove debug logs * change recipe generator so that it doesnt crash old versions
2021-12-29Add price graph (#43)DeDiamondPro
* graph thingy * styles * cool stuff * move enabled to top * no pretty printing so smaller files * general improvements to how data is visualised * small oopsie * bazaar support (delete old price data or crash) * Update AHGraph.java * remove 1 line so iron doesn't have to * Update GuiPriceGraph.java * happy now jani? * there ironmoon Co-authored-by: nopothegamer <40329022+nopothegamer@users.noreply.github.com>
2021-12-28more code clean up (#38)IRONM00N
2021-12-11Store auctionable items locally to only show price warning if the item can ↵Lulonaut
actually have a price (#29)
2021-12-02Add warning to tooltip when price info is not there/outdated (#27)Lulonaut
* Make fairy souls save per profile * fix commands * Add back support for toggling in /neu * add patch notes * Add warning when price info couldn't be found is outdated
2021-10-16Code Clean Up (#2)IRONM00N
* intellij code clean up * optimize imports * format * intellij suggestions * fix empty catch issues
2021-08-31Clean up some duplicate values etc.DoKM
2021-05-06fine ironmanBuildTools
2021-02-10PRE18BuildTools
2021-01-07PRE4BuildTools
2020-12-311.8-PRE1BuildTools
2020-11-28bye melbMoulberry
2020-11-231.7Moulberry
2020-11-04fine 1.5.3Moulberry
2020-11-011.5Moulberry
2020-10-311.4.9Moulberry
2020-10-251.4.5Moulberry
2020-10-181.4Moulberry
2020-10-031.3.3-ALPAMoulberry
2020-09-021.2.3-BETAMoulberry
2020-08-291.2.3Moulberry
2020-08-23fine djMoulberry
2020-08-191.1.5Moulberry
2020-08-171.1.3Moulberry
2020-08-091.1.1Moulberry
2020-07-311.0.5Moulberry
2020-07-301.0.3Moulberry