-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from nanderson11/v3
V3
- Loading branch information
Showing
475 changed files
with
48,594 additions
and
13,142 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Release Addon | ||
|
||
on: | ||
push: | ||
tags: | ||
- '**' | ||
|
||
env: | ||
CF_API_KEY: ${{ secrets.CF_API_KEY }} | ||
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Clone project | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- uses: kemayo/actions-recent-changelog@v1 | ||
with: | ||
input: CHANGELOG.md | ||
output: RECENT_CHANGES.md | ||
|
||
- name: Package and release | ||
uses: BigWigsMods/packager@v2 |
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,6 @@ | ||
manual-changelog: | ||
filename: RECENT_CHANGES.md | ||
markup-type: markdown | ||
|
||
ignore: | ||
- RECENT_CHANGES.md |
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 |
---|---|---|
@@ -1,8 +1,69 @@ | ||
# This file is used to show unsupported game client message. | ||
# Supported client flavors load their own TOC file and unsupported ones fall back to this one. | ||
# Check expansion specific TOC files for the correct data. | ||
## Interface: 00000 | ||
## Title: Atlas|cFFFF0000 game client not supported|r | ||
## Notes: This version of Atlas only supports Classic Era and Retail | ||
|
||
WrongVersion.lua | ||
## Interface: 110002 | ||
## Title: Atlas | ||
## Title-deDE: Atlas | ||
## Title-esES: Atlas | ||
## Title-esMX: Atlas | ||
## Title-frFR: Atlas | ||
## Title-koKR: Atlas | ||
## Title-ptBR: Atlas | ||
## Title-ruRU: Atlas | ||
## Title-zhCN: Atlas | ||
## Title-zhTW: Atlas | ||
## Notes: Instance Map Browser | ||
## Notes-deDE: Instanzkarten-Browser | ||
## Notes-esES: Navegador de Mapas de Mazmorras | ||
## Notes-esMX: Navegador de Mapas de Mazmorras | ||
## Notes-frFR: Navigateur de cartes d'instances | ||
## Notes-koKR: 인스턴스 지도 탐색기 | ||
## Notes-ptBR: Buscador de Mapas de Instância | ||
## Notes-ruRU: Обозреватель подземелий | ||
## Notes-zhCN: |cff00CC33副本地图浏览器|r | ||
## Notes-zhTW: |cff00CC33Atlas 地圖集主程式|r | ||
## Author: nanderson11 | ||
## Version: @project-version@ | ||
## X-Website: https://github.com/nanderson11/Atlas | ||
## X-Category: Map | ||
## X-License: GPLv2 | ||
## X-Credits: Forked from Atlas | ||
## X-Localizations: enUS, deDE, esES, esMX, frFR, ruRU, zhTW, zhCN, ptBR, koKR | ||
## X-Curse-Project-ID: 1115649 | ||
## OptionalDeps: LibStub, CallbackHandler-1.0, Ace3, LibBabble-Boss-3.0, LibBabble-SubZone-3.0, LibBabble-Faction-3.0, LibDBIcon-1.0, LibDialog-1.0, LibUIDropDownMenu | ||
## AddonCompartmentFunc: Atlas_Toggle | ||
## IconTexture: Interface\WorldMap\WorldMap-Icon | ||
## SavedVariables: AtlasDB | ||
|
||
Data\Constants.lua | ||
Data\AreaIDs.lua | ||
Libs\Libs.xml | ||
Locale\Locales.xml | ||
|
||
Core\FontsTemplates.xml | ||
Core\Templates.lua | ||
Core\Templates.xml | ||
Core\IngameLocales.lua | ||
|
||
# Core | ||
Core\Atlas.lua | ||
Core\AtlasFrame.lua | ||
Core\Atlas.xml | ||
Core\Config.lua | ||
|
||
Data\Maps_Association.lua | ||
Data\DropDownConfig.lua | ||
|
||
# Integration functions | ||
Integration\EJIntegration.lua | ||
Integration\EJLoot.xml | ||
Integration\WorldMap.xml | ||
Integration\WorldMap.lua | ||
Integration\Achievements.lua | ||
Integration\AtlasLootIntegration.lua | ||
|
||
Data\Classic-Retail.lua | ||
Data\BurningCrusade-Retail.lua | ||
Data\WrathoftheLichKing-Retail.lua | ||
Data\Cataclysm-Retail.lua | ||
Data\MistsofPandaria-Retail.lua | ||
Data\WarlordsofDraenor-Retail.lua | ||
Data\Legion-Retail.lua | ||
Data\BattleforAzeroth-Retail.lua |
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.