LibDogTag-3.0-r78262

Details

  • Filename
    LibDogTag-3.0-r78262.zip
  • Uploaded by
  • Uploaded
    Jul 11, 2008
  • Size
    83.81 KB
  • Downloads
    152
  • MD5
    4d5289b4df5cd437e7d195e3fa06705e

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r78262 | ckknight | 2008-07-11 17:36:23 -0400 (Fri, 11 Jul 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-3.0/Categories/TextManip.lua

LibDogTag-3.0 - Eep, fix typo
------------------------------------------------------------------------
r78260 | ckknight | 2008-07-11 17:06:07 -0400 (Fri, 11 Jul 2008) | 4 lines
Changed paths:
   M /trunk/LibDogTag-3.0/Categories/TextManip.lua

LibDogTag-3.0 - add tag [SeparateDigits(number, thousands=",", decimal=".")], which will do the following:
[1234567.89:SeparateDigits] => "1,234,567.89"
[1234567.89:SeparateDigits(" ", ",")] => "1 234 567,89"
Note: if you're non-enUS, it should have defaults of " ", "," rather than ",", "."
------------------------------------------------------------------------
r77057 | ckknight | 2008-06-18 22:01:46 -0400 (Wed, 18 Jun 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-3.0/Events.lua
   M /trunk/LibDogTag-3.0/LibDogTag-3.0.lua

LibDogTag-3.0 - Change the lazy fontstring updating a bit to be a bit more efficient.
------------------------------------------------------------------------
r76874 | ckknight | 2008-06-16 18:18:00 -0400 (Mon, 16 Jun 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-3.0/LibDogTag-3.0.lua

LibDogTag-3.0 - fix a bug that caused an assertion error at line 298
------------------------------------------------------------------------
r76872 | ckknight | 2008-06-16 17:28:13 -0400 (Mon, 16 Jun 2008) | 2 lines
Changed paths:
   M /trunk/LibDogTag-3.0/Events.lua
   M /trunk/LibDogTag-3.0/LibDogTag-3.0.lua

LibDogTag-3.0 - Make fontstring updates somewhat lazy. Don't allow more than 1/300 of a second to be used per-frame.
In most situations, this will have absolutely no effect, but this will mostly affect situations where absolutely every fontstring issues an update request, at which point it may take multiple frames to update all your data, but it won't freeze things anymore (hopefully).
------------------------------------------------------------------------