Skip to content

Commit

Permalink
change directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Dec 28, 2016
1 parent 28d68ee commit cea4548
Show file tree
Hide file tree
Showing 310 changed files with 87 additions and 83 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto
*.sh eol=lf
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Locales/WeakAuras.lua
Locales/WeakAuras_Options.lua
Locales/WeakAuras_Tutorials.lua
Locales/WeakAuras_Templates.lua
WeakAuras/Locales/WeakAuras.lua
WeakAuras/Locales/WeakAuras_Options.lua
WeakAuras/Locales/WeakAuras_Tutorials.lua
WeakAuras/Locales/WeakAuras_Templates.lua
38 changes: 20 additions & 18 deletions .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -7,44 +7,46 @@ externals:
url: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
libs/AceConfig-3.0:
url: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0
libs/AceConsole-3.0:
WeakAuras/libs/AceConsole-3.0:
url: https://repos.wowace.com/wow/ace3/trunk/AceConsole-3.0
libs/AceGUI-3.0:
WeakAuras/libs/AceGUI-3.0:
url: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
libs/AceEvent-3.0:
WeakAuras/libs/AceEvent-3.0:
url: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
libs/AceGUI-3.0-SharedMediaWidgets:
WeakAuras/libs/AceGUI-3.0-SharedMediaWidgets:
url: https://repos.wowace.com/wow/ace-gui-3-0-shared-media-widgets/trunk/AceGUI-3.0-SharedMediaWidgets
libs/AceTimer-3.0:
WeakAuras/libs/AceTimer-3.0:
url: https://repos.wowace.com/wow/ace3/trunk/AceTimer-3.0
libs/AceSerializer-3.0:
WeakAuras/libs/AceSerializer-3.0:
url: https://repos.wowace.com/wow/ace3/trunk/AceSerializer-3.0
libs/AceComm-3.0:
WeakAuras/libs/AceComm-3.0:
url: https://repos.wowace.com/wow/ace3/trunk/AceComm-3.0
libs/LibSharedMedia-3.0:
WeakAuras/libs/LibSharedMedia-3.0:
url: https://repos.wowace.com/wow/libsharedmedia-3-0/trunk/LibSharedMedia-3.0
libs/LibDataBroker-1.1:
WeakAuras/libs/LibDataBroker-1.1:
url: git://github.com/tekkub/libdatabroker-1-1.git
libs/LibCompress:
WeakAuras/libs/LibCompress:
url: https://repos.wowace.com/wow/libcompress/trunk
libs/LibChatAnims:
WeakAuras/libs/LibChatAnims:
url: https://repos.wowace.com/wow/libchatanims/trunk/LibChatAnims
libs/LibBabble-Race-3.0:
WeakAuras/libs/LibBabble-Race-3.0:
url: https://repos.wowace.com/wow/libbabble-race-3-0/trunk
libs/LibButtonGlow-1.0:
WeakAuras/libs/LibButtonGlow-1.0:
url: https://repos.wowace.com/wow/libbuttonglow-1-0
libs/LibSpellRange-1.0:
WeakAuras/libs/LibSpellRange-1.0:
url: https://repos.curseforge.com/wow/libspellrange-1-0/trunk

enable-nolib-creation: no

ignore:
- README.md
- Locales\babelfish.lua
- WeakAuras\Locales\babelfish.lua
- .gitignore
- .github
- .gitattributes

move-folders:
WeakAuras/Options: WeakAurasOptions
WeakAuras/ModelPaths: WeakAurasModelPaths
WeakAuras/Templates: WeakAurasTemplates
WeakAuras/WeakAuras: WeakAuras
WeakAuras/WeakAurasOptions: WeakAurasOptions
WeakAuras/WeakAurasModelPaths: WeakAurasModelPaths
WeakAuras/WeakAurasTemplates: WeakAurasTemplates
70 changes: 35 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
# WeakAuras 2

WeakAuras is a powerful and flexible framework that allows you to display highly customizable graphics on your screen to indicate buffs, debuffs, and a whole host of similar types of information. It was originally meant to be a lightweight replacement for Power Auras, but it now incorporates many features that Power Auras does not, while still remaining more efficient and easy to use.

