SanityItemCache-r56831.7
Details
-
FilenameSanityItemCache-r56831.7.zip
-
Uploaded by
-
UploadedFeb 4, 2008
-
Size215.12 KB
-
Downloads10
-
MD5b1d584c90b5a0c3d845858179cfb49f1
Supported WoW Retail Versions
- 2.3.3
Changelog
------------------------------------------------------------------------
r56831 | feithar | 2007-12-10 21:58:24 -0500 (Mon, 10 Dec 2007) | 2 lines
Changed paths:
M /trunk/SanityItemCache/SanityItemCache.lua
SanityItemCache:
- Added function that is called when bags are rescanned to send signal to SanityBags that it is okay to update the inventory counter.
------------------------------------------------------------------------
r55341 | feithar | 2007-11-18 16:23:04 -0500 (Sun, 18 Nov 2007) | 2 lines
Changed paths:
M /trunk/SanityItemCache/Libs
M /trunk/SanityItemCache/SanityItemCache.toc
M /trunk/SanityItemCache/SanityItemCacheFilters.lua
SanityItemCache:
- Updated to use LibPeriodicTable-3.1
------------------------------------------------------------------------
r55337 | feithar | 2007-11-18 15:29:23 -0500 (Sun, 18 Nov 2007) | 2 lines
Changed paths:
M /trunk/SanityItemCache/SanityItemCache.toc
SanityItemCache:
- Fixed .toc to actually load the PeriodicTables libraries. TODO: Update to PT3.1.
------------------------------------------------------------------------
r55085 | karlthepagan | 2007-11-16 22:52:58 -0500 (Fri, 16 Nov 2007) | 2 lines
Changed paths:
M /trunk/SanityItemCache/SanityItemCache.lua
SanityItemCache:
- fixed bank "equipped" bags listing as (Bank: 0)
------------------------------------------------------------------------
r55083 | karlthepagan | 2007-11-16 22:31:49 -0500 (Fri, 16 Nov 2007) | 2 lines
Changed paths:
M /trunk/SanityItemCache/SanityItemCache.lua
SanityItemCache:
- fixed equipped bags listing as (Wearing: 0)
------------------------------------------------------------------------
r55077 | karlthepagan | 2007-11-16 21:27:51 -0500 (Fri, 16 Nov 2007) | 2 lines
Changed paths:
M /trunk/SanityItemCache/SanityItemCache.lua
SanityItemCache:
- fixed BagInfo.bag_slots nil (normalized BagInfo tables to work whether used by Sanity2 or not)
------------------------------------------------------------------------
r55072 | karlthepagan | 2007-11-16 20:42:30 -0500 (Fri, 16 Nov 2007) | 5 lines
Changed paths:
M /trunk/SanityItemCache/SanityItemCache.lua
M /trunk/SanityItemCache/SanityItemCacheConstants.lua
M /trunk/SanityItemCache/localization_enUS.lua
SanityItemCache:
- Added support for 2.3 mailboxes (12 attachments)
- Added indexing of equipped bag items (inventory 20-23 are "worn" bags, 68-74 are "bank" bags)
- Conform to some WoW bag number constants
- Added constants to support guild bank indexing
------------------------------------------------------------------------
r54480 | feithar | 2007-11-13 07:29:09 -0500 (Tue, 13 Nov 2007) | 2 lines
Changed paths:
M /trunk/SanityItemCache/Libs
M /trunk/SanityItemCache/SanityItemCache.toc
SanityItemCache:
- Updated client version to 20300. Added PeriodicTable-3.0 to externals list.
------------------------------------------------------------------------
r54358 | feithar | 2007-11-11 21:17:57 -0500 (Sun, 11 Nov 2007) | 2 lines
Changed paths:
M /trunk/SanityItemCache/SanityItemCache.lua
M /trunk/SanityItemCache/SanityItemCache.toc
M /trunk/SanityItemCache/SanityItemCacheAPI.lua
A /trunk/SanityItemCache/SanityItemCacheFilters.lua
SanityItemCache:
- Changed filter code to allow other addons to easily add their own filter types.
------------------------------------------------------------------------