comparison DependencyLoader_Bootstrap/DependencyLoader_Bootstrap.toc @ 12:b230b94d4487

fixed Addon.lua to use the unhooked EnableAddOn (still needs to be changed to grab from the interface) improved the error message when creating an Addon object on a Blizzard addon (will add direct support later) implemented the hooks on EnableAddOn and LoadAddOn rearranged functions inside Tree.lua, with some edits copied OptDeps from main module to the bootstrap module, to delegate loading to the client when possible
author mckenziemc
date Fri, 10 Dec 2010 00:21:17 -0800
parents e0a4a8b5b389
children
comparison
equal deleted inserted replaced
11:47d15fc9208e 12:b230b94d4487
3 ## Title: DependencyLoader Bootstrap 3 ## Title: DependencyLoader Bootstrap
4 ## Notes: Bootstrap for DependencyLoader 4 ## Notes: Bootstrap for DependencyLoader
5 5
6 ## Author: mckenziemc 6 ## Author: mckenziemc
7 7
8 # Ask the client to load the dependencies of the core module if
9 # they're already enabled, to lessen the chance of something breaking.
10 ## OptDeps: LibStub, Ace3, LibPrint-1.0, LibScriptLink-1.0
11
8 ## LoadManagers: !!!LoadFirst, AddonLoader 12 ## LoadManagers: !!!LoadFirst, AddonLoader
9 ## X-LoadFirst: true 13 ## X-LoadFirst: true
10 ## X-LoadOn-Always: true 14 ## X-LoadOn-Always: true
11 15
12 16