aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-23Various rift related changes (#724)Roman / Linnea Gräf
2023-06-23Elaborate DCEVM instructions (#733)Mark Cockram
2023-06-22Update README.md (#729)Mark Cockram
Make it so that the text also applies to the moulberry repo
2023-06-22fix crash (#728)CalMWolfs
2023-06-21Update README.md (#726)Mark Cockram
2023-06-19Add variables to calculator (#721)Roman / Linnea Gräf
* Add variables to calculator * Fix unary minus for variables
2023-06-19Fix hot potato book being parsed as potato (#722)Roman / Linnea Gräf
2023-06-19Fix dojo & social (#719)kr45732
2023-06-17Added exact number values back to commissions (#720)CalMWolfs
2023-06-17Add special mayor to calendar overlay (#685)Roman / Linnea Gräf
2023-06-13Added new party hat sloth to item resolution query (#718)jani270
2023-06-08New commands in storage overlay (#715)CalMWolfs
2023-06-08PV Overhaul (#708)kr45732
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2023-06-08Made doubles great again (#713)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nopo <nopotheemail@gmail.com>
2023-06-08Add museum donation status to tooltip (#710)Lulonaut
2023-06-08NEUConfig: Add manadatory IQ test to api tab (#703)Roman / Linnea Gräf
2023-06-08Fix navigation warps being broken by reading chat messages instead of… (#707)Roman / Linnea Gräf
2023-06-02Fixes frozen treasure crash (#714)CalMWolfs
2023-06-01Fixed Taxes in AH Overlay (#712)hannibal2
Used double instead of int and fixed taxes Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-06-01Stop hardcoding npc prices (#711)jani270
2023-05-31make it compile again (#709)Lulonaut
2023-05-31Only render active overlays in location editor (#694)Lulonaut
only render overlays in location editor when they are enabled
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-31Change `@Redirect` to `@ModifyArg` (#693)Roman / Linnea Gräf
* Change @Redirect to @ModifyArg * Make it compile --------- Co-authored-by: xef5000 <64156533+xef5000@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-05-31DungeonNPCProfitOverlay: make use of ItemResolutionQuerys id by name … (#700)Roman / Linnea Gräf
DungeonNPCProfitOverlay: make use of ItemResolutionQuerys id by name resolvers
2023-05-31Fix Soopy Networth (#706)Roman / Linnea Gräf
* Fix Soopy Networth * Add api cache clear command
2023-05-31Add NPC Sell price to tooltip (#702)Roman / Linnea Gräf
2023-05-27Make builders ruler not work cross plot (#691)Roman / Linnea Gräf
2023-05-27Add support for prefix operators (currenly only -) (#705)Roman / Linnea Gräf
2023-05-27Add NPC Position only exporter (#686)Roman / Linnea Gräf
2023-05-27Allow searching armor colour (#696)Roman / Linnea Gräf
2023-05-27Fixed slayer overlay (#701)NopoTheGamer
2023-05-26Graph v2 (#680)DeDiamondPro
2023-05-23Made searching an item within an accordion show everything in the accordion ↵NopoTheGamer
(#687) made searching an item within an accordion show everything in the accordion
2023-05-19Bazaar wrong internal name (#697)hannibal2
Fixed multiple problems in resolveEnchantmentByName Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-05-18Equipment Overlay Cache (#692)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-05-05Update MutingComposter.java (#695)Roman / Linnea Gräf
2023-04-30Metal detector solution speed improvements (#690)appable
2023-04-28Extra bazaar tooltip info (#689)Stephen White
2023-04-22Make ApiUtil accept gzip encoding (#677)DeDiamondPro
2023-04-22Fix getting location from scoreboard (#678)DeDiamondPro
2023-04-22Show invalid API key notification on Request failure (#674)Lulonaut
2023-04-08Fixed NPC Prices of farming drops (#681)jani270
2023-04-07Farming overlay: Nether warts swap from alchemy xp to farming xp (#679)Ad_amko
Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
2023-04-04Profit per RNGMeter fixes (#653)Vixid
Co-authored-by: Vixid <52578495+Vixid1@users.noreply.github.com>
2023-04-04Scrollable Tooltips a la text line removal. (#613)Roman / Linnea Gräf
* scrolling * Reverse scrolling * change trophy fish pv page to use the same tooltip system as the rest of the pv pages * Added the ability to use neu's tooltips instead of vanilla * Move config option * Add support for the custom tooltips * Fixed equipment overlay breaking * Fixed some guis going no * Use a new arraylist instead of modifying the old one (achievments) * fix merge conflict --------- Co-authored-by: nopo <nopotheemail@gmail.com>
2023-04-04Move overlays back behind other stuff v2 (#651)NopoTheGamer
Fix overlays not rendering over tab and stuff like on 2.0
2023-04-04Item Recipe and Usage keybinds in Storage Overlay (#654)Vixid
* Allow item recipe and usage keybinds in storage overlay * Add check for if search bar or rename field is focused
2023-04-04Change neustats back to only using modname instead of full path (#659)NopoTheGamer
change neustats back to only using modname instead of full path
2023-04-04Copy /neustats dump data to clipboard (#660)Lulonaut
This is needed because the generated data was too long for https://hst.sh/ Also adds a "copyToClipboard" extension function for String The HastebinUploader.java class is now no longer needed