334 Commits

Author SHA1 Message Date
d5de69ebfe koKR Update 2008-03-26 21:36: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
f60c40b156 added ShortClassification, made other Short* tags work on unit if no args are given. 2008-03-26 17:44:40 +00:00
caa9a073d5 - Race can return nil 2008-03-26 15:43:10 +00:00
4d00728981 Fix ShortRace typo. 2008-03-26 05:21:22 +00:00
ef76a83e58 add some handy libs to optdeps. 2008-03-26 03:53:47 +00:00
03b1d1b6e3 fix MissingMP (fixes DOGTAG-7) 2008-03-26 02:25:06 +00:00
a225ac76e4 proper fix for HostileColor on tapped/dead units. 2008-03-26 01:42:05 +00:00
33793ca60e band-aid for HostileColor error on tapped/dead units. 2008-03-26 01:11:14 +00:00
67902fe291 fix PowerColor. 2008-03-26 00:48:57 +00:00
e985221be5 - fix math_floor nil bug
- change TOC
2008-03-25 19:54:23 +00:00
2104439522 - remove debug line 2008-03-23 17:45:46 +00:00
1697d73918 - fix an issue with Threat
- make sure to check if units exist before running functions on them
2008-03-23 16:06:47 +00:00
2b774042b1 - make IsUnit(other, unit) instead of IsUnit(unit, other) 2008-03-23 15:16:17 +00:00
2f322717e7 - probably not a good idea to leave in a debug line 2008-03-23 08:02:38 +00:00
ada30ef341 - fix events for reputation category 2008-03-23 08:00:55 +00:00
b58f97dd07 - add the Status tag, fix a few bugs 2008-03-23 07:36:11 +00:00
05a4d779b6 - update lib.xml 2008-03-23 02:51:23 +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
46b33c81a0 - add experience category 2008-03-16 22:00:59 +00:00
cecf211c3f - rename Modules to Categories 2008-03-16 21:46:15 +00:00
5a38ccdfd6 - add Reputation module, make tags use Concatenate instead of Append, optimize a bit. 2008-03-16 21:40:28 +00:00
7af05fb35c - fix syntax error 2008-03-16 20:31:13 +00:00
c8e9947a45 - add Power module 2008-03-16 17:39:44 +00:00
f2f5007780 - add restraints on HPColor, in the fringe case that Blizzard messes up.
- add [Guid] tag.
2008-03-16 16:59:56 +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