| Age | Commit message (Collapse) | Author |
|
* feat: Ctrl-Click to open bazaar
* Use max number of items for minion crafts
---------
Co-authored-by: Linnea Gräf <nea@nea.moe>
|
|
* 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>
|
|
|
|
|
|
* 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
|
|
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
|
|
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
|
|
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
|
|
Couldn't test this in IntelliJ for some reason so I hope this works, but expect it not to since its untested.
|
|
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
Co-authored-by: nopo <nopotheemail@gmail.com>
|
|
* 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>
|
|
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>
|
|
* 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>
|
|
* enchanting book name remapping
(omg remapping, minecraft obfuscation reference)
* Fix gui resetting
|
|
|
|
|
|
|
|
* add licence files & a few misc chores
* add license notices & run auto formatter
|
|
|
|
- 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
|
|
* 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
|
|
|
|
|
|
* 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
|
|
* 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>
|
|
|
|
actually have a price (#29)
|
|
* 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
|
|
* intellij code clean up
* optimize imports
* format
* intellij suggestions
* fix empty catch issues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|