-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated for Patch 11.0: The War Within.
- Loading branch information
Showing
23 changed files
with
160 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
# AdiBags - Adirelle's bag addon. | ||
# Copyright 2010-2021 Adirelle ([email protected]) | ||
# All rights reserved. | ||
# | ||
# This file is part of AdiBags. | ||
# | ||
# AdiBags is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# AdiBags is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with AdiBags. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
## Interface: 40400 | ||
|
||
## Title: AdiBags | ||
## Notes: Adirelle's bag addon. | ||
## Author: Adirelle | ||
## Version: @project-version@ | ||
## SavedVariables: AdiBagsDB | ||
## X-Date: @project-date-iso@ | ||
## X-License: GPL v3 | ||
## OptionalDeps: LibStub, CallbackHandler-1.0, Ace3, LibSharedMedia-3.0, Scrap, BrainDead, SyLevel | ||
#@alpha@ | ||
## OptionalDeps: AdiDebug, BugSack, Swatter | ||
#@end-alpha@ | ||
|
||
#@no-lib-strip@ | ||
libs\LibStub\LibStub.lua | ||
libs\CallbackHandler-1.0\CallbackHandler-1.0.xml | ||
libs\AceAddon-3.0\AceAddon-3.0.xml | ||
libs\AceDB-3.0\AceDB-3.0.xml | ||
libs\AceHook-3.0\AceHook-3.0.xml | ||
libs\AceConsole-3.0\AceConsole-3.0.xml | ||
libs\LibSharedMedia-3.0\lib.xml | ||
#@end-no-lib-strip@ | ||
|
||
libs\LibDataBroker-1.1\LibDataBroker-1.1.lua | ||
|
||
core\EventHandlers.lua | ||
core\Boot.lua | ||
|
||
Localization.lua | ||
|
||
core\Experiments.lua | ||
core\Fonts.lua | ||
core\Constants.lua | ||
core\Utility.lua | ||
core\Theme.lua | ||
core\Core.lua | ||
core\Hooks.lua | ||
core\Bags.lua | ||
core\Filters.lua | ||
core\Layout.lua | ||
core\OO.lua | ||
|
||
widgets\LayeredRegion.lua | ||
widgets\ContainerFrame.lua | ||
widgets\BagSlots.lua | ||
widgets\ItemButton.lua | ||
widgets\Section.lua | ||
widgets\AnchorWidget.lua | ||
|
||
modules\DataSource.lua | ||
modules\NewItemTracking.lua | ||
modules\MoneyFrame.lua | ||
modules\FilterOverride.lua | ||
modules\ItemLevel.lua | ||
modules\Junk.lua | ||
modules\CurrencyFrame.lua | ||
modules\TooltipInfo.lua | ||
modules\SectionVisibilityDropdown.lua | ||
modules\BankSwitcher.lua | ||
modules\ChangeHighlight.lua | ||
modules\Masque.lua | ||
|
||
core\ItemDatabase.lua | ||
core\DefaultFilters.lua | ||
core\Deprecation.lua | ||
|
||
#@debug@ | ||
## Version: DEV | ||
#@end-debug@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Interface: 100206 | ||
## Interface: 110000 | ||
|
||
## Title: AdiBags Configuration | ||
## Notes: Adirelle's bag addon. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Interface: 40400 | ||
|
||
## Title: AdiBags Configuration | ||
## Notes: Adirelle's bag addon. | ||
## Author: Adirelle | ||
## Version: @project-version@ | ||
## X-Date: @project-date-iso@ | ||
## X-Part-Of: AdiBags | ||
## LoadOnDemand: 1 | ||
## Dependencies: AdiBags | ||
## OptionalDeps: AceGUI-3.0-SharedMediaWidgets | ||
|
||
#@no-lib-strip@ | ||
..\AdiBags\libs\AceDBOptions-3.0\AceDBOptions-3.0.xml | ||
..\AdiBags\libs\AceGUI-3.0\AceGUI-3.0.xml | ||
..\AdiBags\libs\AceConfig-3.0\AceConfig-3.0.xml | ||
..\AdiBags\libs\AceGUI-3.0-SharedMediaWidgets\widget.xml | ||
#@end-no-lib-strip@ | ||
|
||
..\AdiBags\config\Config-ItemList.lua | ||
..\AdiBags\config\Options.lua | ||
|
||
#@debug@ | ||
## Version: DEV | ||
#@end-debug@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Interface: 11404 | ||
## Interface: 11503 | ||
|
||
## Title: AdiBags Configuration | ||
## Notes: Adirelle's bag addon. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Interface: 30400 | ||
## Interface: 30403 | ||
|
||
## Title: AdiBags Configuration | ||
## Notes: Adirelle's bag addon. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.