Features include:
* An intuitive and powerful configuration interface
* Custom textures including all textures from Power Auras and the new Cataclysm spell alerts
* Progress bars and textures that show the exact duration of auras
* Displays based on auras, health, power (mana, rage, soul shards, holy power, etc.), cooldowns, combat events, runes, totems, items, and many other triggers
* Preset and user-defined animations
* Custom side-effects such as chat announcements or sounds
* Grouping, which allows multiple displays to be positioned and configured at the same time
* CPU optimizations such as conditional loading/unloading of displays, modularity, and prevention of full aura scanning
* Powerful customization options, such as animation paths, on-show/on-hide code, and custom triggers, for Lua-savvy users

To open the options window, type `/wa` or `/weakauras` into your chat and hit enter or use the LDB feed.

## Extending WeakAuras 2
* [WeakAuras_StopMotion](https://www.wowace.com/addons/weakauras-stop-motion): This addon adds a new region type to WeakAuras that allows for stop motion animations. Stop Motion textures contain each frame of the animation as a separate image. The addon ships with a number of animations and it supports custom textures.
* [SharedMedia](https://www.wowace.com/addons/sharedmedia) for more bar textures.
* [SharedMediaAdditionalFonts](https://www.wowace.com/addons/shared-media-additional-fonts) for more fonts.

For in-depth documentation, see the [wiki](https://github.com/WeakAuras/WeakAuras2/wiki) page.

For some examples of what WeakAuras can do, see the [examples](https://github.com/WeakAuras/WeakAuras2/wiki/Examples) page or the [UI Showcase](https://www.wowace.com/addons/weakauras-2/pages/ui-showcase/) where we feature popular interfaces utilizing WeakAuras!

## Problem?
* Please see the [wiki](https://github.com/WeakAuras/WeakAuras2/wiki) page.
* If you need help with your set-up, post in the [forum](https://www.wowace.com/addons/weakauras-2/forum/).
* If you've discovered something that's clearly wrong, or if you get an error, [post](https://www.wowace.com/addons/weakauras-2/create-ticket/) a [ticket](https://www.wowace.com/addons/weakauras-2/tickets/).
* If you have a general comment or concern, feel free to comment on the main page!
* **NEW**: Feel free to join our [Discord Community](https://discord.me/wa2) at https://discord.me/wa2 to talk and discuss everything WeakAuras!

<h2>Donations</h2>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FRVH7EYXFDTUN" title="PayPal"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="PayPal Button"/></a>
# WeakAuras 2

WeakAuras is a powerful and flexible framework that allows you to display highly customizable graphics on your screen to indicate buffs, debuffs, and a whole host of similar types of information. It was originally meant to be a lightweight replacement for Power Auras, but it now incorporates many features that Power Auras does not, while still remaining more efficient and easy to use.

Features include:
* An intuitive and powerful configuration interface
* Custom textures including all textures from Power Auras and the new Cataclysm spell alerts
* Progress bars and textures that show the exact duration of auras
* Displays based on auras, health, power (mana, rage, soul shards, holy power, etc.), cooldowns, combat events, runes, totems, items, and many other triggers
* Preset and user-defined animations
* Custom side-effects such as chat announcements or sounds
* Grouping, which allows multiple displays to be positioned and configured at the same time
* CPU optimizations such as conditional loading/unloading of displays, modularity, and prevention of full aura scanning
* Powerful customization options, such as animation paths, on-show/on-hide code, and custom triggers, for Lua-savvy users

To open the options window, type `/wa` or `/weakauras` into your chat and hit enter or use the LDB feed.

## Extending WeakAuras 2
* [WeakAuras_StopMotion](https://www.wowace.com/addons/weakauras-stop-motion): This addon adds a new region type to WeakAuras that allows for stop motion animations. Stop Motion textures contain each frame of the animation as a separate image. The addon ships with a number of animations and it supports custom textures.
* [SharedMedia](https://www.wowace.com/addons/sharedmedia) for more bar textures.
* [SharedMediaAdditionalFonts](https://www.wowace.com/addons/shared-media-additional-fonts) for more fonts.

For in-depth documentation, see the [wiki](https://github.com/WeakAuras/WeakAuras2/wiki) page.

For some examples of what WeakAuras can do, see the [examples](https://github.com/WeakAuras/WeakAuras2/wiki/Examples) page or the [UI Showcase](https://www.wowace.com/addons/weakauras-2/pages/ui-showcase/) where we feature popular interfaces utilizing WeakAuras!

## Problem?
* Please see the [wiki](https://github.com/WeakAuras/WeakAuras2/wiki) page.
* If you need help with your set-up, post in the [forum](https://www.wowace.com/addons/weakauras-2/forum/).
* If you've discovered something that's clearly wrong, or if you get an error, [post](https://www.wowace.com/addons/weakauras-2/create-ticket/) a [ticket](https://www.wowace.com/addons/weakauras-2/tickets/).
* If you have a general comment or concern, feel free to comment on the main page!
* **NEW**: Feel free to join our [Discord Community](https://discord.me/wa2) at https://discord.me/wa2 to talk and discuss everything WeakAuras!

<h2>Donations</h2>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FRVH7EYXFDTUN" title="PayPal"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="PayPal Button"/></a>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
52 changes: 26 additions & 26 deletions Locales/babelfish.lua → WeakAuras/Locales/babelfish.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,36 @@ local filePrefix = "../"
-- find . -name "*.lua" | grep -v Localization-
local fileList = {
WeakAuras = {
"BuffTrigger.lua",
"GenericTrigger.lua",
"Init.lua",
"Prototypes.lua",
"RegionTypes/aurabar.lua",
"RegionTypes/dynamicgroup.lua",
"RegionTypes/group.lua",
"RegionTypes/icon.lua",
"RegionTypes/model.lua",
"RegionTypes/progresstexture.lua",
"RegionTypes/text.lua",
"RegionTypes/texture.lua",
"Transmission.lua",
"Types.lua",
"WeakAuras.lua",
"WeakAuras/BuffTrigger.lua",
"WeakAuras/GenericTrigger.lua",
"WeakAuras/Init.lua",
"WeakAuras/Prototypes.lua",
"WeakAuras/RegionTypes/aurabar.lua",
"WeakAuras/RegionTypes/dynamicgroup.lua",
"WeakAuras/RegionTypes/group.lua",
"WeakAuras/RegionTypes/icon.lua",
"WeakAuras/RegionTypes/model.lua",
"WeakAuras/RegionTypes/progresstexture.lua",
"WeakAuras/RegionTypes/text.lua",
"WeakAuras/RegionTypes/texture.lua",
"WeakAuras/Transmission.lua",
"WeakAuras/Types.lua",
"WeakAuras/WeakAuras.lua",
},
WeakAuras_Options = {
"Options/RegionOptions/aurabar.lua",
"Options/RegionOptions/dynamicgroup.lua",
"Options/RegionOptions/group.lua",
"Options/RegionOptions/icon.lua",
"Options/RegionOptions/model.lua",
"Options/RegionOptions/progresstexture.lua",
"Options/RegionOptions/text.lua",
"Options/RegionOptions/texture.lua",
"Options/WeakAurasOptions.lua",
"WeakAurasOptions/RegionOptions/aurabar.lua",
"WeakAurasOptions/RegionOptions/dynamicgroup.lua",
"WeakAurasOptions/RegionOptions/group.lua",
"WeakAurasOptions/RegionOptions/icon.lua",
"WeakAurasOptions/RegionOptions/model.lua",
"WeakAurasOptions/RegionOptions/progresstexture.lua",
"WeakAurasOptions/RegionOptions/text.lua",
"WeakAurasOptions/RegionOptions/texture.lua",
"WeakAurasOptions/WeakAurasOptions.lua",
},
WeakAuras_Templates = {
"Templates/TriggerTemplates.lua",
"Templates/TriggerTemplatesData.lua",
"WeakAurasTemplates/TriggerTemplates.lua",
"WeakAurasTemplates/TriggerTemplatesData.lua",
},
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit cea4548

Please sign in to comment.