annotate .pkgmeta @ 89:a12d22ef3f39

AceSerializer has been enabled again as it?s used when exporting/importing groups. All other unused libraries are now really removed. Adjusted debug function to format only when a debug channel is available. Fixed moving from guild banks, checking if items are locked is different then with banks. Now unregistering the item locking event so it doesn?t continue to try to move every time an item is switched after the automated cycle has finished. (geeezus, this description is a total overkill) Fixed item queueing. Queue all when there?s a group without any items inside no longer crashes. Removing cached container data after closing a container.
author Zerotorescue
date Fri, 07 Jan 2011 22:19:03 +0100
parents 6b60f7a1410c
children 6ae44d372360
rev   line source
Zerotorescue@0 1 externals:
Zerotorescue@0 2 Libs/AceAddon-3.0:
Zerotorescue@0 3 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceAddon-3.0
Zerotorescue@0 4 tag: latest
Zerotorescue@0 5 Libs/AceConfig-3.0:
Zerotorescue@0 6 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConfig-3.0
Zerotorescue@0 7 tag: latest
Zerotorescue@0 8 Libs/AceDB-3.0:
Zerotorescue@0 9 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDB-3.0
Zerotorescue@0 10 tag: latest
Zerotorescue@89 11 # Libs/AceDBOptions-3.0:
Zerotorescue@89 12 # url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDBOptions-3.0
Zerotorescue@89 13 # tag: latest
Zerotorescue@0 14 Libs/AceEvent-3.0:
Zerotorescue@0 15 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceEvent-3.0
Zerotorescue@0 16 tag: latest
Zerotorescue@0 17 Libs/AceGUI-3.0:
Zerotorescue@0 18 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceGUI-3.0
Zerotorescue@0 19 tag: latest
Zerotorescue@89 20 # Libs/AceGUI-3.0-SharedMediaWidgets:
Zerotorescue@89 21 # url: svn://svn.wowace.com/wow/ace-gui-3-0-shared-media-widgets/mainline/trunk/AceGUI-3.0-SharedMediaWidgets
Zerotorescue@89 22 # tag: latest
Zerotorescue@89 23 # Libs/AceHook-3.0:
Zerotorescue@89 24 # url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceHook-3.0
Zerotorescue@89 25 # tag: latest
Zerotorescue@89 26 # Libs/AceLocale-3.0:
Zerotorescue@89 27 # url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceLocale-3.0
Zerotorescue@89 28 # tag: latest
Zerotorescue@0 29 Libs/AceSerializer-3.0:
Zerotorescue@0 30 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceSerializer-3.0
Zerotorescue@0 31 tag: latest
Zerotorescue@0 32 Libs/AceTimer-3.0:
Zerotorescue@0 33 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceTimer-3.0
Zerotorescue@0 34 tag: latest
Zerotorescue@0 35 Libs/CallbackHandler-1.0:
Zerotorescue@0 36 url: svn://svn.wowace.com/wow/callbackhandler/mainline/trunk/CallbackHandler-1.0
Zerotorescue@0 37 tag: latest
Zerotorescue@89 38 # Libs/LibSharedMedia-3.0:
Zerotorescue@89 39 # url: svn://svn.wowace.com/wow/libsharedmedia-3-0/mainline/trunk/LibSharedMedia-3.0
Zerotorescue@89 40 # tag: latest
Zerotorescue@0 41 Libs/LibStub:
Zerotorescue@0 42 url: svn://svn.wowace.com/wow/libstub/mainline/trunk
Zerotorescue@0 43 tag: latest
Zerotorescue@36 44 Libs/ChatHyperlinks:
Zerotorescue@36 45 url: http://hg.curseforge.net/wow/chathyperlinks/mainline
Zerotorescue@36 46 tag: latest
Zerotorescue@0 47
Zerotorescue@83 48 #enable-nolib-creation: no
Zerotorescue@0 49
Zerotorescue@0 50 manual-changelog: Changelog.txt
Zerotorescue@18 51
Zerotorescue@18 52 ignore:
Zerotorescue@18 53 - Data/Scrolls Retrieval.txt # useless info for the end-user