This repository has been archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AltMastery.toc
69 lines (55 loc) · 1.76 KB
/
AltMastery.toc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
## Interface: 70300
## Version: 1.0 (@project-version@)
## Author: Cakechart
## Title: AltMastery - Tasks and Milestones Management
## Notes: Helps manage repeatable tasks, track long-time progress towards milestones, and organize personal goals
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: AltMasteryDB
## OptionalDeps: LibStub, AceAddon-3.0, AceConsole-3.0, AeGUI-3.0, AceConfig-3.0, AceDB-3.0, AceEvent-3.0, AceLocale-3.0
#@no-lib-strip@
Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
Libs\AceAddon-3.0\AceAddon-3.0.xml
Libs\AceConsole-3.0\AceConsole-3.0.xml
Libs\AceGUI-3.0\AceGUI-3.0.xml
Libs\AceConfig-3.0\AceConfig-3.0.xml
Libs\AceDB-3.0\AceDB-3.0.xml
Libs\AceEvent-3.0\AceEvent-3.0.xml
Libs\AceLocale-3.0\AceLocale-3.0.xml
#@end-no-lib-strip@
## Localization - needs to be loaded before the initialisation routine ##
Locales\Locales.xml
## Setup - needs to be loaded before other modules become usable ##
Core\Setup.lua
## Utility functions - load early so they can be used by other modules ##
Core\Utils\Colours.lua
Core\Utils\QuestChecker.lua
Core\Utils\Validation.lua
## Core modules ##
Core\Defaults\Groups.lua
Core\Defaults\Settings.lua
Core\Defaults\Tasks.lua
Core\Criteria.lua
Core\DB.lua
Core\EventHandler.lua
Core\GroupDB.lua
Core\Parser.lua
Core\Sandbox.lua
Core\TaskDB.lua
## Controllers ##
Core\Controllers\SlashCmdHandler.lua
## Graphical user interface
#Core\GUI\Frames\AMTrackerGroup.lua
Core\GUI\Frames\AMWindow.lua
Core\GUI\Widgets\AMInlineGroup.lua
Core\GUI\Widgets\AMSelectorGroup.lua
Core\GUI\GroupSelector.lua
Core\GUI\TrackerPane.lua
Core\GUI\TrackerWindow.lua
Core\GUI\Config.lua
Core\GUI\DisplayStyles.lua
Core\GUI\FrameFactory.lua
Core\GUI\Layouts.lua
## Loader - needs to be called last ##
AltMastery.lua