promotional bannermobile promotional banner

Capitalist

Auction House Profession Support

File Details

r120

  • R
  • Oct 31, 2016
  • 339.17 KB
  • 356
  • 7.1.0
  • Retail

File Name

Capitalist-r120.zip

Supported Versions

  • 7.1.0

------------------------------------------------------------------------
r120 | curseuser1 | 2016-10-31 09:13:42 +0000 (Mon, 31 Oct 2016) | 1 line
Changed paths:
   M /trunk/Capitalist.lua

- remove commented out code
------------------------------------------------------------------------
r119 | curseuser1 | 2016-10-31 08:31:05 +0000 (Mon, 31 Oct 2016) | 1 line
Changed paths:
   M /trunk/Capitalist.toc

Update version
------------------------------------------------------------------------
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
------------------------------------------------------------------------