------------------------------------------------------------------------
r97 | raeli87 | 2018-08-06 00:08:57 +0000 (Mon, 06 Aug 2018) | 1 line
Changed paths:
   M /trunk/Core.lua


------------------------------------------------------------------------
r96 | raeli87 | 2018-08-06 00:06:42 +0000 (Mon, 06 Aug 2018) | 23 lines
Changed paths:
   M /trunk/Config.lua
   M /trunk/Core.lua
   M /trunk/Elements/Absorb.lua
   M /trunk/Elements/Castbars.lua
   M /trunk/Elements/Class.lua
   M /trunk/Elements/Health.lua
   A /trunk/Elements/Indicators
   A /trunk/Elements/Indicators/AssistIndicator.lua
   A /trunk/Elements/Indicators/HonorIndicator.lua
   A /trunk/Elements/Indicators/InCombatIndicator.lua
   A /trunk/Elements/Indicators/LeadIndicator.lua
   A /trunk/Elements/Indicators/MainTankAssistIndicator.lua
   A /trunk/Elements/Indicators/ObjectiveIndicator.lua
   A /trunk/Elements/Indicators/PhasedIndicator.lua
   A /trunk/Elements/Indicators/PvPCombatIndicator.lua
   A /trunk/Elements/Indicators/ReadyIndicator.lua
   A /trunk/Elements/Indicators/RestIndicator.lua
   A /trunk/Elements/Indicators/RoleIndicator.lua
   A /trunk/Elements/Indicators/TargetMarkIndicator.lua
   M /trunk/Elements/Indicators.lua
   M /trunk/Elements/Power.lua
   M /trunk/Elements/Text.lua
   M /trunk/Init.lua
   M /trunk/Localisation/deDE.lua
   M /trunk/Localisation/enUS.lua
   M /trunk/Options/Options.lua
   M /trunk/RUF.toc
   M /trunk/Tags.lua
   M /trunk/Utilities.lua

Change config panel a bit with the hopes of making it a little more user friendly and easier to track what unit you are configuring.

Added Icons/Indicators for:
- Dungeon/Group Role (Tank/Healer/DPS)
- Combat (Player Only)
- Resting (Player Only)
- PvP (Classic PvP Icon when you are toggled for PvP)
- Honor (Shows Honor Level, either only when flagged for PvP, or always)
- Group Leader
- Raid Assistant
- Main Tank / Main Assist
- Phase Indicator (Shows when unit is in another phase)
- Quest Indicator
- Target Markers

You can anchor these to each other or to the unitframe and change their anchor points and x/y offsets as well as enabling or disabling on a per unit basis.

Known Issues:
Due to adding Indicators and changing some config options, you may find elements have moved out of place from where you set them. I apologise for the inconvenience.

Dragging Range options (such as an x-offset) can cause frame lag. Primarily because I have this god awful single function still which handles updating all options. So when you change values that trigger this function, it updates all settings for all frames.

This will be improved in the future, but it's only a (and a minor one at that) issue while configuring the addon. In normal use this function doesn't do anything.
------------------------------------------------------------------------

