Skip to content

Commit

Permalink
Replace Ace3 settings with Dashi
Browse files Browse the repository at this point in the history
Still need to re-implement the blocklists, deal with migrations, and
then use the new settings in the addon.

This also involved a pruning of the default blocklists.
  • Loading branch information
p3lim committed Jul 21, 2024
1 parent 5d4dfe3 commit 069c48c
Show file tree
Hide file tree
Showing 8 changed files with 194 additions and 922 deletions.
11 changes: 0 additions & 11 deletions .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@ package-as: QuickQuest
externals:
libs/Dashi:
url: https://github.com/p3lim-wow/Dashi
libs/LibStub:
url: https://repos.curseforge.com/wow/libstub/trunk
tag: 1.0
libs/CallbackHandler-1.0:
url: https://repos.curseforge.com/wow/callbackhandler/trunk/CallbackHandler-1.0
libs/AceDB-3.0:
url: https://repos.curseforge.com/wow/ace3/trunk/AceDB-3.0
libs/AceGUI-3.0:
url: https://repos.curseforge.com/wow/ace3/trunk/AceGUI-3.0
libs/AceConfig-3.0:
url: https://repos.curseforge.com/wow/ace3/trunk/AceConfig-3.0

manual-changelog:
filename: CHANGELOG.md
Expand Down
15 changes: 2 additions & 13 deletions QuickQuest_Mainline.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,14 @@
## Title: QuickQuest
## Notes: Quest automation wizardry
## IconTexture: Interface\Icons\spell_nature_timestop
## OptionalDeps: LibStub, CallbackHandler-1.0, Ace3
## SavedVariables: QuickQuestDB, QuickQuestBlacklistDB, QuickQuestDB2
## SavedVariables: QuickQuestDB2, QuickQuestDB3, QuickQuestBlocklistDB

## X-Curse-Project-ID: 36494
## X-WoWI-ID: 20838
## X-Wago-ID: Qb6meD6P

#@non-debug@
# libs\Dashi\embed.xml
# libs\LibStub\LibStub.lua
# libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
# libs\AceDB-3.0\AceDB-3.0.xml
# libs\AceGUI-3.0\AceGUI-3.0.xml
# libs\AceConfig-3.0\AceConfig-3.0.xml
#@end-non-debug@
#@debug@
..\Dashi\embed.xml
Expand All @@ -35,9 +29,4 @@ locale\zhCN.lua
locale\zhTW.lua

addon.lua

config\ButtonPoolMixin.lua
config\SavedVariables.lua
config\Options.lua
config\OptionsBlocklist.lua
config\OptionsPopups.lua
settings.lua
148 changes: 0 additions & 148 deletions config/ButtonPoolMixin.lua

This file was deleted.

110 changes: 0 additions & 110 deletions config/Options.lua

This file was deleted.

Loading

0 comments on commit 069c48c

Please sign in to comment.