├── LICENSE
├── WeakAuras
├── Animations.lua
├── ArchiveTypes
│ └── Repository.lua
├── AuraEnvironment.lua
├── AuraWarnings.lua
├── Bindings.xml
├── BuffTrigger.lua
├── BuffTrigger2.lua
├── CHANGELOG.md
├── Conditions.lua
├── DefaultOptions.lua
├── GenericTrigger.lua
├── History.lua
├── Init.lua
├── LICENSE
├── Libs
│ ├── AceComm-3.0
│ │ ├── AceComm-3.0.lua
│ │ ├── AceComm-3.0.xml
│ │ └── ChatThrottleLib.lua
│ ├── AceConfig-3.0
│ │ ├── AceConfig-3.0.lua
│ │ ├── AceConfig-3.0.xml
│ │ ├── AceConfigCmd-3.0
│ │ │ ├── AceConfigCmd-3.0.lua
│ │ │ └── AceConfigCmd-3.0.xml
│ │ ├── AceConfigDialog-3.0
│ │ │ ├── AceConfigDialog-3.0.lua
│ │ │ └── AceConfigDialog-3.0.xml
│ │ └── AceConfigRegistry-3.0
│ │ │ ├── AceConfigRegistry-3.0.lua
│ │ │ └── AceConfigRegistry-3.0.xml
│ ├── AceConsole-3.0
│ │ ├── AceConsole-3.0.lua
│ │ └── AceConsole-3.0.xml
│ ├── AceEvent-3.0
│ │ ├── AceEvent-3.0.lua
│ │ └── AceEvent-3.0.xml
│ ├── AceGUI-3.0-SharedMediaWidgets
│ │ ├── BackgroundWidget.lua
│ │ ├── BorderWidget.lua
│ │ ├── FontWidget.lua
│ │ ├── SoundWidget.lua
│ │ ├── StatusbarWidget.lua
│ │ ├── prototypes.lua
│ │ └── widget.xml
│ ├── AceGUI-3.0
│ │ ├── AceGUI-3.0.lua
│ │ ├── AceGUI-3.0.xml
│ │ └── widgets
│ │ │ ├── AceGUIContainer-BlizOptionsGroup.lua
│ │ │ ├── AceGUIContainer-DropDownGroup.lua
│ │ │ ├── AceGUIContainer-Frame.lua
│ │ │ ├── AceGUIContainer-InlineGroup.lua
│ │ │ ├── AceGUIContainer-ScrollFrame.lua
│ │ │ ├── AceGUIContainer-SimpleGroup.lua
│ │ │ ├── AceGUIContainer-TabGroup.lua
│ │ │ ├── AceGUIContainer-TreeGroup.lua
│ │ │ ├── AceGUIContainer-Window.lua
│ │ │ ├── AceGUIWidget-Button.lua
│ │ │ ├── AceGUIWidget-CheckBox.lua
│ │ │ ├── AceGUIWidget-ColorPicker.lua
│ │ │ ├── AceGUIWidget-DropDown-Items.lua
│ │ │ ├── AceGUIWidget-DropDown.lua
│ │ │ ├── AceGUIWidget-EditBox.lua
│ │ │ ├── AceGUIWidget-Heading.lua
│ │ │ ├── AceGUIWidget-Icon.lua
│ │ │ ├── AceGUIWidget-InteractiveLabel.lua
│ │ │ ├── AceGUIWidget-Keybinding.lua
│ │ │ ├── AceGUIWidget-Label.lua
│ │ │ ├── AceGUIWidget-MultiLineEditBox.lua
│ │ │ └── AceGUIWidget-Slider.lua
│ ├── AceSerializer-3.0
│ │ ├── AceSerializer-3.0.lua
│ │ └── AceSerializer-3.0.xml
│ ├── AceTimer-3.0
│ │ ├── AceTimer-3.0.lua
│ │ └── AceTimer-3.0.xml
│ ├── Archivist
│ │ ├── Archivist.lua
│ │ ├── Archivist.toc
│ │ ├── Archivist.xml
│ │ ├── LICENSE.md
│ │ ├── libs
│ │ │ ├── LibDeflate
│ │ │ │ ├── LICENSE.txt
│ │ │ │ └── LibDeflate.lua
│ │ │ └── LibStub
│ │ │ │ └── LibStub.lua
│ │ └── stores
│ │ │ ├── RawData.lua
│ │ │ └── ReadOnly.lua
│ ├── CallbackHandler-1.0
│ │ ├── CallbackHandler-1.0.lua
│ │ └── CallbackHandler-1.0.xml
│ ├── LibCompress
│ │ ├── LibCompress.lua
│ │ ├── LibCompress.toc
│ │ └── lib.xml
│ ├── LibCustomGlow-1.0
│ │ ├── IconAlert.blp
│ │ ├── IconAlertAnts.blp
│ │ ├── LibCustomGlow-1.0.lua
│ │ ├── LibCustomGlow-1.0.toc
│ │ ├── LibCustomGlow-1.0.xml
│ │ ├── am_29.blp
│ │ └── artifacts.blp
│ ├── LibDBIcon-1.0
│ │ ├── LibDBIcon-1.0.lua
│ │ └── lib.xml
│ ├── LibDataBroker-1.1
│ │ ├── LibDataBroker-1.1.lua
│ │ └── README.textile
│ ├── LibDeflate
│ │ └── LibDeflate.lua
│ ├── LibGetFrame-1.0
│ │ ├── CallbackHandler-1.0
│ │ │ ├── CallbackHandler-1.0.lua
│ │ │ └── CallbackHandler-1.0.xml
│ │ ├── LibGetFrame-1.0.lua
│ │ ├── LibGetFrame-1.0.toc
│ │ ├── LibGetFrame-1.0.xml
│ │ └── LibStub
│ │ │ ├── LibStub.lua
│ │ │ ├── LibStub.toc
│ │ │ └── tests
│ │ │ ├── test.lua
│ │ │ ├── test2.lua
│ │ │ ├── test3.lua
│ │ │ └── test4.lua
│ ├── LibRangeCheck-2.0
│ │ └── LibRangeCheck-2.0.lua
│ ├── LibSerialize
│ │ ├── LibSerialize.lua
│ │ └── lib.xml
│ ├── LibSharedMedia-3.0
│ │ ├── LibSharedMedia-3.0.lua
│ │ └── lib.xml
│ ├── LibSpellRange-1.0
│ │ ├── LibSpellRange-1.0.lua
│ │ ├── LibSpellRange-1.0.toc
│ │ └── lib.xml
│ └── LibStub
│ │ ├── LibStub.lua
│ │ ├── LibStub.toc
│ │ └── tests
│ │ ├── test.lua
│ │ ├── test2.lua
│ │ ├── test3.lua
│ │ └── test4.lua
├── Locales
│ ├── deDE.lua
│ ├── enUS.lua
│ ├── esES.lua
│ ├── esMX.lua
│ ├── frFR.lua
│ ├── itIT.lua
│ ├── koKR.lua
│ ├── ptBR.lua
│ ├── ruRU.lua
│ ├── zhCN.lua
│ └── zhTW.lua
├── Media
│ ├── Creative Commons - Attribution 3.0.txt
│ ├── Creative Commons - Attribution-NonCommercial 3.0.txt
│ ├── Creative Commons - Sampling Plus 1.0.txt
│ ├── Fira LICENSE
│ ├── Fonts
│ │ └── FiraMono-Medium.ttf
│ ├── Provided by.txt
│ ├── Sounds
│ │ ├── AcousticGuitar.ogg
│ │ ├── Adds.ogg
│ │ ├── AirHorn.ogg
│ │ ├── Applause.ogg
│ │ ├── BananaPeelSlip.ogg
│ │ ├── BatmanPunch.ogg
│ │ ├── BikeHorn.ogg
│ │ ├── Blast.ogg
│ │ ├── Bleat.ogg
│ │ ├── Boss.ogg
│ │ ├── BoxingArenaSound.ogg
│ │ ├── Brass.mp3
│ │ ├── CartoonVoiceBaritone.ogg
│ │ ├── CartoonWalking.ogg
│ │ ├── CatMeow2.ogg
│ │ ├── ChickenAlarm.ogg
│ │ ├── Circle.ogg
│ │ ├── CowMooing.ogg
│ │ ├── Cross.ogg
│ │ ├── Diamond.ogg
│ │ ├── DontRelease.ogg
│ │ ├── DoubleWhoosh.ogg
│ │ ├── Drums.ogg
│ │ ├── Empowered.ogg
│ │ ├── ErrorBeep.ogg
│ │ ├── Focus.ogg
│ │ ├── Glass.mp3
│ │ ├── GoatBleating.ogg
│ │ ├── Idiot.ogg
│ │ ├── KittenMeow.ogg
│ │ ├── Left.ogg
│ │ ├── Moon.ogg
│ │ ├── Next.ogg
│ │ ├── OhNo.ogg
│ │ ├── Portal.ogg
│ │ ├── Protected.ogg
│ │ ├── Release.ogg
│ │ ├── Right.ogg
│ │ ├── RingingPhone.ogg
│ │ ├── RoaringLion.ogg
│ │ ├── RobotBlip.ogg
│ │ ├── RoosterChickenCalls.ogg
│ │ ├── RunAway.ogg
│ │ ├── SharpPunch.ogg
│ │ ├── SheepBleat.ogg
│ │ ├── Shotgun.ogg
│ │ ├── Skull.ogg
│ │ ├── Spread.ogg
│ │ ├── Square.ogg
│ │ ├── SqueakyToyShort.ogg
│ │ ├── SquishFart.ogg
│ │ ├── Stack.ogg
│ │ ├── Star.ogg
│ │ ├── Switch.ogg
│ │ ├── SynthChord.ogg
│ │ ├── TadaFanfare.ogg
│ │ ├── Taunt.ogg
│ │ ├── TempleBellHuge.ogg
│ │ ├── Torch.ogg
│ │ ├── Triangle.ogg
│ │ ├── WarningSiren.ogg
│ │ ├── WaterDrop.ogg
│ │ └── Xylophone.ogg
│ ├── SpellActivationOverlays
│ │ ├── arcane_missiles.blp
│ │ ├── arcane_missiles_1.blp
│ │ ├── arcane_missiles_2.blp
│ │ ├── arcane_missiles_3.blp
│ │ ├── art_of_war.blp
│ │ ├── backlash.blp
│ │ ├── backlash_green.blp
│ │ ├── bandits_guile.blp
│ │ ├── berserk.blp
│ │ ├── blood_boil.blp
│ │ ├── blood_surge.blp
│ │ ├── brain_freeze.blp
│ │ ├── dark_tiger.blp
│ │ ├── dark_transformation.blp
│ │ ├── daybreak.blp
│ │ ├── demonic_core.blp
│ │ ├── demonic_core_vertical.blp
│ │ ├── denounce.blp
│ │ ├── echo_of_the_elements.blp
│ │ ├── eclipse_moon.blp
│ │ ├── eclipse_sun.blp
│ │ ├── feral_omenofclarity.blp
│ │ ├── focus_fire.blp
│ │ ├── frozen_fingers.blp
│ │ ├── fulmination.blp
│ │ ├── fury_of_stormrage.blp
│ │ ├── genericarc_01.blp
│ │ ├── genericarc_02.blp
│ │ ├── genericarc_03.blp
│ │ ├── genericarc_04.blp
│ │ ├── genericarc_05.blp
│ │ ├── genericarc_06.blp
│ │ ├── generictop_01.blp
│ │ ├── generictop_02.blp
│ │ ├── grand_crusader.blp
│ │ ├── hand_of_light.blp
│ │ ├── high_tide.blp
│ │ ├── hot_streak.blp
│ │ ├── imp_empowerment.blp
│ │ ├── imp_empowerment_green.blp
│ │ ├── impact.blp
│ │ ├── killing_machine.blp
│ │ ├── lock_and_load.blp
│ │ ├── maelstrom_weapon.blp
│ │ ├── maelstrom_weapon_1.blp
│ │ ├── maelstrom_weapon_2.blp
│ │ ├── maelstrom_weapon_3.blp
│ │ ├── maelstrom_weapon_4.blp
│ │ ├── master_marksman.blp
│ │ ├── molten_core.blp
│ │ ├── molten_core_green.blp
│ │ ├── monk_blackoutkick.blp
│ │ ├── monk_ox.blp
│ │ ├── monk_ox_2.blp
│ │ ├── monk_ox_3.blp
│ │ ├── monk_serpent.blp
│ │ ├── monk_tiger.blp
│ │ ├── monk_tigerpalm.blp
│ │ ├── natures_grace.blp
│ │ ├── necropolis.blp
│ │ ├── nightfall.blp
│ │ ├── predatory_swiftness.blp
│ │ ├── predatory_swiftness_green.blp
│ │ ├── raging_blow.blp
│ │ ├── rime.blp
│ │ ├── serendipity.blp
│ │ ├── shadow_of_death.blp
│ │ ├── shadow_word_insanity.blp
│ │ ├── shooting_stars.blp
│ │ ├── slice_and_dice.blp
│ │ ├── spellactivationoverlay_0.blp
│ │ ├── sudden_death.blp
│ │ ├── sudden_doom.blp
│ │ ├── surge_of_darkness.blp
│ │ ├── surge_of_light.blp
│ │ ├── sword_and_board.blp
│ │ ├── thrill_of_the_hunt_1.blp
│ │ ├── thrill_of_the_hunt_2.blp
│ │ ├── thrill_of_the_hunt_3.blp
│ │ ├── tooth_and_claw.blp
│ │ ├── ultimatum.blp
│ │ └── white_tiger.blp
│ └── Textures
│ │ ├── Border_DropShadow.blp
│ │ ├── Circle_AlphaGradient_In.tga
│ │ ├── Circle_AlphaGradient_Out.tga
│ │ ├── Circle_Smooth.tga
│ │ ├── Circle_Smooth2.tga
│ │ ├── Circle_Smooth_Border.tga
│ │ ├── Circle_Squirrel.tga
│ │ ├── Circle_Squirrel_Border.tga
│ │ ├── Circle_White.tga
│ │ ├── Circle_White_Border.tga
│ │ ├── GitHub.tga
│ │ ├── PRDFrame.tga
│ │ ├── PRDFrameKui.tga
│ │ ├── Ring_10px.tga
│ │ ├── Ring_20px.tga
│ │ ├── Ring_30px.tga
│ │ ├── Ring_40px.tga
│ │ ├── Square_AlphaGradient.tga
│ │ ├── Square_FullWhite.tga
│ │ ├── Square_Smooth.tga
│ │ ├── Square_Smooth_Border.tga
│ │ ├── Square_Smooth_Border2.tga
│ │ ├── Square_Squirrel.tga
│ │ ├── Square_Squirrel_Border.tga
│ │ ├── Square_White.tga
│ │ ├── Square_White_Border.tga
│ │ ├── Statusbar_Clean.blp
│ │ ├── Statusbar_Stripes.blp
│ │ ├── Statusbar_Stripes_Thick.blp
│ │ ├── Statusbar_Stripes_Thin.blp
│ │ ├── StopMotion.blp
│ │ ├── StripedTexture.tga
│ │ ├── Trapezoid.tga
│ │ ├── Triangle45.tga
│ │ ├── add.tga
│ │ ├── alert.blp
│ │ ├── arrows_target.tga
│ │ ├── browse.tga
│ │ ├── bug_report.tga
│ │ ├── bullet1.tga
│ │ ├── bullet2.tga
│ │ ├── bullet3.tga
│ │ ├── cancel-icon.tga
│ │ ├── cancel-mark.tga
│ │ ├── circle_border5.tga
│ │ ├── collapse.tga
│ │ ├── delete.tga
│ │ ├── discord.tga
│ │ ├── downleft.tga
│ │ ├── downright.tga
│ │ ├── duplicate.tga
│ │ ├── edge-example.tga
│ │ ├── edit.tga
│ │ ├── editdown.tga
│ │ ├── emoji.tga
│ │ ├── exclamation-mark.tga
│ │ ├── expand.tga
│ │ ├── eyes.tga
│ │ ├── gear.tga
│ │ ├── geardown.tga
│ │ ├── icon.blp
│ │ ├── importsmall.tga
│ │ ├── interrupt.tga
│ │ ├── lockPosition.tga
│ │ ├── logo_256.tga
│ │ ├── logo_64.tga
│ │ ├── logo_64_nobg.tga
│ │ ├── magnetic.tga
│ │ ├── movedown.tga
│ │ ├── moveup.tga
│ │ ├── newaura.tga
│ │ ├── offscreen.tga
│ │ ├── ok-icon.tga
│ │ ├── rainbowbar.tga
│ │ ├── reset.tga
│ │ ├── ring_glow3.tga
│ │ ├── square_border_10px.tga
│ │ ├── square_border_1px.tga
│ │ ├── square_border_5px.tga
│ │ ├── square_mini.tga
│ │ ├── stripe-bar.tga
│ │ ├── stripe-rainbow-bar.tga
│ │ ├── swipe-example.tga
│ │ ├── target_indicator.tga
│ │ ├── target_indicator_glow.tga
│ │ ├── targeting-mark.tga
│ │ ├── template.tga
│ │ ├── triangle-border.tga
│ │ ├── triangle.tga
│ │ ├── upleft.tga
│ │ ├── upright.tga
│ │ ├── voicechat.blp
│ │ ├── wagoupdate_logo.tga
│ │ └── wagoupdate_refresh.tga
├── Modernize.lua
├── Pools.lua
├── PowerAurasMedia
│ ├── Auras
│ │ ├── Aura1.tga
│ │ ├── Aura10.tga
│ │ ├── Aura100.tga
│ │ ├── Aura101.tga
│ │ ├── Aura102.tga
│ │ ├── Aura103.tga
│ │ ├── Aura104.tga
│ │ ├── Aura105.tga
│ │ ├── Aura106.tga
│ │ ├── Aura107.tga
│ │ ├── Aura108.tga
│ │ ├── Aura109.tga
│ │ ├── Aura11.tga
│ │ ├── Aura110.tga
│ │ ├── Aura111.tga
│ │ ├── Aura112.tga
│ │ ├── Aura113.tga
│ │ ├── Aura114.tga
│ │ ├── Aura115.tga
│ │ ├── Aura116.tga
│ │ ├── Aura117.tga
│ │ ├── Aura118.tga
│ │ ├── Aura119.tga
│ │ ├── Aura12.tga
│ │ ├── Aura120.tga
│ │ ├── Aura121.tga
│ │ ├── Aura122.tga
│ │ ├── Aura123.tga
│ │ ├── Aura124.tga
│ │ ├── Aura125.tga
│ │ ├── Aura126.tga
│ │ ├── Aura127.tga
│ │ ├── Aura128.tga
│ │ ├── Aura129.tga
│ │ ├── Aura13.tga
│ │ ├── Aura130.tga
│ │ ├── Aura131.tga
│ │ ├── Aura132.tga
│ │ ├── Aura133.tga
│ │ ├── Aura134.tga
│ │ ├── Aura135.tga
│ │ ├── Aura136.tga
│ │ ├── Aura137.tga
│ │ ├── Aura138.tga
│ │ ├── Aura139.tga
│ │ ├── Aura14.tga
│ │ ├── Aura140.tga
│ │ ├── Aura141.tga
│ │ ├── Aura142.tga
│ │ ├── Aura143.tga
│ │ ├── Aura144.tga
│ │ ├── Aura145.tga
│ │ ├── Aura15.tga
│ │ ├── Aura16.tga
│ │ ├── Aura17.tga
│ │ ├── Aura18.tga
│ │ ├── Aura19.tga
│ │ ├── Aura2.tga
│ │ ├── Aura20.tga
│ │ ├── Aura21.tga
│ │ ├── Aura22.tga
│ │ ├── Aura23.tga
│ │ ├── Aura24.tga
│ │ ├── Aura25.tga
│ │ ├── Aura26.tga
│ │ ├── Aura27.tga
│ │ ├── Aura28.tga
│ │ ├── Aura29.tga
│ │ ├── Aura3.tga
│ │ ├── Aura30.tga
│ │ ├── Aura31.tga
│ │ ├── Aura32.tga
│ │ ├── Aura33.tga
│ │ ├── Aura34.tga
│ │ ├── Aura35.tga
│ │ ├── Aura36.tga
│ │ ├── Aura37.tga
│ │ ├── Aura38.tga
│ │ ├── Aura39.tga
│ │ ├── Aura4.tga
│ │ ├── Aura40.tga
│ │ ├── Aura41.tga
│ │ ├── Aura42.tga
│ │ ├── Aura43.tga
│ │ ├── Aura44.tga
│ │ ├── Aura45.tga
│ │ ├── Aura46.tga
│ │ ├── Aura47.tga
│ │ ├── Aura48.tga
│ │ ├── Aura49.tga
│ │ ├── Aura5.tga
│ │ ├── Aura50.tga
│ │ ├── Aura51.tga
│ │ ├── Aura52.tga
│ │ ├── Aura53.tga
│ │ ├── Aura54.tga
│ │ ├── Aura55.tga
│ │ ├── Aura56.tga
│ │ ├── Aura57.tga
│ │ ├── Aura58.tga
│ │ ├── Aura59.tga
│ │ ├── Aura6.tga
│ │ ├── Aura60.tga
│ │ ├── Aura61.tga
│ │ ├── Aura62.tga
│ │ ├── Aura63.tga
│ │ ├── Aura64.tga
│ │ ├── Aura65.tga
│ │ ├── Aura66.tga
│ │ ├── Aura67.tga
│ │ ├── Aura68.tga
│ │ ├── Aura69.tga
│ │ ├── Aura7.tga
│ │ ├── Aura70.tga
│ │ ├── Aura71.tga
│ │ ├── Aura72.tga
│ │ ├── Aura73.tga
│ │ ├── Aura74.tga
│ │ ├── Aura75.tga
│ │ ├── Aura76.tga
│ │ ├── Aura77.tga
│ │ ├── Aura78.tga
│ │ ├── Aura79.tga
│ │ ├── Aura8.tga
│ │ ├── Aura80.tga
│ │ ├── Aura81.tga
│ │ ├── Aura82.tga
│ │ ├── Aura83.tga
│ │ ├── Aura84.tga
│ │ ├── Aura85.tga
│ │ ├── Aura86.tga
│ │ ├── Aura87.tga
│ │ ├── Aura88.tga
│ │ ├── Aura89.tga
│ │ ├── Aura9.tga
│ │ ├── Aura90.tga
│ │ ├── Aura91.tga
│ │ ├── Aura92.tga
│ │ ├── Aura93.tga
│ │ ├── Aura94.tga
│ │ ├── Aura95.tga
│ │ ├── Aura96.tga
│ │ ├── Aura97.tga
│ │ ├── Aura98.tga
│ │ └── Aura99.tga
│ └── Sounds
│ │ ├── Arrow_Swoosh.ogg
│ │ ├── BITE.ogg
│ │ ├── ESPARK1.ogg
│ │ ├── Fireball.ogg
│ │ ├── Gasp.ogg
│ │ ├── PUNCH.ogg
│ │ ├── Squeakypig.ogg
│ │ ├── aggro.ogg
│ │ ├── bam.ogg
│ │ ├── bear_polar.ogg
│ │ ├── bigkiss.ogg
│ │ ├── burp4.ogg
│ │ ├── cat2.ogg
│ │ ├── chant2.ogg
│ │ ├── chant4.ogg
│ │ ├── chimes.ogg
│ │ ├── cookie.ogg
│ │ ├── heartbeat.ogg
│ │ ├── hic3.ogg
│ │ ├── huh_1.ogg
│ │ ├── hurricane.ogg
│ │ ├── hyena.ogg
│ │ ├── kaching.ogg
│ │ ├── moan.ogg
│ │ ├── panther1.ogg
│ │ ├── phone.ogg
│ │ ├── rainroof.ogg
│ │ ├── rocket.ogg
│ │ ├── shipswhistle.ogg
│ │ ├── shot.ogg
│ │ ├── snakeatt.ogg
│ │ ├── sneeze.ogg
│ │ ├── sonar.ogg
│ │ ├── splash.ogg
│ │ ├── swordecho.ogg
│ │ ├── throwknife.ogg
│ │ ├── thunder.ogg
│ │ ├── wickedmalelaugh1.ogg
│ │ ├── wilhelm.ogg
│ │ ├── wlaugh.ogg
│ │ ├── wolf5.ogg
│ │ └── yeehaw.ogg
├── Profiling.lua
├── Prototypes.lua
├── RegionTypes
│ ├── AuraBar.lua
│ ├── DynamicGroup.lua
│ ├── Group.lua
│ ├── Icon.lua
│ ├── Model.lua
│ ├── ProgressTexture.lua
│ ├── RegionPrototype.lua
│ ├── StopMotion.lua
│ ├── Text.lua
│ └── Texture.lua
├── SubRegionTypes
│ ├── Background.lua
│ ├── Border.lua
│ ├── Glow.lua
│ ├── Model.lua
│ ├── SubText.lua
│ └── Tick.lua
├── Transmission.lua
├── Types.lua
├── WeakAuras.lua
├── WeakAuras.toc
├── compat.lua
├── embeds.xml
└── locales.xml
├── WeakAurasArchive
├── WeakAurasArchive.lua
└── WeakAurasArchive.toc
├── WeakAurasModelPaths
├── ModelPaths.lua
└── WeakAurasModelPaths.toc
└── WeakAurasOptions
├── AceGUI-Widgets
├── AceGUIContainer-WeakAurasInlineGroup.lua
├── AceGUIContainer-WeakAurasTreeGroup.lua
├── AceGUIWidget-WeakAurasDisplayButton.lua
├── AceGUIWidget-WeakAurasExpand.lua
├── AceGUIWidget-WeakAurasExpandAnchor.lua
├── AceGUIWidget-WeakAurasExpandSmall.lua
├── AceGUIWidget-WeakAurasIcon.lua
├── AceGUIWidget-WeakAurasIconButton.lua
├── AceGUIWidget-WeakAurasImportButton.lua
├── AceGUIWidget-WeakAurasLoadedHeaderButton.lua
├── AceGUIWidget-WeakAurasMultiLineEditBox.lua
├── AceGUIWidget-WeakAurasNewButton.lua
├── AceGUIWidget-WeakAurasNewHeaderButton.lua
├── AceGUIWidget-WeakAurasPendingInstallButton.lua
├── AceGUIWidget-WeakAurasPendingUpdateButton.lua
├── AceGUIWidget-WeakAurasSnippetButton.lua
├── AceGUIWidget-WeakAurasSortedDropDown.lua
├── AceGUIWidget-WeakAurasSpacer.lua
├── AceGUIWidget-WeakAurasTextureButton.lua
├── AceGUIWidget-WeakAurasToolbarButton.lua
├── AceGUIWidget-WeakAurasTwoColumnDropDown.lua
└── AceGuiWidget-WeakAurasProgressBar.lua
├── ActionOptions.lua
├── AnimationOptions.lua
├── AuthorOptions.lua
├── BuffTrigger.lua
├── BuffTrigger2.lua
├── Cache.lua
├── CommonOptions.lua
├── ConditionOptions.lua
├── DisplayOptions.lua
├── ForAllIndentsAndPurposes.lua
├── GenericTrigger.lua
├── GroupOptions.lua
├── InformationOptions.lua
├── LoadOptions.lua
├── Locales
├── deDE.lua
├── enUS.lua
├── esES.lua
├── esMX.lua
├── frFR.lua
├── itIT.lua
├── koKR.lua
├── ptBR.lua
├── ruRU.lua
├── zhCN.lua
└── zhTW.lua
├── OptionsFrames
├── CodeReview.lua
├── FrameChooser.lua
├── IconPicker.lua
├── ImportExport.lua
├── ModelPicker.lua
├── MoverSizer.lua
├── OptionsFrame.lua
├── TextEditor.lua
├── TexturePicker.lua
└── Update.lua
├── RegionOptions
├── AuraBar.lua
├── DynamicGroup.lua
├── Group.lua
├── Icon.lua
├── Model.lua
├── ProgressTexture.lua
├── StopMotion.lua
├── Text.lua
└── Texture.lua
├── SubRegionOptions
├── Background.lua
├── Border.lua
├── Glow.lua
├── Model.lua
├── SubRegionCommon.lua
├── SubText.lua
└── Tick.lua
├── TriggerOptions.lua
├── WeakAurasOptions.lua
├── WeakAurasOptions.toc
└── locales.xml
/WeakAuras/Bindings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | WeakAuras.OpenOptions()
4 |
5 |
6 | WeakAuras.RealTimeProfilingWindow:Toggle()
7 |
8 |
9 | WeakAuras.PrintProfile()
10 |
11 |
12 |
--------------------------------------------------------------------------------
/WeakAuras/BuffTrigger.lua:
--------------------------------------------------------------------------------
1 | --[[ BuffTrigger.lua
2 | This used to contains the "aura" trigger for buffs and debuffs. Nowadays all functions do essentially nothing
3 | ]]--
4 |
5 | if not WeakAuras.IsCorrectVersion() then return end
6 | local AddonName, Private = ...
7 |
8 | local L = WeakAuras.L
9 |
10 | local BuffTrigger = {}
11 |
12 | function BuffTrigger.UnloadAll() end
13 |
14 | function BuffTrigger.LoadDisplays(toLoad) end
15 |
16 | function BuffTrigger.UnloadDisplays(toUnload) end
17 |
18 | function BuffTrigger.FinishLoadUnload() end
19 |
20 | function BuffTrigger.Delete(id) end
21 |
22 | function BuffTrigger.Rename(oldid, newid) end
23 |
24 | function BuffTrigger.Add(data)
25 | if data.triggers then
26 | local hasLegacyAuraTrigger = false
27 | for index, t in ipairs(data.triggers) do
28 | if t.trigger.type == "aura" then
29 | hasLegacyAuraTrigger = true
30 | break
31 | end
32 | end
33 | if hasLegacyAuraTrigger then
34 | Private.AuraWarnings.UpdateWarning(data.uid, "legacy", "warning", L["This aura has legacy aura trigger(s), which are no longer supported."])
35 | else
36 | Private.AuraWarnings.UpdateWarning(data.uid, "legacy")
37 | end
38 | end
39 | end
40 |
41 | function BuffTrigger.CanHaveDuration(data, triggernum)
42 | return false
43 | end
44 |
45 | function BuffTrigger.GetOverlayInfo(data, triggernum) return {} end
46 |
47 | function BuffTrigger.CanHaveClones(data, triggernum) return false end
48 |
49 | function BuffTrigger.CanHaveTooltip(data, triggernum) end
50 |
51 | function BuffTrigger.SetToolTip(trigger, state) end
52 |
53 | function BuffTrigger.GetNameAndIcon(data, triggernum) end
54 |
55 | function BuffTrigger.GetAdditionalProperties(data, triggernum)
56 | return ""
57 | end
58 |
59 | function BuffTrigger.GetTriggerConditions(data, triggernum)
60 | return {}
61 | end
62 |
63 | function BuffTrigger.CreateFallbackState(data, triggernum, state)
64 | state.show = true;
65 | state.changed = true;
66 | state.progressType = "timed";
67 | state.duration = 0;
68 | state.expirationTime = math.huge;
69 | end
70 |
71 | function BuffTrigger.GetName(triggerType)
72 | if (triggerType == "aura") then
73 | return L["Legacy Aura (disabled)"];
74 | end
75 | end
76 |
77 | function BuffTrigger.GetTriggerDescription(data, triggernum, namestable)
78 | tinsert(namestable, {L["Legacy Aura (disabled):"], L[""]});
79 | end
80 |
81 | function BuffTrigger.CreateFakeStates(id, triggernum)
82 | local allStates = WeakAuras.GetTriggerStateForTrigger(id, triggernum);
83 | local data = WeakAuras.GetData(id)
84 | local state = {}
85 | BuffTrigger.CreateFallbackState(data, triggernum, state)
86 | allStates[""] = state
87 | end
88 |
89 | WeakAuras.RegisterTriggerSystem({"aura"}, BuffTrigger);
90 |
--------------------------------------------------------------------------------
/WeakAuras/CHANGELOG.md:
--------------------------------------------------------------------------------
1 | # [2.17.4](https://github.com/WeakAuras/WeakAuras2/tree/2.17.4) (2020-04-22)
2 |
3 | [Full Changelog](https://github.com/WeakAuras/WeakAuras2/compare/2.17.3...2.17.4)
4 |
5 | ## Highlights
6 |
7 | - fix a buff tracking and nameplates regression
8 |
9 | ## Commits
10 |
11 | InfusOnWoW (3):
12 |
13 | - BT2 Fix Multi by adjusting it to recent changes (#2139)
14 | - Clean up match data if a unit ceases to exists
15 | - Fix nameplates auras sometimes not being applied if in a raid group
16 |
17 |
--------------------------------------------------------------------------------
/WeakAuras/DefaultOptions.lua:
--------------------------------------------------------------------------------
1 | --[[ Manual override for the default font and font size until proper options are built ]]
2 |
3 | WeakAuras.defaultFont = "Friz Quadrata TT"
4 | WeakAuras.defaultFontSize = 12
5 |
--------------------------------------------------------------------------------
/WeakAuras/History.lua:
--------------------------------------------------------------------------------
1 | if not WeakAuras.IsCorrectVersion() then return end
2 | local AddonName, Private = ...
3 |
4 | local WeakAuras = WeakAuras
5 |
6 | local histRepo, migrationRepo
7 | local function loadHistory()
8 | if not histRepo then
9 | histRepo = WeakAuras.LoadFromArchive("Repository", "history")
10 | end
11 | return histRepo
12 | end
13 |
14 | local function loadMigrations()
15 | if not migrationRepo then
16 | migrationRepo = WeakAuras.LoadFromArchive("Repository", "migration")
17 | end
18 | return migrationRepo
19 | end
20 |
21 | function Private.CleanArchive(historyCutoff, migrationCutoff)
22 | if type(historyCutoff) == "number" then
23 | local repo = loadHistory()
24 | local cutoffTime = time() - (historyCutoff * 86400)
25 | for uid, subStore in pairs(repo.stores) do
26 | -- Ideally we would just use Clean and not access the stores list directly,
27 | -- but that'd mean having Clean take a predicate which seems like overkill for the moment
28 | if not Private.GetDataByUID(uid) and subStore.timestamp < cutoffTime then
29 | repo:Drop(uid)
30 | end
31 | end
32 | end
33 |
34 | if type(migrationCutoff) == "number" then
35 | local repo = loadMigrations()
36 | repo:Clean(time() - (migrationCutoff * 86400))
37 | end
38 | end
39 |
40 | function Private.SetHistory(uid, data, source)
41 | if uid and data then
42 | local repo = loadHistory()
43 | data.source = source
44 | local hist = repo:Set(uid, data, true)
45 | return hist
46 | end
47 | end
48 |
49 | local function GetHistory(uid, load)
50 | return loadHistory():Get(uid, load)
51 | end
52 |
53 | function Private.RemoveHistory(uid)
54 | return loadHistory():Drop(uid)
55 | end
56 |
57 | function Private.RestoreFromHistory(uid)
58 | local _, histData = GetHistory(uid, true)
59 | if histData then
60 | WeakAuras.Add(histData)
61 | end
62 | end
63 |
64 | function Private.SetMigrationSnapshot(uid, oldData)
65 | if type(oldData) == "table" then
66 | local repo = loadMigrations()
67 | repo:Set(uid, oldData)
68 | end
69 | end
70 |
71 | function Private.GetMigrationSnapshot(uid)
72 | return loadMigrations():GetData(uid)
73 | end
74 |
--------------------------------------------------------------------------------
/WeakAuras/Init.lua:
--------------------------------------------------------------------------------
1 | local AddonName, Private = ...
2 | WeakAuras = {}
3 | WeakAuras.L = {}
4 | WeakAuras.frames = {}
5 |
6 | WeakAuras.normalWidth = 1.3
7 | WeakAuras.halfWidth = WeakAuras.normalWidth / 2
8 | WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
9 |
10 | local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
11 | local versionString = "4.0.0"
12 | local buildTime = "20201210233053"
13 |
14 | WeakAuras.versionString = versionStringFromToc
15 | WeakAuras.buildTime = buildTime
16 | WeakAuras.newFeatureString = "|TInterface\\OptionsFrame\\UI-OptionsFrame-NewFeatureIcon:0|t"
17 | WeakAuras.BuildInfo = select(4, GetBuildInfo())
18 |
19 | function WeakAuras.IsClassic()
20 | return false
21 | end
22 |
23 | function WeakAuras.IsCorrectVersion()
24 | return true
25 | end
26 |
27 | WeakAuras.prettyPrint = function(...)
28 | print("|cff9900ffWeakAuras:|r ", ...)
29 | end
30 |
31 | if versionString ~= versionStringFromToc and versionStringFromToc ~= "Dev" then
32 | WeakAuras.prettyPrint("You need to restart your game client to complete the WeakAuras update!")
33 | end
34 |
35 | -- Force enable WeakAurasCompanion and Archive because some addon managers interfere with it
36 | EnableAddOn("WeakAurasCompanion")
37 | EnableAddOn("WeakAurasArchive")
38 |
39 | -- These function stubs are defined here to reduce the number of errors that occur if WeakAuras.lua fails to compile
40 | function WeakAuras.RegisterRegionType()
41 | end
42 |
43 | function WeakAuras.RegisterRegionOptions()
44 | end
45 |
46 | function Private.StartProfileSystem()
47 | end
48 |
49 | function Private.StartProfileAura()
50 | end
51 |
52 | function Private.StopProfileSystem()
53 | end
54 |
55 | function Private.StopProfileAura()
56 | end
57 |
58 | function Private.StartProfileUID()
59 | end
60 |
61 | function Private.StopProfileUID()
62 | end
63 |
64 | -- If WeakAuras shuts down due to being installed on the wrong target, keep the bindings from erroring
65 | function WeakAuras.StartProfile()
66 | end
67 |
68 | function WeakAuras.StopProfile()
69 | end
70 |
71 | function WeakAuras.PrintProfile()
72 | end
73 |
74 | function WeakAuras.CountWagoUpdates()
75 | -- XXX this is to work around the Companion app trying to use our stuff!
76 | return 0
77 | end
78 |
79 | function WeakAuras.Mixin(object, ...)
80 | for i = 1, select("#", ...) do
81 | local mixin = select(i, ...)
82 | for k, v in pairs(mixin) do
83 | object[k] = v
84 | end
85 | end
86 | return object
87 | end
88 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceComm-3.0/AceComm-3.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceConfig-3.0/AceConfig-3.0.lua:
--------------------------------------------------------------------------------
1 | --- AceConfig-3.0 wrapper library.
2 | -- Provides an API to register an options table with the config registry,
3 | -- as well as associate it with a slash command.
4 | -- @class file
5 | -- @name AceConfig-3.0
6 | -- @release $Id: AceConfig-3.0.lua 1202 2019-05-15 23:11:22Z nevcairiel $
7 |
8 | --[[
9 | AceConfig-3.0
10 |
11 | Very light wrapper library that combines all the AceConfig subcomponents into one more easily used whole.
12 |
13 | ]]
14 |
15 | local cfgreg = LibStub("AceConfigRegistry-3.0")
16 | local cfgcmd = LibStub("AceConfigCmd-3.0")
17 |
18 | local MAJOR, MINOR = "AceConfig-3.0", 3
19 | local AceConfig = LibStub:NewLibrary(MAJOR, MINOR)
20 |
21 | if not AceConfig then return end
22 |
23 | --TODO: local cfgdlg = LibStub("AceConfigDialog-3.0", true)
24 | --TODO: local cfgdrp = LibStub("AceConfigDropdown-3.0", true)
25 |
26 | -- Lua APIs
27 | local pcall, error, type, pairs = pcall, error, type, pairs
28 |
29 | -- -------------------------------------------------------------------
30 | -- :RegisterOptionsTable(appName, options, slashcmd, persist)
31 | --
32 | -- - appName - (string) application name
33 | -- - options - table or function ref, see AceConfigRegistry
34 | -- - slashcmd - slash command (string) or table with commands, or nil to NOT create a slash command
35 |
36 | --- Register a option table with the AceConfig registry.
37 | -- You can supply a slash command (or a table of slash commands) to register with AceConfigCmd directly.
38 | -- @paramsig appName, options [, slashcmd]
39 | -- @param appName The application name for the config table.
40 | -- @param options The option table (or a function to generate one on demand). http://www.wowace.com/addons/ace3/pages/ace-config-3-0-options-tables/
41 | -- @param slashcmd A slash command to register for the option table, or a table of slash commands.
42 | -- @usage
43 | -- local AceConfig = LibStub("AceConfig-3.0")
44 | -- AceConfig:RegisterOptionsTable("MyAddon", myOptions, {"/myslash", "/my"})
45 | function AceConfig:RegisterOptionsTable(appName, options, slashcmd)
46 | local ok,msg = pcall(cfgreg.RegisterOptionsTable, self, appName, options)
47 | if not ok then error(msg, 2) end
48 |
49 | if slashcmd then
50 | if type(slashcmd) == "table" then
51 | for _,cmd in pairs(slashcmd) do
52 | cfgcmd:CreateChatCommand(cmd, appName)
53 | end
54 | else
55 | cfgcmd:CreateChatCommand(slashcmd, appName)
56 | end
57 | end
58 | end
59 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceConfig-3.0/AceConfig-3.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceConsole-3.0/AceConsole-3.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceEvent-3.0/AceEvent-3.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceGUI-3.0-SharedMediaWidgets/widget.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceGUI-3.0/AceGUI-3.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceGUI-3.0/widgets/AceGUIContainer-SimpleGroup.lua:
--------------------------------------------------------------------------------
1 | --[[-----------------------------------------------------------------------------
2 | SimpleGroup Container
3 | Simple container widget that just groups widgets.
4 | -------------------------------------------------------------------------------]]
5 | local Type, Version = "SimpleGroup", 20
6 | local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
7 | if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
8 |
9 | -- Lua APIs
10 | local pairs = pairs
11 |
12 | -- WoW APIs
13 | local CreateFrame, UIParent = CreateFrame, UIParent
14 |
15 |
16 | --[[-----------------------------------------------------------------------------
17 | Methods
18 | -------------------------------------------------------------------------------]]
19 | local methods = {
20 | ["OnAcquire"] = function(self)
21 | self:SetWidth(300)
22 | self:SetHeight(100)
23 | end,
24 |
25 | -- ["OnRelease"] = nil,
26 |
27 | ["LayoutFinished"] = function(self, width, height)
28 | if self.noAutoHeight then return end
29 | self:SetHeight(height or 0)
30 | end,
31 |
32 | ["OnWidthSet"] = function(self, width)
33 | local content = self.content
34 | content:SetWidth(width)
35 | content.width = width
36 | end,
37 |
38 | ["OnHeightSet"] = function(self, height)
39 | local content = self.content
40 | content:SetHeight(height)
41 | content.height = height
42 | end
43 | }
44 |
45 | --[[-----------------------------------------------------------------------------
46 | Constructor
47 | -------------------------------------------------------------------------------]]
48 | local function Constructor()
49 | local frame = CreateFrame("Frame", nil, UIParent)
50 | frame:SetFrameStrata("FULLSCREEN_DIALOG")
51 |
52 | --Container Support
53 | local content = CreateFrame("Frame", nil, frame)
54 | content:SetPoint("TOPLEFT")
55 | content:SetPoint("BOTTOMRIGHT")
56 |
57 | local widget = {
58 | frame = frame,
59 | content = content,
60 | type = Type
61 | }
62 | for method, func in pairs(methods) do
63 | widget[method] = func
64 | end
65 |
66 | return AceGUI:RegisterAsContainer(widget)
67 | end
68 |
69 | AceGUI:RegisterWidgetType(Type, Constructor, Version)
70 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceGUI-3.0/widgets/AceGUIWidget-Heading.lua:
--------------------------------------------------------------------------------
1 | --[[-----------------------------------------------------------------------------
2 | Heading Widget
3 | -------------------------------------------------------------------------------]]
4 | local Type, Version = "Heading", 20
5 | local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
6 | if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
7 |
8 | -- Lua APIs
9 | local pairs = pairs
10 |
11 | -- WoW APIs
12 | local CreateFrame, UIParent = CreateFrame, UIParent
13 |
14 | --[[-----------------------------------------------------------------------------
15 | Methods
16 | -------------------------------------------------------------------------------]]
17 | local methods = {
18 | ["OnAcquire"] = function(self)
19 | self:SetText()
20 | self:SetFullWidth()
21 | self:SetHeight(18)
22 | end,
23 |
24 | -- ["OnRelease"] = nil,
25 |
26 | ["SetText"] = function(self, text)
27 | self.label:SetText(text or "")
28 | if text and text ~= "" then
29 | self.left:SetPoint("RIGHT", self.label, "LEFT", -5, 0)
30 | self.right:Show()
31 | else
32 | self.left:SetPoint("RIGHT", -3, 0)
33 | self.right:Hide()
34 | end
35 | end
36 | }
37 |
38 | --[[-----------------------------------------------------------------------------
39 | Constructor
40 | -------------------------------------------------------------------------------]]
41 | local function Constructor()
42 | local frame = CreateFrame("Frame", nil, UIParent)
43 | frame:Hide()
44 |
45 | local label = frame:CreateFontString(nil, "BACKGROUND", "GameFontNormal")
46 | label:SetPoint("TOP")
47 | label:SetPoint("BOTTOM")
48 | label:SetJustifyH("CENTER")
49 |
50 | local left = frame:CreateTexture(nil, "BACKGROUND")
51 | left:SetHeight(8)
52 | left:SetPoint("LEFT", 3, 0)
53 | left:SetPoint("RIGHT", label, "LEFT", -5, 0)
54 | left:SetTexture("Interface\\Tooltips\\UI-Tooltip-Border")
55 | left:SetTexCoord(0.81, 0.94, 0.5, 1)
56 |
57 | local right = frame:CreateTexture(nil, "BACKGROUND")
58 | right:SetHeight(8)
59 | right:SetPoint("RIGHT", -3, 0)
60 | right:SetPoint("LEFT", label, "RIGHT", 5, 0)
61 | right:SetTexture("Interface\\Tooltips\\UI-Tooltip-Border")
62 | right:SetTexCoord(0.81, 0.94, 0.5, 1)
63 |
64 | local widget = {
65 | label = label,
66 | left = left,
67 | right = right,
68 | frame = frame,
69 | type = Type
70 | }
71 | for method, func in pairs(methods) do
72 | widget[method] = func
73 | end
74 |
75 | return AceGUI:RegisterAsWidget(widget)
76 | end
77 |
78 | AceGUI:RegisterWidgetType(Type, Constructor, Version)
79 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceSerializer-3.0/AceSerializer-3.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/AceTimer-3.0/AceTimer-3.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/Archivist/Archivist.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 80300
2 | ## Title: Archivist
3 | ## Author: emptyrivers
4 | ## Version: 5e673bb
5 | ## Notes: Flexible data archive.
6 | ## SavedVariables: ACHV_DB
7 | ## X-Curse-Project-ID: 354259
8 |
9 | # externals
10 | libs/LibStub/LibStub.lua
11 | libs/LibDeflate/LibDeflate.lua
12 |
13 | Archivist.lua
14 |
15 | # builtin stores
16 | stores/RawData.lua
17 | stores/ReadOnly.lua
18 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/Archivist/Archivist.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/Archivist/libs/LibStub/LibStub.lua:
--------------------------------------------------------------------------------
1 | -- LibStub is a simple versioning stub meant for use in Libraries. http://www.wowace.com/wiki/LibStub for more info
2 | -- LibStub is hereby placed in the Public Domain Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel, joshborke
3 | local LIBSTUB_MAJOR, LIBSTUB_MINOR = "LibStub", 2 -- NEVER MAKE THIS AN SVN REVISION! IT NEEDS TO BE USABLE IN ALL REPOS!
4 | local LibStub = _G[LIBSTUB_MAJOR]
5 |
6 | if not LibStub or LibStub.minor < LIBSTUB_MINOR then
7 | LibStub = LibStub or {libs = {}, minors = {} }
8 | _G[LIBSTUB_MAJOR] = LibStub
9 | LibStub.minor = LIBSTUB_MINOR
10 |
11 | function LibStub:NewLibrary(major, minor)
12 | assert(type(major) == "string", "Bad argument #2 to `NewLibrary' (string expected)")
13 | minor = assert(tonumber(strmatch(minor, "%d+")), "Minor version must either be a number or contain a number.")
14 |
15 | local oldminor = self.minors[major]
16 | if oldminor and oldminor >= minor then return nil end
17 | self.minors[major], self.libs[major] = minor, self.libs[major] or {}
18 | return self.libs[major], oldminor
19 | end
20 |
21 | function LibStub:GetLibrary(major, silent)
22 | if not self.libs[major] and not silent then
23 | error(("Cannot find a library instance of %q."):format(tostring(major)), 2)
24 | end
25 | return self.libs[major], self.minors[major]
26 | end
27 |
28 | function LibStub:IterateLibraries() return pairs(self.libs) end
29 | setmetatable(LibStub, { __call = LibStub.GetLibrary })
30 | end
31 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/Archivist/stores/RawData.lua:
--------------------------------------------------------------------------------
1 | --[[
2 | Written in 2019 by Allen Faure (emptyrivers) afaure6@gmail.com
3 |
4 | To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide.
5 | This software is distributed without any warranty.
6 | You should have received a copy of the CC0 Public Domain Dedication along with this software.
7 | If not, see http://creativecommons.org/publicdomain/zero/1.0/.
8 | ]]
9 |
10 | local Archivist = select(2, ...).Archivist
11 |
12 | -- super simple data store that just holds data
13 |
14 | local prototype = {
15 | id = "RawData",
16 | version = 1,
17 | Create = function(self, data)
18 | if type(data) ~= "table" then
19 | data = {}
20 | end
21 | return data, data
22 | end,
23 | Open = function(self, data) return data end,
24 | Commit = function(self, store) return store end,
25 | Close = function(self, store) return store end,
26 | }
27 |
28 | Archivist:RegisterStoreType(prototype)
29 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/Archivist/stores/ReadOnly.lua:
--------------------------------------------------------------------------------
1 | --[[
2 | Written in 2019 by Allen Faure (emptyrivers) afaure6@gmail.com
3 |
4 | To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide.
5 | This software is distributed without any warranty.
6 | You should have received a copy of the CC0 Public Domain Dedication along with this software.
7 | If not, see http://creativecommons.org/publicdomain/zero/1.0/.
8 | ]]
9 |
10 | local Archivist = select(2, ...).Archivist
11 |
12 | --[[
13 | ReadOnly store type. This is a modification of the RawData type
14 | so that it is impossible to *edit* a store once Created.
15 | Close and Commit both return nil, so the only data that
16 | will ever be archived is what is passed into Create.
17 | This is primarily useful as a perf optimization in superstores,
18 | where you might have large-ish data chunks which will never be updated.
19 | Note that it is an error to Create a ReadOnly store without passing any additional data in.
20 | This is because Archivist can't serialize a nil value.
21 | And besides, it wouldn't be very useful to archive a nil value
22 | that you couldn't ever update.
23 | ]]
24 |
25 | local prototype = {
26 | id = "ReadOnly",
27 | version = 1,
28 | Create = function(self, data)
29 | Archivist:Assert(data ~= nil, "A ReadOnly store cannot be created with initial value of nil.")
30 | return data, data
31 | end,
32 | Open = function(self, data)
33 | return data
34 | end,
35 | Commit = function(self)
36 | return nil
37 | end,
38 | Close = function(self)
39 | return nil
40 | end,
41 | }
42 |
43 | Archivist:RegisterStoreType(prototype)
44 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/CallbackHandler-1.0/CallbackHandler-1.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibCompress/LibCompress.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 70300
2 |
3 | ## Title: Lib: Compress
4 | ## Notes: Compression and Decompression library
5 | ## Author: Galmok at Stormrage-EU (Horde) and JJSheets
6 | ## Version: r84-release
7 | ## X-Website: http://www.wowace.com/addons/libcompress/
8 | ## X-Category: Library
9 | ## X-eMail: galmok AT gmail DOT com, sheets DOT jeff AT gmail DOT com
10 | ## X-License: GPL v2
11 | ## LoadOnDemand: 1
12 |
13 | LibStub\LibStub.lua
14 | lib.xml
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibCompress/lib.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibCustomGlow-1.0/IconAlert.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Libs/LibCustomGlow-1.0/IconAlert.blp
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibCustomGlow-1.0/IconAlertAnts.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Libs/LibCustomGlow-1.0/IconAlertAnts.blp
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 80200
2 | ## Title: Lib: CustomGlow
3 | ## Notes: Creates custom glow functions
4 | ## Author: deezo
5 | ## X-Category: Library
6 | ## X-License: BSD
7 | ## Version: 1.0.3
8 | ## OptionalDeps: Masque
9 |
10 | LibStub\LibStub.lua
11 |
12 | LibCustomGlow-1.0.xml
13 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibCustomGlow-1.0/am_29.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Libs/LibCustomGlow-1.0/am_29.blp
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibCustomGlow-1.0/artifacts.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Libs/LibCustomGlow-1.0/artifacts.blp
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibDBIcon-1.0/lib.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibDataBroker-1.1/README.textile:
--------------------------------------------------------------------------------
1 | LibDataBroker is a small WoW addon library designed to provide a "MVC":http://en.wikipedia.org/wiki/Model-view-controller interface for use in various addons.
2 | LDB's primary goal is to "detach" plugins for TitanPanel and FuBar from the display addon.
3 | Plugins can provide data into a simple table, and display addons can receive callbacks to refresh their display of this data.
4 | LDB also provides a place for addons to register "quicklaunch" functions, removing the need for authors to embed many large libraries to create minimap buttons.
5 | Users who do not wish to be "plagued" by these buttons simply do not install an addon to render them.
6 |
7 | Due to it's simple generic design, LDB can be used for any design where you wish to have an addon notified of changes to a table.
8 |
9 | h2. Links
10 |
11 | * "API documentation":http://github.com/tekkub/libdatabroker-1-1/wikis/api
12 | * "Data specifications":http://github.com/tekkub/libdatabroker-1-1/wikis/data-specifications
13 | * "Addons using LDB":http://github.com/tekkub/libdatabroker-1-1/wikis/addons-using-ldb
14 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibGetFrame-1.0/CallbackHandler-1.0/CallbackHandler-1.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibGetFrame-1.0/LibGetFrame-1.0.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 80200
2 | ## Title: Lib: GetFrame
3 | ## Notes: Get unit frame for a unit
4 | ## Author: Buds
5 | ## X-Category: Library
6 | ## X-License: BSD
7 | ## Version: 03cd52d
8 | ## DefaultState: Enabled
9 | ## LoadOnDemand: 0
10 |
11 | LibStub\LibStub.lua
12 |
13 | LibGetFrame-1.0.xml
14 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibGetFrame-1.0/LibGetFrame-1.0.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibGetFrame-1.0/LibStub/LibStub.lua:
--------------------------------------------------------------------------------
1 | -- $Id: LibStub.lua 103 2014-10-16 03:02:50Z mikk $
2 | -- LibStub is a simple versioning stub meant for use in Libraries. http://www.wowace.com/addons/libstub/ for more info
3 | -- LibStub is hereby placed in the Public Domain
4 | -- Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel, joshborke
5 | local LIBSTUB_MAJOR, LIBSTUB_MINOR = "LibStub", 2 -- NEVER MAKE THIS AN SVN REVISION! IT NEEDS TO BE USABLE IN ALL REPOS!
6 | local LibStub = _G[LIBSTUB_MAJOR]
7 |
8 | -- Check to see is this version of the stub is obsolete
9 | if not LibStub or LibStub.minor < LIBSTUB_MINOR then
10 | LibStub = LibStub or {libs = {}, minors = {} }
11 | _G[LIBSTUB_MAJOR] = LibStub
12 | LibStub.minor = LIBSTUB_MINOR
13 |
14 | -- LibStub:NewLibrary(major, minor)
15 | -- major (string) - the major version of the library
16 | -- minor (string or number ) - the minor version of the library
17 | --
18 | -- returns nil if a newer or same version of the lib is already present
19 | -- returns empty library object or old library object if upgrade is needed
20 | function LibStub:NewLibrary(major, minor)
21 | assert(type(major) == "string", "Bad argument #2 to `NewLibrary' (string expected)")
22 | minor = assert(tonumber(strmatch(minor, "%d+")), "Minor version must either be a number or contain a number.")
23 |
24 | local oldminor = self.minors[major]
25 | if oldminor and oldminor >= minor then return nil end
26 | self.minors[major], self.libs[major] = minor, self.libs[major] or {}
27 | return self.libs[major], oldminor
28 | end
29 |
30 | -- LibStub:GetLibrary(major, [silent])
31 | -- major (string) - the major version of the library
32 | -- silent (boolean) - if true, library is optional, silently return nil if its not found
33 | --
34 | -- throws an error if the library can not be found (except silent is set)
35 | -- returns the library object if found
36 | function LibStub:GetLibrary(major, silent)
37 | if not self.libs[major] and not silent then
38 | error(("Cannot find a library instance of %q."):format(tostring(major)), 2)
39 | end
40 | return self.libs[major], self.minors[major]
41 | end
42 |
43 | -- LibStub:IterateLibraries()
44 | --
45 | -- Returns an iterator for the currently registered libraries
46 | function LibStub:IterateLibraries()
47 | return pairs(self.libs)
48 | end
49 |
50 | setmetatable(LibStub, { __call = LibStub.GetLibrary })
51 | end
52 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibGetFrame-1.0/LibStub/LibStub.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 80000
2 | ## Title: Lib: LibStub
3 | ## Notes: Universal Library Stub
4 | ## Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel
5 | ## X-Website: http://www.wowace.com/addons/libstub/
6 | ## X-Category: Library
7 | ## X-License: Public Domain
8 |
9 | LibStub.lua
10 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibGetFrame-1.0/LibStub/tests/test.lua:
--------------------------------------------------------------------------------
1 | debugstack = debug.traceback
2 | strmatch = string.match
3 |
4 | loadfile("../LibStub.lua")()
5 |
6 | local lib, oldMinor = LibStub:NewLibrary("Pants", 1) -- make a new thingy
7 | assert(lib) -- should return the library table
8 | assert(not oldMinor) -- should not return the old minor, since it didn't exist
9 |
10 | -- the following is to create data and then be able to check if the same data exists after the fact
11 | function lib:MyMethod()
12 | end
13 | local MyMethod = lib.MyMethod
14 | lib.MyTable = {}
15 | local MyTable = lib.MyTable
16 |
17 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", 1) -- try to register a library with the same version, should silently fail
18 | assert(not newLib) -- should not return since out of date
19 |
20 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", 0) -- try to register a library with a previous, should silently fail
21 | assert(not newLib) -- should not return since out of date
22 |
23 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", 2) -- register a new version
24 | assert(newLib) -- library table
25 | assert(rawequal(newLib, lib)) -- should be the same reference as the previous
26 | assert(newOldMinor == 1) -- should return the minor version of the previous version
27 |
28 | assert(rawequal(lib.MyMethod, MyMethod)) -- verify that values were saved
29 | assert(rawequal(lib.MyTable, MyTable)) -- verify that values were saved
30 |
31 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", "Blah 3 Blah") -- register a new version with a string minor version (instead of a number)
32 | assert(newLib) -- library table
33 | assert(newOldMinor == 2) -- previous version was 2
34 |
35 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", "Blah 4 and please ignore 15 Blah") -- register a new version with a string minor version (instead of a number)
36 | assert(newLib)
37 | assert(newOldMinor == 3) -- previous version was 3 (even though it gave a string)
38 |
39 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", 5) -- register a new library, using a normal number instead of a string
40 | assert(newLib)
41 | assert(newOldMinor == 4) -- previous version was 4 (even though it gave a string)
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibGetFrame-1.0/LibStub/tests/test2.lua:
--------------------------------------------------------------------------------
1 | debugstack = debug.traceback
2 | strmatch = string.match
3 |
4 | loadfile("../LibStub.lua")()
5 |
6 | for major, library in LibStub:IterateLibraries() do
7 | -- check that MyLib doesn't exist yet, by iterating through all the libraries
8 | assert(major ~= "MyLib")
9 | end
10 |
11 | assert(not LibStub:GetLibrary("MyLib", true)) -- check that MyLib doesn't exist yet by direct checking
12 | assert(not pcall(LibStub.GetLibrary, LibStub, "MyLib")) -- don't silently fail, thus it should raise an error.
13 | local lib = LibStub:NewLibrary("MyLib", 1) -- create the lib
14 | assert(lib) -- check it exists
15 | assert(rawequal(LibStub:GetLibrary("MyLib"), lib)) -- verify that :GetLibrary("MyLib") properly equals the lib reference
16 |
17 | assert(LibStub:NewLibrary("MyLib", 2)) -- create a new version
18 |
19 | local count=0
20 | for major, library in LibStub:IterateLibraries() do
21 | -- check that MyLib exists somewhere in the libraries, by iterating through all the libraries
22 | if major == "MyLib" then -- we found it!
23 | count = count +1
24 | assert(rawequal(library, lib)) -- verify that the references are equal
25 | end
26 | end
27 | assert(count == 1) -- verify that we actually found it, and only once
28 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibGetFrame-1.0/LibStub/tests/test3.lua:
--------------------------------------------------------------------------------
1 | debugstack = debug.traceback
2 | strmatch = string.match
3 |
4 | loadfile("../LibStub.lua")()
5 |
6 | local proxy = newproxy() -- non-string
7 |
8 | assert(not pcall(LibStub.NewLibrary, LibStub, proxy, 1)) -- should error, proxy is not a string, it's userdata
9 | local success, ret = pcall(LibStub.GetLibrary, proxy, true)
10 | assert(not success or not ret) -- either error because proxy is not a string or because it's not actually registered.
11 |
12 | assert(not pcall(LibStub.NewLibrary, LibStub, "Something", "No number in here")) -- should error, minor has no string in it.
13 |
14 | assert(not LibStub:GetLibrary("Something", true)) -- shouldn't've created it from the above statement
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibGetFrame-1.0/LibStub/tests/test4.lua:
--------------------------------------------------------------------------------
1 | debugstack = debug.traceback
2 | strmatch = string.match
3 |
4 | loadfile("../LibStub.lua")()
5 |
6 |
7 | -- Pretend like loaded libstub is old and doesn't have :IterateLibraries
8 | assert(LibStub.minor)
9 | LibStub.minor = LibStub.minor - 0.0001
10 | LibStub.IterateLibraries = nil
11 |
12 | loadfile("../LibStub.lua")()
13 |
14 | assert(type(LibStub.IterateLibraries)=="function")
15 |
16 |
17 | -- Now pretend that we're the same version -- :IterateLibraries should NOT be re-created
18 | LibStub.IterateLibraries = 123
19 |
20 | loadfile("../LibStub.lua")()
21 |
22 | assert(LibStub.IterateLibraries == 123)
23 |
24 |
25 | -- Now pretend that a newer version is loaded -- :IterateLibraries should NOT be re-created
26 | LibStub.minor = LibStub.minor + 0.0001
27 |
28 | loadfile("../LibStub.lua")()
29 |
30 | assert(LibStub.IterateLibraries == 123)
31 |
32 |
33 | -- Again with a huge number
34 | LibStub.minor = LibStub.minor + 1234567890
35 |
36 | loadfile("../LibStub.lua")()
37 |
38 | assert(LibStub.IterateLibraries == 123)
39 |
40 |
41 | print("OK")
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibSerialize/lib.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibSharedMedia-3.0/lib.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibSpellRange-1.0/LibSpellRange-1.0.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 80100
2 | ## Version: 1.0.13
3 | ## X-CompatibleWith: 80000
4 | ## Title: Lib: SpellRange-1.0
5 | ## Notes: Provides enhanced spell range checking functionality
6 | ## Author: Cybeloras of Aerie Peak
7 | ## X-Category: Library
8 |
9 | libs\LibStub\LibStub.lua
10 |
11 | lib.xml
12 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibSpellRange-1.0/lib.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibStub/LibStub.lua:
--------------------------------------------------------------------------------
1 | -- $Id: LibStub.lua 103 2014-10-16 03:02:50Z mikk $
2 | -- LibStub is a simple versioning stub meant for use in Libraries. http://www.wowace.com/addons/libstub/ for more info
3 | -- LibStub is hereby placed in the Public Domain
4 | -- Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel, joshborke
5 | local LIBSTUB_MAJOR, LIBSTUB_MINOR = "LibStub", 2 -- NEVER MAKE THIS AN SVN REVISION! IT NEEDS TO BE USABLE IN ALL REPOS!
6 | local LibStub = _G[LIBSTUB_MAJOR]
7 |
8 | -- Check to see is this version of the stub is obsolete
9 | if not LibStub or LibStub.minor < LIBSTUB_MINOR then
10 | LibStub = LibStub or {libs = {}, minors = {} }
11 | _G[LIBSTUB_MAJOR] = LibStub
12 | LibStub.minor = LIBSTUB_MINOR
13 |
14 | -- LibStub:NewLibrary(major, minor)
15 | -- major (string) - the major version of the library
16 | -- minor (string or number ) - the minor version of the library
17 | --
18 | -- returns nil if a newer or same version of the lib is already present
19 | -- returns empty library object or old library object if upgrade is needed
20 | function LibStub:NewLibrary(major, minor)
21 | assert(type(major) == "string", "Bad argument #2 to `NewLibrary' (string expected)")
22 | minor = assert(tonumber(strmatch(minor, "%d+")), "Minor version must either be a number or contain a number.")
23 |
24 | local oldminor = self.minors[major]
25 | if oldminor and oldminor >= minor then return nil end
26 | self.minors[major], self.libs[major] = minor, self.libs[major] or {}
27 | return self.libs[major], oldminor
28 | end
29 |
30 | -- LibStub:GetLibrary(major, [silent])
31 | -- major (string) - the major version of the library
32 | -- silent (boolean) - if true, library is optional, silently return nil if its not found
33 | --
34 | -- throws an error if the library can not be found (except silent is set)
35 | -- returns the library object if found
36 | function LibStub:GetLibrary(major, silent)
37 | if not self.libs[major] and not silent then
38 | error(("Cannot find a library instance of %q."):format(tostring(major)), 2)
39 | end
40 | return self.libs[major], self.minors[major]
41 | end
42 |
43 | -- LibStub:IterateLibraries()
44 | --
45 | -- Returns an iterator for the currently registered libraries
46 | function LibStub:IterateLibraries()
47 | return pairs(self.libs)
48 | end
49 |
50 | setmetatable(LibStub, { __call = LibStub.GetLibrary })
51 | end
52 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibStub/LibStub.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 80000
2 | ## Title: Lib: LibStub
3 | ## Notes: Universal Library Stub
4 | ## Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel
5 | ## X-Website: http://www.wowace.com/addons/libstub/
6 | ## X-Category: Library
7 | ## X-License: Public Domain
8 |
9 | LibStub.lua
10 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibStub/tests/test.lua:
--------------------------------------------------------------------------------
1 | debugstack = debug.traceback
2 | strmatch = string.match
3 |
4 | loadfile("../LibStub.lua")()
5 |
6 | local lib, oldMinor = LibStub:NewLibrary("Pants", 1) -- make a new thingy
7 | assert(lib) -- should return the library table
8 | assert(not oldMinor) -- should not return the old minor, since it didn't exist
9 |
10 | -- the following is to create data and then be able to check if the same data exists after the fact
11 | function lib:MyMethod()
12 | end
13 | local MyMethod = lib.MyMethod
14 | lib.MyTable = {}
15 | local MyTable = lib.MyTable
16 |
17 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", 1) -- try to register a library with the same version, should silently fail
18 | assert(not newLib) -- should not return since out of date
19 |
20 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", 0) -- try to register a library with a previous, should silently fail
21 | assert(not newLib) -- should not return since out of date
22 |
23 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", 2) -- register a new version
24 | assert(newLib) -- library table
25 | assert(rawequal(newLib, lib)) -- should be the same reference as the previous
26 | assert(newOldMinor == 1) -- should return the minor version of the previous version
27 |
28 | assert(rawequal(lib.MyMethod, MyMethod)) -- verify that values were saved
29 | assert(rawequal(lib.MyTable, MyTable)) -- verify that values were saved
30 |
31 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", "Blah 3 Blah") -- register a new version with a string minor version (instead of a number)
32 | assert(newLib) -- library table
33 | assert(newOldMinor == 2) -- previous version was 2
34 |
35 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", "Blah 4 and please ignore 15 Blah") -- register a new version with a string minor version (instead of a number)
36 | assert(newLib)
37 | assert(newOldMinor == 3) -- previous version was 3 (even though it gave a string)
38 |
39 | local newLib, newOldMinor = LibStub:NewLibrary("Pants", 5) -- register a new library, using a normal number instead of a string
40 | assert(newLib)
41 | assert(newOldMinor == 4) -- previous version was 4 (even though it gave a string)
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibStub/tests/test2.lua:
--------------------------------------------------------------------------------
1 | debugstack = debug.traceback
2 | strmatch = string.match
3 |
4 | loadfile("../LibStub.lua")()
5 |
6 | for major, library in LibStub:IterateLibraries() do
7 | -- check that MyLib doesn't exist yet, by iterating through all the libraries
8 | assert(major ~= "MyLib")
9 | end
10 |
11 | assert(not LibStub:GetLibrary("MyLib", true)) -- check that MyLib doesn't exist yet by direct checking
12 | assert(not pcall(LibStub.GetLibrary, LibStub, "MyLib")) -- don't silently fail, thus it should raise an error.
13 | local lib = LibStub:NewLibrary("MyLib", 1) -- create the lib
14 | assert(lib) -- check it exists
15 | assert(rawequal(LibStub:GetLibrary("MyLib"), lib)) -- verify that :GetLibrary("MyLib") properly equals the lib reference
16 |
17 | assert(LibStub:NewLibrary("MyLib", 2)) -- create a new version
18 |
19 | local count=0
20 | for major, library in LibStub:IterateLibraries() do
21 | -- check that MyLib exists somewhere in the libraries, by iterating through all the libraries
22 | if major == "MyLib" then -- we found it!
23 | count = count +1
24 | assert(rawequal(library, lib)) -- verify that the references are equal
25 | end
26 | end
27 | assert(count == 1) -- verify that we actually found it, and only once
28 |
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibStub/tests/test3.lua:
--------------------------------------------------------------------------------
1 | debugstack = debug.traceback
2 | strmatch = string.match
3 |
4 | loadfile("../LibStub.lua")()
5 |
6 | local proxy = newproxy() -- non-string
7 |
8 | assert(not pcall(LibStub.NewLibrary, LibStub, proxy, 1)) -- should error, proxy is not a string, it's userdata
9 | local success, ret = pcall(LibStub.GetLibrary, proxy, true)
10 | assert(not success or not ret) -- either error because proxy is not a string or because it's not actually registered.
11 |
12 | assert(not pcall(LibStub.NewLibrary, LibStub, "Something", "No number in here")) -- should error, minor has no string in it.
13 |
14 | assert(not LibStub:GetLibrary("Something", true)) -- shouldn't've created it from the above statement
--------------------------------------------------------------------------------
/WeakAuras/Libs/LibStub/tests/test4.lua:
--------------------------------------------------------------------------------
1 | debugstack = debug.traceback
2 | strmatch = string.match
3 |
4 | loadfile("../LibStub.lua")()
5 |
6 |
7 | -- Pretend like loaded libstub is old and doesn't have :IterateLibraries
8 | assert(LibStub.minor)
9 | LibStub.minor = LibStub.minor - 0.0001
10 | LibStub.IterateLibraries = nil
11 |
12 | loadfile("../LibStub.lua")()
13 |
14 | assert(type(LibStub.IterateLibraries)=="function")
15 |
16 |
17 | -- Now pretend that we're the same version -- :IterateLibraries should NOT be re-created
18 | LibStub.IterateLibraries = 123
19 |
20 | loadfile("../LibStub.lua")()
21 |
22 | assert(LibStub.IterateLibraries == 123)
23 |
24 |
25 | -- Now pretend that a newer version is loaded -- :IterateLibraries should NOT be re-created
26 | LibStub.minor = LibStub.minor + 0.0001
27 |
28 | loadfile("../LibStub.lua")()
29 |
30 | assert(LibStub.IterateLibraries == 123)
31 |
32 |
33 | -- Again with a huge number
34 | LibStub.minor = LibStub.minor + 1234567890
35 |
36 | loadfile("../LibStub.lua")()
37 |
38 | assert(LibStub.IterateLibraries == 123)
39 |
40 |
41 | print("OK")
--------------------------------------------------------------------------------
/WeakAuras/Media/Creative Commons - Attribution 3.0.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Creative Commons - Attribution 3.0.txt
--------------------------------------------------------------------------------
/WeakAuras/Media/Creative Commons - Attribution-NonCommercial 3.0.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Creative Commons - Attribution-NonCommercial 3.0.txt
--------------------------------------------------------------------------------
/WeakAuras/Media/Creative Commons - Sampling Plus 1.0.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Creative Commons - Sampling Plus 1.0.txt
--------------------------------------------------------------------------------
/WeakAuras/Media/Fonts/FiraMono-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Fonts/FiraMono-Medium.ttf
--------------------------------------------------------------------------------
/WeakAuras/Media/Provided by.txt:
--------------------------------------------------------------------------------
1 | Most of the sound files contained here, can be found at:
2 | www.soundbible.com
3 | and are licenced under:
4 |
5 | Creative Commons - Attribution 3.0
6 | Creative Commons - Attribution-NonCommercial 3.0
7 | Creative Commons - Sampling Plus 1.0
8 |
9 |
10 | Overview:
11 |
12 | BatmanPunch - Sampling Plus 1.0 - CGEffex (http://www.freesound.org/people/CGEffex/)
13 | BikeHorn - Sampling Plus 1.0 - StickInTheMud
14 | BoxingArenaSound - Attribution 3.0 - Samantha Enrico
15 | Bleat - Attribution 3.0 - Mike Koenig
16 | CatMeow2 - Attribution 3.0 - Mr Smith
17 | KittenMeow - Attribution 3.0 - Mike Koenig
18 | RobotBlip - Attribution 3.0 - Marianne Gagnon
19 | SharpPunch - Sampling Plus 1.0 - CGEffex (http://www.freesound.org/people/CGEffex/)
20 | WaterDrop - Attribution 3.0 - Mike Koenig
21 | AirHorn - Attribution 3.0 - Mike Koenig
22 | Applause - Attribution 3.0 - Mike Koenig
23 | BananaPeelSlip - Sampling Plus 1.0 - suinho
24 | Blast - Attribution 3.0 - Mike Koenig
25 | CartoonVoiceBaritone - Attribution 3.0 - BlastwaveFx.com
26 | CartoonWalking - Attribution 3.0 - Mike Koenig
27 | CowMooing - Attribution 3.0 - Mike Koenig
28 | RingingPhone - Attribution 3.0 - Mike Koenig
29 | RoaringLion - Attribution 3.0 - Mike Koenig
30 | Shotgun - Attribution 3.0 - Mike Koenig
31 | SquishFart - Sampling Plus 1.0 - timtube
32 | TempleBellHuge - Attribution 3.0 - Mike Koenig
33 | Torch - Attribution 3.0 - Mike Koenig
34 | WarningSiren - Attribution 3.0 - snottyboy
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/AcousticGuitar.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/AcousticGuitar.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Adds.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Adds.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/AirHorn.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/AirHorn.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Applause.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Applause.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/BananaPeelSlip.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/BananaPeelSlip.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/BatmanPunch.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/BatmanPunch.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/BikeHorn.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/BikeHorn.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Blast.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Blast.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Bleat.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Bleat.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Boss.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Boss.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/BoxingArenaSound.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/BoxingArenaSound.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Brass.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Brass.mp3
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/CartoonVoiceBaritone.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/CartoonVoiceBaritone.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/CartoonWalking.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/CartoonWalking.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/CatMeow2.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/CatMeow2.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/ChickenAlarm.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/ChickenAlarm.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Circle.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Circle.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/CowMooing.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/CowMooing.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Cross.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Cross.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Diamond.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Diamond.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/DontRelease.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/DontRelease.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/DoubleWhoosh.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/DoubleWhoosh.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Drums.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Drums.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Empowered.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Empowered.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/ErrorBeep.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/ErrorBeep.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Focus.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Focus.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Glass.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Glass.mp3
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/GoatBleating.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/GoatBleating.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Idiot.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Idiot.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/KittenMeow.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/KittenMeow.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Left.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Left.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Moon.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Moon.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Next.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Next.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/OhNo.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/OhNo.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Portal.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Portal.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Protected.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Protected.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Release.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Release.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Right.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Right.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/RingingPhone.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/RingingPhone.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/RoaringLion.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/RoaringLion.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/RobotBlip.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/RobotBlip.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/RoosterChickenCalls.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/RoosterChickenCalls.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/RunAway.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/RunAway.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/SharpPunch.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/SharpPunch.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/SheepBleat.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/SheepBleat.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Shotgun.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Shotgun.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Skull.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Skull.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Spread.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Spread.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Square.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Square.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/SqueakyToyShort.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/SqueakyToyShort.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/SquishFart.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/SquishFart.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Stack.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Stack.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Star.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Star.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Switch.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Switch.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/SynthChord.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/SynthChord.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/TadaFanfare.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/TadaFanfare.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Taunt.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Taunt.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/TempleBellHuge.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/TempleBellHuge.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Torch.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Torch.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Triangle.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Triangle.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/WarningSiren.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/WarningSiren.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/WaterDrop.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/WaterDrop.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/Sounds/Xylophone.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Sounds/Xylophone.ogg
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/arcane_missiles.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/arcane_missiles.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/arcane_missiles_1.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/arcane_missiles_1.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/arcane_missiles_2.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/arcane_missiles_2.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/arcane_missiles_3.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/arcane_missiles_3.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/art_of_war.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/art_of_war.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/backlash.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/backlash.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/backlash_green.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/backlash_green.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/bandits_guile.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/bandits_guile.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/berserk.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/berserk.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/blood_boil.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/blood_boil.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/blood_surge.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/blood_surge.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/brain_freeze.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/brain_freeze.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/dark_tiger.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/dark_tiger.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/dark_transformation.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/dark_transformation.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/daybreak.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/daybreak.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/demonic_core.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/demonic_core.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/demonic_core_vertical.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/demonic_core_vertical.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/denounce.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/denounce.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/echo_of_the_elements.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/echo_of_the_elements.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/eclipse_moon.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/eclipse_moon.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/eclipse_sun.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/eclipse_sun.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/feral_omenofclarity.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/feral_omenofclarity.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/focus_fire.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/focus_fire.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/frozen_fingers.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/frozen_fingers.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/fulmination.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/fulmination.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/fury_of_stormrage.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/fury_of_stormrage.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/genericarc_01.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/genericarc_01.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/genericarc_02.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/genericarc_02.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/genericarc_03.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/genericarc_03.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/genericarc_04.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/genericarc_04.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/genericarc_05.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/genericarc_05.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/genericarc_06.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/genericarc_06.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/generictop_01.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/generictop_01.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/generictop_02.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/generictop_02.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/grand_crusader.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/grand_crusader.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/hand_of_light.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/hand_of_light.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/high_tide.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/high_tide.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/hot_streak.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/hot_streak.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/imp_empowerment.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/imp_empowerment.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/imp_empowerment_green.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/imp_empowerment_green.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/impact.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/impact.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/killing_machine.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/killing_machine.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/lock_and_load.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/lock_and_load.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/maelstrom_weapon.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/maelstrom_weapon.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/maelstrom_weapon_1.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/maelstrom_weapon_1.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/maelstrom_weapon_2.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/maelstrom_weapon_2.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/maelstrom_weapon_3.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/maelstrom_weapon_3.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/maelstrom_weapon_4.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/maelstrom_weapon_4.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/master_marksman.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/master_marksman.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/molten_core.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/molten_core.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/molten_core_green.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/molten_core_green.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/monk_blackoutkick.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/monk_blackoutkick.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/monk_ox.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/monk_ox.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/monk_ox_2.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/monk_ox_2.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/monk_ox_3.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/monk_ox_3.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/monk_serpent.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/monk_serpent.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/monk_tiger.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/monk_tiger.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/monk_tigerpalm.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/monk_tigerpalm.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/natures_grace.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/natures_grace.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/necropolis.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/necropolis.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/nightfall.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/nightfall.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/predatory_swiftness.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/predatory_swiftness.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/predatory_swiftness_green.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/predatory_swiftness_green.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/raging_blow.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/raging_blow.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/rime.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/rime.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/serendipity.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/serendipity.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/shadow_of_death.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/shadow_of_death.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/shadow_word_insanity.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/shadow_word_insanity.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/shooting_stars.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/shooting_stars.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/slice_and_dice.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/slice_and_dice.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/spellactivationoverlay_0.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/spellactivationoverlay_0.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/sudden_death.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/sudden_death.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/sudden_doom.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/sudden_doom.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/surge_of_darkness.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/surge_of_darkness.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/surge_of_light.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/surge_of_light.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/sword_and_board.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/sword_and_board.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/thrill_of_the_hunt_1.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/thrill_of_the_hunt_1.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/thrill_of_the_hunt_2.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/thrill_of_the_hunt_2.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/thrill_of_the_hunt_3.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/thrill_of_the_hunt_3.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/tooth_and_claw.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/tooth_and_claw.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/ultimatum.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/ultimatum.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/SpellActivationOverlays/white_tiger.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/SpellActivationOverlays/white_tiger.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Border_DropShadow.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Border_DropShadow.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Circle_AlphaGradient_In.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Circle_AlphaGradient_In.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Circle_AlphaGradient_Out.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Circle_AlphaGradient_Out.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Circle_Smooth.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Circle_Smooth.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Circle_Smooth2.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Circle_Smooth2.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Circle_Smooth_Border.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Circle_Smooth_Border.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Circle_Squirrel.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Circle_Squirrel.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Circle_Squirrel_Border.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Circle_Squirrel_Border.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Circle_White.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Circle_White.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Circle_White_Border.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Circle_White_Border.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/GitHub.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/GitHub.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/PRDFrame.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/PRDFrame.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/PRDFrameKui.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/PRDFrameKui.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Ring_10px.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Ring_10px.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Ring_20px.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Ring_20px.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Ring_30px.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Ring_30px.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Ring_40px.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Ring_40px.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Square_AlphaGradient.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Square_AlphaGradient.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Square_FullWhite.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Square_FullWhite.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Square_Smooth.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Square_Smooth.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Square_Smooth_Border.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Square_Smooth_Border.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Square_Smooth_Border2.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Square_Smooth_Border2.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Square_Squirrel.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Square_Squirrel.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Square_Squirrel_Border.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Square_Squirrel_Border.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Square_White.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Square_White.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Square_White_Border.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Square_White_Border.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Statusbar_Clean.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Statusbar_Clean.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Statusbar_Stripes.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Statusbar_Stripes.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Statusbar_Stripes_Thick.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Statusbar_Stripes_Thick.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Statusbar_Stripes_Thin.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Statusbar_Stripes_Thin.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/StopMotion.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/StopMotion.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/StripedTexture.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/StripedTexture.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Trapezoid.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Trapezoid.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/Triangle45.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/Triangle45.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/add.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/add.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/alert.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/alert.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/arrows_target.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/arrows_target.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/browse.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/browse.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/bug_report.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/bug_report.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/bullet1.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/bullet1.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/bullet2.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/bullet2.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/bullet3.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/bullet3.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/cancel-icon.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/cancel-icon.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/cancel-mark.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/cancel-mark.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/circle_border5.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/circle_border5.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/collapse.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/collapse.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/delete.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/delete.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/discord.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/discord.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/downleft.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/downleft.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/downright.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/downright.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/duplicate.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/duplicate.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/edge-example.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/edge-example.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/edit.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/edit.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/editdown.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/editdown.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/emoji.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/emoji.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/exclamation-mark.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/exclamation-mark.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/expand.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/expand.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/eyes.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/eyes.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/gear.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/gear.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/geardown.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/geardown.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/icon.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/icon.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/importsmall.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/importsmall.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/interrupt.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/interrupt.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/lockPosition.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/lockPosition.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/logo_256.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/logo_256.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/logo_64.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/logo_64.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/logo_64_nobg.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/logo_64_nobg.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/magnetic.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/magnetic.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/movedown.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/movedown.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/moveup.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/moveup.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/newaura.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/newaura.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/offscreen.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/offscreen.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/ok-icon.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/ok-icon.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/rainbowbar.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/rainbowbar.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/reset.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/reset.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/ring_glow3.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/ring_glow3.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/square_border_10px.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/square_border_10px.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/square_border_1px.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/square_border_1px.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/square_border_5px.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/square_border_5px.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/square_mini.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/square_mini.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/stripe-bar.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/stripe-bar.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/stripe-rainbow-bar.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/stripe-rainbow-bar.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/swipe-example.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/swipe-example.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/target_indicator.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/target_indicator.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/target_indicator_glow.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/target_indicator_glow.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/targeting-mark.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/targeting-mark.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/template.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/template.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/triangle-border.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/triangle-border.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/triangle.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/triangle.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/upleft.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/upleft.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/upright.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/upright.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/voicechat.blp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/voicechat.blp
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/wagoupdate_logo.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/wagoupdate_logo.tga
--------------------------------------------------------------------------------
/WeakAuras/Media/Textures/wagoupdate_refresh.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/Media/Textures/wagoupdate_refresh.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura1.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura1.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura10.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura10.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura100.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura100.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura101.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura101.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura102.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura102.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura103.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura103.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura104.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura104.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura105.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura105.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura106.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura106.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura107.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura107.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura108.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura108.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura109.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura109.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura11.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura11.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura110.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura110.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura111.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura111.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura112.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura112.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura113.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura113.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura114.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura114.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura115.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura115.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura116.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura116.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura117.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura117.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura118.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura118.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura119.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura119.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura12.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura12.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura120.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura120.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura121.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura121.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura122.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura122.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura123.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura123.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura124.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura124.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura125.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura125.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura126.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura126.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura127.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura127.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura128.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura128.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura129.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura129.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura13.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura13.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura130.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura130.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura131.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura131.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura132.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura132.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura133.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura133.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura134.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura134.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura135.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura135.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura136.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura136.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura137.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura137.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura138.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura138.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura139.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura139.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura14.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura14.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura140.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura140.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura141.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura141.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura142.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura142.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura143.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura143.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura144.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura144.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura145.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura145.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura15.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura15.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura16.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura16.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura17.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura17.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura18.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura18.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura19.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura19.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura2.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura2.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura20.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura20.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura21.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura21.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura22.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura22.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura23.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura23.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura24.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura24.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura25.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura25.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura26.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura26.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura27.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura27.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura28.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura28.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura29.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura29.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura3.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura3.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura30.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura30.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura31.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura31.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura32.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura32.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura33.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura33.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura34.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura34.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura35.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura35.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura36.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura36.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura37.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura37.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura38.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura38.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura39.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura39.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura4.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura4.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura40.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura40.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura41.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura41.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura42.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura42.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura43.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura43.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura44.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura44.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura45.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura45.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura46.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura46.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura47.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura47.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura48.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura48.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura49.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura49.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura5.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura5.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura50.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura50.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura51.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura51.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura52.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura52.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura53.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura53.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura54.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura54.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura55.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura55.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura56.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura56.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura57.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura57.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura58.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura58.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura59.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura59.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura6.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura6.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura60.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura60.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura61.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura61.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura62.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura62.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura63.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura63.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura64.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura64.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura65.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura65.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura66.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura66.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura67.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura67.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura68.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura68.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura69.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura69.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura7.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura7.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura70.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura70.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura71.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura71.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura72.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura72.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura73.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura73.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura74.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura74.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura75.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura75.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura76.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura76.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura77.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura77.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura78.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura78.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura79.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura79.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura8.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura8.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura80.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura80.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura81.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura81.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura82.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura82.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura83.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura83.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura84.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura84.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura85.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura85.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura86.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura86.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura87.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura87.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura88.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura88.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura89.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura89.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura9.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura9.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura90.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura90.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura91.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura91.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura92.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura92.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura93.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura93.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura94.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura94.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura95.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura95.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura96.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura96.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura97.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura97.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura98.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura98.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Auras/Aura99.tga:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Auras/Aura99.tga
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/Arrow_Swoosh.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/Arrow_Swoosh.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/BITE.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/BITE.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/ESPARK1.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/ESPARK1.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/Fireball.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/Fireball.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/Gasp.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/Gasp.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/PUNCH.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/PUNCH.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/Squeakypig.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/Squeakypig.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/aggro.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/aggro.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/bam.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/bam.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/bear_polar.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/bear_polar.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/bigkiss.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/bigkiss.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/burp4.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/burp4.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/cat2.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/cat2.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/chant2.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/chant2.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/chant4.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/chant4.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/chimes.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/chimes.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/cookie.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/cookie.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/heartbeat.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/heartbeat.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/hic3.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/hic3.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/huh_1.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/huh_1.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/hurricane.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/hurricane.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/hyena.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/hyena.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/kaching.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/kaching.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/moan.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/moan.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/panther1.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/panther1.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/phone.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/phone.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/rainroof.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/rainroof.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/rocket.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/rocket.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/shipswhistle.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/shipswhistle.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/shot.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/shot.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/snakeatt.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/snakeatt.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/sneeze.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/sneeze.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/sonar.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/sonar.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/splash.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/splash.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/swordecho.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/swordecho.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/throwknife.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/throwknife.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/thunder.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/thunder.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/wickedmalelaugh1.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/wickedmalelaugh1.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/wilhelm.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/wilhelm.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/wlaugh.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/wlaugh.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/wolf5.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/wolf5.ogg
--------------------------------------------------------------------------------
/WeakAuras/PowerAurasMedia/Sounds/yeehaw.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAuras/PowerAurasMedia/Sounds/yeehaw.ogg
--------------------------------------------------------------------------------
/WeakAuras/SubRegionTypes/Background.lua:
--------------------------------------------------------------------------------
1 | if not WeakAuras.IsCorrectVersion() then return end
2 | local AddonName, Private = ...
3 | local L = WeakAuras.L;
4 |
5 | do
6 | local function subSupports(regionType)
7 | return regionType ~= "group" and regionType ~= "dynamicgroup"
8 | end
9 |
10 | local function noop()
11 | end
12 |
13 | local function subSetFrameLevel(self, level)
14 | self.parent:SetFrameLevel(level)
15 | end
16 |
17 | local function subCreate()
18 | return { Update = noop, SetFrameLevel = subSetFrameLevel}
19 | end
20 |
21 | local function subModify(parent, region)
22 | region.parent = parent
23 | end
24 |
25 | WeakAuras.RegisterSubRegionType("subbackground", L["Background"], subSupports, subCreate, subModify, noop, noop, {}, nil, {}, false);
26 | end
27 |
28 | -- Foreground for aurabar
29 |
30 | do
31 | local function subSupports(regionType)
32 | return regionType == "aurabar"
33 | end
34 |
35 | local function noop()
36 | end
37 |
38 | local function subSetFrameLevel(self, level)
39 | if self.parent.bar then
40 | self.parent.bar:SetFrameLevel(level)
41 | end
42 | if self.parent.iconFrame then
43 | self.parent.iconFrame:SetFrameLevel(level)
44 | end
45 | end
46 |
47 | local function subCreate()
48 | return { Update = noop, SetFrameLevel = subSetFrameLevel}
49 | end
50 |
51 | local function subModify(parent, region)
52 | region.parent = parent
53 | end
54 |
55 | WeakAuras.RegisterSubRegionType("subforeground", L["Foreground"], subSupports, subCreate, subModify, noop, noop, {}, nil, {}, false);
56 | end
57 |
--------------------------------------------------------------------------------
/WeakAuras/SubRegionTypes/Border.lua:
--------------------------------------------------------------------------------
1 | if not WeakAuras.IsCorrectVersion() then return end
2 | local AddonName, Private = ...
3 |
4 | local SharedMedia = LibStub("LibSharedMedia-3.0");
5 | local L = WeakAuras.L;
6 |
7 | local default = function(parentType)
8 | local options = {
9 | border_visible = true,
10 | border_color = {1, 1, 1, 1},
11 | border_edge = "Square Full White",
12 | border_offset = 0,
13 | border_size = 2,
14 | }
15 | if parentType == "aurabar" then
16 | options["border_anchor"] = "bar"
17 | end
18 | return options
19 | end
20 |
21 | local properties = {
22 | border_visible = {
23 | display = L["Visibility"],
24 | setter = "SetVisible",
25 | type = "bool",
26 | defaultProperty = true
27 | },
28 | border_color = {
29 | display = L["Color"],
30 | setter = "SetBorderColor",
31 | type = "color"
32 | },
33 | }
34 |
35 |
36 | local function create()
37 | return CreateFrame("FRAME", nil, UIParent)
38 | end
39 |
40 | local function onAcquire(subRegion)
41 | subRegion:Show()
42 | end
43 |
44 | local function onRelease(subRegion)
45 | subRegion:Hide()
46 | end
47 |
48 | local function modify(parent, region, parentData, data, first)
49 | region:SetParent(parent)
50 |
51 | parent:AnchorSubRegion(region, "area", parentData.regionType == "aurabar" and data.border_anchor, nil, data.border_offset, data.border_offset)
52 |
53 | local edgeFile = SharedMedia:Fetch("border", data.border_edge)
54 | if edgeFile and edgeFile ~= "" then
55 | region:SetBackdrop({
56 | edgeFile = edgeFile,
57 | edgeSize = data.border_size,
58 | bgFile = nil,
59 | })
60 | region:SetBackdropBorderColor(data.border_color[1], data.border_color[2], data.border_color[3], data.border_color[4])
61 | region:SetBackdropColor(0, 0, 0, 0)
62 | end
63 |
64 | function region:SetBorderColor(r, g, b, a)
65 | self:SetBackdropBorderColor(r, g, b, a or 1)
66 | end
67 |
68 | region:SetBorderColor(data.border_color[1], data.border_color[2], data.border_color[3], data.border_color[4]);
69 |
70 | function region:SetVisible(visible)
71 | if visible then
72 | self:Show()
73 | else
74 | self:Hide()
75 | end
76 | end
77 |
78 | region:SetVisible(data.border_visible)
79 | end
80 |
81 | local function supports(regionType)
82 | return regionType == "texture"
83 | or regionType == "progresstexture"
84 | or regionType == "icon"
85 | or regionType == "aurabar"
86 | end
87 |
88 | WeakAuras.RegisterSubRegionType("subborder", L["Border"], supports, create, modify, onAcquire, onRelease, default, nil, properties);
89 |
--------------------------------------------------------------------------------
/WeakAuras/WeakAuras.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 30300
2 | ## Title: WeakAuras
3 | ## Author: The WeakAuras Team
4 | ## Version: 4.0.0
5 | ## Notes: A powerful, comprehensive utility for displaying graphics and information based on buffs, debuffs, and other triggers.
6 | ## Notes-esES: Potente y completa aplicación que te permitirá mostrar por pantalla múltiples diseños, basados en beneficios, perjuicios y otros activadores.
7 | ## Notes-deDE: Ein leistungsfähiges, umfassendes Addon zur grafischen Darstellung von Informationen von Auren, Cooldowns, Timern und vielem mehr.
8 | ## Notes-ruRU: Мощный, многосторонний инструмент для отображения графики и информации, основанной на баффах, дебаффах и других триггерах.
9 | ## Notes-zhTW: 一個強大且全面實用的顯示圖形和訊息基於增益,減益和其它觸發。
10 | ## X-Category: Interface Enhancements
11 | ## Globe-Post: WeakAurasOptions, WeakAurasModelPaths, WeakAurasTemplates
12 | ## X-Website: https://www.curseforge.com/wow/addons/weakauras
13 | ## X-Curse-Project-ID: 65387
14 | ## X-WoWI-ID: 24910
15 | ## DefaultState: Enabled
16 | ## LoadOnDemand: 0
17 | ## SavedVariables: WeakAurasSaved
18 | ## OptionalDeps: Ace3, LibCompress, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets, Masque, GTFO, LibButtonGlow-1.0, LibSpellRange-1.0, LibRangeCheck-2.0, LibDBIcon-1.0, LibClassicDurations, LibClassicCasterino, LibGetFrame-1.0
19 |
20 | compat.lua
21 | Pools.lua
22 |
23 | # External code + initialization
24 | embeds.xml
25 | Init.lua
26 | locales.xml
27 | ArchiveTypes\Repository.lua
28 | DefaultOptions.lua
29 |
30 | # Core files
31 | Types.lua
32 | Prototypes.lua
33 | Profiling.lua
34 | WeakAuras.lua
35 | History.lua
36 | Transmission.lua
37 | Modernize.lua
38 | Animations.lua
39 | Conditions.lua
40 |
41 | # Trigger systems
42 | BuffTrigger.lua
43 | BuffTrigger2.lua
44 | GenericTrigger.lua
45 | AuraWarnings.lua
46 | AuraEnvironment.lua
47 |
48 | # Region support
49 | RegionTypes\RegionPrototype.lua
50 | RegionTypes\ProgressTexture.lua
51 | RegionTypes\Texture.lua
52 | RegionTypes\AuraBar.lua
53 | RegionTypes\Icon.lua
54 | RegionTypes\Text.lua
55 | RegionTypes\Group.lua
56 | RegionTypes\DynamicGroup.lua
57 | RegionTypes\StopMotion.lua
58 | RegionTypes\Model.lua
59 |
60 | # Sub-region support
61 | SubRegionTypes\Background.lua
62 | SubRegionTypes\SubText.lua
63 | SubRegionTypes\Border.lua
64 | SubRegionTypes\Glow.lua
65 | SubRegionTypes\Tick.lua
66 | SubRegionTypes\Model.lua
67 |
--------------------------------------------------------------------------------
/WeakAuras/embeds.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/WeakAuras/locales.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/WeakAurasArchive/WeakAurasArchive.lua:
--------------------------------------------------------------------------------
1 | -- all this is is a frame that ensures that the SV is a table type
2 | local addonName = ...
3 | local loader = CreateFrame("FRAME")
4 | loader:RegisterEvent("ADDON_LOADED")
5 | loader:SetScript("OnEvent", function(self, _, addon)
6 | if addon == addonName then
7 | if type(WeakAurasArchive) ~= "table" then
8 | WeakAurasArchive = {}
9 | end
10 | self:UnregisterEvent("ADDON_LOADED")
11 | end
12 | end)
13 |
--------------------------------------------------------------------------------
/WeakAurasArchive/WeakAurasArchive.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 30300
2 | ## Title: WeakAuras Archive
3 | ## LoadOnDemand: 1
4 | ## SavedVariables: WeakAurasArchive
5 | ## Dependencies: WeakAuras
6 |
7 | WeakAurasArchive.lua
8 |
--------------------------------------------------------------------------------
/WeakAurasModelPaths/WeakAurasModelPaths.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 30300
2 | ## Title: WeakAuras Model Paths
3 | ## Author: Mirrored and the WeakAuras Team
4 | ## Version: 2.16.0-beta1
5 | ## Notes: Model paths for WeakAuras
6 | ## Notes-esES: Las rutas de archivos de modelos en 3D para WeakAuras
7 | ## Notes-deDE: 3D-Model Pfade für WeakAuras
8 | ## Notes-ruRU: Ссылки на файлы моделей WeakAuras
9 | ## Notes-zhTW: WeakAuras的模組路徑
10 | ## X-Category: Interface Enhancements
11 | ## Globe-Main: WeakAuras
12 | ## DefaultState: Enabled
13 | ## LoadOnDemand: 1
14 | ## Dependencies: WeakAuras, WeakAurasOptions
15 |
16 | ModelPaths.lua
17 |
--------------------------------------------------------------------------------
/WeakAurasOptions/AceGUI-Widgets/AceGUIContainer-WeakAurasInlineGroup.lua:
--------------------------------------------------------------------------------
1 | --[[-----------------------------------------------------------------------------
2 | WeakAurasInlineGroup based on InlineGroup Container
3 | Simple container widget that has the same API as a InlineGroup, without actually
4 | showing any borders or a title.
5 | -------------------------------------------------------------------------------]]
6 | local Type, Version = "WeakAurasInlineGroup", 1
7 | local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
8 | if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
9 |
10 | -- Lua APIs
11 | local pairs = pairs
12 |
13 | -- WoW APIs
14 | local CreateFrame, UIParent = CreateFrame, UIParent
15 |
16 | --[[-----------------------------------------------------------------------------
17 | Methods
18 | -------------------------------------------------------------------------------]]
19 | local methods = {
20 | ["OnAcquire"] = function(self)
21 | self:SetWidth(300)
22 | self:SetHeight(100)
23 | self:SetTitle("")
24 | end,
25 |
26 | -- ["OnRelease"] = nil,
27 |
28 | ["SetTitle"] = function(self)
29 | -- Do nothing
30 | end,
31 |
32 |
33 | ["LayoutFinished"] = function(self, width, height)
34 | if self.noAutoHeight then return end
35 | self:SetHeight(height or 0)
36 | end,
37 |
38 | ["OnWidthSet"] = function(self, width)
39 | local content = self.content
40 | content:SetWidth(width)
41 | content.width = width
42 | end,
43 |
44 | ["OnHeightSet"] = function(self, height)
45 | local content = self.content
46 | content:SetHeight(height)
47 | content.height = height
48 | end
49 | }
50 |
51 | --[[-----------------------------------------------------------------------------
52 | Constructor
53 | -------------------------------------------------------------------------------]]
54 | local function Constructor()
55 | local frame = CreateFrame("Frame", nil, UIParent)
56 | frame:SetFrameStrata("FULLSCREEN_DIALOG")
57 |
58 | --Container Support
59 | local content = CreateFrame("Frame", nil, frame)
60 | content:SetPoint("TOPLEFT", 0, 0)
61 | content:SetPoint("BOTTOMRIGHT", 0, 0)
62 |
63 | local widget = {
64 | frame = frame,
65 | content = content,
66 | type = Type
67 | }
68 | for method, func in pairs(methods) do
69 | widget[method] = func
70 | end
71 |
72 | return AceGUI:RegisterAsContainer(widget)
73 | end
74 |
75 | AceGUI:RegisterWidgetType(Type, Constructor, Version)
76 |
--------------------------------------------------------------------------------
/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasExpandAnchor.lua:
--------------------------------------------------------------------------------
1 | --[[-----------------------------------------------------------------------------
2 | Anchor for a Expandable section
3 | -------------------------------------------------------------------------------]]
4 | if not WeakAuras.IsCorrectVersion() then return end
5 | local AddonName, OptionsPrivate = ...
6 | local Type, Version = "WeakAurasExpandAnchor", 2
7 | local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
8 | if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
9 |
10 | local methods = {
11 | ["OnAcquire"] = function(self)
12 | self:SetHeight(1)
13 | self:SetWidth(1)
14 | end,
15 |
16 | -- ["OnRelease"] = nil,
17 |
18 | ["OnWidthSet"] = function(self, width)
19 | end,
20 |
21 | ["SetText"] = function(self, text)
22 | end,
23 |
24 | ["SetFontObject"] = function(self, font)
25 | end,
26 | }
27 |
28 | local function OnFrameShow(frame)
29 | local self = frame.obj
30 | local option = self.userdata.option
31 | if option and option.arg and option.arg.expanderName then
32 | OptionsPrivate.expanderAnchors[option.arg.expanderName] = self
33 | local otherWidget = OptionsPrivate.expanderButtons[option.arg.expanderName]
34 | if otherWidget then
35 | otherWidget:SetAnchor(self)
36 | end
37 | end
38 | end
39 |
40 | local function OnFrameHide(frame)
41 | local self = frame.obj
42 | local option = self.userdata.option
43 | if option and option.arg and option.arg.expanderName then
44 | OptionsPrivate.expanderAnchors[option.arg.expanderName] = nil
45 |
46 | local otherWidget = OptionsPrivate.expanderButtons[option.arg.expanderName]
47 | if otherWidget then
48 | otherWidget:SetAnchor(nil)
49 | end
50 | end
51 | end
52 |
53 |
54 | local function Constructor()
55 | local frame = CreateFrame("Frame", nil, UIParent)
56 | frame:Hide()
57 |
58 | frame:SetScript("OnShow", OnFrameShow)
59 | frame:SetScript("OnHide", OnFrameHide)
60 |
61 | -- create widget
62 | local widget = {
63 | frame = frame,
64 | type = Type
65 | }
66 | for method, func in pairs(methods) do
67 | widget[method] = func
68 | end
69 |
70 | return AceGUI:RegisterAsWidget(widget)
71 | end
72 |
73 | AceGUI:RegisterWidgetType(Type, Constructor, Version)
74 |
--------------------------------------------------------------------------------
/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasIcon.lua:
--------------------------------------------------------------------------------
1 | --[[-----------------------------------------------------------------------------
2 | Icon Widget that allows for a tooltip, by preventing SetLabel from actually
3 | setting a label
4 | Graphical Button.
5 | -------------------------------------------------------------------------------]]
6 | if not WeakAuras.IsCorrectVersion() then return end
7 |
8 | local Type, Version = "WeakAurasIcon", 1
9 | local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
10 | if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
11 |
12 | local function Constructor()
13 | local button = AceGUI:Create("Icon")
14 | button.type = Type
15 | button.SetLabel = function() end
16 | return button
17 | end
18 |
19 | AceGUI:RegisterWidgetType(Type, Constructor, Version)
20 |
--------------------------------------------------------------------------------
/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasNewHeaderButton.lua:
--------------------------------------------------------------------------------
1 | if not WeakAuras.IsCorrectVersion() then return end
2 |
3 | local Type, Version = "WeakAurasNewHeaderButton", 20
4 | local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
5 | if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
6 |
7 | local L = WeakAuras.L;
8 |
9 | local function Hide_Tooltip()
10 | GameTooltip:Hide();
11 | end
12 |
13 | local function Show_Tooltip(owner, line1, line2)
14 | GameTooltip:SetOwner(owner, "ANCHOR_NONE");
15 | GameTooltip:SetPoint("LEFT", owner, "RIGHT");
16 | GameTooltip:ClearLines();
17 | GameTooltip:AddLine(line1);
18 | GameTooltip:AddLine(line2, 1, 1, 1, 1);
19 | GameTooltip:Show();
20 | end
21 |
22 | --[[-----------------------------------------------------------------------------
23 | Methods
24 | -------------------------------------------------------------------------------]]
25 | local methods = {
26 | ["OnAcquire"] = function(self)
27 | self:SetWidth(1000);
28 | self:SetHeight(20);
29 | end,
30 | ["SetText"] = function(self, text)
31 | self.frame:SetText(" "..text);
32 | end,
33 | ["SetDescription"] = function(self, description)
34 | self.frame.description = description;
35 | end,
36 | ["SetClick"] = function(self, func)
37 | self.frame:SetScript("OnClick", func);
38 | end,
39 | ["Disable"] = function(self)
40 | self.frame:Disable();
41 | end,
42 | ["Enable"] = function(self)
43 | self.frame:Enable();
44 | end,
45 | ["Pick"] = function(self)
46 | self.frame:LockHighlight();
47 | end,
48 | ["ClearPick"] = function(self)
49 | self.frame:UnlockHighlight();
50 | end
51 | }
52 |
53 | --[[-----------------------------------------------------------------------------
54 | Constructor
55 | -------------------------------------------------------------------------------]]
56 |
57 | local function Constructor()
58 | local name = Type..AceGUI:GetNextWidgetNum(Type)
59 | local button = CreateFrame("BUTTON", name, UIParent, "OptionsListButtonTemplate");
60 | button:SetHeight(20);
61 | button:SetWidth(1000);
62 | button:SetDisabledFontObject("GameFontNormal");
63 |
64 | local background = button:CreateTexture(nil, "BACKGROUND");
65 | button.background = background;
66 | background:SetTexture("Interface\\BUTTONS\\UI-Listbox-Highlight2.blp");
67 | background:SetBlendMode("ADD");
68 | background:SetVertexColor(0.5, 0.5, 0.5, 0.25);
69 | background:SetAllPoints(button);
70 |
71 | button:SetScript("OnEnter", function() Show_Tooltip(button, button:GetText():sub(2), button.description or L["Add a new display"]) end);
72 | button:SetScript("OnLeave", Hide_Tooltip);
73 |
74 | local widget = {
75 | frame = button,
76 | type = Type
77 | }
78 | for method, func in pairs(methods) do
79 | widget[method] = func
80 | end
81 |
82 | return AceGUI:RegisterAsWidget(widget)
83 | end
84 |
85 | AceGUI:RegisterWidgetType(Type, Constructor, Version)
86 |
--------------------------------------------------------------------------------
/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasSortedDropDown.lua:
--------------------------------------------------------------------------------
1 | if not WeakAuras.IsCorrectVersion() then return end
2 |
3 | local Type, Version = "WeakAurasSortedDropdown", 1
4 | local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
5 | if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
6 |
7 | local function Constructor()
8 | local DropDownConstructor = AceGUI.WidgetRegistry["Dropdown"];
9 | if (not DropDownConstructor) then
10 | return nil;
11 | end
12 | local widget = DropDownConstructor();
13 | if (not widget) then
14 | return nil;
15 | end
16 |
17 | local oldSetList = widget.SetList
18 | widget.SetList = function(self, list, _, itemType)
19 | local orderTable = {};
20 | for k, v in pairs(list) do
21 | tinsert(orderTable, { key = k, value = v });
22 | end
23 |
24 | local order = {};
25 |
26 | table.sort(orderTable, function(a, b)
27 | return a.value < b.value;
28 | end);
29 |
30 | for i, item in ipairs(orderTable) do
31 | order[i] = item.key;
32 | end
33 |
34 | oldSetList(self, list, order, itemType)
35 | end
36 |
37 | widget.type = Type;
38 |
39 | return widget;
40 | end
41 |
42 | AceGUI:RegisterWidgetType(Type, Constructor, Version)
43 |
--------------------------------------------------------------------------------
/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasSpacer.lua:
--------------------------------------------------------------------------------
1 | --[[-----------------------------------------------------------------------------
2 | Spacer Widget
3 | Just uses up a bit of horizontal space
4 | -------------------------------------------------------------------------------]]
5 | local Type, Version = "WeakAurasSpacer", 1
6 | local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
7 | if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
8 |
9 | local methods = {
10 | ["OnAcquire"] = function(self)
11 | self:SetFullWidth(true)
12 | self:SetHeight(4)
13 | end,
14 | }
15 |
16 | local function Constructor()
17 | local frame = CreateFrame("Frame", nil, UIParent)
18 | frame:Hide()
19 |
20 | local widget = {
21 | frame = frame,
22 | type = Type
23 | }
24 | for method, func in pairs(methods) do
25 | widget[method] = func
26 | end
27 |
28 | return AceGUI:RegisterAsWidget(widget)
29 | end
30 |
31 | AceGUI:RegisterWidgetType(Type, Constructor, Version)
32 |
--------------------------------------------------------------------------------
/WeakAurasOptions/AceGUI-Widgets/AceGuiWidget-WeakAurasProgressBar.lua:
--------------------------------------------------------------------------------
1 | --[[-----------------------------------------------------------------------------
2 | Progress Bar Widget
3 | A simple progress bar
4 | -------------------------------------------------------------------------------]]
5 | local Type, Version = "WeakAurasProgressBar", 1
6 | local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
7 | if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
8 |
9 | local methods = {
10 | ["OnAcquire"] = function(self)
11 | self:SetFullWidth(true)
12 | self:SetHeight(10)
13 | self.value = 0
14 | self.total = 1
15 | end,
16 | ["SetProgress"] = function(self, value, total)
17 | self.value = value
18 | self.total = total
19 | local p = value / total
20 | if p > 1 then
21 | p = 1
22 | end
23 | self.foreground:SetPoint("RIGHT", self.background, "LEFT", p * self.frame:GetWidth(), 0)
24 | end,
25 | ["OnWidthSet"] = function(self)
26 | self:SetProgress(self.value, self.total)
27 | end,
28 | }
29 |
30 | local function Constructor()
31 | local frame = CreateFrame("Frame", nil, UIParent)
32 | local foreground = frame:CreateTexture(nil, "BORDER")
33 | local background = frame:CreateTexture(nil, "BACKGROUND")
34 | foreground:SetTexture("Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White")
35 | background:SetTexture("Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_White")
36 | background:SetVertexColor(0.5, 0.5, 0.5)
37 |
38 | background:SetAllPoints()
39 | foreground:SetPoint("TOPLEFT")
40 | foreground:SetPoint("BOTTOMLEFT")
41 | foreground:SetPoint("RIGHT", background, "LEFT", 0, 0)
42 |
43 | frame:Hide()
44 |
45 | local widget = {
46 | frame = frame,
47 | foreground = foreground,
48 | background = background,
49 | type = Type
50 | }
51 | for method, func in pairs(methods) do
52 | widget[method] = func
53 | end
54 |
55 | return AceGUI:RegisterAsWidget(widget)
56 | end
57 |
58 | AceGUI:RegisterWidgetType(Type, Constructor, Version)
59 |
--------------------------------------------------------------------------------
/WeakAurasOptions/BuffTrigger2.lua:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bunny67/WeakAuras-WotLK/58c99532640eea021c0b07478469a9e7e612a54e/WeakAurasOptions/BuffTrigger2.lua
--------------------------------------------------------------------------------
/WeakAurasOptions/GroupOptions.lua:
--------------------------------------------------------------------------------
1 | if not WeakAuras.IsCorrectVersion() then return end
2 | local AddonName, OptionsPrivate = ...
3 |
4 | local L = WeakAuras.L
5 | local regionOptions = WeakAuras.regionOptions;
6 | local parsePrefix = OptionsPrivate.commonOptions.parsePrefix
7 | local flattenRegionOptions = OptionsPrivate.commonOptions.flattenRegionOptions
8 |
9 | function OptionsPrivate.GetGroupOptions(data)
10 | local regionOption;
11 | local id = data.id
12 | if (regionOptions[data.regionType]) then
13 | regionOption = regionOptions[data.regionType].create(id, data);
14 | else
15 | regionOption = {
16 | [data.regionType] = {
17 | __title = "|cFFFFFF00" .. data.regionType,
18 | __order = 1,
19 | unsupported = {
20 | type = "description",
21 | name = L["This region of type \"%s\" is not supported."]:format(data.regionType)
22 | }
23 | };
24 | };
25 | end
26 |
27 | local groupOptions = {
28 | type = "group",
29 | name = L["Group Options"],
30 | order = 0,
31 | get = function(info)
32 | local base, property = parsePrefix(info[#info], data);
33 | if not base then
34 | return nil
35 | end
36 | if(info.type == "color") then
37 | base[property] = base[property] or {};
38 | local c = base[property];
39 | return c[1], c[2], c[3], c[4];
40 | else
41 | return base[property];
42 | end
43 | end,
44 | set = function(info, v, g, b, a)
45 | local base, property = parsePrefix(info[#info], data, true);
46 | if(info.type == "color") then
47 | base[property] = base[property] or {};
48 | local c = base[property];
49 | c[1], c[2], c[3], c[4] = v, g, b, a;
50 | elseif(info.type == "toggle") then
51 | base[property] = v;
52 | else
53 | base[property] = (v ~= "" and v) or nil;
54 | end
55 | WeakAuras.Add(data);
56 | WeakAuras.UpdateThumbnail(data);
57 | OptionsPrivate.ResetMoverSizer();
58 | end,
59 | hidden = function() return false end,
60 | disabled = function() return false end,
61 | args = flattenRegionOptions(regionOption, true);
62 | }
63 |
64 | return groupOptions
65 | end
66 |
--------------------------------------------------------------------------------
/WeakAurasOptions/SubRegionOptions/Background.lua:
--------------------------------------------------------------------------------
1 | if not WeakAuras.IsCorrectVersion() then return end
2 | local AddonName, OptionsPrivate = ...
3 | local L = WeakAuras.L;
4 |
5 | do
6 | local function subCreateOptions(parentData, data, index, subIndex)
7 | local order = 9
8 | local options = {
9 | __title = L["Background"],
10 | __order = 1,
11 | __up = function()
12 | for child in OptionsPrivate.Private.TraverseLeafsOrAura(parentData) do
13 | OptionsPrivate.MoveSubRegionUp(child, index, "subbackground")
14 | end
15 | WeakAuras.ClearAndUpdateOptions(parentData.id)
16 | end,
17 | __down = function()
18 | for child in OptionsPrivate.Private.TraverseLeafsOrAura(parentData) do
19 | OptionsPrivate.MoveSubRegionDown(child, index, "subbackground")
20 | end
21 | WeakAuras.ClearAndUpdateOptions(parentData.id)
22 | end,
23 | __notcollapsable = true
24 | }
25 | return options
26 | end
27 |
28 | WeakAuras.RegisterSubRegionOptions("subbackground", subCreateOptions, L["Background"]);
29 | end
30 |
31 | -- Foreground for aurabar
32 |
33 | do
34 | local function subCreateOptions(parentData, data, index, subIndex)
35 | local order = 9
36 | local options = {
37 | __title = L["Foreground"],
38 | __order = 1,
39 | __up = function()
40 | for child in OptionsPrivate.Private.TraverseLeafsOrAura(parentData) do
41 | OptionsPrivate.MoveSubRegionUp(child, index, "subforeground")
42 | end
43 | WeakAuras.ClearAndUpdateOptions(parentData.id)
44 | end,
45 | __down = function()
46 | for child in OptionsPrivate.Private.TraverseLeafsOrAura(parentData) do
47 | OptionsPrivate.MoveSubRegionDown(child, index, "subforeground")
48 | end
49 | WeakAuras.ClearAndUpdateOptions(parentData.id)
50 | end,
51 | __notcollapsable = true
52 | }
53 | return options
54 | end
55 |
56 | WeakAuras.RegisterSubRegionOptions("subforeground", subCreateOptions, L["Foreground"]);
57 | end
--------------------------------------------------------------------------------
/WeakAurasOptions/SubRegionOptions/Border.lua:
--------------------------------------------------------------------------------
1 | if not WeakAuras.IsCorrectVersion() then return end
2 | local AddonName, OptionsPrivate = ...
3 |
4 | local SharedMedia = LibStub("LibSharedMedia-3.0");
5 | local L = WeakAuras.L;
6 |
7 | local screenWidth, screenHeight = math.ceil(GetScreenWidth() / 20) * 20, math.ceil(GetScreenHeight() / 20) * 20;
8 |
9 | local function createOptions(parentData, data, index, subIndex)
10 | local options = {
11 | __title = L["Border %s"]:format(subIndex),
12 | __order = 1,
13 | border_visible = {
14 | type = "toggle",
15 | width = WeakAuras.doubleWidth,
16 | name = L["Show Border"],
17 | order = 2,
18 | },
19 | border_edge = {
20 | type = "select",
21 | width = WeakAuras.normalWidth,
22 | dialogControl = "LSM30_Border",
23 | name = L["Border Style"],
24 | order = 3,
25 | values = AceGUIWidgetLSMlists.border,
26 | },
27 | border_color = {
28 | type = "color",
29 | width = WeakAuras.normalWidth,
30 | name = L["Border Color"],
31 | hasAlpha = true,
32 | order = 4,
33 | },
34 | border_offset = {
35 | type = "range",
36 | width = WeakAuras.normalWidth,
37 | name = L["Border Offset"],
38 | order = 5,
39 | softMin = 0,
40 | softMax = 32,
41 | bigStep = 1,
42 | },
43 | border_size = {
44 | type = "range",
45 | width = WeakAuras.normalWidth,
46 | name = L["Border Size"],
47 | order = 6,
48 | min = 1,
49 | softMax = 64,
50 | bigStep = 1,
51 | },
52 | border_anchor = {
53 | type = "select",
54 | width = WeakAuras.normalWidth,
55 | name = L["Border Anchor"],
56 | order = 7,
57 | values = OptionsPrivate.Private.aurabar_anchor_areas,
58 | hidden = function() return parentData.regionType ~= "aurabar" end
59 | }
60 | }
61 |
62 | OptionsPrivate.AddUpDownDeleteDuplicate(options, parentData, index, "subborder")
63 |
64 | return options
65 | end
66 |
67 | WeakAuras.RegisterSubRegionOptions("subborder", createOptions, L["Shows a border"]);
68 |
--------------------------------------------------------------------------------
/WeakAurasOptions/locales.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------