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.
master
Durel 7 years ago
parent b5e2d2d223
commit 26506938f4

@ -1,6 +1,24 @@
dbot.changelog = {} 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] = dbot.changelog[2.0034] =
{ {
{ change = drlDbotChangeLogTypeFix, { change = drlDbotChangeLogTypeFix,

Loading…
Cancel
Save