Change Log:
--------------------
Changes from 1.5.12
Califpornia (3):
Initial commit
Cleanup
Renamed .lua file to match the .toc
Ennie (1):
Make changes according to haste's suggestions.
John Ross (4):
follow normal plugin format as well as add add a faster update for form switching
added event to better track when to show and hide bar
fixed gradient lookup, added check even if unit is in a vehicle
better vehicle support
Trond A Ekseth (16):
Bump TOC version to 1.5.13.
Merge branch 'ouf_druidmana' into merge
Rename and allow oUF_DruidMana to load.
Clean up the file.
Change OnPowerUpdate to OnDruidManaUpdate so we can tell the difference.
Remove extra newlines.
Move the tag into the tag element.
Split the mana tag into curmana and maxmana to be consistent with curpp and maxpp.
Remove unnecessary global oUF fallback.
Remove unnecessary global oUF fallback.
Remove some old defensive code.
Add the missing 'then'.
Add useful information to the post-callback.
Fix the tag events for curmana and maxmana.
Commas are required in Lua.
Change indentation to be more consistent.
6 files changed, 169 insertions(+), 48 deletions(-)
Changes from 1.5.11
Adirelle (1):
Added a :IsElementEnabled meta ; use it in :EnableElement and :DisableElement to avoid enabling/disabling an element twice.
Adrian L Lange (1):
Add resurrect icon element
Rainrider (1):
don't outsideAlpha units which UnitInRange does not check range for
Trond A Ekseth (12):
Handle LoD layouts wh...
Description:
--------------------
oUF is a unit frame framework. It attempts to simplify the process of writing unit frames for WoW by doing all the trivial and painfully boring parts for you. So you can focus more on experimenting with the look of the frames.
By itself oUF doesn't do much, a layout is required.
Do note that 1.5 is not backwards compatible with 1.4.x layouts. Some might break horribly depending on what features they use.
A full changelog can be found: here.
A wiki with some documentation regarding the API can be found here. Feel free to improve.
Layout examples:
oUF_Classic
oUF_Lily
Questions and such can be posted over at the oUF forum here on WoWI.
Reporting issues:
Generally, bugs should be reported through the author of the layout. If the layout author is a slacker -- go directly and I'll take a look.
There's two ways to report oUF isses. You can make a post on the oUF forum here on WoWInterface or you can make a ticket on the oUF issue tracker over at GitHub. The preferred method is GitHub, but post it here on WoWI if you don't have an account there. Alternatively you can send me a PM.
Donate:
4224811
--------------------
Changes from 1.5.12
Califpornia (3):
Initial commit
Cleanup
Renamed .lua file to match the .toc
Ennie (1):
Make changes according to haste's suggestions.
John Ross (4):
follow normal plugin format as well as add add a faster update for form switching
added event to better track when to show and hide bar
fixed gradient lookup, added check even if unit is in a vehicle
better vehicle support
Trond A Ekseth (16):
Bump TOC version to 1.5.13.
Merge branch 'ouf_druidmana' into merge
Rename and allow oUF_DruidMana to load.
Clean up the file.
Change OnPowerUpdate to OnDruidManaUpdate so we can tell the difference.
Remove extra newlines.
Move the tag into the tag element.
Split the mana tag into curmana and maxmana to be consistent with curpp and maxpp.
Remove unnecessary global oUF fallback.
Remove unnecessary global oUF fallback.
Remove some old defensive code.
Add the missing 'then'.
Add useful information to the post-callback.
Fix the tag events for curmana and maxmana.
Commas are required in Lua.
Change indentation to be more consistent.
6 files changed, 169 insertions(+), 48 deletions(-)
Changes from 1.5.11
Adirelle (1):
Added a :IsElementEnabled meta ; use it in :EnableElement and :DisableElement to avoid enabling/disabling an element twice.
Adrian L Lange (1):
Add resurrect icon element
Rainrider (1):
don't outsideAlpha units which UnitInRange does not check range for
Trond A Ekseth (12):
Handle LoD layouts wh...
Description:
--------------------
oUF is a unit frame framework. It attempts to simplify the process of writing unit frames for WoW by doing all the trivial and painfully boring parts for you. So you can focus more on experimenting with the look of the frames.
By itself oUF doesn't do much, a layout is required.
Do note that 1.5 is not backwards compatible with 1.4.x layouts. Some might break horribly depending on what features they use.
A full changelog can be found: here.
A wiki with some documentation regarding the API can be found here. Feel free to improve.
Layout examples:
oUF_Classic
oUF_Lily
Questions and such can be posted over at the oUF forum here on WoWI.
Reporting issues:
Generally, bugs should be reported through the author of the layout. If the layout author is a slacker -- go directly and I'll take a look.
There's two ways to report oUF isses. You can make a post on the oUF forum here on WoWInterface or you can make a ticket on the oUF issue tracker over at GitHub. The preferred method is GitHub, but post it here on WoWI if you don't have an account there. Alternatively you can send me a PM.
Donate:
4224811