LibDogTag-2.0-r63783

Details

  • Filename
    LibDogTag-2.0-r63783.zip
  • Uploaded by
  • Uploaded
    Mar 6, 2008
  • Size
    95.17 KB
  • Downloads
    44
  • MD5
    6545bab60af31dba5350610098ae1c71

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
r63783 | 7destiny | 2008-03-06 23:48:18 -0500 (Thu, 06 Mar 2008) | 3 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   M /trunk/LibDogTag-2.0/Localization/koKR.lua
   M /trunk/LibDogTag-2.0/Modules/Auras.lua
   M /trunk/LibDogTag-2.0/Modules/Cast.lua
   M /trunk/LibDogTag-2.0/Modules/Characteristics.lua
   M /trunk/LibDogTag-2.0/Modules/Compare.lua
   M /trunk/LibDogTag-2.0/Modules/Reputation.lua
   M /trunk/LibDogTag-2.0/Modules/Status.lua
   M /trunk/LibDogTag-2.0/Modules/TooltipScanning.lua

LibDogTag-2.0:
- Some localization, koKR update

------------------------------------------------------------------------
r63348 | ckknight | 2008-03-01 20:36:58 -0500 (Sat, 01 Mar 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - call all modules PARTY_MEMBERS_CHANGED events when they're called manually in the core.
------------------------------------------------------------------------
r63342 | ellipsis | 2008-03-01 18:47:23 -0500 (Sat, 01 Mar 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Talent.lua

LibDogTag-2.0: revert talent inspection changes that broke talent tags.
------------------------------------------------------------------------
r63088 | ckknight | 2008-02-27 17:11:38 -0500 (Wed, 27 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Characteristics.lua

LibDogTag-2.0 - since UnitPlayerControlled("unit") is apparently bugged, check UnitIsPlayer and UnitPlayerOrPetInRaid as well.
------------------------------------------------------------------------
r62986 | ckknight | 2008-02-26 12:28:46 -0500 (Tue, 26 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Talent.lua

LibDogTag-2.0 - properly get the lastInspectName
------------------------------------------------------------------------
r62985 | ckknight | 2008-02-26 12:26:28 -0500 (Tue, 26 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Talent.lua

LibDogTag-2.0 - securely hook _G.NotifyInspect so that other addons which call it don't mess up DogTag and allow DogTag to properly throttle inspects.
------------------------------------------------------------------------
r62960 | 7destiny | 2008-02-26 06:47:18 -0500 (Tue, 26 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Localization/koKR.lua

LibDogTag-2.0: - koKR fixed
------------------------------------------------------------------------
r62798 | ckknight | 2008-02-24 16:44:58 -0500 (Sun, 24 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix bug with inverted modifiers that cannot return nil.
------------------------------------------------------------------------
r62755 | ckknight | 2008-02-24 06:46:13 -0500 (Sun, 24 Feb 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix issue where initial literal string in an internal expression was not shown.
- share NIL among functions instead of creating a new one each time.
------------------------------------------------------------------------
r62506 | ellipsis | 2008-02-22 01:43:00 -0500 (Fri, 22 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   M /trunk/LibDogTag-2.0/Modules/Auras.lua

LibDogTag-2.0: more proofreading.
------------------------------------------------------------------------
r62500 | ellipsis | 2008-02-22 00:17:35 -0500 (Fri, 22 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/AddonVersion.lua
   M /trunk/LibDogTag-2.0/Modules/Auras.lua
   M /trunk/LibDogTag-2.0/Modules/Cast.lua
   M /trunk/LibDogTag-2.0/Modules/Characteristics.lua
   M /trunk/LibDogTag-2.0/Modules/DruidMana.lua
   M /trunk/LibDogTag-2.0/Modules/Experience.lua
   M /trunk/LibDogTag-2.0/Modules/GuildNote.lua
   M /trunk/LibDogTag-2.0/Modules/Health.lua
   M /trunk/LibDogTag-2.0/Modules/Math.lua
   M /trunk/LibDogTag-2.0/Modules/Misc.lua
   M /trunk/LibDogTag-2.0/Modules/Power.lua
   M /trunk/LibDogTag-2.0/Modules/Reputation.lua
   M /trunk/LibDogTag-2.0/Modules/Status.lua
   M /trunk/LibDogTag-2.0/Modules/Talent.lua
   M /trunk/LibDogTag-2.0/Modules/TextManip.lua

LibDogTag-2.0: proofreading of module docs.
------------------------------------------------------------------------
r61947 | ckknight | 2008-02-18 14:41:01 -0500 (Mon, 18 Feb 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   M /trunk/LibDogTag-2.0/Modules/Characteristics.lua

LibDogTag-2.0 - fix error message
- fix issue with [Class] tag.
------------------------------------------------------------------------
r61936 | ckknight | 2008-02-18 13:43:50 -0500 (Mon, 18 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Characteristics.lua

LibDogTag-2.0 - use UnitClassBase("unit") for [Class] tag instead of UnitClass("unit") - 2.4 only
------------------------------------------------------------------------
r61865 | ckknight | 2008-02-18 01:06:07 -0500 (Mon, 18 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Auras.lua

LibDogTag-2.0 - add tags [AuraFinishTime(arg)] and [AuraTimeLeft(arg)]
------------------------------------------------------------------------
r61864 | ckknight | 2008-02-18 01:03:26 -0500 (Mon, 18 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix bug with event checking and invalid arguments
------------------------------------------------------------------------
r61698 | ckknight | 2008-02-17 01:01:54 -0500 (Sun, 17 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Math.lua

LibDogTag-2.0 - fix some examples in the math module
------------------------------------------------------------------------
r61694 | ckknight | 2008-02-16 23:51:08 -0500 (Sat, 16 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Math.lua

LibDogTag-2.0 - fix [num:Sin]
------------------------------------------------------------------------
r61692 | ckknight | 2008-02-16 23:39:03 -0500 (Sat, 16 Feb 2008) | 3 lines
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Math.lua
   M /trunk/LibDogTag-2.0/Modules/TextManip.lua

LibDogTag-2.0
- add [value:Len], which returns the length of a string, checking for UTF-8.
- add [num:Abs], [num:Sign], [num:Max(num)], [num:Min(num)], [Pi], [num:Cos], [num:Sin], [num:Deg], [num:Rad], [E], [num:Ln], and [num:Log]
------------------------------------------------------------------------
r61298 | ckknight | 2008-02-14 12:29:28 -0500 (Thu, 14 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Characteristics.lua

LibDogTag-2.0 - change [DifficultyColor] to show red if the enemy is a non-normal unit that you can't see the level of, so lvl 73 bosses will show up as red instead of orange, despite being only 3 levels higher than you.
------------------------------------------------------------------------
r61013 | ckknight | 2008-02-11 21:12:02 -0500 (Mon, 11 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - properly recognize <= and >=. Also firm up the parser a bit to not recognize blank ("")  tags
------------------------------------------------------------------------
r60893 | ckknight | 2008-02-10 22:11:34 -0500 (Sun, 10 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.toc
   M /trunk/LibDogTag-2.0/Modules/Health.lua

LibDogTag-2.0 - add support for LibMobHealth-4.0
------------------------------------------------------------------------
r60881 | ckknight | 2008-02-10 18:37:39 -0500 (Sun, 10 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Characteristics.lua

LibDogTag-2.0 - make [Level] work with better_UnitLevel properly
------------------------------------------------------------------------
r60724 | ckknight | 2008-02-09 17:34:09 -0500 (Sat, 09 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix colors not updating properly with :SetColorContantTable
------------------------------------------------------------------------
r60701 | ckknight | 2008-02-09 13:16:09 -0500 (Sat, 09 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix possible stack overflow
------------------------------------------------------------------------
r60605 | ckknight | 2008-02-08 11:36:03 -0500 (Fri, 08 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix overflow issue, hopefully
------------------------------------------------------------------------
r60575 | ckknight | 2008-02-07 19:53:59 -0500 (Thu, 07 Feb 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - add the ability for external addons to add their own tags and modifiers in namespaces, which can be accessed by applying said namespace to their FontStrings.
The provided tags and modifiers are all under "Base", which is automatically added as a namespace for all FontStrings.
------------------------------------------------------------------------
r60556 | ckknight | 2008-02-07 12:05:38 -0500 (Thu, 07 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Cast.lua

LibDogTag-2.0 - fix an issue with [CastTarget]
------------------------------------------------------------------------
r60540 | ckknight | 2008-02-07 02:38:09 -0500 (Thu, 07 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - add dropdown to sandbox so you can choose between player, target, and pet.
------------------------------------------------------------------------
r60533 | ckknight | 2008-02-06 23:44:34 -0500 (Wed, 06 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Auras.lua

LibDogTag-2.0 - add tag [NumAura(arg)], returns the number of total charges of arg on the unit. So [NumAura(Inner Fire)] can return "20" for Priests, [NumAura(Renew)] can return 2 if you have two separate Renews on the unit.
------------------------------------------------------------------------
r60524 | ckknight | 2008-02-06 17:02:03 -0500 (Wed, 06 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Cast.lua

LibDogTag-2.0 - tweak to instant cast
------------------------------------------------------------------------
r60523 | ckknight | 2008-02-06 16:58:33 -0500 (Wed, 06 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Cast.lua

LibDogTag-2.0 - properly detect instant casts.
------------------------------------------------------------------------
r60512 | ckknight | 2008-02-06 15:50:11 -0500 (Wed, 06 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Auras.lua

LibDogTag-2.0 - fix issue with HasAura and the like not working properly for foreign clients
------------------------------------------------------------------------
r60496 | ckknight | 2008-02-06 13:12:30 -0500 (Wed, 06 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - add a sandbox to the DogTag help frame, allowing the user to type in arbitrary tags that'll show up to test immediately.
------------------------------------------------------------------------
r60492 | ckknight | 2008-02-06 12:45:25 -0500 (Wed, 06 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - /dogtag, /dog, /dt will now open the DogTag help
------------------------------------------------------------------------
r60405 | ckknight | 2008-02-05 12:58:12 -0500 (Tue, 05 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - remove debug lines
------------------------------------------------------------------------
r60404 | ckknight | 2008-02-05 12:55:30 -0500 (Tue, 05 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - add back in auto-bracketing system. Should work for all cases now.
------------------------------------------------------------------------
r60372 | ckknight | 2008-02-05 03:31:10 -0500 (Tue, 05 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - disable the automatic bracketing while I figure it out
------------------------------------------------------------------------
r60371 | ckknight | 2008-02-05 03:23:35 -0500 (Tue, 05 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   M /trunk/LibDogTag-2.0/Modules/Characteristics.lua

LibDogTag-2.0 - make it so if you remove the Talent module, Characteristics won't break by lack of better_UnitLevel
------------------------------------------------------------------------