r250

Details

  • Filename
    LibDogTag-3.0-r250.zip
  • Uploaded by
  • Uploaded
    Jul 26, 2012
  • Size
    85.40 KB
  • Downloads
    433
  • MD5
    ff73e994b13e8e30af0d030e767d97b1

Supported WoW Retail Versions

  • 4.3.4

Changelog

------------------------------------------------------------------------
r250 | cybeloras | 2012-07-27 03:58:19 +0000 (Fri, 27 Jul 2012) | 1 line
Changed paths:
   M /trunk/Compiler.lua
   M /trunk/Events.lua
   M /trunk/Helpers.lua
   M /trunk/LibDogTag-3.0.lua

Fixed some missing upvalues, fixed an error being caused when no kwargs were included with AddFontString
------------------------------------------------------------------------
r249 | cybeloras | 2012-07-04 22:12:21 +0000 (Wed, 04 Jul 2012) | 1 line
Changed paths:
   M /trunk/Compiler.lua
   M /trunk/Events.lua
   M /trunk/Helpers.lua
   M /trunk/LibDogTag-3.0.lua

Implemented a much more efficient workaround for the kwargsToKwargTypes caching issue.
------------------------------------------------------------------------
r248 | cybeloras | 2012-07-04 21:32:43 +0000 (Wed, 04 Jul 2012) | 1 line
Changed paths:
   M /trunk/Helpers.lua

Accidentally left a print in the code
------------------------------------------------------------------------
r247 | cybeloras | 2012-07-04 21:15:24 +0000 (Wed, 04 Jul 2012) | 1 line
Changed paths:
   M /trunk/Helpers.lua
   M /trunk/LibDogTag-3.0.lua

Implemented a big performance boost in DogTag:AddFontString()
------------------------------------------------------------------------
r246 | cybeloras | 2012-07-01 07:28:36 +0000 (Sun, 01 Jul 2012) | 1 line
Changed paths:
   M /trunk/Events.lua

More efficient timer stuff
------------------------------------------------------------------------
r245 | parnic | 2012-07-01 03:07:02 +0000 (Sun, 01 Jul 2012) | 2 lines
Changed paths:
   M /trunk/Categories/Misc.lua
   M /trunk/Compiler.lua
   M /trunk/test.lua

- Replaced intentional divide-by-zeroes with math.huge
- Added Monk to raid class color list
------------------------------------------------------------------------
r244 | cybeloras | 2012-06-05 06:27:32 +0000 (Tue, 05 Jun 2012) | 1 line
Changed paths:
   M /trunk/Help.lua
   M /trunk/LibDogTag-3.0.lua

Added a new tag property: noDoc. Set it true if you wish for a tag not to be listed in the help frame.
------------------------------------------------------------------------