Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-02 | add page support | Lorenz | |
2022-08-02 | changed toggle trigger from shift click to click first line | Lorenz | |
2022-08-02 | renamed the overview logic | Lorenz | |
2022-08-01 | removed custom source for enderman and blaze minion | Lorenz | |
2022-07-30 | fixed typo | Lorenz | |
2022-07-30 | lowered MinionSource usage and removed internal minion field | Lorenz | |
2022-07-30 | code cleanup | Lorenz | |
2022-07-30 | code cleanup | Lorenz | |
2022-07-30 | split repo loader into 2 classes | Lorenz | |
2022-07-30 | split repo loader into 2 classes | Lorenz | |
2022-07-30 | split api logic into more functions | Lorenz | |
2022-07-30 | moved packages | Lorenz | |
2022-07-30 | code cleanup | Lorenz | |
2022-07-30 | moved overlay hover of repo logic into api class and removed other static ↵ | Lorenz | |
instances | |||
2022-07-30 | moved all of repo logic into api class | Lorenz | |
2022-07-30 | moved all of api logic into api class | Lorenz | |
2022-07-30 | moved requirements logic into single class | Lorenz | |
2022-07-30 | moved price calculation logic into single class | Lorenz | |
2022-07-30 | removed debug | Lorenz | |
2022-07-30 | add support for minion data by api | Lorenz | |
2022-07-30 | add support for profile switching | Lorenz | |
2022-07-30 | fixed internal problems with data loading order | Lorenz | |
2022-07-30 | coop support and auto register new collection | Lorenz | |
2022-07-30 | updating overlay when finding new minions in inventory | Lorenz | |
2022-07-30 | edited design | Lorenz | |
2022-07-30 | edited design | Lorenz | |
2022-07-30 | design change | Lorenz | |
2022-07-30 | add support for disabled collection api | Lorenz | |
2022-07-30 | completely reformatted the hover design | Lorenz | |
2022-07-29 | support for old or broken repo data | Lorenz | |
2022-07-29 | fixed slayer error | Lorenz | |
2022-07-29 | better explanation | Lorenz | |
2022-07-29 | using average item price instead of lowest bin | Lorenz | |
2022-07-29 | adding support for minion upgrade chat message | Lorenz | |
2022-07-29 | Merge branch 'NotEnoughUpdates:master' into minion_helper_2 | hannibal2 | |
2022-07-29 | changed int to long and float to double in item price logic (#197) | hannibal2 | |
2022-07-29 | fix essence parsing on items that don't need other items (#195) | Lulonaut | |
2022-07-28 | first test of minion stuff | Lorenz | |
2022-07-28 | init minion stuff | Lorenz | |
2022-07-26 | Added power stone feature (#194) | hannibal2 | |
Co-authored-by: Lorenz <ESs95s3P5z8Pheb> | |||
2022-07-21 | Misc 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-20 | Added 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-16 | fixed 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-16 | No more daily + fixed trigger (#189) | jani270 | |
2022-07-16 | Use left to right association order (#188) | Roman / Nea | |
2022-07-14 | Various 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-12 | calculate tooltip offset (#181) | Lulonaut | |
* calculate offset * consistency | |||
2022-07-12 | Added 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-12 | Add Craft Cost to Trade Window (#185) | Futuremappermydud | |
* Add Craft Cost to Trade Window * Allow Vanilla items whoops | |||
2022-07-11 | SignCalculator use decimal points in rendered text (#182) | Futuremappermydud | |
* SignCalculator use decimal points in rendered text this was really bugging me * Update /neucalc |