Mercurial > wow > dependencyloader
annotate DependencyLoader_Bootstrap/DependencyLoader_Bootstrap.toc @ 15:a46bf694050c
cleaned up Tree's methods a bit and improved documentation
Addon:Exists will now return false for Blizzard addons (needs to be handled better)
Addon.lua will now use the raw hooks from the interface module
fixed the inverted returns from IsForceLoadAvailable
EnableAddOn and LoadAddOn hooks will now skip the extra processing if the addon does not exist or is a Blizzard addon
moved the EnableAddOn queing to the interface
author | mckenziemc |
---|---|
date | Sat, 11 Dec 2010 01:48:39 -0800 |
parents | b230b94d4487 |
children |
rev | line source |
---|---|
mckenziemc@0 | 1 ## Interface: 40000 |
mckenziemc@0 | 2 |
mckenziemc@10 | 3 ## Title: DependencyLoader Bootstrap |
mckenziemc@10 | 4 ## Notes: Bootstrap for DependencyLoader |
mckenziemc@10 | 5 |
mckenziemc@0 | 6 ## Author: mckenziemc |
mckenziemc@0 | 7 |
mckenziemc@12 | 8 # Ask the client to load the dependencies of the core module if |
mckenziemc@12 | 9 # they're already enabled, to lessen the chance of something breaking. |
mckenziemc@12 | 10 ## OptDeps: LibStub, Ace3, LibPrint-1.0, LibScriptLink-1.0 |
mckenziemc@12 | 11 |
mckenziemc@0 | 12 ## LoadManagers: !!!LoadFirst, AddonLoader |
mckenziemc@0 | 13 ## X-LoadFirst: true |
mckenziemc@0 | 14 ## X-LoadOn-Always: true |
mckenziemc@0 | 15 |
mckenziemc@0 | 16 |
mckenziemc@1 | 17 load.xml |