You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

144 lines
3.8 KiB

## Author: Allara
## Interface: 100206
## X-Min-Interface: 100206
## Title: Rarity
## Version: 1.0 (r730-release)
## X-Curse-Project-ID: 30801
## Notes: Tracks rare drops, including companions and mounts
## LoadManagers: AddonLoader
## OptionalDeps: Ace3,LibDualSpec-1.0,LibQTip-1.0,LibDBIcon-1.0,LibBabble-Zone-3.0,LibSink-2.0,LibBabble-SubZone-3.0,LibSharedMedia-3.0,AceGUI-3.0-SharedMediaWidgets,LibBabble-CreatureType-3.0,LibBabble-Boss-3.0,HereBeDragons
## SavedVariables: RarityDB
## X-LoadOn-Always: delayed
#@no-lib-strip@
Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua
Libs\AceAddon-3.0\AceAddon-3.0.xml
Libs\AceBucket-3.0\AceBucket-3.0.xml
Libs\AceGUI-3.0\AceGUI-3.0.xml
Libs\AceConfig-3.0\AceConfig-3.0.xml
Libs\AceConsole-3.0\AceConsole-3.0.xml
Libs\AceDB-3.0\AceDB-3.0.xml
Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml
Libs\AceEvent-3.0\AceEvent-3.0.xml
Libs\AceLocale-3.0\AceLocale-3.0.xml
Libs\AceTimer-3.0\AceTimer-3.0.xml
Libs\AceSerializer-3.0\AceSerializer-3.0.xml
Libs\LibQTip-1.0\lib.xml
Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua
Libs\LibBabble-Zone-3.0\lib.xml
Libs\LibBabble-SubZone-3.0\lib.xml
Libs\LibSink-2.0\LibSink-2.0\lib.xml
Libs\LibSharedMedia-3.0\lib.xml
Libs\AceGUI-3.0-SharedMediaWidgets\widget.xml
Libs\LibBabble-CreatureType-3.0\lib.xml
Libs\LibBabble-Boss-3.0\lib.xml
Libs\HereBeDragons-2.0\HereBeDragons-2.0.lua
Libs\LibCompress\lib.xml
#@end-no-lib-strip@
Libs\LibBars-1.0\lib.xml
# This must be loaded first
Locales.lua
Core\Init.lua
# Database
DB\Nodes.lua
DB\SharedConstants.lua
DB\Spells.lua
# Collectibles Database (makes use of the shared constants, so load those first)
DB\Item.lua
DB\Schema.lua
DB\ItemDB.lua
## Mounts
DB\Mounts\HolidayEvents.lua
DB\Mounts\Classic.lua
DB\Mounts\TheBurningCrusade.lua
DB\Mounts\WrathOfTheLichKing.lua
DB\Mounts\Cataclysm.lua
DB\Mounts\MistsOfPandaria.lua
DB\Mounts\WarlordsOfDraenor.lua
DB\Mounts\Legion.lua
DB\Mounts\BattleForAzeroth.lua
DB\Mounts\Shadowlands.lua
DB\Mounts\Dragonflight.lua
## Pets
DB\Pets\HolidayEvents.lua
DB\Pets\Classic.lua
DB\Pets\TheBurningCrusade.lua
DB\Pets\WrathOfTheLichKing.lua
DB\Pets\Cataclysm.lua
DB\Pets\MistsOfPandaria.lua
DB\Pets\WarlordsOfDraenor.lua
DB\Pets\Legion.lua
DB\Pets\BattleForAzeroth.lua
DB\Pets\Shadowlands.lua
DB\Pets\Dragonflight.lua
## Toys (and other items, for now...)
DB\Toys\HolidayEvents.lua
DB\Toys\Classic.lua
DB\Toys\TheBurningCrusade.lua
DB\Toys\WrathOfTheLichKing.lua
DB\Toys\Cataclysm.lua
DB\Toys\MistsOfPandaria.lua
DB\Toys\WarlordsOfDraenor.lua
DB\Toys\Legion.lua
DB\Toys\BattleForAzeroth.lua
DB\Toys\Shadowlands.lua
DB\Toys\Dragonflight.lua
# Utility/Helpers
Utils\DebugCache.lua
Utils\PrettyPrint.lua
Utils\Sorting.lua
Utils\String.lua
Utils\Table.lua
Utils\Time.lua
# Wrappers for external libraries (to provide a consistent API)
Core\Interoperability\LibQTip\Tooltips.lua
Core\Interoperability\LibSink\Output.lua
Core\Interoperability\TradeSkillMaster\AuctionDB.lua
Core\Interoperability\WoWUnit\Testing.lua
# Wrappers for the WOW API (to provide a consistent API)
Core\Interoperability\Blizzard\MapInfo.lua
# Addon Core
Core\Announcements.lua
Core\Caching.lua
Core\Collections.lua
Core\Database.lua
Core\Debugging.lua
Core\Detection.lua
Core\EventHandlers.lua
Core\GUI.lua
Core\HolidayEvents.lua
Core\Profiling.lua
Core\Serialization.lua
Core\Session.lua
Core\Statistics.lua
Core\Tracking.lua
Core\Validation.lua
Core\Waypoints.lua
# UI
Core\GUI\AnchoredTrackingBar.lua
Core\GUI\CopyPastePopup.lua
Core\GUI\ScrollingDebugMessageFrame.lua
Core\GUI\DataBrokerDisplay.lua
Core\GUI\FauxAchievementPopup.lua
Core\GUI\GameTooltipHooks.lua
Core\GUI\MainWindow.lua
# Addon loader
Core.lua
# Initialization for the config UI
Options_Defaults.lua