Mercurial > wow > reaction
comparison ReAction.toc @ 7:f920db5fc6b1
version 0.3
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 20 Mar 2007 21:25:29 +0000 |
parents | 8e0ff8ae4c08 |
children | c05fd3e18b4f |
comparison
equal
deleted
inserted
replaced
6:2da5089ab7ff | 7:f920db5fc6b1 |
---|---|
1 ## Interface: 20000 | 1 ## Interface: 20003 |
2 ## Title: ReAction |cff7fff7f -Ace2-|r | 2 ## Title: ReAction |cff7fff7f -Ace2-|r |
3 ## Notes: An action button layout tool | 3 ## Notes: An action bar and button layout tool |
4 ## DefaultState: enabled | 4 ## DefaultState: enabled |
5 ## LoadOnDemand: 0 | 5 ## LoadOnDemand: 0 |
6 ## Author: Flick | 6 ## Author: Flick |
7 ## Version: 0.1 | 7 ## Version: 0.3 |
8 ## X-Description: An action bar and button layout tool | 8 ## X-Description: An action bar and button layout tool |
9 ## X-Category: Action Bars | 9 ## X-Category: Action Bars |
10 ## SavedVariables: ReActionDB | 10 ## SavedVariables: ReActionDB |
11 ## SavedVariablesPerCharacter: ReActionDBPC | 11 ## SavedVariablesPerCharacter: ReActionDBPC |
12 ## OptionalDeps: Ace2 | 12 ## OptionalDeps: Ace2, FuBar |
13 ## X-Embeds: Ace2, DewdropLib, TabletLib | |
13 | 14 |
14 libs\AceLibrary\AceLibrary.lua | 15 libs\AceLibrary\AceLibrary.lua |
15 libs\AceOO-2.0\AceOO-2.0.lua | 16 libs\AceOO-2.0\AceOO-2.0.lua |
16 libs\AceAddon-2.0\AceAddon-2.0.lua | 17 libs\AceAddon-2.0\AceAddon-2.0.lua |
17 libs\AceDB-2.0\AceDB-2.0.lua | 18 libs\AceDB-2.0\AceDB-2.0.lua |
18 libs\AceConsole-2.0\AceConsole-2.0.lua | 19 libs\AceConsole-2.0\AceConsole-2.0.lua |
19 libs\AceEvent-2.0\AceEvent-2.0.lua | 20 libs\AceEvent-2.0\AceEvent-2.0.lua |
21 libs\AceLocale-2.2\AceLocale-2.2.lua | |
20 libs\Dewdrop-2.0\Dewdrop-2.0.lua | 22 libs\Dewdrop-2.0\Dewdrop-2.0.lua |
21 libs\Tablet-2.0\Tablet-2.0.lua | 23 libs\Tablet-2.0\Tablet-2.0.lua |
22 libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua | 24 libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua |
23 | 25 |
24 ReBinder.lua | 26 locale-enUS.lua |
25 ReBinder.xml | |
26 | 27 |
28 classes\ReAnchor.xml | |
29 classes\ReAnchor.lua | |
30 classes\ReBound.xml | |
31 classes\ReBound.lua | |
32 classes\ReBar.xml | |
33 classes\ReBar.lua | |
34 | |
35 classes\ReAction.lua | |
36 classes\ReAction_ActionType.lua | |
37 classes\ReAction_ActionDisplay.lua | |
38 classes\ReAction_ColorScheme.lua | |
39 classes\ReAction_PetActionType.lua | |
40 classes\ReAction_PetActionDisplay.lua | |
41 | |
42 Buttons.lua | |
27 Defaults.lua | 43 Defaults.lua |
28 Options.lua | 44 Options.lua |
29 | 45 |
30 ReBar.lua | 46 main.lua |
31 ReBar.xml | |
32 | |
33 Button.lua | |
34 Button.xml | |
35 | |
36 ReAction.lua | |
37 | |
38 |