promotional bannermobile promotional banner

Capitalist

Auction House Profession Support

File Details

r118

  • B
  • Oct 31, 2016
  • 339.15 KB
  • 82
  • 7.0.3
  • Retail

File Name

Capitalist-r118.zip

Supported Versions

  • 7.0.3

------------------------------------------------------------------------
r118 | curseuser1 | 2016-10-31 08:30:46 +0000 (Mon, 31 Oct 2016) | 2 lines
Changed paths:
   M /trunk/scanning.lua

- fixed component scanning bug with exact match not working for QueryAuctionItems
- remove some commented out code
------------------------------------------------------------------------
r117 | curseuser1 | 2016-08-06 08:46:39 +0000 (Sat, 06 Aug 2016) | 11 lines
Changed paths:
   M /trunk/Capitalist.lua
   M /trunk/Localization.enUS.lua
   M /trunk/auctionUI.lua
   M /trunk/data.lua
   M /trunk/postingUI.lua
   M /trunk/reagentUI.lua
   M /trunk/scanning.lua

Product and Component scanning UI and functionality restored
- update SetTexture(r,g,b) usage to SetColorTexture(r,g,b)
- mode name change: "scanning" to "scan products"
- mode name change: <name of component> to "scan component"
- field rename: self.scanBuckets to self.productScanBuckets
- update "Scanning" to "Scanning products" in progress UI for products
- split StartScan into StartProductsScan and StartScan
- rename ScanComponent to StartComponentScan
- restructure component scanning to share the products scanning infrastructure
- component scanning now uses exactMatch=true for QueryAuctionItems
- fixed client mini-hangs during component scanning by move copperPrice and copperPriceMax variables outside (above) the for loop
------------------------------------------------------------------------