Skip to content

Commit

Permalink
Add SoD support, update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudbells committed Dec 26, 2023
1 parent 4d8bfe5 commit d34e365
Show file tree
Hide file tree
Showing 33 changed files with 3,955 additions and 1,734 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Clone project
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Package and release
uses: BigWigsMods/packager@v1
uses: BigWigsMods/packager@v2
with:
args: -g classic
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
1 change: 0 additions & 1 deletion .pkgmeta
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
package-as: AutoLoggerClassic
enable-nolib-creation: no

ignore:
- README.md
168 changes: 0 additions & 168 deletions AutoLoggerClassic.lua

This file was deleted.

18 changes: 0 additions & 18 deletions AutoLoggerClassic.toc

This file was deleted.

61 changes: 0 additions & 61 deletions AutoLoggerClassic.xml

This file was deleted.

28 changes: 28 additions & 0 deletions AutoLoggerClassic_TBC.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Interface: 20504
## Title: AutoLoggerClassic
## Notes: Automatically triggers combat logging on and off in raids.
## Author: cloudbells
## Version: @project-version@
## SavedVariablesPerCharacter: ALCOptions
## X-WoWI-ID: 25314
## X-Curse-Project-ID: 341902

# Load libraries.
Libs/LibStub/LibStub.lua
Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua
Libs/LibDataBroker-1.1/LibDataBroker-1.1.lua
Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua
Libs/CloudUI-1.0/CloudUI-1.0.xml

# Load utils.
Util.lua

# Load core files.
Events.lua
Instances.lua

# Load UI files.
Interface/Main.lua

# Init.
Init.lua
28 changes: 28 additions & 0 deletions AutoLoggerClassic_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Interface: 11500
## Title: AutoLoggerClassic
## Notes: Automatically triggers combat logging on and off in raids.
## Author: cloudbells
## Version: @project-version@
## SavedVariablesPerCharacter: ALCOptions
## X-WoWI-ID: 25314
## X-Curse-Project-ID: 341902

# Load libraries.
Libs/LibStub/LibStub.lua
Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua
Libs/LibDataBroker-1.1/LibDataBroker-1.1.lua
Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua
Libs/CloudUI-1.0/CloudUI-1.0.xml

# Load utils.
Util.lua

# Load core files.
Events.lua
Instances.lua

# Load UI files.
Interface/Main.lua

# Init.
Init.lua
28 changes: 28 additions & 0 deletions AutoLoggerClassic_Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Interface: 30403
## Title: AutoLoggerClassic
## Notes: Automatically triggers combat logging on and off in raids.
## Author: cloudbells
## Version: @project-version@
## SavedVariablesPerCharacter: ALCOptions
## X-WoWI-ID: 25314
## X-Curse-Project-ID: 341902

# Load libraries.
Libs/LibStub/LibStub.lua
Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua
Libs/LibDataBroker-1.1/LibDataBroker-1.1.lua
Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua
Libs/CloudUI-1.0/CloudUI-1.0.xml

# Load utils.
Util.lua

# Load core files.
Events.lua
Instances.lua

# Load UI files.
Interface/Main.lua

# Init.
Init.lua
Loading

0 comments on commit d34e365

Please sign in to comment.