Skip to content

Commit

Permalink
Integrate Shadowlands and Dragonflight modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Anderson committed Jan 9, 2025
1 parent 0f423da commit a9779bb
Show file tree
Hide file tree
Showing 17 changed files with 14,814 additions and 15,515 deletions.
4 changes: 2 additions & 2 deletions .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ move-folders:
# Ignore takes place before folder's moving takes place
ignore:
- RECENT_CHANGES.md
- Images/PSD
- DEVTOOLS.lua
- AtlasLoot/Images/PSD
- AtlasLoot/DEVTOOLS.lua

3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
"EXPANSION_NAME10",
"COMPANIONS",
"TOY",
"EXPANSION_NAME8"
"EXPANSION_NAME8",
"EXPANSION_NAME9"
],
"Lua.diagnostics.disable": [
"need-check-nil"
Expand Down
14 changes: 14 additions & 0 deletions AtlasLoot/AtlasLoot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,20 @@ ATLASLOOT_INSTANCE_MODULE_LIST = {}

-- A list of officiel AtlasLoot modules
ATLASLOOT_MODULE_LIST = {
{
addonName = "AtlasLoot_Dragonflight",
icon = "Interface\\ICONS\\ability_dragonriding_athomealoft01",
name = EXPANSION_NAME9,
tt_title = nil, -- ToolTip title
tt_text = nil, -- ToolTip text
},
{
addonName = "AtlasLoot_Shadowlands",
icon = "Interface\\ICONS\\achievement_mythicdungeons_shadowlands",
name = EXPANSION_NAME8,
tt_title = nil, -- ToolTip title
tt_text = nil, -- ToolTip text
},
{
addonName = "AtlasLoot_BattleforAzeroth",
icon = "Interface\\ICONS\\Inv_ChampionsOfAzeroth",
Expand Down
4 changes: 3 additions & 1 deletion AtlasLoot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog

## 8.14.0 - January 7, 2024
## 8.14.0 - January 9, 2024

### Added

- Added Shadowlands and Dragonflight modules that were previously separate
- Added the Atlas button to Shadowlands and Dragonflight instance maps provided by Atlas (fork)
- Added icon textures in addon list

### Changed

Expand Down
485 changes: 482 additions & 3 deletions AtlasLoot_Collections/data.lua

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions AtlasLoot_Dragonflight/AtlasLoot_Dragonflight.toc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@
## X-License: GPL v2
## X-Website: https://github.com/nanderson11/AtlasLootEnhanced
## X-AtlasLoot-LootModule: 1
## X-AtlasLoot-ModuleName: Dragonflight

Core\Core.lua
Core\Instance.lua
Core\Collections.lua
Core\PvP.lua
data.lua
1,068 changes: 0 additions & 1,068 deletions AtlasLoot_Dragonflight/Core/Collections.lua

This file was deleted.

24 changes: 0 additions & 24 deletions AtlasLoot_Dragonflight/Core/Core.lua

This file was deleted.

Loading

0 comments on commit a9779bb

Please sign in to comment.