r106

Details

  • Filename
    LibNameplate-1.0-r106.zip
  • Uploaded by
  • Uploaded
    Sep 7, 2010
  • Size
    18.87 KB
  • Downloads
    53
  • MD5
    fc15b6e0f29dd9bf265a2cd51c662deb

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r106 | cyprias | 2010-09-07 17:44:23 +0000 (Tue, 07 Sep 2010) | 2 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Fixed LibNameplate_HealthChange passing the healthbar instead of the nameplate.
Changed minor to 22.
------------------------------------------------------------------------
r104 | cyprias | 2010-08-29 21:47:23 +0000 (Sun, 29 Aug 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Tweak how we remove hex color code from name/level region. Hopefully reduces CPU.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------