r78

Details

  • Filename
    LibNameplate-1.0-r78.zip
  • Uploaded by
  • Uploaded
    Jun 28, 2010
  • Size
    17.34 KB
  • Downloads
    44
  • MD5
    3a186034169408e370aa5104c8279f62

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r78 | cyprias | 2010-06-29 00:18:09 +0000 (Tue, 29 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua
   M /trunk/LibNameplate-1.0/lib.xml

Added new API GetNameplateByHealth(current, max)
------------------------------------------------------------------------
r77 | cyprias | 2010-06-28 23:59:25 +0000 (Mon, 28 Jun 2010) | 1 line
Changed paths:
   D /trunk/LibNameplate-1.0/API.lua

Moving code to another file.
------------------------------------------------------------------------
r76 | cyprias | 2010-06-21 23:16:24 +0000 (Mon, 21 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Minor tweak how I track combat status for callbacks.
------------------------------------------------------------------------
r75 | cyprias | 2010-06-20 16:59:17 +0000 (Sun, 20 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

commented out some code.
------------------------------------------------------------------------
r74 | cyprias | 2010-06-19 20:24:23 +0000 (Sat, 19 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/API.lua
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Added support for dNameplate's original healthbar color variables.
------------------------------------------------------------------------
r73 | cyprias | 2010-06-17 03:05:54 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/API.lua
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Added detection for broken OnUpdate hooks.
------------------------------------------------------------------------
r72 | cyprias | 2010-06-17 01:02:38 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Added new callback LibNameplate_HealthChange (frame, currentHealth).
------------------------------------------------------------------------
r71 | cyprias | 2010-06-17 00:00:54 +0000 (Thu, 17 Jun 2010) | 1 line
Changed paths:
   A /trunk/LibNameplate-1.0/API.lua
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua
   M /trunk/LibNameplate-1.0/lib.xml

Moved API functions to new API.lua file.
------------------------------------------------------------------------
r70 | cyprias | 2010-06-16 23:20:51 +0000 (Wed, 16 Jun 2010) | 4 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

I now save region locations on first detection. This should make GetXXX() lookups faster and hopefully bring correct info if other nameplate addons remove regions from nameplates.
I save bar locations too.
When pulling name/level from aloft, we remove the hex color code.
API will return nil if it can't find the region/bar. Else it's always a string/number/true/false.
------------------------------------------------------------------------
r69 | cyprias | 2010-06-15 11:28:52 +0000 (Tue, 15 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Added support for dNameplates' region changes.
------------------------------------------------------------------------
r68 | cyprias | 2010-06-14 08:47:21 +0000 (Mon, 14 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Added check to make sure GetTexCoord() handler is on raidIcon region before checking function. dNameplates seem to be breaking this.
------------------------------------------------------------------------
r67 | cyprias | 2010-06-11 05:34:04 +0000 (Fri, 11 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Minor change to when i remove plates from names table.
------------------------------------------------------------------------
r66 | cyprias | 2010-06-07 21:59:30 +0000 (Mon, 07 Jun 2010) | 2 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Fixed GetNameplateByName() returning wrong plate.
Minor version changed to 10
------------------------------------------------------------------------
r65 | cyprias | 2010-06-07 05:15:57 +0000 (Mon, 07 Jun 2010) | 2 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Changed how I pull info from TidyPlates. Should be more accurate now.
Changed minor version to 9.
------------------------------------------------------------------------
r64 | cyprias | 2010-05-29 01:23:41 +0000 (Sat, 29 May 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Changed minor to 8.
------------------------------------------------------------------------
r63 | cyprias | 2010-05-29 01:23:22 +0000 (Sat, 29 May 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Changed IsInCombat() to return true/false if TidyPlate's is enabled.
------------------------------------------------------------------------
r62 | cyprias | 2010-05-29 00:38:31 +0000 (Sat, 29 May 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Increased minor version to 7.
------------------------------------------------------------------------
r61 | cyprias | 2010-05-29 00:32:02 +0000 (Sat, 29 May 2010) | 2 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Added new callback LibNameplate_CombatChange.
When a nameplate's combat status changes, the callback fires with the plate and new combat status.
------------------------------------------------------------------------
r60 | cyprias | 2010-05-29 00:08:57 +0000 (Sat, 29 May 2010) | 2 lines
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Added new API. GetAllNameplates()
Returns number, then each frame.
------------------------------------------------------------------------
r59 | cyprias | 2010-05-25 00:42:01 +0000 (Tue, 25 May 2010) | 1 line
Changed paths:
   M /trunk/LibNameplate-1.0/LibNameplate-1.0.lua

Fixed GetType() returning PLAYER for enemy NPCs.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
10.25 KB Jun 28, 2010 3.1.0 29