| Age | Commit message (Collapse) | Author |
|
|
|
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
|
|
|
|
|
|
* 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
|
|
* partly working and pushing cuz jani
* way better rendering stuff but still not perfect
* finish most of wiki renderer for new wiki
* JANI MY FRIEND PLEASE TEST
* Windows time :sad:
* fix wiki renderer
* Some things I forgor
* changelog
* Better corrupted file handling in graph and added check for crash that I have no idea how it happened.
|
|
|
|
|
|
* 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>
|