From 26506938f4249ac09c10de9e1702941ef0eef191 Mon Sep 17 00:00:00 2001 From: Durel Date: Sat, 3 Feb 2018 15:39:01 -0500 Subject: [PATCH] Version 2.0035 1) Improved quality of reports generated by the @Ccompare@W and @Ccovet@W modes by eliminating noise not directly related to the item under analysis 2) Updated background stat checking thread to pause when the user is idle. This should help improve estimates for each level's average spellup since we won't sample stats when the user isn't active. 3) Updated @Cregen@W mode to keep a swapped item in inventory instead of taking the time to properly store it. It's faster and it shouldn't bother you to have an extra item in your main inventory when you are sleeping. --- aard_inventory.changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index 4fac87d..e6678f5 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -1,6 +1,24 @@ dbot.changelog = {} +dbot.changelog[2.0035] = +{ + { change = drlDbotChangeLogTypeNew, + desc = [[Improved quality of reports generated by the @Ccompare@W and @Ccovet@W modes by eliminating + noise not directly related to the item under analysis]] + }, + { change = drlDbotChangeLogTypeMisc, + desc = [[Updated background stat checking thread to pause when the user is idle. This should help + improve estimates for each level's average spellup since we won't sample stats when the user + isn't active.]] + }, + { change = drlDbotChangeLogTypeNew, + desc = [[Updated @Cregen@W mode to keep a swapped item in inventory instead of taking the time + to properly store it. It's faster and it shouldn't bother you to have an extra item in + your main inventory when you are sleeping.]] + } +} + dbot.changelog[2.0034] = { { change = drlDbotChangeLogTypeFix,