1.0.18

Details

  • Filename
    LibNameplate-1.0-1.0.18.zip
  • Uploaded by
  • Uploaded
    Aug 8, 2010
  • Size
    18.84 KB
  • Downloads
    58
  • MD5
    43a27e73f35e39dedd5b1b76611820cb

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r99 | cyprias | 2010-08-08 22:58:30 +0000 (Sun, 08 Aug 2010) | 1 line
Changed paths:
   A /tags/1.0.18 (from /trunk:98)

Tagged as 1.0.18.
------------------------------------------------------------------------
r98 | cyprias | 2010-08-08 22:48:06 +0000 (Sun, 08 Aug 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Trying new changes to our plate OnUpdate function. I'm creating the function using loadstring and changing the string based on if combat/threat callbacks are registered.
------------------------------------------------------------------------
r97 | cyprias | 2010-08-08 21:51:37 +0000 (Sun, 08 Aug 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Using a metatable for nameplate regions. Instead of saving regions OnShow, I'll save them when requested.
------------------------------------------------------------------------
r96 | cyprias | 2010-08-03 23:23:13 +0000 (Tue, 03 Aug 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0.toc

Added LibStub & CallbackHandler-1.0 as OptionalDeps in toc.
------------------------------------------------------------------------
r95 | cyprias | 2010-08-03 23:16:31 +0000 (Tue, 03 Aug 2010) | 1 line
Changed paths:
   M /trunk
   M /trunk/.pkgmeta
   M /trunk/LibNameplate-1.0.toc

Testing move of LibStub and CallbackHandler-1.0 to root folder.
------------------------------------------------------------------------
r93 | cyprias | 2010-08-03 22:59:08 +0000 (Tue, 03 Aug 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

changed minor to 17. packager issue with 16.
------------------------------------------------------------------------
r92 | cyprias | 2010-08-03 22:57:18 +0000 (Tue, 03 Aug 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Disabled nolib creation in pkgmeta.
------------------------------------------------------------------------
r90 | cyprias | 2010-08-03 20:57:38 +0000 (Tue, 03 Aug 2010) | 2 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

The game doesn't update threat during OnShow. Instead seems to wait for the first OnUpdate to update the threat. So I'm waiting till the 2nd OnUpdate to check threat for threat callback.
Changed minor version to 16.
------------------------------------------------------------------------
r88 | cyprias | 2010-08-03 19:54:29 +0000 (Tue, 03 Aug 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Fixed ThreatChanged not firing.
------------------------------------------------------------------------
r87 | cyprias | 2010-08-03 18:50:30 +0000 (Tue, 03 Aug 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Added LibNameplate_ThreatChange callback when a nameplate's threat changes. See callback page.
------------------------------------------------------------------------
r85 | cyprias | 2010-07-30 15:43:47 +0000 (Fri, 30 Jul 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Changed minor version to 14, getting ready to tag.
------------------------------------------------------------------------
r84 | cyprias | 2010-07-06 15:59:27 +0000 (Tue, 06 Jul 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Removed some debugging messages.
------------------------------------------------------------------------