Skip to content

Commit

Permalink
Remove LibAuras dep
Browse files Browse the repository at this point in the history
  • Loading branch information
funkjedi committed Sep 11, 2024
1 parent cf440bd commit cc88c10
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 427 deletions.
1 change: 0 additions & 1 deletion .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ externals:
libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
libs/AceLocale-3.0: https://repos.wowace.com/wow/ace3/trunk/AceLocale-3.0
libs/AceTimer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceTimer-3.0
libs/LibAuras: https://repos.wowace.com/wow/libauras
libs/LibWidgetFactory-1.0/libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0

enable-nolib-creation: no
Expand Down
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,27 @@
"RaidBossEmoteFrame",
"RaidNotice_AddMessage",
"STANDARD_TEXT_FONT",
"Settings",
"PARTY",
"PLAYER"
],
"Lua.workspace.ignoreDir": [
".vscode",
"libs",
],
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.builtin": {
"basic": "disable",
"debug": "disable",
"io": "disable",
"math": "disable",
"os": "disable",
"package": "disable",
"string": "disable",
"table": "disable",
"utf8": "disable"
},
"Lua.workspace.library": [
"~/.vscode-server/extensions/ketho.wow-api-0.17.4/Annotations"
]
}
4 changes: 2 additions & 2 deletions SheepMonitor.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
## Title: Sheep Monitor
## Notes: Provides various methods of notification to help you keep track of your flock.
## Author: funkjedi
## Version: 1.28
## Version: 1.29
## SavedVariables: SheepMonitorDatabase
## OptionalDeps: Ace3, LibAuras, LibAuraInfo-1.0
## OptionalDeps: Ace3, LibAuraInfo-1.0
## X-Curse-Project-ID: 28218
## X-WoWI-ID: 19050
## X-Wago-ID: vEGP1RN1
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.29
- remove LibAuras dep

1.28
- fix check for classic

Expand Down
1 change: 0 additions & 1 deletion embeds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<Include file="libs\AceTimer-3.0\AceTimer-3.0.xml"/>
<Include file="libs\AceDB-3.0\AceDB-3.0.xml"/>
<Include file="libs\AceGUI-3.0\AceGUI-3.0.xml"/>
<Script file="libs\LibAuras\LibAuras.lua"/>
<Include file="libs\LibAuraInfo-1.0\LibAuraInfo-1.0\lib.xml"/>
<Include file="libs\LibWidgetFactory-1.0\LibWidgetFactory-1.0.xml"/>
</Ui>
11 changes: 0 additions & 11 deletions libs/LibAuras/CHANGES.txt

This file was deleted.

195 changes: 0 additions & 195 deletions libs/LibAuras/LibAuras.lua

This file was deleted.

9 changes: 0 additions & 9 deletions libs/LibAuras/LibAuras.toc

This file was deleted.

51 changes: 0 additions & 51 deletions libs/LibAuras/Libs/LibStub/LibStub.lua

This file was deleted.

9 changes: 0 additions & 9 deletions libs/LibAuras/Libs/LibStub/LibStub.toc

This file was deleted.

41 changes: 0 additions & 41 deletions libs/LibAuras/Libs/LibStub/tests/test.lua

This file was deleted.

Loading

0 comments on commit cc88c10

Please sign in to comment.