v1.0.6-beta3

Details

  • Filename
    famBags-v1.0.6-beta3.zip
  • Uploaded by
  • Uploaded
    Feb 1, 2011
  • Size
    207.08 KB
  • Downloads
    87
  • MD5
    3c7da302a9eb245c1a7cae117f2e2071

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r70 | fammy2k | 2011-02-02 01:57:11 +0000 (Wed, 02 Feb 2011) | 2 lines
Changed paths:
   A /tags/v1.0.6-beta3 (from /trunk:69)

Version: v1.0.6-beta3
 * Fixed bug: Stacks not updating properly {Ticket #52}
------------------------------------------------------------------------
r69 | fammy2k | 2011-02-02 01:56:05 +0000 (Wed, 02 Feb 2011) | 2 lines
Changed paths:
   M /trunk/famBags.lua
   M /trunk/famBagsButtons.lua

v1.0.6-beta3
 * Fixed bug: Stacks not updating properly {Ticket #52}
------------------------------------------------------------------------
r67 | fammy2k | 2011-01-31 17:11:24 +0000 (Mon, 31 Jan 2011) | 2 lines
Changed paths:
   M /trunk/famBags.lua

v1.0.6-beta2
 * Fixed bug: Outfitter not updating properly {Ticket #51}
------------------------------------------------------------------------
r65 | fammy2k | 2011-01-29 23:38:07 +0000 (Sat, 29 Jan 2011) | 7 lines
Changed paths:
   M /trunk/Locale-deDE.lua
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-koKR.lua
   M /trunk/famBags.lua
   M /trunk/famBags.toc
   M /trunk/famBagsClassification.lua
   M /trunk/famBagsOptions/famBagsOptions.lua
   M /trunk/famBagsOptions/famBagsOptions.toc

v1.0.6-beta1
 + Outfitter support (experimental) {Ticket #6}
 + New Criteria: Outfitter set {Ticket #6}
 * Workaround: famBags glitches Bartender {Ticket #12}
 * Fixed bug: Bag argument error while configuring {Ticket #49}
 * Fixed bug: Title buttons misbehaving {Ticket #50}
 * Fixed bug: Error changing zones {Ticket #48}
------------------------------------------------------------------------
r63 | fammy2k | 2011-01-29 00:06:56 +0000 (Sat, 29 Jan 2011) | 3 lines
Changed paths:
   M /trunk/Locale-deDE.lua
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-koKR.lua
   M /trunk/famBags.lua
   M /trunk/famBagsButtons.lua
   M /trunk/famBagsClassification.lua

v1.0.5-beta2
 + New Criteria: Item Level
 + New Criteria: Player Required Level
------------------------------------------------------------------------
r61 | fammy2k | 2011-01-28 01:23:43 +0000 (Fri, 28 Jan 2011) | 4 lines
Changed paths:
   M /trunk/Locale-deDE.lua
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-koKR.lua
   M /trunk/famBags.toc
   M /trunk/famBagsOptions/famBagsOptions.lua
   M /trunk/famBagsOptions/famBagsOptions.toc
   M /trunk/famBagsOptions/famBagsPresets.lua

v1.0.5-beta1
 * Presets were re-factored. It should work properly now in other language clients besides en-US.
 + Added option to select whether to include or not defaults categories and their visual styles when you change presets.
 + Added Tabards to default categories.
------------------------------------------------------------------------
r59 | fammy2k | 2011-01-26 23:16:02 +0000 (Wed, 26 Jan 2011) | 3 lines
Changed paths:
   M /trunk/famBagsButtons.lua

v1.0.4-beta4:
 * Fixed minor bug

------------------------------------------------------------------------
r57 | fammy2k | 2011-01-25 23:54:07 +0000 (Tue, 25 Jan 2011) | 4 lines
Changed paths:
   M /trunk/famBags.lua

v1.0.4-beta3:
 * Changed default mode to 'Categories'
 * Fixed error changing presets

------------------------------------------------------------------------
r55 | fammy2k | 2011-01-25 23:34:27 +0000 (Tue, 25 Jan 2011) | 4 lines
Changed paths:
   M /trunk/Locale-deDE.lua
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-koKR.lua
   M /trunk/famBags.lua
   M /trunk/famBagsOptions/famBagsOptions.lua
   M /trunk/famBagsSections.lua

v1.0.4-beta2:
 + New Option: Now you can specify if you want your bags window have a fixed width based on max items x row [famBags -> Main bags -> Layout -> Fixed width]
 + New Option: Now you can specify if you want your bank window have a fixed width based on max items x row [famBags -> Bank -> Layout -> Fixed width]

------------------------------------------------------------------------
r53 | fammy2k | 2011-01-25 06:02:46 +0000 (Tue, 25 Jan 2011) | 11 lines
Changed paths:
   M /trunk/Locale-deDE.lua
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-koKR.lua
   A /trunk/Textures/ammo.BLP
   A /trunk/Textures/enchanting.BLP
   A /trunk/Textures/engineering.BLP
   A /trunk/Textures/gem.BLP
   A /trunk/Textures/herbs.BLP
   A /trunk/Textures/inscription.BLP
   A /trunk/Textures/leather.BLP
   A /trunk/Textures/mining.BLP
   A /trunk/Textures/quiver.BLP
   A /trunk/Textures/soul.BLP
   M /trunk/famBags.lua
   M /trunk/famBags.toc
   M /trunk/famBagsButtons.lua
   M /trunk/famBagsOptions/famBagsOptions.lua
   M /trunk/famBagsOptions/famBagsOptions.toc
   M /trunk/famBagsSections.lua

v1.0.4-beta1:
 - Removed max buttons per row from [famBags -> Global Layout]
 + New Feature: Added separated layouts for bags and bank (max buttons x row, windows anchoring and offset)
 + New Option Table: Configuration for main bags layout [famBags -> Main bags -> Layout]
 + New Option Table: Configuration for bank layout[famBags -> Bank -> Layout]
 * Major change: Modifed the way empty slots are treated in stacking mode. Now those slots will be in a fixed position in the window (top or bottom).
 + New Option Table: Configuration for empty slots layout in stacking mode [famBags -> Empty Slots].
 + New Feature: Now empty slots are separated as per container type (normal bags, gem bags...)
 + New Feature: Now slots belonging to specific container types (gem bags, mining bags...) shows an indicator
 * Minor change: Add and New indicators moved to bottom left corner
 * Minor fix: Now closing famBags with Esc doesn't brings Game menu.
------------------------------------------------------------------------
r51 | fammy2k | 2011-01-13 18:39:26 +0000 (Thu, 13 Jan 2011) | 2 lines
Changed paths:
   M /trunk/famBags.lua
   M /trunk/famBags.toc
   M /trunk/famBagsButtons.lua
   M /trunk/famBagsOptions/famBagsOptions.lua
   M /trunk/famBagsOptions/famBagsOptions.toc

v1.0.3
 * Error Fix: Ticket #39
------------------------------------------------------------------------
r49 | fammy2k | 2011-01-13 00:41:04 +0000 (Thu, 13 Jan 2011) | 3 lines
Changed paths:
   M /trunk/famBags.toc
   M /trunk/famBagsButtons.lua
   M /trunk/famBagsOptions/famBagsOptions.toc

v1.0.2
 * Error Fix: Ticket #39 (hopefully)
 * Error Fix: Ticket #40
------------------------------------------------------------------------
r47 | fammy2k | 2011-01-12 03:50:40 +0000 (Wed, 12 Jan 2011) | 2 lines
Changed paths:
   M /trunk/Locale-deDE.lua
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-koKR.lua
   M /trunk/famBags.lua
   M /trunk/famBagsButtons.lua
   M /trunk/famBagsClassification.lua
   M /trunk/famBagsOptions/famBagsOptions.lua

v1.0.1
 * New Criteria: Item Name
------------------------------------------------------------------------
r45 | fammy2k | 2011-01-10 14:09:06 +0000 (Mon, 10 Jan 2011) | 4 lines
Changed paths:
   M /trunk/famBags.toc
   M /trunk/famBagsButtons.lua
   M /trunk/famBagsOptions/famBagsOptions.toc

v1.0.0
 * Item quality and texture update bugs fixed
 * Going release stage

------------------------------------------------------------------------
r43 | fammy2k | 2011-01-07 01:07:48 +0000 (Fri, 07 Jan 2011) | 3 lines
Changed paths:
   M /trunk/famBagsButtons.lua

v0.9.7-beta2
 * Minor bugs fixed

------------------------------------------------------------------------
r41 | fammy2k | 2011-01-06 02:40:13 +0000 (Thu, 06 Jan 2011) | 5 lines
Changed paths:
   M /trunk/Locale-deDE.lua
   M /trunk/Locale-enUS.lua
   M /trunk/Locale-koKR.lua
   A /trunk/Textures/btnrefresh.BLP
   A /trunk/Textures/btnrefreshdown.BLP
   M /trunk/famBags.lua
   M /trunk/famBags.toc
   M /trunk/famBagsButtons.lua
   M /trunk/famBagsClassification.lua
   M /trunk/famBagsOptions/famBagsOptions.lua
   M /trunk/famBagsOptions/famBagsOptions.toc

v0.9.7-beta1
 * New Feature: Now bags don't update layout on items loss. i.e: When selling, items wont jump all over the bags because reorganization. Configurable at [famBags -> Global Layout -> Always Layout]
 * New Feature: Now you can select how often bags will update item operations. Configurable at [famBags -> Global Layout -> Update Interval]
 * Language related fixes.

------------------------------------------------------------------------

Additional Files