r20120902175651

Details

  • Filename
    Sackville-r20120902175651.zip
  • Uploaded by
  • Uploaded
    Sep 2, 2012
  • Size
    174.49 KB
  • Downloads
    101
  • MD5
    1583aa1c82812a0359bd369dec092ea0

Supported WoW Retail Versions

  • 5.0.4

Changelog

Realfriend:
    - Fixed error generated when changing zones
    - Added empty slot with count of free slots to player and bank bags.
    - Added blue background for bank bags. Removed bar title textures.
    - Moved a lot of config constants into SackvilleOptions.lua
    - Fixed bag items not loading properly after logging in.
    - Added currency display frame
    - Bag displayOrder works now.
    - Moved some local functions unto SackvilleUtil.lua First try at bag sorting
    - Created SackvilleOptions.lua and moved some code from Sackville.lua Replaced Print calls with more easily controlled Debug calls. Removed some dead code and reorganized a bit.
    - Disabled some event print messages
    - Added missing external to pkgmeta Disabled AceDB init (not used currently)
    - Added missing AceGUI external
    - - Disabled print statements, to be later configured as debug calls
    - - Finished splitting off categories from bagOptions - Section display order is implemented
    - Redesigned bagOptions, splitting off rules into Sackville.categories and then referencing the category name.
    - SackvilleFilter.lua Commented out missing library (unused) Sackville.lua Added more sections to bagOptions
Joe Lazaro:
    - Removed AceGUI from .pkgmeta
    - Initial check-in