brykrys

brykrys

commented on SMPL-44

07:21
A problem is that the Post tab displays both 'total' and 'each' deposit costs for stacks. The 'each' value will often be non-integer, but the Coins function used to display it can only handle integers.

Options:

A) Don't display an 'each' value

B) Somehow indicate that the 'each' value is approximate

brykrys

stopped progress on ADV-295

16 Mar
brykrys

commented on ADV-295

16 Mar
There is a potential problem where:
  • A scan is started and progresses over several pages
  • A buy request is added to the queue, but the scan has already passed the page containing that item
  • At the end of the scan the item will not have been seen, so the request will be removed from the queue

I'm placing this issue on hold while I have a rethink about how to handle this.

brykrys

resolved ADV-539

16 Mar
r4693 new rounding formula as above (with optimization).

Note: SimpleAuction doesn't call GetDepositCost correctly, so Post tab will still display slightly incorrect deposit costs in some cases SMPL-44.

brykrys
Fixes [ADV-539] <developer> Corrects a small calculation error in the GetDepositCost function.
brykrys

created SMPL-44

16 Mar
brykrys

commented on SMPL-20

16 Mar
Isn't this a duplicate of MISC-47?
brykrys

resolved SMPL-43

12 Mar
No problems found, marking resolved.
brykrys

stopped progress on SMPL-43

11 Mar
brykrys

commented on SMPL-43

11 Mar
r4692 should fix this
brykrys
Fixes [SMPL-43] SimpleAuction display should now get correctly updated after scans
brykrys

started progress on SMPL-43

11 Mar
brykrys

changed the status to Open of SMPL-43

11 Mar
brykrys

changed the Assignee to 'Bryan (brykrys)' on SMPL-43

11 Mar
brykrys

changed the Link to 'This issue is related to APPR-271' on SMPL-43

11 Mar
Similar to APPR-271, probably needs fixing the same way, i.e. setting a flag and using OnUpdate to do the actual refresh.
brykrys

changed the Link to 'This issue relates SMPL-43' on APPR-271

11 Mar
brykrys

created SMPL-43

11 Mar
brykrys

commented on ADV-539

09 Mar
Currently running tests with the proposed new formula.
Test will end 16/03/10
brykrys

started progress on ADV-539

09 Mar
brykrys

changed the status to Open of ADV-539

09 Mar
brykrys

commented on ADV-539

08 Mar
Current best guess for a formula, where:
faction = 0.15 or 0.75 (home or neutral)
count = stack count
duration = 1, 2 or 4 (for 12/24/48hrs)
vendor = vendor sell price
deposit = floor(vendor * faction * count / 3) * 3 * duration

which rounds down to the nearest multiple of 3, instead of the nearest whole number.

brykrys

changed the Fix Version/s to '5.8.0' on ADV-536

08 Mar
brykrys

resolved ADV-538

08 Mar
r4691
brykrys
Completes [ADV-538] Deposit Costs will now be available even if Informant isn't loaded.
brykrys

changed the Link to 'This issue supersedes ADV-538' on ADV-539

08 Mar
brykrys

changed the Link to 'This issue is superseded by ADV-539' on ADV-538

08 Mar
brykrys

created ADV-539

08 Mar
brykrys

commented on ADV-538, ADV-283

08 Mar
brykrys
Updates [ADV-283] <developer> Adds Deprecation alert to the top of AucAdvanced.Scan.GetScanData
brykrys

resolved SDAT-18, SMPL-42

08 Mar