r55

Details

  • Filename
    LibNameplate-1.0-r55.zip
  • Uploaded by
  • Uploaded
    Apr 13, 2010
  • Size
    15.56 KB
  • Downloads
    57
  • MD5
    b000f56e5eb0a2a3414d50b317977ef6

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r55 | cyprias | 2010-04-14 02:10:36 +0000 (Wed, 14 Apr 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Fixed some errors caused by TidyPlates v5.11 Still needs more work and cleaning up but does allow PlateBuffs to function with 5.11
------------------------------------------------------------------------
r53 | cyprias | 2010-04-09 06:42:29 +0000 (Fri, 09 Apr 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Changed minor version.
------------------------------------------------------------------------
r52 | cyprias | 2010-04-09 06:38:04 +0000 (Fri, 09 Apr 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Removed some notes.
------------------------------------------------------------------------
r49 | cyprias | 2010-04-09 05:13:52 +0000 (Fri, 09 Apr 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Updated minor version to 4.
------------------------------------------------------------------------
r46 | cyprias | 2010-04-09 05:09:35 +0000 (Fri, 09 Apr 2010) | 2 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Fixed a bug causing Aloft's name to blink after a spell cast.
If Aloft's running, we use it's frame.aloftData.xxx regions instead of frame:GetRegions()
------------------------------------------------------------------------
r44 | cyprias | 2010-04-02 22:20:23 +0000 (Fri, 02 Apr 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Minor change to find raid icon function.
------------------------------------------------------------------------
r43 | cyprias | 2010-04-02 22:17:30 +0000 (Fri, 02 Apr 2010) | 2 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

We check raid targets for raid icons. It was checking party1-40. do'h.

------------------------------------------------------------------------
r42 | cyprias | 2010-03-23 01:03:49 +0000 (Tue, 23 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Removed old commented code.
------------------------------------------------------------------------
r41 | cyprias | 2010-03-19 01:34:54 +0000 (Fri, 19 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

added notes for the TP's name changes.
------------------------------------------------------------------------
r40 | cyprias | 2010-03-19 01:26:21 +0000 (Fri, 19 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Added TidyPlate's new region names for highlight and raidicon. Lib should still work with the old version names too.
------------------------------------------------------------------------
r39 | cyprias | 2010-03-19 01:00:29 +0000 (Fri, 19 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

removing debug tags on some new code.
------------------------------------------------------------------------
r38 | cyprias | 2010-03-19 00:59:41 +0000 (Fri, 19 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Ran GetGlobals.
------------------------------------------------------------------------
r37 | cyprias | 2010-03-19 00:37:16 +0000 (Fri, 19 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Lowered OnUpdate timer when caelNameplate's running to find broken hooks. CPU usage doesn't seem too affected.
------------------------------------------------------------------------
r36 | cyprias | 2010-03-19 00:23:28 +0000 (Fri, 19 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

NewNameplate and RecycleNameplate seems to work with caelNameplate's now.
------------------------------------------------------------------------
r34 | cyprias | 2010-03-18 23:19:08 +0000 (Thu, 18 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Changed minor version.
------------------------------------------------------------------------
r33 | cyprias | 2010-03-18 01:17:48 +0000 (Thu, 18 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Fixed hiding mouseover texture when Tidy Plates' running.
------------------------------------------------------------------------
r32 | cyprias | 2010-03-17 20:35:03 +0000 (Wed, 17 Mar 2010) | 2 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Made local tables apart of the lib to work when upgrading.
Changed OnShow/Hide/Update hooks to function when upgrading.
------------------------------------------------------------------------
r31 | cyprias | 2010-03-16 22:00:37 +0000 (Tue, 16 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Trying to fix a bug that's breaking our OnShow/OnHide hooks. Not sure how to reproduce the problem. I could do away with OnShow and OnHide and just poll the WorldFrame children all the time but that uses more CPU then I'd like. /sigh
------------------------------------------------------------------------
r29 | cyprias | 2010-03-14 21:46:48 +0000 (Sun, 14 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Ran GetGlobals.
------------------------------------------------------------------------
r28 | cyprias | 2010-03-14 21:24:57 +0000 (Sun, 14 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Fixed GetLevel and IsElite breaking with Aloft.
------------------------------------------------------------------------
r27 | cyprias | 2010-03-14 21:19:11 +0000 (Sun, 14 Mar 2010) | 4 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Removed most calls to tidyPlatesRunning and aloftRunning.
Added check to confirm icon's shown in update before getting raid icon.
replaced 'var == true' with just 'var'.
Added some debug msgs to help me.
------------------------------------------------------------------------
r26 | cyprias | 2010-03-13 15:31:10 +0000 (Sat, 13 Mar 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Commented some debug messages.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
8.48 KB Apr 13, 2010 3.1.0 41