aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-02add page supportLorenz
2022-08-02changed toggle trigger from shift click to click first lineLorenz
2022-08-02renamed the overview logicLorenz
2022-08-01removed custom source for enderman and blaze minionLorenz
2022-07-30fixed typoLorenz
2022-07-30lowered MinionSource usage and removed internal minion fieldLorenz
2022-07-30code cleanupLorenz
2022-07-30code cleanupLorenz
2022-07-30split repo loader into 2 classesLorenz
2022-07-30split repo loader into 2 classesLorenz
2022-07-30split api logic into more functionsLorenz
2022-07-30moved packagesLorenz
2022-07-30code cleanupLorenz
2022-07-30moved overlay hover of repo logic into api class and removed other static ↵Lorenz
instances
2022-07-30moved all of repo logic into api classLorenz
2022-07-30moved all of api logic into api classLorenz
2022-07-30moved requirements logic into single classLorenz
2022-07-30moved price calculation logic into single classLorenz
2022-07-30removed debugLorenz
2022-07-30add support for minion data by apiLorenz
2022-07-30add support for profile switchingLorenz
2022-07-30fixed internal problems with data loading orderLorenz
2022-07-30coop support and auto register new collectionLorenz
2022-07-30updating overlay when finding new minions in inventoryLorenz
2022-07-30edited designLorenz
2022-07-30edited designLorenz
2022-07-30design changeLorenz
2022-07-30add support for disabled collection apiLorenz
2022-07-30completely reformatted the hover designLorenz
2022-07-29support for old or broken repo dataLorenz
2022-07-29fixed slayer errorLorenz
2022-07-29better explanationLorenz
2022-07-29using average item price instead of lowest binLorenz
2022-07-29adding support for minion upgrade chat messageLorenz
2022-07-29Merge branch 'NotEnoughUpdates:master' into minion_helper_2hannibal2
2022-07-29changed int to long and float to double in item price logic (#197)hannibal2
2022-07-29fix essence parsing on items that don't need other items (#195)Lulonaut
2022-07-28first test of minion stuffLorenz
2022-07-28init minion stuffLorenz
2022-07-26Added power stone feature (#194)hannibal2
Co-authored-by: Lorenz <ESs95s3P5z8Pheb>
2022-07-21Misc trophy fish page changes (#190)hannibal2
* Added the description for trophy fish from the repo to the tooltip on the /pv page https://prnt.sc/Kl0WeH2zkFQ9 * Added the progression of the individual trophy tiers so far on the profile viewer page * fixed a NPE when the item is not available in the repo Co-authored-by: Lorenz <ESs95s3P5z8Pheb>
2022-07-20Added trophy reward overlay (#192)hannibal2
* added trophy reward overlay * (hopefully) fixed infer "no crash" ~ jani * fix efe code Co-authored-by: Lorenz <ESs95s3P5z8Pheb> 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-16No more daily + fixed trigger (#189)jani270
2022-07-16Use left to right association order (#188)Roman / Nea
2022-07-14Various fixes regarding finalizing the release ig (#186)Roman / Nea
* Fix Sign calc not aligning properly with the GuiEditSign * "Fix" official wiki rendering. This one didnt receive extensive testing, but so far it works * Update notification changes * Dont reset the config lol
2022-07-12calculate tooltip offset (#181)Lulonaut
* calculate offset * consistency
2022-07-12Added sound for 30s fishing timer (#184)jani270
* Added sound for 30s fishing timer * move code and play sound only once * remove seconds check Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2022-07-12Add Craft Cost to Trade Window (#185)Futuremappermydud
* Add Craft Cost to Trade Window * Allow Vanilla items whoops
2022-07-11SignCalculator use decimal points in rendered text (#182)Futuremappermydud
* SignCalculator use decimal points in rendered text this was really bugging me * Update /neucalc