Skip to content

Commit

Permalink
Moved to a full multi-toc release. (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidan authored Aug 25, 2022
1 parent e82bad5 commit dc685ca
Show file tree
Hide file tree
Showing 9 changed files with 319 additions and 21 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,4 @@ jobs:

# once cloned, we just run the GitHub Action for the packager project
- name: Package and release
uses: BigWigsMods/[email protected]
- name: Package and release Classic
uses: BigWigsMods/[email protected]
with:
args: -g classic
- name: Package and release TBC
uses: BigWigsMods/[email protected]
with:
args: -g bcc
- name: Package and release Wrath
uses: BigWigsMods/[email protected]
with:
args: -g wrath
uses: BigWigsMods/[email protected]
4 changes: 0 additions & 4 deletions AdiBags.toc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
# along with AdiBags. If not, see <http://www.gnu.org/licenses/>.

## Interface: 90207
## Interface-Retail: 90207
## Interface-Classic: 11403
## Interface-BCC: 20504
## Interface-Wrath: 30400

## Title: AdiBags
## Notes: Adirelle's bag addon.
Expand Down
4 changes: 0 additions & 4 deletions AdiBags_Config/AdiBags_Config.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## Interface: 90207
## Interface-Retail: 90207
## Interface-Classic: 11403
## Interface-BCC: 20504
## Interface-Wrath: 30400

## Title: AdiBags Configuration
## Notes: Adirelle's bag addon.
Expand Down
25 changes: 25 additions & 0 deletions AdiBags_Config/AdiBags_Config_TBC.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Interface: 20504

## 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@
25 changes: 25 additions & 0 deletions AdiBags_Config/AdiBags_Config_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Interface: 11403

## 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@
25 changes: 25 additions & 0 deletions AdiBags_Config/AdiBags_Config_Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Interface: 30400

## 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@
81 changes: 81 additions & 0 deletions AdiBags_TBC.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# 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: 20504

## 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

Localization.lua
core\EventHandlers.lua
core\Constants.lua
core\Utility.lua
core\Fonts.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

core\DefaultFilters.lua

#@debug@
## Version: DEV
#@end-debug@
81 changes: 81 additions & 0 deletions AdiBags_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# 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: 11403

## 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

Localization.lua
core\EventHandlers.lua
core\Constants.lua
core\Utility.lua
core\Fonts.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

core\DefaultFilters.lua

#@debug@
## Version: DEV
#@end-debug@
81 changes: 81 additions & 0 deletions AdiBags_Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# 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: 30400

## 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

Localization.lua
core\EventHandlers.lua
core\Constants.lua
core\Utility.lua
core\Fonts.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

core\DefaultFilters.lua

#@debug@
## Version: DEV
#@end-debug@

0 comments on commit dc685ca

Please sign in to comment.