LibDogTag-2.0-r63348

Details

  • Filename
    LibDogTag-2.0-r63348.zip
  • Uploaded by
  • Uploaded
    Mar 1, 2008
  • Size
    108.16 KB
  • Downloads
    42
  • MD5
    310ae0040fa9a4ffe082feace637dc86

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
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
------------------------------------------------------------------------
r60339 | ckknight | 2008-02-04 20:24:25 -0500 (Mon, 04 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - remove debug line
------------------------------------------------------------------------
r60335 | ckknight | 2008-02-04 19:45:33 -0500 (Mon, 04 Feb 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - make :FixCodeStyle() automatically add brackets where it deems necessary, for clarity. for [Alpha ? Bravo ! Charlie], it will add brackets around each part if they make up a non-singular sequence. The exception to this is when you have [Alpha ? Bravo ? Charlie ? Delta], which will keep the sequence of ANDs.
- make :FixCodeStyle() separate similar brackets, so [Tag | [Tag ? [Tag]]] turns into [Tag | Tag ? [Tag] ] ]
------------------------------------------------------------------------
r60317 | ckknight | 2008-02-04 16:45:16 -0500 (Mon, 04 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - remove the need to call :OnMouseoverUpdate() from unit frames
------------------------------------------------------------------------
r60226 | ckknight | 2008-02-03 22:50:48 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - treat | as a proper operator
------------------------------------------------------------------------
r60225 | ckknight | 2008-02-03 22:49:18 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Talent.lua

LibDogTag-2.0 - change better_UnitLevel to check if something is a boss, and if it is, calculate it as 3 levels higher than yourself.
------------------------------------------------------------------------
r60224 | ckknight | 2008-02-03 22:43:16 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Talent.lua

LibDogTag-2.0 - change better_UnitLevel to check that if you're level 70 and you can't see a mob's level, i.e. ??, then it should assume that it's level 73.
------------------------------------------------------------------------
r60223 | ckknight | 2008-02-03 22:29:37 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix nil bug
------------------------------------------------------------------------
r60200 | ckknight | 2008-02-03 18:04:35 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/TextManip.lua

LibDogTag-2.0 - add [TruncEllipsis] modifier
------------------------------------------------------------------------
r60193 | ckknight | 2008-02-03 16:05:56 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix issue with nil code
------------------------------------------------------------------------
r60184 | ckknight | 2008-02-03 15:18:31 -0500 (Sun, 03 Feb 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   M /trunk/LibDogTag-2.0/Modules/Auras.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/Health.lua
   M /trunk/LibDogTag-2.0/Modules/Power.lua
   M /trunk/LibDogTag-2.0/Modules/Range.lua
   M /trunk/LibDogTag-2.0/Modules/Reputation.lua
   M /trunk/LibDogTag-2.0/Modules/Status.lua
   M /trunk/LibDogTag-2.0/Modules/Threat.lua

LibDogTag-2.0 - bugfix with :FixCodeStyle
- fix aliases for modules to be the proper code style
------------------------------------------------------------------------
r60180 | ckknight | 2008-02-03 14:59:35 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Status.lua

LibDogTag-2.0 - remove the ~Status tag, as it doesn't seem to be working properly
------------------------------------------------------------------------
r60178 | ckknight | 2008-02-03 14:47:22 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - turn tags-as-modifiers from [Tag:Tag] into [Tag | Tag], for syntactical clarity. No tags are broken because of this, as it updates automatically.
------------------------------------------------------------------------
r60162 | kurax | 2008-02-03 13:41:48 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Localization/zhCN.lua

LibDogTag-2.0: Update zhCN locale, corrected some mistranslations.
------------------------------------------------------------------------
r60158 | ckknight | 2008-02-03 12:51:59 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   M /trunk/LibDogTag-2.0/Modules/Health.lua

LibDogTag-2.0 - small optimizations
------------------------------------------------------------------------
r60157 | ckknight | 2008-02-03 12:42:56 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - large memory optimization for function creation
------------------------------------------------------------------------
r60144 | 7destiny | 2008-02-03 10:02:50 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0: fixed the issue
------------------------------------------------------------------------
r60117 | ckknight | 2008-02-03 02:50:55 -0500 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - memory optimization
------------------------------------------------------------------------
r60114 | ckknight | 2008-02-03 02:31:54 -0500 (Sun, 03 Feb 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   M /trunk/LibDogTag-2.0/Modules/DruidMana.lua

LibDogTag-2.0 - add tag [IsMaxDruidMP]
- optimizations in the function creation code.
------------------------------------------------------------------------
r60085 | ckknight | 2008-02-02 20:26:53 -0500 (Sat, 02 Feb 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.toc
   M /trunk/LibDogTag-2.0/Modules/Example.lua

LibDogTag-2.0 - update Example module to be less confusing
- add LibDruidMana-1.0 and LibBabble-Spell-3.0 to optionaldeps
------------------------------------------------------------------------
r60083 | ckknight | 2008-02-02 20:10:41 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   A /trunk/LibDogTag-2.0/Modules/Example.lua

LibDogTag-2.0 - add an Example module so people can understand how to create tags and modifiers if they so want to.
------------------------------------------------------------------------
r60068 | ckknight | 2008-02-02 18:55:18 -0500 (Sat, 02 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 - add optional support for LibBabble-Spell-3.0 instead of 2.2
------------------------------------------------------------------------
r60058 | ckknight | 2008-02-02 18:11:25 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix an issue where globals were being inadvertently set within internal expressions
------------------------------------------------------------------------
r60055 | ckknight | 2008-02-02 17:50:29 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix the #AUTODOC_NAMESPACE
------------------------------------------------------------------------
r60050 | ckknight | 2008-02-02 17:47:09 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - rename :FixCasing => :FixCodeStyle; :ColorizeTag => :ColorizeCode. (The old methods still exist for compatibility)
------------------------------------------------------------------------
r60049 | ckknight | 2008-02-02 17:42:30 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - add documentation to methods
------------------------------------------------------------------------
r60041 | ckknight | 2008-02-02 16:41:30 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix issues with fontstrings owned by a frame of unit "mouseover " being updated after :OnMouseoverUpdate() is called.
------------------------------------------------------------------------
r60040 | ckknight | 2008-02-02 16:14:59 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Reputation.lua

LibDogTag-2.0 - fix nil toUpdate bug
------------------------------------------------------------------------
r60038 | ckknight | 2008-02-02 15:03:03 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   M /trunk/LibDogTag-2.0/Modules/DruidMana.lua

LibDogTag-2.0 - change the internal representation of libraries-as-fake globals so that LibDruidManaLib => LibDruidMana
------------------------------------------------------------------------
r60037 | ckknight | 2008-02-02 14:53:57 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - optimization for internal expressions as numbers
------------------------------------------------------------------------
r60036 | ckknight | 2008-02-02 14:48:28 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/DruidMana.lua
   M /trunk/LibDogTag-2.0/Modules/Experience.lua
   M /trunk/LibDogTag-2.0/Modules/Health.lua
   M /trunk/LibDogTag-2.0/Modules/Power.lua
   M /trunk/LibDogTag-2.0/Modules/Reputation.lua
   M /trunk/LibDogTag-2.0/Modules/Threat.lua

LibDogTag-2.0 - change some PercentThing tags into [[CurThing / MaxThing * 100]:Round(1)]
------------------------------------------------------------------------
r60032 | ckknight | 2008-02-02 14:20:07 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Math.lua

LibDogTag-2.0 - tweaks to Mult and Div
------------------------------------------------------------------------
r60028 | ckknight | 2008-02-02 14:04:25 -0500 (Sat, 02 Feb 2008) | 3 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   A /trunk/LibDogTag-2.0/Modules/DruidMana.lua
   M /trunk/LibDogTag-2.0/Modules/Math.lua
   M /trunk/LibDogTag-2.0/lib.xml

LibDogTag-2.0 - fix an issue with addon finding
- make it so [0 / 0] => "0" instead of "NaN"
- add DruidMana module, uses LibDruidMana-1.0
------------------------------------------------------------------------
r60006 | pettigrow | 2008-02-02 09:40:31 -0500 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/Localization/frFR.lua

LibDogTag-2.0: frFR fix
------------------------------------------------------------------------
r59976 | 7destiny | 2008-02-01 23:44:36 -0500 (Fri, 01 Feb 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/Localization/koKR.lua

LibDogTag-2.0:
- Update locale koKR
------------------------------------------------------------------------
r59975 | ckknight | 2008-02-01 23:17:57 -0500 (Fri, 01 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - remove unneeded preconditions
------------------------------------------------------------------------
r59974 | ckknight | 2008-02-01 23:05:05 -0500 (Fri, 01 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   A /trunk/LibDogTag-2.0/Localization
   A /trunk/LibDogTag-2.0/Localization/deDE.lua
   A /trunk/LibDogTag-2.0/Localization/enUS.lua
   A /trunk/LibDogTag-2.0/Localization/esES.lua
   A /trunk/LibDogTag-2.0/Localization/frFR.lua
   A /trunk/LibDogTag-2.0/Localization/koKR.lua
   A /trunk/LibDogTag-2.0/Localization/zhCN.lua
   A /trunk/LibDogTag-2.0/Localization/zhTW.lua
   M /trunk/LibDogTag-2.0/lib.xml

LibDogTag-2.0 - separate out localizations into their own files.
------------------------------------------------------------------------
r59973 | ckknight | 2008-02-01 22:51:20 -0500 (Fri, 01 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - slight optimization
------------------------------------------------------------------------
r59972 | 7destiny | 2008-02-01 22:50:25 -0500 (Fri, 01 Feb 2008) | 4 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0:
- zhCN typo fix
- koKR Update

------------------------------------------------------------------------
r59968 | ckknight | 2008-02-01 22:42:37 -0500 (Fri, 01 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   A /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
   A /trunk/LibDogTag-2.0/Modules/GuildNote.lua
   M /trunk/LibDogTag-2.0/Modules/Misc.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/Threat.lua
   A /trunk/LibDogTag-2.0/Modules/TooltipScanning.lua
   M /trunk/LibDogTag-2.0/lib.xml

LibDogTag-2.0 - move most tag calculation data into their respective modules instead of staying in the core.
------------------------------------------------------------------------
r59964 | cwdg | 2008-02-01 22:03:26 -0500 (Fri, 01 Feb 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0:
update zhCN LOCAL.
------------------------------------------------------------------------
r59960 | ckknight | 2008-02-01 20:30:33 -0500 (Fri, 01 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - streamline the way events and onupdate handlers are done, currently all still in the core, but preparing to move into modules
------------------------------------------------------------------------
r59959 | ckknight | 2008-02-01 19:50:27 -0500 (Fri, 01 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 - change the internals of the event system, update Aura for it.
------------------------------------------------------------------------
r59956 | ckknight | 2008-02-01 19:05:41 -0500 (Fri, 01 Feb 2008) | 3 lines
Changed paths:
   M /trunk/LibDogTag-2.0/Modules/Range.lua
   M /trunk/LibDogTag-2.0/Modules/Status.lua

LibDogTag-2.0 - add tag [IsVisible]
- add tags [RangeMin] and [RangeMax]
- make [Range] an alias, is smarter now
------------------------------------------------------------------------
r59954 | ckknight | 2008-02-01 18:59:55 -0500 (Fri, 01 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   M /trunk/LibDogTag-2.0/Modules/Auras.lua
   M /trunk/LibDogTag-2.0/Modules/Characteristics.lua
   M /trunk/LibDogTag-2.0/Modules/Compare.lua
   M /trunk/LibDogTag-2.0/Modules/Experience.lua
   M /trunk/LibDogTag-2.0/Modules/Health.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/TextManip.lua

LibDogTag-2.0 - no longer require do end around some tags
------------------------------------------------------------------------
r59953 | ckknight | 2008-02-01 18:14:30 -0500 (Fri, 01 Feb 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - allow negation on complex aliases to work properly
------------------------------------------------------------------------
r59952 | ckknight | 2008-02-01 17:56:32 -0500 (Fri, 01 Feb 2008) | 3 lines
Changed paths:
   A /trunk/LibDogTag-2.0/Cleanup.lua
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.toc
   A /trunk/LibDogTag-2.0/Modules
   A /trunk/LibDogTag-2.0/Modules/Abbrev.lua
   A /trunk/LibDogTag-2.0/Modules/Auras.lua
   A /trunk/LibDogTag-2.0/Modules/Cast.lua
   A /trunk/LibDogTag-2.0/Modules/Characteristics.lua
   A /trunk/LibDogTag-2.0/Modules/Compare.lua
   A /trunk/LibDogTag-2.0/Modules/Experience.lua
   A /trunk/LibDogTag-2.0/Modules/Health.lua
   A /trunk/LibDogTag-2.0/Modules/Math.lua
   A /trunk/LibDogTag-2.0/Modules/Misc.lua
   A /trunk/LibDogTag-2.0/Modules/Power.lua
   A /trunk/LibDogTag-2.0/Modules/Range.lua
   A /trunk/LibDogTag-2.0/Modules/Reputation.lua
   A /trunk/LibDogTag-2.0/Modules/Status.lua
   A /trunk/LibDogTag-2.0/Modules/Talent.lua
   A /trunk/LibDogTag-2.0/Modules/TextManip.lua
   A /trunk/LibDogTag-2.0/Modules/Threat.lua
   M /trunk/LibDogTag-2.0/lib.xml

LibDogTag-2.0 - split up into lots of separate modules, organized by category.
- clean up overall code a bit, still needs work
- hopefully nothing breaks from this, I tried to be careful.
------------------------------------------------------------------------
r59947 | ckknight | 2008-02-01 14:07:51 -0500 (Fri, 01 Feb 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - add [DeadTime], [DeadType], [AFKTime], [OfflineTime]
- turn [Dead], [AFK], [Offline] into aliases.
------------------------------------------------------------------------
r59903 | ckknight | 2008-01-31 22:46:25 -0500 (Thu, 31 Jan 2008) | 4 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - add :Rep(num)
- change [IsMaxLevel] to be an alias
- change [SmartClass] to be an alias
- change [SmartRace] to be an alias
------------------------------------------------------------------------
r59890 | ckknight | 2008-01-31 20:34:07 -0500 (Thu, 31 Jan 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - for :FixCasing("code"), automatically turn [Text(num)] into [num], [Text([Tag])] into [Tag], and [5:Sub(3)] into [5 - 3], among others.
------------------------------------------------------------------------
r59874 | ckknight | 2008-01-31 17:30:17 -0500 (Thu, 31 Jan 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - optionally allow for spaces within tag sequences.
- :FixCasing("code") will now remove spaces and add in spaces around appropriate operators.
------------------------------------------------------------------------
r59865 | ckknight | 2008-01-31 15:53:15 -0500 (Thu, 31 Jan 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - add comparison operators and documentation
------------------------------------------------------------------------
r59861 | ckknight | 2008-01-31 15:06:48 -0500 (Thu, 31 Jan 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - document the tag and modifier aliases
------------------------------------------------------------------------
r59849 | ckknight | 2008-01-31 12:59:10 -0500 (Thu, 31 Jan 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - don't cache literal Text tag sequences.
------------------------------------------------------------------------
r59845 | ckknight | 2008-01-31 12:45:21 -0500 (Thu, 31 Jan 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix caching issue with tags as modifiers accidentally replacing value without checking for non-nil
------------------------------------------------------------------------
r59842 | ckknight | 2008-01-31 12:07:35 -0500 (Thu, 31 Jan 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - fix an issue with mathematical operators and boolean statements
- make :CreateFunctionFromCode return indented code, much easier to read
------------------------------------------------------------------------
r59816 | ckknight | 2008-01-31 05:43:09 -0500 (Thu, 31 Jan 2008) | 4 lines
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - add categories to tags and modifiers, for documentation's sake.
- add :OpenHelp(), which pops up a documentation frame that explains how DogTag works.
- fix some bugs with :ColorizeTag("code"), as well as make the logic saner.

------------------------------------------------------------------------
r59798 | ckknight | 2008-01-30 23:58:25 -0500 (Wed, 30 Jan 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-2.0/LibDogTag-2.0.lua

LibDogTag-2.0 - add :ColorizeTag("code"), which colorizes the individual parts of the DogTag, providing better clarity. The color scheme's not settled on.
------------------------------------------------------------------------