19 Commits

Author SHA1 Message Date
41e48c5909 - Added MonkMana category (dupe of DruidMana, unfortunately...these should probably be shared, but oh well.) 2012-07-01 03:08:10 +00:00
9d3a9598e9 - fix Threat tags, sorta. 2008-03-29 06:08:53 +00:00
811fd60f90 - test upgrading LibDogTag-Unit-3.0 2008-03-28 22:03:35 +00:00
d03c596f14 - update API
- use :ClearNamespace
2008-03-28 21:34:02 +00:00
50258cf339 - add some tests 2008-03-28 07:33:56 +00:00
cc1e8f32e8 - fix a bug with unit declarations. 2008-03-27 21:31:50 +00:00
61ef150756 - add some tests 2008-03-26 20:32:26 +00:00
20a6d814c5 - add some tests 2008-03-26 19:19:19 +00:00
b58f97dd07 - add the Status tag, fix a few bugs 2008-03-23 07:36:11 +00:00
59bf88f214 - add categories Abbrev and Talent.
- Talent uses LibTalentQuery-1.0
2008-03-23 01:32:12 +00:00
5aaf8c9e19 - Add some more categories 2008-03-23 00:01:25 +00:00
6851ee3217 - add Cast, GuildNote, Misc, and Range categories 2008-03-22 16:32:44 +00:00
13e3135d96 - update to use functions as tags
- add Status category
2008-03-20 01:59:10 +00:00
c8e9947a45 - add Power module 2008-03-16 17:39:44 +00:00
472a057309 - If the mouseover unit doesn't exist, prevent any updates to related fontstrings, so that fadeouts of tooltips and the like work properly
- use the boolean type instead of string;nil
- add Characteristics module.
2008-03-16 16:22:48 +00:00
05c436fca0 - add support for unit changes (e.g. PLAYER_TARGET_CHANGED updates all fontstrings that have a unit='target' on them)
- fix a typo
- make it so mouseover-as-target works properly (Blizzard doesn't send mouseover events if target = mouseover)
- update non-normal units (units that don't receive Blizzard events) automatically every 0.25 seconds.
2008-03-16 01:41:42 +00:00
d56db6d9b8 - add support for MobHealth2, 3, and 4 for health-related tags
- Add PercentHP, MissingHP, FractionalHP, IsMaxHP, HPColor tags.
- for most HP tags, you can specify the optional kwarg "known", e.g. HP(unit='target', known=true), to only show known HP values, i.e. if they are in your party or if MobHealth can estimate its health. This eliminates the need for the SureHP tag as in LibDogTag-2.0
2008-03-15 20:22:12 +00:00
fce5006b10 - add in a check if the default unit kwarg is a number. 2008-03-14 17:52:26 +00:00
7028ad2c14 - initial commit
- Unit namespace for LibDogTag-3.0. For addons that wish to use unit-oriented tags, they'd include this library along with LibDogTag-3.0.
- note: not done yet to any real degree
2008-03-14 17:48:14 +00:00