Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undo & redo support #4863

Open
wants to merge 90 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
510cc0e
add feature flag 'undo'
emptyrivers Feb 5, 2024
e515eda
add some toolbar buttons
emptyrivers Feb 5, 2024
1e68a9a
make a debugprint
emptyrivers Feb 5, 2024
282ab6b
simple time machine
emptyrivers Feb 5, 2024
9ec2aa5
generalize the time machine to any kind of mutation
emptyrivers Feb 6, 2024
4036517
force an ordering of time machine records
emptyrivers Feb 7, 2024
57b66b4
further tweaks to TimeMachine
emptyrivers Feb 7, 2024
5653f19
lets just crib database language fully and make the concept of a tran…
emptyrivers Feb 7, 2024
00f062b
support undoing changes to action options
emptyrivers Feb 7, 2024
1664ffd
support undo for many options in group & display tab
emptyrivers Feb 8, 2024
7389eff
finish supporting information options
emptyrivers Feb 8, 2024
f126cbe
add type hint
emptyrivers Feb 8, 2024
d365d55
dry run of animation options
emptyrivers Feb 8, 2024
cfe67c0
fix a few bugs
emptyrivers Feb 8, 2024
fb06b65
wip
emptyrivers Feb 10, 2024
e8f51e9
drop some unnecessary set funcs
emptyrivers Mar 5, 2024
85b87fd
fix a couple bugs
emptyrivers Mar 5, 2024
b907f4d
convert *most* of custom options
emptyrivers Mar 5, 2024
047ad03
blablabla
emptyrivers Mar 24, 2024
77ee2c2
undoify BT2
emptyrivers Mar 25, 2024
cf7b335
have some more
emptyrivers Mar 26, 2024
1bb1eb8
drop conditionvariable variable
emptyrivers Mar 28, 2024
18b8eda
do a bit of optional chaining
emptyrivers Mar 29, 2024
9d25a9d
undoif conditions
emptyrivers Mar 29, 2024
b6bf29c
revert
emptyrivers Mar 29, 2024
442e767
fixes
emptyrivers Mar 29, 2024
e6ebcc7
.
emptyrivers Mar 29, 2024
b692a6b
make it sane!
emptyrivers Mar 29, 2024
a30700f
missed an Add()
emptyrivers Mar 29, 2024
e06b9ed
undoify add subretion button
emptyrivers Mar 29, 2024
87d351b
drop check2 option
emptyrivers Mar 29, 2024
6c76fce
drop more duplicates
emptyrivers Mar 30, 2024
e9b01bc
some generic trigger stuff
emptyrivers Apr 3, 2024
29eff53
undoify constructoptions
emptyrivers Apr 3, 2024
a09586d
missed trigger.event
emptyrivers Apr 3, 2024
9d258e4
allow for nil index on insert/remove actions
emptyrivers Apr 3, 2024
aa5c0cf
undoify some trigger options
emptyrivers Apr 3, 2024
8d73e1d
undoify trigger delete
emptyrivers Apr 3, 2024
d3a5bb3
fix mistakes
emptyrivers Apr 4, 2024
0c64a06
fix the worst formatted code in the entire codebase :p
emptyrivers Apr 4, 2024
1b48c11
undoify aurabar
emptyrivers Apr 4, 2024
3318d51
undoify dynamic groups
emptyrivers Apr 4, 2024
047350b
improve time machine annotation
emptyrivers Apr 4, 2024
56e39a4
undoify Group options
emptyrivers May 1, 2024
4cedc32
squelch global access lint for WeakAuras global
emptyrivers May 1, 2024
a9a4f31
add a setmany
emptyrivers May 1, 2024
6a974d9
drop spurious adds
emptyrivers May 9, 2024
3e1b5df
fix
emptyrivers Jan 14, 2025
16d08b2
re-add line from bad rebase
emptyrivers Jan 14, 2025
144263a
fix some bugs
emptyrivers Jan 18, 2025
8b9a79d
undoify some progress source options
emptyrivers Jan 20, 2025
fed700f
Merge remote-tracking branch 'upstream/main' into undo
emptyrivers Jan 20, 2025
7619e06
fix tristate
emptyrivers Jan 20, 2025
f79b474
Default discord-update to not run on forks
nullKomplex Jan 20, 2025
0dc69a9
whups
emptyrivers Jan 31, 2025
58fed60
warn on unexpected reject
emptyrivers Feb 4, 2025
2d7a4cf
typify custom options & fix a few user mode bugs
emptyrivers Feb 5, 2025
bbb8777
setmanyify
emptyrivers Feb 5, 2025
b04d768
fix regression with progress sourcce options
emptyrivers Feb 5, 2025
f057156
wip
emptyrivers Feb 8, 2025
20f8800
Update WeakAurasModelPaths from wago.tools
Stanzilla Jan 27, 2025
b63071a
Unit Characteristics: Allow "Assigned Role" check for non-group units
InfusOnWoW Jan 19, 2025
09bb15e
Guard against expirationTime/duration being strings in various places
InfusOnWoW Jan 19, 2025
985020c
Fix Glow/Border anchor_area lua error in Options
InfusOnWoW Jan 28, 2025
5244e66
Linear Progress Texture: Add an inverse setting
InfusOnWoW Jan 28, 2025
edc9723
CircularProgressTexture: Add inverse option
InfusOnWoW Jan 28, 2025
96af22b
classic_era toc update
mrbuds Jan 29, 2025
88c1567
Sanity check WeakAuras.ScanEvents event's type
InfusOnWoW Jan 30, 2025
6954d19
Empty Base Region: Add a thumbnail icon
InfusOnWoW Jan 30, 2025
2d9e256
Also remove "Clipped Progress" on Classic
InfusOnWoW Jan 30, 2025
6e08bb2
Modernize: Fix lua error if there are no authorOptions
InfusOnWoW Jan 30, 2025
963e5ad
Tweak Changelog display
InfusOnWoW Jan 30, 2025
6eaebb6
Update Discord List
InfusOnWoW Feb 3, 2025
8f1a99e
Update WeakAurasModelPaths from wago.tools
Stanzilla Feb 3, 2025
f8073d4
Update Atlas File List from wago.tools
InfusOnWoW Feb 3, 2025
e207c2b
Bump cbrgm/mastodon-github-action from 2.1.10 to 2.1.12
dependabot[bot] Feb 3, 2025
9d11c01
Add itemInRange condition support to more Item Triggers (#5639)
its-riece Feb 9, 2025
2853b67
Classic Era: Fix Minimize Button
InfusOnWoW Feb 8, 2025
cdf91e8
Fix lua error if a group contains an aura with a texture sub element
InfusOnWoW Feb 8, 2025
3953a64
Fix font justify missing after update
InfusOnWoW Feb 9, 2025
abc3f1a
Regions\Text.lua: Add types
InfusOnWoW Feb 9, 2025
ef3b124
Update WeakAurasModelPaths from wago.tools
Stanzilla Feb 10, 2025
915a046
only nag user on /reload or /camp, instead of every loading screen
emptyrivers Feb 16, 2025
0a44ddb
Update Atlas File List from wago.tools
InfusOnWoW Feb 17, 2025
27fd2c7
Update WeakAurasModelPaths from wago.tools
Stanzilla Feb 17, 2025
43b6207
smoll fix (#5678)
mrbuds Feb 19, 2025
7625577
Update toc files for Cataclysm new patch
mrbuds Feb 20, 2025
0db8ac2
Fix integer overflow error with SpellKnow checks
mrbuds Feb 20, 2025
9d675de
bunch of review comments
emptyrivers Feb 22, 2025
b7cf19d
fix a typo
emptyrivers Feb 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/.last_wow_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
63f2f80bbaabd19b6c945b9a289d5ca4
659ab614980cd1c280d6090e0e8815fa
2 changes: 1 addition & 1 deletion .github/scripts/.last_wow_classic_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
00c4b67bd2306145d494bc4ee2f1f41a
601c65a25cd15b329bd0b04c87021669
2 changes: 1 addition & 1 deletion .github/scripts/.last_wow_classic_era_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
39a36a3977d8ac13d8b0f6b82fe23748
c607ffe1fdbe9319768bd1f132573df4
1 change: 1 addition & 0 deletions .github/workflows/discord-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
discordUpdate:
if: github.repository == 'WeakAuras/WeakAuras2'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- name: Send Mastodon Notification
id: mastodon
uses: cbrgm/[email protected].10
uses: cbrgm/[email protected].12
with:
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
url: ${{ secrets.MASTODON_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_notifications_manual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- name: Mastodon Notification
id: mastodon
uses: cbrgm/[email protected].10
uses: cbrgm/[email protected].12
with:
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }} # access token
url: ${{ secrets.MASTODON_URL }} # https://example.social
Expand Down
1 change: 1 addition & 0 deletions .luarc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"invisible"
],
"diagnostics.globals": [
"WeakAuras",
"AbbreviateLargeNumbers",
"ACCEPT",
"AceGUIWeakAurasMultiLineEditBoxInsertLink",
Expand Down
217 changes: 180 additions & 37 deletions WeakAuras/Atlas_Cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,21 @@ Private.AtlasList = {
"InterruptOverlay",
"Krokuun_Highlight",
"LFG-lock",
"Lang-Regions-deDE",
"Lang-Regions-enCN",
"Lang-Regions-enGB",
"Lang-Regions-enTW",
"Lang-Regions-enUS",
"Lang-Regions-esES",
"Lang-Regions-esMX",
"Lang-Regions-frFR",
"Lang-Regions-itIT",
"Lang-Regions-koKR",
"Lang-Regions-ptBR",
"Lang-Regions-ptPT",
"Lang-Regions-ruRU",
"Lang-Regions-zhCN",
"Lang-Regions-zhTW",
"LegendaryToast-OrangeStarglow",
"LegendaryToast-background",
"LegendaryToast-particles1",
Expand Down Expand Up @@ -2038,6 +2053,7 @@ Private.AtlasList = {
"Spinner_Ring",
"Spinner_Shadow",
"Spinner_Sparks",
"SquareMask",
"StableMaster",
"Start-VersusSplash",
"StoneFrameCorner-TopLeft",
Expand Down Expand Up @@ -2200,6 +2216,49 @@ Private.AtlasList = {
"UI-Frame-TopLeftCornerNoPortrait",
"UI-LFG-DeclineMark",
"UI-LFG-DeclineMark-Raid",
"UI-LFG-DividerLine",
"UI-LFG-PendingMark",
"UI-LFG-PendingMark-Raid",
"UI-LFG-ReadyMark",
"UI-LFG-ReadyMark-Raid",
"UI-LFG-RoleIcon-DPS",
"UI-LFG-RoleIcon-DPS-Background",
"UI-LFG-RoleIcon-DPS-Disabled",
"UI-LFG-RoleIcon-DPS-Micro",
"UI-LFG-RoleIcon-DPS-Micro-GroupFinder",
"UI-LFG-RoleIcon-DPS-Micro-Raid",
"UI-LFG-RoleIcon-Decline",
"UI-LFG-RoleIcon-Generic",
"UI-LFG-RoleIcon-Generic-Disabled",
"UI-LFG-RoleIcon-Generic-Micro",
"UI-LFG-RoleIcon-Generic-Micro-GroupFinder",
"UI-LFG-RoleIcon-Generic-Micro-Raid",
"UI-LFG-RoleIcon-Healer",
"UI-LFG-RoleIcon-Healer-Background",
"UI-LFG-RoleIcon-Healer-Disabled",
"UI-LFG-RoleIcon-Healer-Micro",
"UI-LFG-RoleIcon-Healer-Micro-GroupFinder",
"UI-LFG-RoleIcon-Healer-Micro-Raid",
"UI-LFG-RoleIcon-Incentive",
"UI-LFG-RoleIcon-Leader",
"UI-LFG-RoleIcon-Leader-Disabled",
"UI-LFG-RoleIcon-Leader-Micro",
"UI-LFG-RoleIcon-Leader-Micro-GroupFinder",
"UI-LFG-RoleIcon-Leader-Micro-Raid",
"UI-LFG-RoleIcon-Pending",
"UI-LFG-RoleIcon-RangedDPS",
"UI-LFG-RoleIcon-RangedDPS-Disabled",
"UI-LFG-RoleIcon-RangedDPS-Micro",
"UI-LFG-RoleIcon-RangedDPS-Micro-GroupFinder",
"UI-LFG-RoleIcon-RangedDPS-Micro-Raid",
"UI-LFG-RoleIcon-Ready",
"UI-LFG-RoleIcon-Tank",
"UI-LFG-RoleIcon-Tank-Background",
"UI-LFG-RoleIcon-Tank-Disabled",
"UI-LFG-RoleIcon-Tank-Micro",
"UI-LFG-RoleIcon-Tank-Micro-GroupFinder",
"UI-LFG-RoleIcon-Tank-Micro-Raid",
"UI-LFG-RoleIcon-Tank-Micro-Raid-Role",
"UI-Minimap-Clock",
"UI-MoneyFrame-Large",
"UI-OuterBorderButtonPatch",
Expand Down Expand Up @@ -2741,6 +2800,79 @@ Private.AtlasList = {
"combat_swords-icon",
"common-button-square-gray-down",
"common-button-square-gray-up",
"common-dropdown-a-button",
"common-dropdown-a-button-disabled",
"common-dropdown-a-button-hover",
"common-dropdown-a-button-open",
"common-dropdown-a-button-pressed",
"common-dropdown-a-button-pressedhover",
"common-dropdown-b-button",
"common-dropdown-b-button-disabled",
"common-dropdown-b-button-hover",
"common-dropdown-b-button-open",
"common-dropdown-b-button-pressed",
"common-dropdown-b-button-pressedhover",
"common-dropdown-bg",
"common-dropdown-c-bg",
"common-dropdown-c-button",
"common-dropdown-c-button-disabled",
"common-dropdown-c-button-hover-1",
"common-dropdown-c-button-hover-2",
"common-dropdown-c-button-hover-arrow",
"common-dropdown-c-button-open",
"common-dropdown-c-button-pressed-1",
"common-dropdown-c-button-pressed-2",
"common-dropdown-c-button-pressedhover-1",
"common-dropdown-c-button-pressedhover-2",
"common-dropdown-classic-a-buttonDown",
"common-dropdown-classic-a-buttonDown-disabled",
"common-dropdown-classic-a-buttonDown-disabled-small",
"common-dropdown-classic-a-buttonDown-hover",
"common-dropdown-classic-a-buttonDown-hover-small",
"common-dropdown-classic-a-buttonDown-pressed",
"common-dropdown-classic-a-buttonDown-pressed-small",
"common-dropdown-classic-a-buttonDown-pressedhover",
"common-dropdown-classic-a-buttonDown-pressedhover-small",
"common-dropdown-classic-a-buttonDown-small",
"common-dropdown-classic-a-buttonUp",
"common-dropdown-classic-a-buttonUp-disabled",
"common-dropdown-classic-a-buttonUp-disabled-small",
"common-dropdown-classic-a-buttonUp-hover",
"common-dropdown-classic-a-buttonUp-hover-small",
"common-dropdown-classic-a-buttonUp-pressed",
"common-dropdown-classic-a-buttonUp-pressed-small",
"common-dropdown-classic-a-buttonUp-pressedhover",
"common-dropdown-classic-a-buttonUp-pressedhover-small",
"common-dropdown-classic-a-buttonUp-small",
"common-dropdown-classic-b-bg",
"common-dropdown-classic-b-button",
"common-dropdown-classic-b-button-disabled",
"common-dropdown-classic-b-button-hover",
"common-dropdown-classic-b-button-pressed",
"common-dropdown-classic-b-button-pressedhover",
"common-dropdown-classic-bg",
"common-dropdown-classic-bg-b",
"common-dropdown-classic-darkBG",
"common-dropdown-classic-textholder",
"common-dropdown-classic-textholder-small",
"common-dropdown-customize-mouseover",
"common-dropdown-icon-back",
"common-dropdown-icon-back-disabled",
"common-dropdown-icon-checkmark-yellow",
"common-dropdown-icon-checkmark-yellow-classic",
"common-dropdown-icon-next",
"common-dropdown-icon-next-disabled",
"common-dropdown-icon-play",
"common-dropdown-icon-radialtick-yellow",
"common-dropdown-icon-radialtick-yellow-classic",
"common-dropdown-icon-sound-off",
"common-dropdown-icon-sound-on",
"common-dropdown-icon-stop",
"common-dropdown-textholder",
"common-dropdown-tickradial",
"common-dropdown-tickradial-classic",
"common-dropdown-ticksquare",
"common-dropdown-ticksquare-classic",
"common-gray-button-entrybox-center",
"common-gray-button-entrybox-left",
"common-gray-button-entrybox-right",
Expand Down Expand Up @@ -2789,6 +2921,8 @@ Private.AtlasList = {
"communities-ring-blue",
"communities-ring-gold",
"communities-widebackground",
"communitiesfinder-card",
"communitiesfinder_card_highlight",
"countdown-swords",
"countdown-swords-glow",
"creditsscreen-highlight",
Expand Down Expand Up @@ -2932,6 +3066,10 @@ Private.AtlasList = {
"groupfinder-icon-voice",
"groupfinder-waitdot",
"guild-levelring",
"guildfinder-card",
"guildfinder-card-guildbanner-background",
"guildfinder-card-guildbanner-border",
"guildfinder-card-guildbanner-shadow",
"honorsystem-bar-background",
"honorsystem-bar-frame",
"honorsystem-bar-frame-exhaustiontick",
Expand Down Expand Up @@ -3028,6 +3166,21 @@ Private.AtlasList = {
"hud-microbutton-highlightalert",
"insetshadow",
"inspect-talent-selected",
"lang-alert-deDE",
"lang-alert-enCN",
"lang-alert-enGB",
"lang-alert-enTW",
"lang-alert-enUS",
"lang-alert-esES",
"lang-alert-esMX",
"lang-alert-frFR",
"lang-alert-itIT",
"lang-alert-koKR",
"lang-alert-ptBR",
"lang-alert-ptPT",
"lang-alert-ruRU",
"lang-alert-zhCN",
"lang-alert-zhTW",
"legioninvasion-ScenarioTrackerToast",
"legioninvasion-Toast-Frame",
"legioninvasion-map-cover",
Expand Down Expand Up @@ -3105,6 +3258,19 @@ Private.AtlasList = {
"legionmission-map-orderhall-warrior",
"legionmission-portraitring-epicplus",
"legionmission-portraitring_levelborder_epicplus",
"levelup-bar-gold",
"levelup-bar-green",
"levelup-bar-white",
"levelup-dot-gold",
"levelup-dot-green",
"levelup-glow-gold",
"levelup-glow-green",
"levelup-icon-arrow",
"levelup-icon-bag",
"levelup-icon-book",
"levelup-icon-lock",
"levelup-shadow-lower",
"levelup-shadow-upper",
"loottab-background",
"loottab-set-background",
"loottab-set-itemborder-artifact",
Expand Down Expand Up @@ -3354,6 +3520,8 @@ Private.AtlasList = {
"shadoworbs-small-Frame-OrbHighlight",
"shadoworbs-small-Orb",
"shadoworbs-small-Orb-Bg",
"shop-bundle-12mosub",
"shop-bundle-365sub-apac",
"shop-card-bundle",
"shop-card-bundle-alteracpup-feydragon",
"shop-card-bundle-hover",
Expand All @@ -3362,14 +3530,26 @@ Private.AtlasList = {
"shop-card-bundle-selected",
"shop-card-bundle-starseekers",
"shop-card-darkcover",
"shop-card-full-441-180daysbundle-apac",
"shop-card-full-441-6monthbundle",
"shop-card-full-BCC-darkportalpassupgrade",
"shop-card-full-aa44",
"shop-card-full-bfadeluxe",
"shop-card-full-classicwotlk-goodies-heroictoepic2",
"shop-card-full-classicwotlk-goodies2",
"shop-card-full-gametimebundle-90day",
"shop-card-full-july2024-12month",
"shop-card-full-july2024-180day",
"shop-card-full-july2024-365day",
"shop-card-full-july2024-6month",
"shop-card-full-legiondeluxe",
"shop-card-full-reven-ibelin-charity-pet",
"shop-card-full-tf1h",
"shop-card-full-tf2e",
"shop-card-full-tf5u",
"shop-card-full-warcraft30th",
"shop-card-full-year-of-azeroth-2024-12month",
"shop-card-full-year-of-azeroth-2024-365day",
"shop-card-half-BCC-darkportalpass",
"shop-card-half-BCC-darkportalpassdeluxe",
"shop-card-half-bfa",
Expand Down Expand Up @@ -3560,43 +3740,6 @@ Private.AtlasList = {
"ui-classicscrollbar-endcap-bottom",
"ui-classicscrollbar-endcap-bottom-rounded",
"ui-classicscrollbar-endcap-top",
"ui-lfg-dividerline",
"ui-lfg-pendingmark",
"ui-lfg-pendingmark-raid",
"ui-lfg-readymark",
"ui-lfg-readymark-raid",
"ui-lfg-roleicon-decline",
"ui-lfg-roleicon-dps",
"ui-lfg-roleicon-dps-background",
"ui-lfg-roleicon-dps-disabled",
"ui-lfg-roleicon-dps-micro",
"ui-lfg-roleicon-dps-micro-raid",
"ui-lfg-roleicon-generic",
"ui-lfg-roleicon-generic-disabled",
"ui-lfg-roleicon-generic-micro",
"ui-lfg-roleicon-generic-micro-raid",
"ui-lfg-roleicon-healer",
"ui-lfg-roleicon-healer-background",
"ui-lfg-roleicon-healer-disabled",
"ui-lfg-roleicon-healer-micro",
"ui-lfg-roleicon-healer-micro-raid",
"ui-lfg-roleicon-incentive",
"ui-lfg-roleicon-leader",
"ui-lfg-roleicon-leader-disabled",
"ui-lfg-roleicon-leader-micro",
"ui-lfg-roleicon-leader-micro-raid",
"ui-lfg-roleicon-pending",
"ui-lfg-roleicon-rangeddps",
"ui-lfg-roleicon-rangeddps-disabled",
"ui-lfg-roleicon-rangeddps-micro",
"ui-lfg-roleicon-rangeddps-micro-raid",
"ui-lfg-roleicon-ready",
"ui-lfg-roleicon-tank",
"ui-lfg-roleicon-tank-background",
"ui-lfg-roleicon-tank-disabled",
"ui-lfg-roleicon-tank-micro",
"ui-lfg-roleicon-tank-micro-raid",
"ui-lfg-roleicon-tank-micro-raid-role",
"ui-scrollbar-button-overlay",
"ui-scrollbar-button-overlay-horizontal",
"ui-scrollbar-endcap-bottom",
Expand Down
16 changes: 16 additions & 0 deletions WeakAuras/Atlas_Vanilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,9 @@ Private.AtlasList = {
"ClassTrial-Timer-RightCorner",
"ClassTrial-Warlock-Ring",
"ClassTrial-Warrior-Ring",
"Coin-Copper",
"Coin-Gold",
"Coin-Silver",
"ComboPoints-AllPointsBG",
"ComboPoints-ComboPoint",
"ComboPoints-ComboPointDash",
Expand Down Expand Up @@ -1608,6 +1611,9 @@ Private.AtlasList = {
"PetList-ButtonHighlight",
"PetList-ButtonSelect",
"PetToast-background",
"PhotosensitivityWarning-parchment-background",
"PhotosensitivityWarning-questbang-icon",
"PhotosensitivityWarning-vignette",
"PlayerControlled",
"PlayerDeadBlip",
"PlayerEnemy",
Expand Down Expand Up @@ -2400,6 +2406,16 @@ Private.AtlasList = {
"alliance_icon_horde_flag-flash",
"alliance_icon_horde_flag-icon",
"alliance_tower-icon",
"auctionhouse-background-auctions",
"auctionhouse-background-buy-commodities",
"auctionhouse-background-buy-commodities-market",
"auctionhouse-background-buy-noncommodities-header",
"auctionhouse-background-buy-noncommodities-market",
"auctionhouse-background-categories",
"auctionhouse-background-index",
"auctionhouse-background-sell-left",
"auctionhouse-background-sell-right",
"auctionhouse-background-summarylist",
"auctionhouse-icon-checkmark",
"auctionhouse-icon-clock",
"auctionhouse-icon-coin-copper",
Expand Down
Loading