- Introduced a new module for Personal Auras that allows players to track selected debuffs on themselves in a movable frame. - Implemented functionality to manage tracked debuffs, including adding and removing spells. - Added options for configuring the appearance and behavior of the Personal Auras frame. - Updated the readme to include information about the new Personal Auras feature.
64 lines
3.4 KiB
TeX
64 lines
3.4 KiB
TeX
## Interface: 120000,120001
|
|
## IconTexture: Interface\Addons\HailMaryGuildTools\Media\HailMaryIcon.png
|
|
## Author: Torsten Brendgen
|
|
## Title: Hail Mary Guild Tools
|
|
## Notes: Guild Tools for World of Warcraft
|
|
## Version: 1.3
|
|
## X-Stable-Version: 2.0.0
|
|
## X-Build-Version: 2.1.0-beta
|
|
## X-Release-Channel: beta
|
|
## SavedVariables: HailMaryGuildToolsDB
|
|
## OptionalDeps: Ace3, LibSharedMedia-3.0, LibDataBroker-1.1, LibDBIcon-1.0
|
|
|
|
# ── Libraries ────────────────────────────────────────────────────────
|
|
Embeds.xml
|
|
|
|
# ── Locales ──────────────────────────────────────────────────────────
|
|
Locales\Locales.xml
|
|
|
|
# ── Changelog ────────────────────────────────────────────────────────
|
|
Changelog.lua
|
|
|
|
# ── Core ─────────────────────────────────────────────────────────────
|
|
HailMaryGuildTools.lua
|
|
Core\AceWindow.lua
|
|
Core\DevTools.lua
|
|
Core\DevToolsWindow.lua
|
|
Core\VersionNoticeWindow.lua
|
|
HailMaryGuildToolsOptions.lua
|
|
|
|
# ── Modules ──────────────────────────────────────────────────────────
|
|
# ────── Tracker ──────────────────────────────────────────────────────
|
|
Modules\Tracker\Frame.lua
|
|
Modules\Tracker\SpellDatabase.lua
|
|
Modules\Tracker\SingleFrameTrackerBase.lua
|
|
|
|
Modules\Tracker\InterruptTracker\InterruptSpellDatabase.lua
|
|
Modules\Tracker\RaidcooldownTracker\RaidCooldownSpellDatabase.lua
|
|
Modules\Tracker\GroupCooldownTracker\GroupCooldownSpellDatabase.lua
|
|
Modules\Tracker\TrackerManager.lua
|
|
Modules\Tracker\NormalTrackerFrames.lua
|
|
Modules\Tracker\GroupTrackerFrames.lua
|
|
Modules\Tracker\TrackerOptions.lua
|
|
|
|
# ────── AuraExpiry ───────────────────────────────────────────────────
|
|
Modules\AuraExpiry\AuraExpiry.lua
|
|
Modules\AuraExpiry\AuraExpiryOptions.lua
|
|
|
|
# ────── PersonalAuras ────────────────────────────────────────────────
|
|
Modules\PersonalAuras\PersonalAuras.lua
|
|
Modules\PersonalAuras\PersonalAurasOptions.lua
|
|
|
|
# ────── MapOverlay ───────────────────────────────────────────────────
|
|
Modules\MapOverlay\MapOverlayIconConfig.lua
|
|
Modules\MapOverlay\MapOverlay.lua
|
|
Modules\MapOverlay\MapOverlayOptions.lua
|
|
Modules\MapOverlay\MapOverlay.xml
|
|
|
|
# ────── RaidTimeline ─────────────────────────────────────────────────
|
|
Modules\RaidTimeline\RaidTimelineBossAbilityData.lua
|
|
Modules\RaidTimeline\RaidTimeline.lua
|
|
Modules\RaidTimeline\RaidTimelineBigWigs.lua
|
|
Modules\RaidTimeline\RaidTimelineDBM.lua
|
|
Modules\RaidTimeline\RaidTimelineOptions.lua
|