1.0.20

Details

  • Filename
    LibNameplate-1.0-1.0.20.zip
  • Uploaded by
  • Uploaded
    Aug 28, 2010
  • Size
    19.02 KB
  • Downloads
    70
  • MD5
    70bfaa3fbf590aca81c0347b820b9b3f

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r103 | cyprias | 2010-08-28 23:10:26 +0000 (Sat, 28 Aug 2010) | 5 lines
Changed paths:
   A /tags/1.0.20 (from /trunk:102)

Tagged as 1.0.20
- Changed minor to 20.
- Split our main OnUpdate function into 3 frames.
- Added optional MaxHP arg to GetNameplateByName().
- Changed how our ScanWorldFrameChildren works to not check IsNameplate() if we've already confirmed it is one.
------------------------------------------------------------------------
r102 | cyprias | 2010-08-28 23:08:49 +0000 (Sat, 28 Aug 2010) | 4 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

- Changed minor to 20.
- Split our main OnUpdate function into 3 frames.
- Added optional MaxHP arg to GetNameplateByName().
- Changed how our ScanWorldFrameChildren works to not check IsNameplate() if we've already confirmed it is one.
------------------------------------------------------------------------
r100 | cyprias | 2010-08-27 20:14:14 +0000 (Fri, 27 Aug 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Change to NameplateFirstLoad function.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------